@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

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

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

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

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

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

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

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

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=47.9375em&large=68.75em&xlarge=87.5em&xxlarge=100em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: helveticaneuelight, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.2;
  color: #030305;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 187.5rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 47.9375em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-left: 0;
    margin-right: 0; }

.column, .columns {
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: initial; }
  @media screen and (min-width: 47.9375em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  -webkit-flex: 0 0 4.16667%;
      -ms-flex: 0 0 4.16667%;
          flex: 0 0 4.16667%;
  max-width: 4.16667%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-1 {
  margin-left: 4.16667%; }

.small-3 {
  -webkit-flex: 0 0 12.5%;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%; }

.small-offset-2 {
  margin-left: 8.33333%; }

.small-4 {
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-3 {
  margin-left: 12.5%; }

.small-5 {
  -webkit-flex: 0 0 20.83333%;
      -ms-flex: 0 0 20.83333%;
          flex: 0 0 20.83333%;
  max-width: 20.83333%; }

.small-offset-4 {
  margin-left: 16.66667%; }

.small-6 {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.small-offset-5 {
  margin-left: 20.83333%; }

.small-7 {
  -webkit-flex: 0 0 29.16667%;
      -ms-flex: 0 0 29.16667%;
          flex: 0 0 29.16667%;
  max-width: 29.16667%; }

.small-offset-6 {
  margin-left: 25%; }

.small-8 {
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-7 {
  margin-left: 29.16667%; }

.small-9 {
  -webkit-flex: 0 0 37.5%;
      -ms-flex: 0 0 37.5%;
          flex: 0 0 37.5%;
  max-width: 37.5%; }

.small-offset-8 {
  margin-left: 33.33333%; }

.small-10 {
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-9 {
  margin-left: 37.5%; }

.small-11 {
  -webkit-flex: 0 0 45.83333%;
      -ms-flex: 0 0 45.83333%;
          flex: 0 0 45.83333%;
  max-width: 45.83333%; }

.small-offset-10 {
  margin-left: 41.66667%; }

.small-12 {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.small-offset-11 {
  margin-left: 45.83333%; }

.small-13 {
  -webkit-flex: 0 0 54.16667%;
      -ms-flex: 0 0 54.16667%;
          flex: 0 0 54.16667%;
  max-width: 54.16667%; }

.small-offset-12 {
  margin-left: 50%; }

.small-14 {
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-13 {
  margin-left: 54.16667%; }

.small-15 {
  -webkit-flex: 0 0 62.5%;
      -ms-flex: 0 0 62.5%;
          flex: 0 0 62.5%;
  max-width: 62.5%; }

.small-offset-14 {
  margin-left: 58.33333%; }

.small-16 {
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-15 {
  margin-left: 62.5%; }

.small-17 {
  -webkit-flex: 0 0 70.83333%;
      -ms-flex: 0 0 70.83333%;
          flex: 0 0 70.83333%;
  max-width: 70.83333%; }

.small-offset-16 {
  margin-left: 66.66667%; }

.small-18 {
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.small-offset-17 {
  margin-left: 70.83333%; }

.small-19 {
  -webkit-flex: 0 0 79.16667%;
      -ms-flex: 0 0 79.16667%;
          flex: 0 0 79.16667%;
  max-width: 79.16667%; }

.small-offset-18 {
  margin-left: 75%; }

.small-20 {
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-19 {
  margin-left: 79.16667%; }

.small-21 {
  -webkit-flex: 0 0 87.5%;
      -ms-flex: 0 0 87.5%;
          flex: 0 0 87.5%;
  max-width: 87.5%; }

.small-offset-20 {
  margin-left: 83.33333%; }

.small-22 {
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-21 {
  margin-left: 87.5%; }

.small-23 {
  -webkit-flex: 0 0 95.83333%;
      -ms-flex: 0 0 95.83333%;
          flex: 0 0 95.83333%;
  max-width: 95.83333%; }

.small-offset-22 {
  margin-left: 91.66667%; }

.small-24 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.small-offset-23 {
  margin-left: 95.83333%; }

.small-order-1 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

.small-up-1 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media screen and (min-width: 47.9375em) {
  .medium-1 {
    -webkit-flex: 0 0 4.16667%;
        -ms-flex: 0 0 4.16667%;
            flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-1 {
    margin-left: 4.16667%; }
  .medium-3 {
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .medium-offset-2 {
    margin-left: 8.33333%; }
  .medium-4 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-3 {
    margin-left: 12.5%; }
  .medium-5 {
    -webkit-flex: 0 0 20.83333%;
        -ms-flex: 0 0 20.83333%;
            flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .medium-offset-4 {
    margin-left: 16.66667%; }
  .medium-6 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-5 {
    margin-left: 20.83333%; }
  .medium-7 {
    -webkit-flex: 0 0 29.16667%;
        -ms-flex: 0 0 29.16667%;
            flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .medium-offset-6 {
    margin-left: 25%; }
  .medium-8 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-7 {
    margin-left: 29.16667%; }
  .medium-9 {
    -webkit-flex: 0 0 37.5%;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%; }
  .medium-offset-8 {
    margin-left: 33.33333%; }
  .medium-10 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-9 {
    margin-left: 37.5%; }
  .medium-11 {
    -webkit-flex: 0 0 45.83333%;
        -ms-flex: 0 0 45.83333%;
            flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .medium-offset-10 {
    margin-left: 41.66667%; }
  .medium-12 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-11 {
    margin-left: 45.83333%; }
  .medium-13 {
    -webkit-flex: 0 0 54.16667%;
        -ms-flex: 0 0 54.16667%;
            flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .medium-offset-12 {
    margin-left: 50%; }
  .medium-14 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-13 {
    margin-left: 54.16667%; }
  .medium-15 {
    -webkit-flex: 0 0 62.5%;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%; }
  .medium-offset-14 {
    margin-left: 58.33333%; }
  .medium-16 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-15 {
    margin-left: 62.5%; }
  .medium-17 {
    -webkit-flex: 0 0 70.83333%;
        -ms-flex: 0 0 70.83333%;
            flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .medium-offset-16 {
    margin-left: 66.66667%; }
  .medium-18 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-17 {
    margin-left: 70.83333%; }
  .medium-19 {
    -webkit-flex: 0 0 79.16667%;
        -ms-flex: 0 0 79.16667%;
            flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .medium-offset-18 {
    margin-left: 75%; }
  .medium-20 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-19 {
    margin-left: 79.16667%; }
  .medium-21 {
    -webkit-flex: 0 0 87.5%;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%; }
  .medium-offset-20 {
    margin-left: 83.33333%; }
  .medium-22 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-21 {
    margin-left: 87.5%; }
  .medium-23 {
    -webkit-flex: 0 0 95.83333%;
        -ms-flex: 0 0 95.83333%;
            flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .medium-offset-22 {
    margin-left: 91.66667%; }
  .medium-24 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-23 {
    margin-left: 95.83333%; }
  .medium-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -webkit-flex: 0 0 14.28571%;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -webkit-flex: 0 0 12.5%;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 47.9375em) and (min-width: 47.9375em) {
  .medium-expand {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media screen and (min-width: 47.9375em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media screen and (min-width: 47.9375em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 68.75em) {
  .large-1 {
    -webkit-flex: 0 0 4.16667%;
        -ms-flex: 0 0 4.16667%;
            flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-1 {
    margin-left: 4.16667%; }
  .large-3 {
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .large-offset-2 {
    margin-left: 8.33333%; }
  .large-4 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-3 {
    margin-left: 12.5%; }
  .large-5 {
    -webkit-flex: 0 0 20.83333%;
        -ms-flex: 0 0 20.83333%;
            flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .large-offset-4 {
    margin-left: 16.66667%; }
  .large-6 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-5 {
    margin-left: 20.83333%; }
  .large-7 {
    -webkit-flex: 0 0 29.16667%;
        -ms-flex: 0 0 29.16667%;
            flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .large-offset-6 {
    margin-left: 25%; }
  .large-8 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-7 {
    margin-left: 29.16667%; }
  .large-9 {
    -webkit-flex: 0 0 37.5%;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%; }
  .large-offset-8 {
    margin-left: 33.33333%; }
  .large-10 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-9 {
    margin-left: 37.5%; }
  .large-11 {
    -webkit-flex: 0 0 45.83333%;
        -ms-flex: 0 0 45.83333%;
            flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .large-offset-10 {
    margin-left: 41.66667%; }
  .large-12 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-11 {
    margin-left: 45.83333%; }
  .large-13 {
    -webkit-flex: 0 0 54.16667%;
        -ms-flex: 0 0 54.16667%;
            flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .large-offset-12 {
    margin-left: 50%; }
  .large-14 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-13 {
    margin-left: 54.16667%; }
  .large-15 {
    -webkit-flex: 0 0 62.5%;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%; }
  .large-offset-14 {
    margin-left: 58.33333%; }
  .large-16 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-15 {
    margin-left: 62.5%; }
  .large-17 {
    -webkit-flex: 0 0 70.83333%;
        -ms-flex: 0 0 70.83333%;
            flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .large-offset-16 {
    margin-left: 66.66667%; }
  .large-18 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-17 {
    margin-left: 70.83333%; }
  .large-19 {
    -webkit-flex: 0 0 79.16667%;
        -ms-flex: 0 0 79.16667%;
            flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .large-offset-18 {
    margin-left: 75%; }
  .large-20 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-19 {
    margin-left: 79.16667%; }
  .large-21 {
    -webkit-flex: 0 0 87.5%;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%; }
  .large-offset-20 {
    margin-left: 83.33333%; }
  .large-22 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-21 {
    margin-left: 87.5%; }
  .large-23 {
    -webkit-flex: 0 0 95.83333%;
        -ms-flex: 0 0 95.83333%;
            flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .large-offset-22 {
    margin-left: 91.66667%; }
  .large-24 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-23 {
    margin-left: 95.83333%; }
  .large-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -webkit-flex: 0 0 14.28571%;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -webkit-flex: 0 0 12.5%;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 68.75em) and (min-width: 68.75em) {
  .large-expand {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media screen and (min-width: 68.75em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media screen and (min-width: 68.75em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.shrink {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%; }

.column.align-top, .align-top.columns {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.column.align-bottom, .align-bottom.columns {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.column.align-middle, .align-middle.columns {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }

.column.align-stretch, .align-stretch.columns {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.29;
  margin-bottom: 1.5rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: veneerregular;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 2.5rem;
  line-height: 1; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 2.875rem; }

h2 {
  font-size: 2.0625rem; }

h3 {
  font-size: 1.25rem; }

@media screen and (min-width: 47.9375em) {
  h1 {
    font-size: 3.5rem; }
  h2 {
    font-size: 2.6875rem; }
  h3 {
    font-size: 1.875rem; }
  h4 {
    font-size: 1.25rem; } }

@media screen and (min-width: 68.75em) {
  h1 {
    font-size: 4.125rem; }
  h2 {
    font-size: 3.3125rem; }
  h3 {
    font-size: 2.25rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #dd1936;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #be162e; }
  a img {
    border: 0; }

hr {
  max-width: 187.5rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.29;
  margin-bottom: 1.5rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1.5rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.29;
    color: #323232; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #323232; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #030305;
  cursor: help;
  border-bottom: 1px dotted #030305; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #030305;
  background-color: #5c5c69;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #5c5c69;
  color: #030305;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #323232; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 47.9375em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 68.75em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #323232;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #cb1748;
  color: #ffffff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #ad143d;
    color: #ffffff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #cb1748;
    color: #ffffff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #a2123a;
      color: #ffffff; }
  .button.secondary {
    background-color: #777;
    color: #ffffff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #ffffff; }
  .button.success {
    background-color: #3adb76;
    color: #ffffff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #ffffff; }
  .button.warning {
    background-color: #ffae00;
    color: #ffffff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #ffffff; }
  .button.alert {
    background-color: #ec5840;
    color: #ffffff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #ffffff; }
  .button.hollow {
    border: 1px solid #cb1748;
    color: #cb1748; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #660c24;
      color: #660c24; }
    .button.hollow.primary {
      border: 1px solid #cb1748;
      color: #cb1748; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #660c24;
        color: #660c24; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #cb1748;
      color: #ffffff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #cb1748;
        color: #ffffff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #777;
        color: #ffffff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #ffffff; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #ffffff; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #ffffff; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #ffffff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.6875rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1.25rem;
  color: #030305;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(3, 3, 5, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #323232;
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

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

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

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #5c5c69;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #030305; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #030305; }

.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #5c5c69;
  color: #030305;
  border: 1px solid #cacaca;
  white-space: nowrap;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  height: auto; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

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

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #ffffff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.6875rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-family: inherit;
  line-height: normal;
  color: #030305;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2850, 50, 50%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #5c5c69;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
  border: 0;
  line-height: 1; }
  input[type="range"]:focus {
    outline: 0; }
  input[type="range"][disabled] {
    opacity: 0.25; }
  input[type="range"]::-webkit-slider-runnable-track {
    height: 0.5rem;
    background: #5c5c69; }
  input[type="range"]::-webkit-slider-handle {
    -webkit-appearance: none;
    background: #cb1748;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.45rem; }
  input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 0.5rem;
    background: #5c5c69; }
  input[type="range"]::-moz-range-thumb {
    -moz-appearance: none;
    background: #cb1748;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.45rem; }
  input[type="range"]::-ms-track {
    height: 0.5rem;
    background: #5c5c69;
    color: transparent;
    border: 0;
    overflow: visible;
    border-top: 0.45rem solid #ffffff;
    border-bottom: 0.45rem solid #ffffff; }
  input[type="range"]::-ms-thumb {
    background: #cb1748;
    width: 1.4rem;
    height: 1.4rem;
    border: 0; }
  input[type="range"]::-ms-fill-lower {
    background: #cacaca; }
  input[type="range"]::-ms-fill-upper {
    background: #5c5c69; }
  output {
    line-height: 1.4rem;
    vertical-align: middle;
    margin-left: 0.5em; }

.accordion {
  list-style-type: none;
  background: #ffffff;
  margin-left: 0; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #cb1748;
  position: relative;
  border: 1px solid #5c5c69;
  border-bottom: 0; }
  :last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #5c5c69; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #5c5c69; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #5c5c69;
  border-bottom: 0;
  background-color: #ffffff;
  color: #cb1748; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #5c5c69; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #cb1748 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #cb1748;
  color: #ffffff; }
  .badge.secondary {
    background: #777;
    color: #ffffff; }
  .badge.success {
    background: #3adb76;
    color: #ffffff; }
  .badge.warning {
    background: #ffae00;
    color: #ffffff; }
  .badge.alert {
    background: #ec5840;
    color: #ffffff; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #030305;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #cb1748; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #cb1748;
    color: #ffffff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #a2123a;
      color: #ffffff; }
  .button-group.secondary .button {
    background-color: #777;
    color: #ffffff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #ffffff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #ffffff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #ffffff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #ffffff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #ffffff; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #ffffff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #ffffff; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media screen and (min-width: 47.9375em) {
    .button-group.stacked-for-small .button {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (min-width: 68.75em) {
    .button-group.stacked-for-medium .button {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 47.875em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(3, 3, 5, 0.25);
  border-radius: 0;
  position: relative;
  color: #030305;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #fbd9e2; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #323232;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #030305; }

.menu {
  margin: 0;
  list-style-type: none;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: nowrap; }
  .menu > li {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .menu > li > a {
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
    .menu > li > a img,
    .menu > li > a i,
    .menu > li > a svg {
      margin-right: 0.25rem; }
  .menu > li {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .menu.vertical {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .menu.vertical > li {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
    .menu.vertical > li > a {
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  @media screen and (min-width: 47.9375em) {
    .menu.medium-horizontal {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .menu.medium-horizontal > li {
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
    .menu.medium-vertical {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .menu.medium-vertical > li {
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; }
      .menu.medium-vertical > li > a {
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  @media screen and (min-width: 68.75em) {
    .menu.large-horizontal {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .menu.large-horizontal > li {
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
    .menu.large-vertical {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .menu.large-vertical > li {
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; }
      .menu.large-vertical > li > a {
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .menu.expanded > li {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
  .menu.expanded > li:first-child:last-child {
    width: 100%; }
  .menu.icon-top > li > a {
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
                  -ms-grid-row-align: stretch;
              align-self: stretch;
      text-align: center;
      margin-bottom: 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #ffffff;
    background: #cb1748; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #030305;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #030305, 0 14px 0 #030305; }
  .menu-icon.dark:hover::after {
    background: #323232;
    box-shadow: 0 7px 0 #323232, 0 14px 0 #323232; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #cb1748;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #cb1748 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #dd1936 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #dd1936 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #dd1936;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 47.9375em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #dd1936 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #dd1936 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #dd1936;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 68.75em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #dd1936 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #dd1936 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #dd1936;
    border-left-style: solid;
    border-right-width: 0; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #ffffff;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #dd1936 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #dd1936;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #cb1748;
  color: #ffffff; }
  .label.secondary {
    background: #777;
    color: #ffffff; }
  .label.success {
    background: #3adb76;
    color: #ffffff; }
  .label.warning {
    background: #ffae00;
    color: #ffffff; }
  .label.alert {
    background: #ec5840;
    color: #ffffff; }

.media-object {
  margin-bottom: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 47.875em) {
    .media-object.stack-for-small {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media screen and (max-width: 47.875em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #ffffff;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(3, 3, 5, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(215, 12, 72, 0.35);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #d70c48;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -webkit-transform: translateX(250px);
          -ms-transform: translateX(250px);
              transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -webkit-transform: translateX(-250px);
          -ms-transform: translateX(-250px);
              transform: translateX(-250px); }

@media screen and (min-width: 47.9375em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 68.75em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #ffffff;
  background-color: rgba(3, 3, 5, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #ffffff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(3, 3, 5, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #323232; }
    .orbit-bullets button.is-active {
      background-color: #323232; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 47.9375em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #030305;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #5c5c69; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #cb1748;
    color: #ffffff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #030305; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #cb1748; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #cb1748; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap; }

progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background: #cacaca;
  border: 0; }
  progress::-webkit-progress-bar {
    background: #cacaca;
    border-radius: 0; }
  progress::-webkit-progress-value {
    background: #cb1748;
    border-radius: 0; }
  progress::-moz-progress-bar {
    background: #cb1748;
    border-radius: 0; }
  progress.primary {
    color: #cb1748; }
    progress.primary::-webkit-progress-value {
      background: #cb1748; }
    progress.primary::-moz-progress-bar {
      background: #cb1748; }
  progress.secondary {
    color: #777; }
    progress.secondary::-webkit-progress-value {
      background: #777; }
    progress.secondary::-moz-progress-bar {
      background: #777; }
  progress.success {
    color: #3adb76; }
    progress.success::-webkit-progress-value {
      background: #3adb76; }
    progress.success::-moz-progress-bar {
      background: #3adb76; }
  progress.warning {
    color: #ffae00; }
    progress.warning::-webkit-progress-value {
      background: #ffae00; }
    progress.warning::-moz-progress-bar {
      background: #ffae00; }
  progress.alert {
    color: #ec5840; }
    progress.alert::-webkit-progress-value {
      background: #ec5840; }
    progress.alert::-moz-progress-bar {
      background: #ec5840; }
  progress::-ms-fill {
    border-radius: 0;
    border: 0; }

meter {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
  background: #cacaca;
  border: 0; }
  meter::-webkit-meter-bar {
    background: #cacaca;
    border: 0; }
  meter::-webkit-meter-optimum-value {
    background: #3adb76; }
  meter::-webkit-meter-suboptimum-value {
    background: #ffae00; }
  meter::-webkit-meter-even-less-good-value {
    background: #ec5840; }
  meter::-moz-meter-bar {
    background: #cb1748; }
  meter:-moz-meter-optimum::-moz-meter-bar {
    background: #3adb76; }
  meter:-moz-meter-sub-optimum::-moz-meter-bar {
    background: #ffae00; }
  meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
    background: #ec5840; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #5c5c69;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #cb1748;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #ad143d; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(3, 3, 5, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #ffffff;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 47.9375em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 47.9375em) {
    .reveal {
      width: 600px;
      max-width: 187.5rem; } }
  @media screen and (min-width: 47.9375em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 47.9375em) {
    .reveal.tiny {
      width: 30%;
      max-width: 187.5rem; } }
  @media screen and (min-width: 47.9375em) {
    .reveal.small {
      width: 50%;
      max-width: 187.5rem; } }
  @media screen and (min-width: 47.9375em) {
    .reveal.large {
      width: 90%;
      max-width: 187.5rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 47.875em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute;
  margin-bottom: 0; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #ffffff;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #cb1748; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f2f2f2;
    background-color: #ffffff; }
  table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  table thead {
    background: #f9f9f9;
    color: #030305; }
  table tfoot {
    background: #f2f2f2;
    color: #030305; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  table tbody tr:nth-child(odd) {
    background-color: #f2f2f2; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 68.6875em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover tbody tr:nth-of-type(odd):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #5c5c69; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #cb1748; }
  .tabs.primary > li > a {
    color: #ffffff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #c11644; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title > a:hover {
      background: #ffffff; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #5c5c69; }

.tabs-content {
  background: #ffffff;
  transition: all 0.5s ease;
  border: 1px solid #5c5c69;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #5c5c69;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #ffffff;
  box-shadow: 0 0 0 1px rgba(3, 3, 5, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(203, 23, 72, 0.5); }

.title-bar {
  background: #030305;
  color: #ffffff;
  padding: 0.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.has-tip {
  border-bottom: dotted 1px #323232;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #030305;
  color: #ffffff;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #030305;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #030305 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #030305;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #030305 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.top-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 0.5rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #5c5c69; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  @media screen and (min-width: 47.9375em) {
    .top-bar {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
      .top-bar .top-bar-right {
        -webkit-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto; } }
  @media screen and (max-width: 68.6875em) {
    .top-bar.stacked-for-medium {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 87.4375em) {
    .top-bar.stacked-for-large {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 1rem; }

.top-bar-left,
.top-bar-right {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 47.875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 47.9375em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 47.9375em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.875em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 47.9375em) and (max-width: 68.6875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.875em), screen and (min-width: 68.75em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 68.75em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 68.6875em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 68.75em) and (max-width: 87.4375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 68.6875em), screen and (min-width: 87.5em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

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

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

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

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.clearfix::after {
  clear: both; }

.align-right {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-justify {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.align-spaced {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.align-top {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-self-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.align-bottom {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.align-self-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.align-middle {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.align-self-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }

.align-stretch {
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.align-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch; }

.small-order-1 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

@media screen and (min-width: 47.9375em) {
  .medium-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 68.75em) {
  .large-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }

/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto; }

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  /*opacity: 0;*/
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.3.4 (29/12/2015)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("../fonts/lightcase.eot?55356177");
  src: url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase.ttf?55356177") format("truetype"), url("../fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal; }

[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* Codes */
.lightcase-icon-play:before {
  content: '\e800'; }

.lightcase-icon-pause:before {
  content: '\e801'; }

.lightcase-icon-close:before {
  content: '\e802'; }

.lightcase-icon-prev:before {
  content: '\e803'; }

.lightcase-icon-next:before {
  content: '\e804'; }

.lightcase-icon-spin:before {
  content: '\e805'; }

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 640px) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) {
      position: relative !important;
      top: auto !important;
      left: auto !important;
      width: auto !important;
      height: auto !important;
      margin: 0 !important;
      padding: 0 !important;
      border: none !important;
      background: none !important; } }

@media screen and (min-width: 641px) {
  #lightcase-case:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-shadow: none;
    background-color: #fff;
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden; } }

@media screen and (min-width: 641px) {
  #lightcase-case[data-lc-type=image] #lightcase-content,
  #lightcase-case[data-lc-type=video] #lightcase-content {
    background-color: #333; } }

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
  -o-box-shadow: none;
  box-shadow: none; }
  @media screen and (max-width: 640px) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
      position: relative !important;
      top: auto !important;
      left: auto !important;
      width: auto !important;
      height: auto !important;
      margin: 0 !important;
      padding: 0 !important;
      border: none !important;
      background: none !important; } }
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 640px) {
      #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
        padding: 15px; }
        #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner, #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > * {
          width: 100% !important;
          max-width: none !important; }
        #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > *:not(iframe) {
          height: auto !important;
          max-height: none !important; } }

@media screen and (max-width: 640px) {
  .lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner {
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }

@media screen and (max-width: 640px) and (min-width: 641px) {
  [data-lc-type=image] #lightcase-content .lightcase-contentInner,
  [data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75; } }

.lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

@media screen and (max-width: 640px) {
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

@media screen and (min-width: 641px) {
  #lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -o-box-sizing: border-box;
    box-sizing: border-box; } }

@media screen and (max-width: 640px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa; } }

@media screen and (min-width: 641px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333; } }

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa; }
  @media screen and (max-width: 640px) {
    #lightcase-case p.lightcase-error {
      padding: 30px 0; } }
  @media screen and (min-width: 641px) {
    #lightcase-case p.lightcase-error {
      padding: 0; } }

.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden; }

@media screen and (max-width: 640px) {
  .lightcase-open body {
    padding: 55px 0 70px 0; }
    .lightcase-open body > *:not([id*='lightcase-']) {
      position: fixed !important;
      top: -9999px !important;
      width: 0 !important;
      height: 0 !important;
      overflow: hidden !important; } }

#lightcase-info {
  position: absolute;
  padding-top: 15px; }
  #lightcase-info #lightcase-title,
  #lightcase-info #lightcase-caption {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: normal;
    text-overflow: ellipsis; }
  #lightcase-info #lightcase-title {
    font-size: 17px;
    color: #aaa; }
    @media screen and (max-width: 640px) {
      #lightcase-info #lightcase-title {
        position: fixed;
        top: 10px;
        left: 0;
        max-width: 87.5%;
        padding: 5px 15px;
        background: #333; } }
  #lightcase-info #lightcase-caption {
    clear: both;
    font-size: 13px;
    color: #aaa; }
  #lightcase-info #lightcase-sequenceInfo {
    font-size: 11px;
    color: #aaa; }
  @media screen and (max-width: 640px) {
    .lightcase-fullScreenMode #lightcase-info {
      padding-left: 15px;
      padding-right: 15px; }
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
      position: static; } }

#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear; }
  #lightcase-loading, #lightcase-loading:focus {
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    transition: color, opacity, ease-in-out 0.25s; }
  #lightcase-loading > span {
    display: inline-block;
    text-indent: -9999px; }

#lightcase-nav a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer; }
  #lightcase-nav a[class*='lightcase-icon-'], #lightcase-nav a[class*='lightcase-icon-']:focus {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    -webkit-tap-highlight-color: transparent;
    transition: color, opacity, ease-in-out 0.25s; }
  #lightcase-nav a[class*='lightcase-icon-'] > span {
    display: inline-block;
    text-indent: -9999px; }
  #lightcase-nav a[class*='lightcase-icon-']:hover {
    color: white;
    text-shadow: 0 0 15px white; }
  .lightcase-isMobileDevice #lightcase-nav a[class*='lightcase-icon-']:hover {
    color: #aaa;
    text-shadow: none; }
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-prev {
    left: 15px; }
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-next {
    right: 15px; }
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
    left: 50%;
    margin-left: -0.5em; }
    @media screen and (min-width: 641px) {
      #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
        opacity: 0; } }
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    top: 15px;
    right: 15px;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline: none; }
    @media screen and (max-width: 640px) {
      #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
        position: absolute; } }
    @media screen and (min-width: 641px) {
      #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
        position: fixed; } }
  @media screen and (max-width: 640px) {
    #lightcase-nav a[class*='lightcase-icon-'] {
      bottom: 15px;
      font-size: 24px; } }
  @media screen and (min-width: 641px) {
    #lightcase-nav a[class*='lightcase-icon-'] {
      bottom: 50%;
      margin-bottom: -0.5em; }
      #lightcase-nav a[class*='lightcase-icon-']:hover,
      #lightcase-case:hover ~ #lightcase-nav a[class*='lightcase-icon-'] {
        opacity: 1; } }

#lightcase-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background: #333; }
  @media screen and (max-width: 640px) {
    #lightcase-overlay {
      opacity: 1 !important; } }

@-webkit-keyframes arrowslide {
  0% {
    margin-top: 0;
    opacity: .4; }
  50% {
    margin-top: .5rem;
    opacity: .8; }
  100% {
    margin-top: 0;
    opacity: .4; } }

@keyframes arrowslide {
  0% {
    margin-top: 0;
    opacity: .4; }
  50% {
    margin-top: .5rem;
    opacity: .8; }
  100% {
    margin-top: 0;
    opacity: .4; } }

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

@font-face {
  font-family: 'veneerregular';
  src: url("../fonts/veneer-clean.eot");
  src: url("../fonts/veneer-clean.eot?#iefix") format("embedded-opentype"), url("../fonts/veneer-clean.woff2") format("woff2"), url("../fonts/veneer-clean.woff") format("woff"), url("../fonts/veneer-clean.ttf") format("truetype"), url("../fonts/veneer-clean.svg#veneerregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-variant-alternates: normal;
  font-variant: no-contextual; }

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

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

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

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

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

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

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

@font-face {
  font-family: 'Gist Rough Upr Exbold Three';
  src: url("../fonts/gist-clean.eot");
  src: url("../fonts/gist-clean.eot?#iefix") format("embedded-opentype"), url("../fonts/gist-clean.woff2") format("woff2"), url("../fonts/gist-clean.woff") format("woff"), url("../fonts/gist-clean.ttf") format("truetype"), url("../fonts/gist-clean.svg#gistclean") format("svg");
  font-weight: normal;
  font-style: normal;
  font-variant-alternates: normal;
  font-variant: no-contextual; }

@font-face {
  font-family: 'Gist Rough Upr Exbold Two Demo';
  src: url("../fonts/gist-clean.eot");
  src: url("../fonts/gist-clean.eot?#iefix") format("embedded-opentype"), url("../fonts/gist-clean.woff2") format("woff2"), url("../fonts/gist-clean.woff") format("woff"), url("../fonts/gist-clean.ttf") format("truetype"), url("../fonts/gist-clean.svg#gistclean") format("svg");
  font-weight: normal;
  font-style: normal;
  font-variant-alternates: normal;
  font-variant: no-contextual; }

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

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

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

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

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

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

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

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

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

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

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

/*========================
  Defoult Styles
=========================*/
p {
  font-weight: 400; }
  @media screen and (max-width: 47.875em) {
    p {
      font-size: 17px;
      line-height: 21px; } }

a {
  transition: .4s; }

#lightcase-content,
.lightcase-contentInner img {
  border-radius: 10px; }

/*============================
  Nav Plugin Styles
=============================*/
#nav-icon {
  width: 45px;
  height: 28px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 45px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media screen and (max-width: 480px) {
    #nav-icon {
      right: 20px; } }

#nav-icon span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: .25s ease-in-out; }

#nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 20px 20px 0; }

#nav-icon span:nth-child(odd) {
  left: 0px;
  border-radius: 20px 0 0 20px; }

#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
  top: 0px; }

#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
  top: 11px; }

#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
  top: 22px; }

#nav-icon.open span {
  background: #dd1936; }

#nav-icon.open span:nth-child(1), #nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

#nav-icon.open span:nth-child(2), #nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

#nav-icon.open span:nth-child(1) {
  left: 2px;
  top: 0; }

#nav-icon.open span:nth-child(2) {
  left: calc(50% - 6px);
  top: 0; }

#nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

#nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

#nav-icon.open span:nth-child(5) {
  left: 2px;
  top: 16px; }

#nav-icon.open span:nth-child(6) {
  left: calc(50% - 6px);
  top: 16px; }

/*=================================
  
==================================*/
.u-font-converting {
  font-family: 'Gist Rough Upr Exbold Three';
  font-variant: no-contextual; }

.u-arrow {
  font-family: 'arrow_symbols_1regular';
  font-style: normal;
  color: #e11432; }
  .u-arrow--rewards {
    color: #fff;
    font-size: 30px;
    line-height: 1; }

.u-back-to-top {
  font-size: 21px;
  font-family: 'Archer-Semibold';
  color: #323232;
  position: absolute;
  right: 200px;
  top: -24px;
  display: inline-block;
  padding-right: 78px;
  z-index: 2;
  font-weight: 600; }
  @media screen and (max-width: 68.6875em) {
    .u-back-to-top {
      right: 80px;
      padding-right: 56px; } }
  @media screen and (max-width: 47.875em) {
    .u-back-to-top {
      top: -19px;
      right: 15px;
      padding-right: 50px;
      font-size: 19px; } }
  .u-back-to-top:after {
    content: '';
    background: url(../img/back-to-top.png) no-repeat top center;
    width: 74px;
    height: 77px;
    position: absolute;
    right: 0;
    top: -30px; }
    @media screen and (max-width: 68.6875em) {
      .u-back-to-top:after {
        width: 54px;
        height: 57px;
        background-size: 100%;
        right: 0;
        top: -15px; } }
    @media screen and (max-width: 47.875em) {
      .u-back-to-top:after {
        width: 45px;
        height: 48px; } }

.u-section-heading {
  max-width: 1040px;
  margin: 0 auto;
  text-transform: uppercase;
  color: #323232;
  font-size: 82px;
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
  display: inline-block;
  border-top: 3px solid;
  padding: 0 70px;
  font-family: 'veneerregular';
  position: relative; }
  @media screen and (max-width: 68.6875em) {
    .u-section-heading {
      font-size: 62px;
      margin: 0 10px; } }
  @media screen and (max-width: 47.875em) {
    .u-section-heading {
      font-size: 52px;
      padding: 0 45px; } }
  @media screen and (max-width: 360px) {
    .u-section-heading {
      font-size: 45px; } }
  .u-section-heading strong {
    display: block;
    background: #fff;
    padding: 0 25px;
    margin-top: -35px;
    font-weight: normal; }
    @media screen and (max-width: 68.6875em) {
      .u-section-heading strong {
        padding: 0 10px;
        margin-top: -27px; } }
    @media screen and (max-width: 47.875em) {
      .u-section-heading strong {
        padding: 0 10px;
        margin-top: -23px; } }
  .u-section-heading--quiz {
    font-size: 40px;
    padding: 0 430px; }
    @media screen and (max-width: 68.6875em) {
      .u-section-heading--quiz {
        padding: 0 311px; } }
    @media screen and (max-width: 47.875em) {
      .u-section-heading--quiz {
        padding: 0 190px; } }
    .u-section-heading--quiz strong {
      margin-top: -24px; }
      @media screen and (max-width: 68.6875em) {
        .u-section-heading--quiz strong {
          margin-top: -21px; } }
      @media screen and (max-width: 47.875em) {
        .u-section-heading--quiz strong {
          margin-top: -19px; } }
  .u-section-heading--que-ans {
    font-size: 40px;
    padding: 0 172px; }
    @media screen and (max-width: 68.6875em) {
      .u-section-heading--que-ans {
        padding: 0 150px; } }
    @media screen and (max-width: 47.875em) {
      .u-section-heading--que-ans {
        padding: 0 40px; } }
    .u-section-heading--que-ans strong {
      margin-top: -24px; }
      @media screen and (max-width: 68.6875em) {
        .u-section-heading--que-ans strong {
          margin-top: -21px; } }
      @media screen and (max-width: 47.875em) {
        .u-section-heading--que-ans strong {
          margin-top: -19px; } }
          .u-section-heading--menu{
            /*padding: 0 34%;*/
          }
          .u-section-heading--menu strong{
            /*padding: 0 15px;*/
          }
  .u-section-heading--careers, .u-section-heading--reserve-table, .u-section-heading--about {
    font-size: 52px; }
    @media screen and (max-width: 68.6875em) {
      .u-section-heading--careers, .u-section-heading--reserve-table, .u-section-heading--about {
        font-size: 47px; } }
    @media screen and (max-width: 47.875em) {
      .u-section-heading--careers, .u-section-heading--reserve-table, .u-section-heading--about {
        font-size: 42px;
        padding: 0 45px; } }
    .u-section-heading--careers strong, .u-section-heading--reserve-table strong, .u-section-heading--about strong {
      margin-top: -24px; }
      @media screen and (max-width: 68.6875em) {
        .u-section-heading--careers strong, .u-section-heading--reserve-table strong, .u-section-heading--about strong {
          margin-top: -21px; } }
      @media screen and (max-width: 47.875em) {
        .u-section-heading--careers strong, .u-section-heading--reserve-table strong, .u-section-heading--about strong {
          margin-top: -19px; } }
  .u-section-heading--locations, .u-section-heading--search, .u-section-heading--cookie {
    padding: 0 340px; }
    @media screen and (max-width: 68.6875em) {
      .u-section-heading--locations, .u-section-heading--search, .u-section-heading--cookie {
        padding: 0 240px; } }
    @media screen and (max-width: 47.875em) {
      .u-section-heading--locations, .u-section-heading--search, .u-section-heading--cookie {
        padding: 0 73px; } }
  .u-section-heading--site-map {
    padding: 0 300px; }
    @media screen and (max-width: 68.6875em) {
      .u-section-heading--site-map {
        padding: 0 230px; } }
    @media screen and (max-width: 47.875em) {
      .u-section-heading--site-map {
        padding: 0 70px; } }
  .u-section-heading--404 {
    font-size: 440px;
    padding: 0 250px; }
    @media screen and (max-width: 68.6875em) {
      .u-section-heading--404 {
        font-size: 300px;
        padding: 0 150px; } }
    @media screen and (max-width: 47.875em) {
      .u-section-heading--404 {
        padding: 0 40px;
        font-size: 275px; } }
    @media screen and (max-width: 480px) {
      .u-section-heading--404 {
        font-size: 165px; } }
    .u-section-heading--404 strong {
      margin-top: -190px; }
      @media screen and (max-width: 68.6875em) {
        .u-section-heading--404 strong {
          margin-top: -120px; } }
      @media screen and (max-width: 47.875em) {
        .u-section-heading--404 strong {
          margin-top: -115px; } }
      @media screen and (max-width: 480px) {
        .u-section-heading--404 strong {
          margin-top: -70px; } }

.u-section-sub-heading {
  font-size: 55px;
  color: #dd1936;
  font-family: 'Gist Rough Upr Exbold Three';
  font-variant: no-contextual;
  margin: 10px 0 0; }
  .u-section-sub-heading--quiz, .u-section-sub-heading--que-ans {
    font-size: 41px; }
    @media screen and (max-width: 47.875em) {
      .u-section-sub-heading--quiz, .u-section-sub-heading--que-ans {
        font-size: 31px; } }
  @media screen and (max-width: 68.6875em) {
    .u-section-sub-heading {
      font-size: 42px; } }
  @media screen and (max-width: 47.875em) {
    .u-section-sub-heading {
      font-size: 32px;
      margin: 15px 0 0; } }
  @media screen and (max-width: 360px) {
    .u-section-sub-heading {
      font-size: 30px; } }
  .u-section-sub-heading--menu {
    margin-top: 5px; }
    @media screen and (max-width: 47.875em) {
      .u-section-sub-heading--menu {
        /*margin-top: 10px;*/ } }

.u-padding-top-btm {
  padding-top: 100px;
  padding-bottom: 45px; }
  @media screen and (max-width: 68.6875em) {
    .u-padding-top-btm {
      padding-top: 80px;
      padding-bottom: 15px; } }
  @media screen and (max-width: 47.875em) {
    .u-padding-top-btm {
      padding-top: 55px;
      padding-bottom: 0; } }
  .u-padding-top-btm--offers {
    padding-bottom: 10px; }
  .u-padding-top-btm--privacy-policy, .u-padding-top-btm--careers, .u-padding-top-btm--locations, .u-padding-top-btm--gift-card {
    padding-bottom: 0; }
  .u-padding-top-btm--site-map {
    padding-bottom: 70px; }
  .u-padding-top-btm--404 {
    padding-top: 220px;
    padding-bottom: 260px; }
    @media screen and (max-width: 68.6875em) {
      .u-padding-top-btm--404 {
        padding-top: 160px;
        padding-bottom: 160px; } }
    @media screen and (max-width: 47.875em) {
      .u-padding-top-btm--404 {
        padding-top: 140px;
        padding-bottom: 70px; } }

.woocommerce a.u-more-button ,
.u-more-button {
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid transparent;
  background: #191919;
  font-family: 'veneerregular',sans-serif;
  padding: 15px 41px 11px;
  border-radius: 8px;
  display: -webkit-inline-flex;
  display: -ms-flexbox;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .u-more-button i {
    color: #fff;
    font-size: 37px;
    line-height: 1;
    margin-top: -4px;
    margin-left: 5px; }
    @media screen and (max-width: 47.875em) {
      .u-more-button i {
        font-size: 28px;
        margin-top: 0; } }
  .u-more-button:hover {
    background: #dc1e37;
    color: #191919; }
  .u-more-button--hot-offers {
    font-size: 33px; }
  @media screen and (max-width: 47.875em) {
    .u-more-button {
      font-size: 17px;
      padding: 11px 16px 7px; }
      .u-more-button--q-view {
        background: rgba(25, 25, 25, 0.75);
        padding: 12px 47px 8px; }
        .u-more-button--q-view:hover {
          background: rgba(220, 30, 55, 0.75); } }
          .woocommerce .c-menu__more-buttons{
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: space-between;
            -ms-flex-pack: space-between;
            justify-content: space-between;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative;
          }
        @media screen and (max-width: 47.875em) {
          .woocommerce .c-menu__more-buttons {
            display: block;
            margin-top: 12px;
          }
        }
    .woocommerce .c-menu__more-buttons a{
      background: #dd1936;
      width: 50%;
      font-size: 24px;
      padding: 11px 18px 13px;
      display: block;
      font-weight: normal;
    }
    .woocommerce .c-menu__more-buttons a:first-child{
      margin-right: 3px;
    }
    .woocommerce .c-menu__more-buttons a:first-child:after{
      /* position: relative;
      top: -3px; */
    }
    .woocommerce .c-menu__more-buttons a:last-child{
      margin-left: 3px;
      background: #191919;
    }
    @media screen and (max-width: 47.875em) {
      .woocommerce .c-menu__more-buttons a{
        width: 100%;
        margin-bottom: 8px;
        font-size: 19px;
        padding: 11px 15px 12px;
      }
      .woocommerce .c-menu__more-buttons a:first-child{
        margin-right: 0;
      }
      .woocommerce .c-menu__more-buttons a:last-child{
        margin-left: 0;
      }
    }
    .woocommerce .c-menu__more-buttons a i{
      font-size: 32px;
    }
    @media screen and (max-width: 47.875em) {
      .woocommerce .c-menu__more-buttons a i{
        font-size: 25px;
      }
    }
    .woocommerce .c-menu__more-buttons .added_to_cart{
      margin-bottom: 0;
      font-size: 16px;
      padding: 6px 10px;
      background: none;
      position: absolute;
      bottom: -33px;
      left: 0;
    }
.u-back-to-page {
  font-size: 21px;
  font-family: 'Archer-Semibold';
  color: #323232;
  position: absolute;
  top: 45px;
  left: 50px;
  z-index: 2;
  font-weight: 600;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 47.875em) {
    .u-back-to-page {
      top: 20px;
      left: 40px; } }
  .u-back-to-page--que-ans {
    top: -15px;
    left: 276px; }
    @media screen and (max-width: 68.6875em) {
      .u-back-to-page--que-ans {
        left: 16px; } }
    @media screen and (max-width: 47.875em) {
      .u-back-to-page--que-ans {
        top: 8px;
        left: 10px; } }
  .u-back-to-page i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
    font-size: 40px;
    line-height: 0;
    margin-right: 5px; }

.u-strong {
  font-weight: normal;
  font-family: 'helveticaneuemedium';
  font-style: italic; }

.u-content-lists {
  margin: 0 0 20px 40px; }
  @media screen and (max-width: 68.6875em) {
    .u-content-lists {
      margin-left: 25px; } }
  @media screen and (max-width: 47.875em) {
    .u-content-lists {
      margin-left: 20px; } }
  .u-content-lists li {
    padding-left: 17px;
    position: relative;
    list-style: none;
    line-height: 24px;
    font-size: 20px; }
    @media screen and (max-width: 68.6875em) {
      .u-content-lists li {
        padding-left: 25px;
        font-size: 18px; } }
    @media screen and (max-width: 47.875em) {
      .u-content-lists li {
        padding-left: 20px;
        line-height: 1.29;
        font-size: 16px; } }
    .u-content-lists li:before {
      content: '•';
      position: absolute;
      left: 0;
      top: 0; }

.o-panel {
  position: relative; }
  .o-panel--inner-page {
    padding-top: 118px; }
    @media screen and (max-width: 47.875em) {
      .o-panel--inner-page {
        padding-top: 130px; } }
  .o-panel--header {
    background: #fff;
    width: 100%;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 0 13px 5px rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 47.875em) {
      .o-panel--header {
        position: fixed;
        background: #ffffff;
        padding: 0;
        min-height: 105px;
        transition: .4s;
        box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.15); } }
  @media screen and (max-width: 47.875em) {
    .o-panel--header.open {
      background: rgba(14, 12, 7, 0.9);
      height: 100%;
      display: block; } }
  .o-panel--hero {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 47.875em) {
      .o-panel--hero {
        margin-top: 105px; } }
  .o-panel--hot-offers {
    padding: 80px 0 65px;
    background: url(../img/shadow-top.png) top repeat-x, url(../img/shadow-btm.png) bottom repeat-x;
    background-size: 100% auto;
    margin-top: 70px; }
    @media screen and (max-width: 47.875em) {
      .o-panel--hot-offers {
        padding: 22px 0 20px;
        margin-top: 20px; } }
  .o-panel--product {
    padding-top: 26px;
    margin-bottom: -20px; }
    @media screen and (max-width: 47.875em) {
      .o-panel--product {
        margin-bottom: 0; } }
  .o-panel--site-map, .o-panel--reserve-table, .o-panel--gift-card, .o-panel--privacy-policy, .o-panel--menu, .o-panel--search, .o-panel--cookie, .o-panel--locations, .o-panel--rewards, .o-panel--about, .o-panel--careers, .o-panel--product, .o-panel--404, .o-panel--offers {
    min-height: calc(100vh - 545px); }
  .o-panel--404 {
    background: url(../img/404.png) no-repeat right bottom; }
    @media screen and (max-width: 1366px) {
      .o-panel--404 {
        background-size: 35%; } }
    @media screen and (max-width: 68.6875em) {
      .o-panel--404 {
        background-size: 30%; } }
    @media screen and (max-width: 47.875em) {
      .o-panel--404 {
        background: none; } }
  .o-panel--footer {
    margin-top: 80px;
    background: #fff;
    /*position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;*/ }
    @media screen and (max-width: 68.6875em) {
      .o-panel--footer {
        margin-top: 40px; } }

.c-site-logo {
  display: block;
  max-width: 210px; }
  @media screen and (max-width: 47.875em) {
    .c-site-logo {
      width: 180px; } }

.c-header {
  max-width: 1220px; }
  @media screen and (max-width: 47.875em) {
    .c-header {
      width: 100%; } }

    .c-header__cart-wrap{
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 25px;
      position: relative;
    }

  @media screen and (max-width: 68.6875em) {
    .c-header__cart-wrap{
      margin-bottom: 15px;
    }
  }

  @media screen and (max-width: 47.875em) {
    .c-header__cart-wrap{
      margin-bottom: 0;
    }
  }

  .c-header__cart{
    margin-right: 25px;
    position: relative;
  }

  .c-header__cart.open:before{
    content: '';
    width: 160px;
    height: 120px;
    background: rgba(197, 195, 193, 0.95);
    position: absolute;
    left: -120px;
    top: -20px;
    z-index: 1;
    transition: .4s;
    /*display: none;
    visibility: hidden;*/
  }

  @media screen and (max-width: 47.875em) {
    .c-header__cart.open:before{
      display: none;
    }
  }

  @media screen and (max-width: 47.875em) {
    .c-header__cart{
      position: absolute;
      left: 0;
      right: 0;
      top: 105px;
      width: 100%;
      margin-top: 0;
      margin-right: 0;
    }
  }

  .c-header__cart-link{
    width: 30px;
    height: 30px;
    background: url(../img/bag-icon.png) no-repeat center;
    display: block;
    position: relative;
    z-index: 5;
  }

  @media screen and (max-width: 47.875em) {
    .c-header__cart-link{
      position: absolute;
      z-index: 99;
      top: -67px;
      left: 20px;
    }
  }

  .c-header__cart small{
    width: 17px;
    height: 17px;
    padding: 3px 6px;
    background: #dc1e37;
    font-size: 11px;
    font-family: 'veneerregular';
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: -7px;
    bottom: -7px;
  }

  .c-header__cart-items{
    width: 460px;
    /*width: 100%;*/
    background: rgba(197, 195, 193, 0.95);
    padding: 25px 40px 40px;
    position: absolute;
    left: -120px;
    top: 98px;
    z-index: 100;
    display: none;
    transition: .3s;
  }

  @media screen and (max-width: 47.875em) {
    .c-header__cart-items{
      width: 375px;
      padding: 15px 20px 20px;
      position: static;
      width: 100%;
      background: #fff;
    }
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
    display: none;
  }

  .c-header__cart:hover .c-header__cart-items,
  .c-header__cart:hover:before{
    /*display: block;
    visibility: visible;*/
  }

  .c-header__cart-title{
    font-size: 24px;
    color: #323232;
    text-transform: uppercase;
    margin: 0 0 40px;
  }

  @media screen and (max-width: 47.875em) {
    .c-header__cart-title{
      font-size: 30px;
    }
  }
 
  .c-header-cart{
    padding: 0;
    background: #fff;
  }
  @media screen and (max-width: 47.875em) {
    .c-header-cart{
      max-height: 500px;
      overflow-x: scroll;
    }
    .s-header-shopping-cart{
      padding: 0 20px 30px;
    }
    .c-header-cart__header{
      background: #000;
      padding: 25px 10px 20px 20px;
      margin-bottom: 25px;
    }
  }

  .woocommerce.s-header-shopping-cart .cart_list li{
    padding: 0 0 65px 0;
  }
  .woocommerce.s-header-shopping-cart .cart_list li:last-child{
    padding-bottom: 0;
  }
  .woocommerce.s-header-shopping-cart .woocommerce-mini-cart__buttons .button.checkout{
    display: none;
  }
  @media screen and (max-width: 47.875em) {
    .woocommerce.s-header-shopping-cart .woocommerce-mini-cart__buttons .button{
      display: none;
    }

    .woocommerce.s-header-shopping-cart .woocommerce-mini-cart__buttons .button.checkout{
      display: block;
    }
  }

  .woocommerce.s-header-shopping-cart .cart_list li a{
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-family: 'veneerregular';
    font-weight: normal;
    line-height: 1;
    text-align: left;
    float: left;
    width: 175px;
  }
  @media screen and (max-width: 47.875em) {
    .woocommerce.s-header-shopping-cart .cart_list li a{
      width: 34%;
    }
  }

  .woocommerce.s-header-shopping-cart ul.cart_list li img, 
  .woocommerce.s-header-shopping-cart ul.product_list_widget li img{
    float: none;
    width: 100%;
    /*max-width: 175px;*/
    border-radius: 8px;
    margin: 0;
  }

  .c-woocommerce-cart.show-for-small-only{
    /*display: none;*/
  }

  .c-mini-cart__button{
    width: 33px;
    height: 33px;
    font-size: 19px;
    background: #dd1936;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-family: 'veneerregular';
    line-height: 36px;
  }
  .c-mini-cart__name{
    font-size: 18px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  @media screen and (max-width: 47.875em) {
    .c-mini-cart__name{
      font-size: 21px;
    }
  }

  .c-mini-cart__text{
    float: right;
    width: 193px;
    padding-left: 10px;
    text-align: left;
  }
  @media screen and (max-width: 47.875em) {
    .c-mini-cart__text{
      width: 66%;
    }
  }

  .c-mini-cart__description {
    font-size: 14px;
    color: #414042;
    font-family: News Gothic;
  }

  .c-mini-cart__quantity-input{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*margin-top: 20px;*/
    position: absolute;
    right: 58px;
    top: 35px;
  }
  @media screen and (max-width: 47.875em) {
    .c-mini-cart__quantity-input{
      position: static;
    }
  }
  .c-mini-cart__product-quantity .quantity input{
    width: 32px !important;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #a1a1a1;
    margin: 0 12px;
    font-size: 13px;
    color: #414042;
    font-family: 'Archer-Semibold';
    padding: 0;
  }
  .woocommerce.s-header-shopping-cart .cart_list li a.c-mini-cart__edit{
    font-size: 14px;
    color: #414042;
    border: 1px solid #dd1936;
    border-radius: 5px;
    padding: 10px 10px 9px;
    background: #fff;
    font-family: 'News Gothic';
    width: auto !important;
    text-transform: capitalize;
    font-weight: bold;
  }
  .woocommerce.s-header-shopping-cart .cart_list li a.c-mini-cart__edit:hover{
    background: #dd1936;
    color: #fff;
  }

  .c-mini-cart__edit i {
    font-size: 15px;
    margin-left: 5px;
    color: #323232;
  }

  .c-mini-cart__product-price{
    font-size: 23px;
    color: #636466;
    font-family: 'veneerregular';
  }

  .c-mini-cart__product-price .amount{
    float: none;
  }

  .c-mini-cart__footer-item{
    float: left;
    width: 100%;
    margin-top: 18px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
  }

  .c-mini-cart__total strong{
    float: left;
  }
  .c-mini-cart__back-to-shop{
    background: #000000;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'veneerregular';
    color: #fff;
    border-radius: 5px;
    padding: 9px 15px 11px;
    margin: 30px 0 5px;
    display: inline-block;
  }
  .c-mini-cart__back-to-shop i{
    color: #fff;
    font-size: 28px;
    margin-right: 5px;
    display: inline-block;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .woocommerce.s-header-shopping-cart .woocommerce-mini-cart__buttons{
    margin: 0;
  }

  .woocommerce.s-header-shopping-cart .woocommerce-mini-cart__buttons a{
    background: #dd1936;
    padding: 10px 10px 8px;
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    margin: 25px 0 0 !important;
    display: block;
    font-weight: normal;
    font-family: 'veneerregular';
  }

  .woocommerce.s-header-shopping-cart .woocommerce-mini-cart__buttons a:hover{
    background: #fff;
    color: #dd1936;
  }

  .woocommerce.s-header-shopping-cart .total{
    border-top: 0;
    padding: 17px 10px 14px 30px;
    margin: 70px 0 0;
    background: #e1e1e1;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'veneerregular';
  }

  @media screen and (max-width: 47.875em) {
    .woocommerce.s-header-shopping-cart .total{
      margin-top: 40px;
    }
  }
  .woocommerce.s-header-shopping-cart .amount{
    float: right;
  }

  .woocommerce .s-header-shopping-cart.widget_shopping_cart .cart_list li a.remove, 
  .s-header-shopping-cart.woocommerce.widget_shopping_cart .cart_list li a.remove{
    width: 32px;
    height: 32px;
    background: #dd1936;
    color: #fff !important;
    font-size: 19px;
    vertical-align: middle;
    padding: 8px 11px;
    font-family: 'veneerregular';
    position: absolute;
    top: -15px;
    left: -10px;
  }

  @media screen and (max-width: 47.875em) {
    .c-header__logo-bar {
      text-align: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 105px;
      position: relative; } }
  .c-header__logo-bar.open {
    /*background: none;
        box-shadow: 0 0;
        min-height: 100%;
        margin: 22px 0;*/ }
  .c-header__nav-icon {
    position: absolute;
    top: 0;
    right: 0; }
  @media screen and (max-width: 47.875em) {
    .c-header__menu-col {
      display: none; } }
  .c-header__menu-area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 47.875em) {
      .c-header__menu-area {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
  .c-header__search {
    max-width: 230px;
    /*margin-bottom: 25px;*/
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    /*@media screen and (max-width: 68.6875em) {
      .c-header__search {
        margin-bottom: 15px; } }*/
    @media screen and (max-width: 47.875em) {
      .c-header__search {
        display: block;
        margin: 40px 0 0;
        max-width: 355px;
        width: 100%;
        position: relative; } }
    .c-header__search input[type="search"] {
      background: #cccccc;
      height: 30px;
      border-radius: 8px;
      outline: none;
      box-shadow: 0 0;
      border: 0;
      max-width: 192px;
      width: 100%;
      margin: 0 20px 0 0;
      padding: 5px 10px; }
      @media screen and (max-width: 47.875em) {
        .c-header__search input[type="search"] {
          background: #fff;
          height: 50px;
          border-radius: 6px;
          margin: 0;
          max-width: 100%;
          padding: 10px 53px 10px 15px; } }
    .c-header__search input[type="submit"] {
      background: url(../img/search-icon.png) no-repeat center;
      background-size: 100%;
      text-indent: -9999px;
      width: 30px;
      height: 30px;
      border: 0;
      outline: 0;
      box-shadow: 0 0; }
      @media screen and (max-width: 47.875em) {
        .c-header__search input[type="submit"] {
          background: url(../img/search-icon2.png) no-repeat center;
          position: absolute;
          right: 10px;
          bottom: 5px;
          width: 40px;
          height: 40px; } }

    .c-cookies-popup{
      font-size: 30px;
      color: #323232;
      text-transform: uppercase;
      font-family: 'veneerregular';
      position: absolute;
      top: 118px;
      left: 0;
      width: 100%;
      z-index: 100;
      text-align: center;
      background: rgba(194, 194, 194, 0.9);
      padding: 21px 10px 20px;
      line-height: .9;
      display: none;
    }

    @media screen and (max-width: 47.875em) {
      .c-cookies-popup{
        background: #c2c2c2;
        font-size: 19px;
        line-height: 1.2;
        padding: 43px 32px 32px;
        top: 105px;
        z-index: 99;
        position: fixed;
      }
    }

    .c-cookies-popup a{
      color: #dd1936;
      position: relative;
    }

    .c-cookies-popup a:before{
      content: '';
      width: 100%;
      height: 2px;
      background: #dd1936;
      position: absolute;
      left: 0;
      bottom: 2px;
    }

    .c-cookies-popup__close{
      width: 30px;
      height: 30px;
      font-size: 20px;
      color: #fff;
      background: #555;
      padding: 4px 4px 5px;
      text-align: center;
      text-decoration: none;
      border-radius: 50%;
      display: inline-block;
      font-family: 'veneerregular';
      position: absolute;
      right: 35px;
      top: 50%;
      margin-top: -15px;
    }
    @media screen and (max-width: 47.875em) {
      .c-cookies-popup__close{
        top: 6px;
        right: 18px;
        margin-top: 0;
      }
    }


.c-hero {
  min-height: 1050px;
  color: #fff; }
  @media screen and (max-width: 68.6875em) {
    .c-hero {
      min-height: 900px; } }
  @media screen and (max-width: 47.875em) {
    .c-hero {
      min-height: calc(100vh - 105px); } }
  .c-hero__col {
    margin-top: 130px; }
    @media screen and (max-width: 68.6875em) {
      .c-hero__col {
        margin-top: 180px; } }
    @media screen and (max-width: 47.875em) {
      .c-hero__col {
        margin-top: 150px; } }
    @media screen and (max-width: 360px) {
      .c-hero__col {
        margin-top: 30px; } }
  .c-hero__heading {
    font-size: 117px;
    font-family: 'veneerregular';
    text-transform: uppercase;
    text-shadow: 0 7px 26px rgba(0, 1, 1, 0.8);
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 500; }
    @media screen and (max-width: 68.6875em) {
      .c-hero__heading {
        font-size: 80px;
        margin-bottom: 5px; } }
    @media screen and (max-width: 47.875em) {
      .c-hero__heading {
        font-size: 35px;
        margin-bottom: 0; } }
  .c-hero__divider {
    font-size: 50px;
    font-family: 'Lobster 1.4';
    text-shadow: 0 7px 26px rgba(0, 1, 1, 0.8);
    text-transform: lowercase;
    position: relative;
    line-height: 1;
    display: block;
    max-width: 633px;
    margin: 0 auto; }
    @media screen and (max-width: 68.6875em) {
      .c-hero__divider {
        font-size: 40px; } }
    @media screen and (max-width: 47.875em) {
      .c-hero__divider {
        font-size: 20px;
        max-width: 350px; } }
    .c-hero__divider:before {
      content: '';
      height: 6px;
      background: #fff;
      border-radius: 10px;
      max-width: 260px;
      width: 100%;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -3px; }
      @media screen and (max-width: 47.875em) {
        .c-hero__divider:before {
          max-width: 125px;
          height: 3px; } }
      @media screen and (max-width: 320px) {
        .c-hero__divider:before {
          max-width: 110px; } }
    .c-hero__divider:after {
      content: '';
      height: 6px;
      background: #fff;
      border-radius: 10px;
      max-width: 260px;
      width: 100%;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -3px; }
      @media screen and (max-width: 47.875em) {
        .c-hero__divider:after {
          max-width: 125px;
          height: 3px; } }
      @media screen and (max-width: 320px) {
        .c-hero__divider:after {
          max-width: 110px; } }
  .c-hero__sub-heading {
    font-size: 66px;
    margin: 20px 0 0;
    line-height: 1;
    text-shadow: 0 7px 26px rgba(0, 1, 1, 0.8);
    font-family: 'Gist Rough Upr Exbold Three';
    font-variant: no-contextual;
    font-weight: normal; }
    @media screen and (max-width: 68.6875em) {
      .c-hero__sub-heading {
        font-size: 50px; } }
    @media screen and (max-width: 47.875em) {
      .c-hero__sub-heading {
        font-size: 25px;
        margin: 5px 0 0; } }
  .c-hero__more-btn {
    font-size: 33px;
    display: inline-block;
    font-family: 'veneerregular';
    text-transform: uppercase;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    padding: 26px 31px 21px;
    line-height: 1;
    margin-top: 50px;
    letter-spacing: 1px; }
    .c-hero__more-btn:hover {
      background: rgba(255, 255, 255, 0.8); }
    @media screen and (max-width: 68.6875em) {
      .c-hero__more-btn {
        margin-top: 90px; } }
    @media screen and (max-width: 47.875em) {
      .c-hero__more-btn {
        font-size: 20px;
        padding: 20px 20px 15px;
        margin-top: 70px; } }
    @media screen and (max-width: 360px) {
      .c-hero__more-btn {
        margin-top: 50px; } }

.c-services {
  margin-top: 25px; }
  @media screen and (max-width: 47.875em) {
    .c-services {
      margin-top: 10px; } }
  .c-services__r-row {
    margin-left: 0px !important;
    margin-right: 0 !important; }
  .c-services__col {
    border-radius: 8px;
    display: block;
    overflow: hidden;
    padding: 10px; }
    @media screen and (max-width: 47.875em) {
      .c-services__col {
        padding: 8px 0; } }
    .c-services__col img {
      border-radius: 8px; }
    .c-services__col--rewards, .c-services__col--menu {
      padding-left: 0; }
      .c-services__col--offers{
        padding-right: 0;
      }
    @media screen and (max-width: 47.875em) {
      .c-services__col--menu {
        padding-right: 8px; } }
    @media screen and (max-width: 47.875em) {
      .c-services__col--location {
        padding-left: 8px; } }
    .c-services__col--food, .c-services__col--reserve {
      padding-right: 0; }
  .c-services__item {
    position: relative;
    cursor: pointer; }
    .c-services__item:hover .c-services__overlay {
      z-index: 1; }
  .c-services__text {
    padding: 15px;
    z-index: 2; }
  .c-services__link {
    display: inline-block; }
    @media screen and (max-width: 47.875em) {
      .c-services__link {
        word-break: break-word; } }
    .c-services__link:hover {
      color: #000; }
    .c-services__link:hover .u-arrow {
      color: #fff; }
  .c-services__overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 16, 0.55);
    border-radius: 8px;
    z-index: -1;
    padding: 10px;
    transition: z-index 200ms; }

.c-services-menu {
  position: relative;
  min-height: 425px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 8px 8px 0; }
  @media screen and (max-width: 68.6875em) {
    .c-services-menu {
      min-height: 270px; } }
  @media screen and (max-width: 47.875em) {
    .c-services-menu {
      border-radius: 0;
      min-height: 245px; } }
  .c-services-menu .c-services__overlay {
    border-radius: 0 8px 8px 0; }
    @media screen and (max-width: 47.875em) {
      .c-services-menu .c-services__overlay {
        border-radius: 0; } }
  .c-services-menu__text {
    position: relative;
    text-align: center; }
  .c-services-menu__title {
    display: inline-block;
    font-family: 'Gist Rough Upr Exbold Three';
    font-variant: no-contextual;
    font-size: 62px;
    color: #fff;
    line-height: 62px;
    text-shadow: 0 7px 26px rgba(0, 1, 1, 0.8);
    font-weight: normal; }
    @media screen and (max-width: 68.6875em) {
      .c-services-menu__title {
        font-size: 40px;
        line-height: 40px; } }
    @media screen and (max-width: 47.875em) {
      .c-services-menu__title {
        font-size: 36px;
        line-height: 36px; } }
    @media screen and (max-width: 480px) {
      .c-services-menu__title {
        font-size: 25px;
        line-height: 30px; } }

.c-services-location {
  position: relative;
  min-height: 425px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px; }
  @media screen and (max-width: 68.6875em) {
    .c-services-location {
      min-height: 270px; } }
  @media screen and (max-width: 47.875em) {
    .c-services-location {
      border-radius: 0;
      min-height: 245px; } }
  .c-services-location .c-services__overlay {
    border-radius: 8px; }
    @media screen and (max-width: 47.875em) {
      .c-services-location .c-services__overlay {
        border-radius: 0; } }
  .c-services-location__text {
    position: relative;
    text-align: center; }
  .c-services-location__title {
    display: inline-block;
    font-family: 'Gist Rough Upr Exbold Three';
    font-variant: no-contextual;
    font-size: 60px;
    color: #fff;
    line-height: 60px;
    text-shadow: 0 7px 26px rgba(0, 1, 1, 0.8);
    font-weight: normal; }
    @media screen and (max-width: 68.6875em) {
      .c-services-location__title {
        font-size: 40px;
        line-height: 40px; } }
    @media screen and (max-width: 47.875em) {
      .c-services-location__title {
        font-size: 36px;
        line-height: 36px; } }
    @media screen and (max-width: 480px) {
      .c-services-location__title {
        font-size: 22px;
        line-height: 28px; } }

.c-services-offers {
  position: relative;
  min-height: 435px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: block;
  border-radius: 8px 0 0 8px; }
  @media screen and (max-width: 68.6875em) {
    .c-services-offers {
      min-height: 270px; } }
  @media screen and (max-width: 47.875em) {
    .c-services-offers {
      border-radius: 0;
      min-height: 280px; } }
  .c-services-offers .c-services__overlay {
    border-radius: 0 8px 8px 0; }
    @media screen and (max-width: 47.875em) {
      .c-services-offers .c-services__overlay {
        border-radius: 0; } }
  .c-services-offers__text {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.81);
    padding: 20px 10px; }
  .c-services-offers__title {
    display: inline-block;
    font-family: 'Gist Rough Upr Exbold Three';
    font-variant: no-contextual;
    font-size: 52px;
    color: #fff;
    line-height: 52px;
    text-shadow: 0 7px 26px rgba(0, 1, 1, 0.8);
    font-weight: normal; }
    .c-services-offers__title:hover {
      color: #be162e; }
    @media screen and (max-width: 68.6875em) {
      .c-services-offers__title {
        font-size: 40px;
        line-height: 40px; } }
    @media screen and (max-width: 47.875em) {
      .c-services-offers__title {
        font-size: 32px;
        line-height: 32px; } }
  .c-services-offers__sub-title {
    font-size: 45px;
    font-family: 'veneerregular';
    color: #fff;
    margin: 0;
    margin: 20px 0 0;
    line-height: 1;
    text-shadow: 0 7px 26px rgba(0, 1, 1, 0.8); }
    @media screen and (max-width: 68.6875em) {
      .c-services-offers__sub-title {
        font-size: 30px; } }
    @media screen and (max-width: 47.875em) {
      .c-services-offers__sub-title {
        font-size: 28px; } }

.c-services-rewards {
  position: relative;
  min-height: 375px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: block;
  border-radius: 0 8px 8px 0; }
  @media screen and (max-width: 68.6875em) {
    .c-services-rewards {
      min-height: 300px; } }
  @media screen and (max-width: 47.875em) {
    .c-services-rewards {
      border-radius: 0;
      min-height: 215px; } }
  .c-services-rewards .c-services__overlay {
    border-radius: 0 8px 8px 0; }
    @media screen and (max-width: 47.875em) {
      .c-services-rewards .c-services__overlay {
        border-radius: 0; } }
  .c-services-rewards__text {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 10px; }
  .c-services-rewards__title {
    display: inline-block;
    font-family: 'Gist Rough Upr Exbold Three';
    font-variant: no-contextual;
    font-size: 52px;
    color: #fff;
    line-height: 52px;
    text-shadow: 0 7px 26px rgba(0, 1, 1, 0.8);
    font-weight: normal; }
    @media screen and (max-width: 68.6875em) {
      .c-services-rewards__title {
        font-size: 40px;
        line-height: 40px; } }
    @media screen and (max-width: 47.875em) {
      .c-services-rewards__title {
        font-size: 32px;
        line-height: 32px; } }
  .c-services-rewards__sub-title {
    font-size: 45px;
    font-family: 'veneerregular';
    color: #fff;
    margin: 0;
    margin: 10px 0 0;
    line-height: 1;
    text-shadow: 0 7px 26px rgba(0, 1, 1, 0.8); }
    @media screen and (max-width: 68.6875em) {
      .c-services-rewards__sub-title {
        font-size: 30px; } }
    @media screen and (max-width: 47.875em) {
      .c-services-rewards__sub-title {
        font-size: 28px; } }

    .c-services-order{
      min-height: 720px;
      position: relative;
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 0 8px 8px 0; 
    }
    @media screen and (max-width: 68.6875em) {
    .c-services-order {
      min-height: 450px; } }
  @media screen and (max-width: 47.875em) {
    .c-services-order {
      border-radius: 0;
      min-height: 300px; } }
      .c-services__col--order{
        padding-left: 0;
      }



.c-services-reserve {
  position: relative;
  min-height: 710px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px 0 0 8px; }
  @media screen and (max-width: 68.6875em) {
    .c-services-reserve {
      min-height: 450px; } }
  @media screen and (max-width: 47.875em) {
    .c-services-reserve {
      border-radius: 0;
      min-height: 240px; } }
  .c-services-reserve .c-services__overlay {
    border-radius: 8px 0 0 8px; }
    @media screen and (max-width: 47.875em) {
      .c-services-reserve .c-services__overlay {
        border-radius: 0; } }
  .c-services-reserve__text {
    position: relative;
    text-align: center;
    margin-top: -290px; }
    @media screen and (max-width: 68.6875em) {
      .c-services-reserve__text {
        margin-top: -190px; } }
    @media screen and (max-width: 47.875em) {
      .c-services-reserve__text {
        margin-top: 0; } }
  .c-services-reserve__title {
    display: inline-block;
    font-family: 'Gist Rough Upr Exbold Three';
    font-variant: no-contextual;
    font-size: 56px;
    color: #fff;
    line-height: 56px;
    text-shadow: 0 7px 26px rgba(0, 1, 1, 0.8);
    font-weight: normal; }
    @media screen and (max-width: 68.6875em) {
      .c-services-reserve__title {
        font-size: 40px;
        line-height: 40px; } }
    @media screen and (max-width: 47.875em) {
      .c-services-reserve__title {
        font-size: 32px;
        line-height: 32px; } }
    @media screen and (max-width: 480px) {
      .c-services-reserve__title {
        font-size: 29px;
        line-height: 30px; } }
  .c-services-reserve__sub-title {
    font-size: 65px;
    font-family: 'veneerregular';
    color: #fff;
    margin: 0;
    margin: 10px 0 0;
    line-height: 1;
    text-shadow: 0 7px 26px rgba(0, 1, 1, 0.8); }
    @media screen and (max-width: 68.6875em) {
      .c-services-reserve__sub-title {
        font-size: 50px; } }
    @media screen and (max-width: 47.875em) {
      .c-services-reserve__sub-title {
        font-size: 50px; } }

.c-services-food {
  position: relative;
  min-height: 375px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px 0 0 8px; }
  @media screen and (max-width: 68.6875em) {
    .c-services-food {
      min-height: 300px; } }
  @media screen and (max-width: 47.875em) {
    .c-services-food {
      border-radius: 0;
      min-height: 240px; } }
  .c-services-food .c-services__overlay {
    border-radius: 8px 0 0 8px; }
    @media screen and (max-width: 47.875em) {
      .c-services-food .c-services__overlay {
        border-radius: 0; } }
  .c-services-food__text {
    position: relative;
    text-align: center;
    margin-left: 90px; }
    @media screen and (max-width: 68.6875em) {
      .c-services-food__text {
        margin-left: 50px; } }
    @media screen and (max-width: 47.875em) {
      .c-services-food__text {
        margin-left: 100px; } }
  .c-services-food__title {
    display: inline-block;
    font-family: 'Archer-Semibold';
    font-size: 40px;
    color: #323232;
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase; }
    @media screen and (max-width: 68.6875em) {
      .c-services-food__title {
        font-size: 35px; } }
    @media screen and (max-width: 47.875em) {
      .c-services-food__title {
        font-size: 25px; } }
  .c-services-food__sub-title {
    font-size: 96px;
    font-family: 'veneerregular';
    color: #323232;
    margin: 0;
    margin: 0 0 0;
    line-height: 1;
    text-transform: uppercase; }
    @media screen and (max-width: 68.6875em) {
      .c-services-food__sub-title {
        font-size: 75px; } }
    @media screen and (max-width: 47.875em) {
      .c-services-food__sub-title {
        font-size: 60px; } }
  .c-services-food__btn {
    font-size: 50px;
    color: #fff;
    font-family: 'Gist Rough Upr Exbold Three';
    font-variant: no-contextual;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 25px;
    display: inline-block;
    text-shadow: 0 7px 26px rgba(0, 1, 1, 0.8);
    z-index: 2; }
    @media screen and (max-width: 68.6875em) {
      .c-services-food__btn {
        font-size: 42px; } }
    @media screen and (max-width: 47.875em) {
      .c-services-food__btn {
        font-size: 32px;
        bottom: 15px; } }

.c-social-items {
  padding: 50px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 47.875em) {
    .c-social-items {
      padding: 30px 0 35px; } }
  .c-social-items__link {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: #dd1936;
    color: #fff;
    font-size: 55px;
    margin: 0 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 47.875em) {
      .c-social-items__link {
        width: 75px;
        height: 75px;
        font-size: 40px;
        margin: 0 5px; } }
    @media screen and (max-width: 480px) {
      .c-social-items__link {
        width: 55px;
        height: 55px;
        font-size: 30px;
        margin: 0 2px; } }
    .c-social-items__link:hover {
      background: #030305;
      color: #fff; }

.c-instagram {
  max-width: 105rem; }
  .c-instagram .referral {
    display: none !important; }
  .c-instagram .slider {
    height: auto !important;
    background: none !important; }
    .c-instagram .slider .feed-item {
      margin: 0 7px; }
      .c-instagram .slider .feed-item img {
        border-radius: 8px; }
  .c-instagram__col {
    padding: 0 7px;
    border-radius: 8px; }
    @media screen and (max-width: 68.6875em) {
      .c-instagram__col {
        margin-bottom: 15px; } }
    .c-instagram__col img {
      border-radius: 8px; }
  .c-instagram__title {
    font-size: 77px;
    color: #323232;
    font-family: 'HighVoltage Rough';
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 15px; }
    @media screen and (max-width: 47.875em) {
      .c-instagram__title {
        font-size: 50px;
        margin-bottom: 0; } }
  .c-instagram__sub-title {
    color: #dd1936;
    font-size: 45px;
    font-family: 'Gist Rough Upr Exbold Three';
    font-variant: no-contextual; }
    @media screen and (max-width: 47.875em) {
      .c-instagram__sub-title {
        font-size: 33px;
        margin-bottom: 20px; } }
  .c-instagram__slide {
    max-width: 480px;
    margin: 0 auto; }
    .c-instagram__slide .flex-control-nav {
      position: static;
      margin: 10px 0; }
    .c-instagram__slide .flex-control-paging li {
      margin: 0; }
      .c-instagram__slide .flex-control-paging li a {
        width: 18px;
        height: 18px;
        background: #b7b7b7;
        margin: 0 7px;
        box-shadow: 0 0; }
        .c-instagram__slide .flex-control-paging li a:hover {
          background: #dd1936; }
      .c-instagram__slide .flex-control-paging li a.flex-active {
        background: #dd1936; }

.c-follow-btn {
  background: #000;
  padding: 20px 0;
  text-align: center;
  margin-top: 20px; }
  .c-follow-btn__link {
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'veneerregular';
    color: #fff;
    display: inline-block; }

/*==== About Page ====*/
.c-about__heading-area {
  margin-bottom: 55px; }
  @media screen and (max-width: 47.875em) {
    .c-about__heading-area {
      margin-bottom: 20px; } }

.c-about__left-image {
  border-radius: 0 8px 8px 0; }
  @media screen and (max-width: 68.6875em) {
    .c-about__left-image {
      text-align: center;
      margin-bottom: 10px; } }
  .c-about__left-image img {
    border-radius: 0 8px 8px 0; }
    @media screen and (min-width: 1400px) {
      .c-about__left-image img {
        width: 100%; } }

.c-about__text {
  padding: 0 40px 0 45px; }
  .c-about__text p:last-child {
    margin-bottom: 0; }
    @media screen and (max-width: 47.875em) {
      .c-about__text p:last-child {
        margin-bottom: 1.5rem; } }

.c-about__right-image {
  border-radius: 8px 0 0 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  @media screen and (max-width: 47.875em) {
    .c-about__right-image {
      border-radius: 0;
      height: 395px; } }
  .c-about__right-image img {
    opacity: 0;
    visibility: hidden;
    border-radius: 8px 0 0 8px; }
    @media screen and (min-width: 1400px) {
      .c-about__right-image img {
        width: 100%; } }
    @media screen and (max-width: 47.875em) {
      .c-about__right-image img {
        border-radius: 0; } }

/*===== Menu Style =====*/
.c-menu-lists {
  padding-top: 26px; }
  .c-menu-lists ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 68.6875em) {
      .c-menu-lists ul {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }
    .c-menu-lists ul li {
      list-style: none;
      /*width: 160px;*/
      width: 10%;
      margin: 1px 1px; }
      @media screen and (max-width: 68.6875em) {
        .c-menu-lists ul li {
          width: 19.7%; } }
      .c-menu-lists ul li:first-child {
        margin-left: 0; }
        @media screen and (max-width: 68.6875em) {
          .c-menu-lists ul li:first-child {
            margin-left: 1px; } }
      .c-menu-lists ul li:last-child {
        margin-right: 0; }
        @media screen and (max-width: 68.6875em) {
          .c-menu-lists ul li:last-child {
            margin-right: 1px; } }
      .c-menu-lists ul li a {
        background: #191919;
        font-size: 17px;
        font-family: 'veneerregular';
        text-transform: uppercase;
        color: #fff;
        border-radius: 8px;
        display: block;
        line-height: 1;
        padding: 13px 5px 11px; }
        .c-menu-lists ul li a:hover {
          background: #dc1e37;
          text-shadow: 0 0 10px rgba(0, 1, 1, 0.8); }
    .c-menu-lists ul .current-menu-item a {
      background: #dc1e37;
      text-shadow: 0 0 10px rgba(0, 1, 1, 0.8); }

.c-menu {
  border-top: 25px solid #dc1e37;
  margin-top: -6px;
  position: relative;
  z-index: 2;
  background: #dc1e37;
  padding: 15px; }
  @media screen and (max-width: 47.875em) {
    .c-menu {
      border-top: 0;
      padding: 6px;
      margin-top: 0; } }
  .c-menu__wrap {
    border-radius: 15px;
    background: #fff; }
    @media screen and (max-width: 47.875em) {
      .c-menu__wrap {
        border-radius: 0; } }
  .c-menu__row {
    max-width: 980px;
    padding: 33px 0 100px; }
    @media screen and (max-width: 47.875em) {
      .c-menu__row {
        padding-bottom: 1px;
        padding-top: 30px; } }
  .c-menu__heading-area {
    margin: 21px 0 70px; }
    @media screen and (max-width: 47.875em) {
      .c-menu__heading-area {
        margin-bottom: 30px; } }
  @media screen and (max-width: 47.875em) {
    .c-menu__header {
      text-align: center;
      padding: 0 17px;
      min-height: 75px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column; } }
  .c-menu__col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end; }
  .c-menu__name {
    font-size: 30px;
    color: #323232;
    text-transform: uppercase;
    font-family: 'veneerregular';
    margin-bottom: 0;
    line-height: 1; }
    .c-menu__name a {
      color: #323232; }
    .c-menu__name--icon {
      position: relative;
      padding-left: 25px;
      display: inline-block; }
      .c-menu__name--icon:before {
        content: '';
        background: url(../img/fire-icon.png) no-repeat left top;
        width: 19px;
        height: 33px;
        position: absolute;
        left: 0;
        top: -6px; }
    @media screen and (max-width: 47.875em) {
      .c-menu__name {
        font-size: 24px;
        min-height: 48px; } }
        .c-menu__calories{
          font-size: 23px;
          font-family: 'helveticaneuelight';
          color: #979393;
          line-height: 1.1;
          text-transform: capitalize;
          display: inline-block;
        }

        @media screen and (max-width: 47.875em) {
          .c-menu__calories{
            display: block;
            font-size: 15px;
            margin: 5px 0;
          }
        }

  .c-menu__price {
    font-size: 30px;
    font-family: 'veneerregular';
    color: #979393;
    line-height: 1.1;
    text-transform: uppercase;
    /*display: block;*/ }
    @media screen and (max-width: 47.875em) {
      .c-menu__price {
        font-size: 24px;
        display: block; } }

  .c-menu__image {
    border-radius: 8px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 47.875em) {
      .c-menu__image {
        margin-bottom: 10px; } }
    .c-menu__image img {
      border-radius: 10px; }
  .c-menu__overlay {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(25, 25, 25, 0.75);
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-family: 'News Gothic';
    color: #fff;
    padding: 10px 45px;
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 47.875em) {
      .c-menu__overlay {
        background: none; } }
  .c-menu__item {
    margin-bottom: 70px; }
    @media screen and (max-width: 47.875em) {
      .c-menu__item {
        margin-bottom: 55px; } }

/*==== Product Page Style ===*/
.c-product {
  position: relative;
  z-index: 2;
  background: #dc1e37;
  padding: 16px 12px 12px;
  border-radius: 5px; }
  @media screen and (max-width: 47.875em) {
    .c-product {
      border-radius: 0;
      border-top: 0;
      padding: 6px;
      margin-top: 0; } }
  .c-product__wrap {
    border-radius: 15px;
    background: #fff;
    padding: 40px 0 140px;
    position: relative; }
    @media screen and (max-width: 68.6875em) {
      .c-product__wrap {
        padding: 30px 0 100px; } }
    @media screen and (max-width: 47.875em) {
      .c-product__wrap {
        border-radius: 0;
        padding: 20px 0 70px; } }
  .c-product__row {
    max-width: 1180px;
    position: relative; }
    @media screen and (max-width: 47.875em) {
      .c-product__row {
        padding-bottom: 195px; } }
  .c-product__header {
    margin: 35px 0 35px; }
    @media screen and (max-width: 68.6875em) {
      .c-product__header {
        margin: 65px 0 25px; } }
    @media screen and (max-width: 47.875em) {
      .c-product__header {
        text-align: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column; } }
  .c-product__name {
    font-size: 52px;
    color: #323232;
    text-transform: uppercase;
    font-family: 'veneerregular';
    margin-bottom: 0;
    line-height: 1; }
    .c-product__name a {
      color: #323232; }
    .c-product__name--icon {
      position: relative;
      padding-left: 25px;
      display: inline-block; }
      .c-product__name--icon:before {
        content: '';
        background: url(../img/fire-icon.png) no-repeat left top;
        width: 19px;
        height: 33px;
        position: absolute;
        left: 0;
        top: -6px; }
    @media screen and (max-width: 68.6875em) {
      .c-product__name {
        font-size: 42px; } }
    @media screen and (max-width: 47.875em) {
      .c-product__name {
        font-size: 38px; } }
  .c-product__price {
    font-size: 52px;
    font-family: 'veneerregular';
    color: #979393;
    line-height: 1.1;
    display: block; }
    @media screen and (max-width: 68.6875em) {
      .c-product__price {
        font-size: 42px; } }
    @media screen and (max-width: 47.875em) {
      .c-product__price {
        font-size: 38px; } }
  .c-product__image {
    border-radius: 8px;
    overflow: hidden; }
    @media screen and (max-width: 47.875em) {
      .c-product__image {
        margin-bottom: 40px; } }
  .c-product__text {
    font-size: 26px;
    color: #414042;
    line-height: 1.2;
    font-family: 'News Gothic';
    margin-bottom: 30px; }
    @media screen and (max-width: 68.6875em) {
      .c-product__text {
        font-size: 22px; } }
    @media screen and (max-width: 47.875em) {
      .c-product__text {
        font-size: 22px;
        padding: 0 30px 0 40px;
        margin-bottom: 0; } }
    .c-product__text p {
      font-size: 26px;
      line-height: 1.2; }
      @media screen and (max-width: 68.6875em) {
        .c-product__text p {
          font-size: 22px; } }
      .c-product__text p:last-child {
        margin-bottom: 0; }
  .c-product__download-pdf {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px; }
    @media screen and (max-width: 47.875em) {
      .c-product__download-pdf {
        display: block;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%; } }
    .c-product__download-pdf a {
      font-size: 14px;
      color: #030305;
      font-family: 'helveticaneuebold'; }
      @media screen and (max-width: 47.875em) {
        .c-product__download-pdf a {
          display: block;
          font-size: 18px; }
          .c-product__download-pdf a:last-child {
            margin-top: 60px; } }
      .c-product__download-pdf a:hover {
        color: #dd1936; }
      .c-product__download-pdf a i {
        color: #dd1936; }

.c-menu-accordion {
  text-align: center;
  padding-top: 15px; }
  .c-menu-accordion__header {
    font-size: 40px;
    font-family: 'veneerregular';
    text-transform: uppercase;
    height: 95px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.9);
    color: #fff;
    z-index: 0;
    cursor: pointer;
    transition: .3s;
    /*border-radius: 8px;*/
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-menu-accordion__header:hover:before {
      background-color: rgba(221, 25, 54, 0.65); }
    .c-menu-accordion__header:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.35);
      z-index: -1;
      transition: .3s;
      /*border-radius: 8px;*/ }
    .c-menu-accordion__header h3 {
      margin: 4px 10px 0 0;
      font-size: 40px; }
    .c-menu-accordion__header i {
      color: #fff;
      transition: .3s; }
  .c-menu-accordion__section {
    margin-bottom: 22px; }
  .c-menu-accordion__section--selected .c-menu-accordion__header {
    border: 6px solid #dc1e37;
    border-bottom: none; }
    .c-menu-accordion__section--selected .c-menu-accordion__header:before {
      background-color: rgba(221, 25, 54, 0.65); }
    .c-menu-accordion__section--selected .c-menu-accordion__header i {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      margin-top: -5px; }
  .c-menu-accordion__content {
    display: none; }
  .c-menu-accordion__section--selected .c-menu-accordion__content {
    display: block; }
    .c-menu-accordion__section--selected .c-menu-accordion__content .c-menu {
      padding-top: 0; }

.c-hot-offers__title {
  font-size: 274px;
  text-transform: uppercase;
  color: #df2e45;
  line-height: .9;
  margin: 0;
  font-family: 'veneerregular';
  margin-bottom: -20px; }
  @media screen and (max-width: 47.875em) {
    .c-hot-offers__title {
      font-size: 120px;
      margin-bottom: -10px; } }

.c-hot-offers__sub-title {
  font-size: 137px;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  padding: 0 85px;
  margin: 0;
  position: relative;
  line-height: .9;
  margin-bottom: 5px;
  display: -webkit-inline-flex;
  display: -ms-flexbox;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 47.875em) {
    .c-hot-offers__sub-title {
      font-size: 60px;
      padding: 0 36px; } }
  @media screen and (max-width: 360px) {
    .c-hot-offers__sub-title {
      font-size: 50px; } }
  .c-hot-offers__sub-title:before, .c-hot-offers__sub-title:after {
    content: '';
    width: 63px;
    height: 104px;
    background: url(../img/spicy-icon-big.png) no-repeat top center;
    position: absolute;
    left: 0;
    top: -1px; }
    @media screen and (max-width: 47.875em) {
      .c-hot-offers__sub-title:before, .c-hot-offers__sub-title:after {
        top: -4px;
        width: 31px;
        height: 48px;
        background-size: 100% 100%; } }
  .c-hot-offers__sub-title:after {
    left: auto;
    right: 0; }
  .c-hot-offers__sub-title span {
    display: inline-block; }
  .c-hot-offers__sub-title strong {
    display: block;
    font-weight: normal;
    font-size: 60px; }
    @media screen and (max-width: 47.875em) {
      .c-hot-offers__sub-title strong {
        font-size: 26px; } }
    @media screen and (max-width: 360px) {
      .c-hot-offers__sub-title strong {
        font-size: 22px; } }
    .c-hot-offers__sub-title strong:first-child {
      margin-top: -10px; }
      @media screen and (max-width: 47.875em) {
        .c-hot-offers__sub-title strong:first-child {
          margin-top: -5px; } }

/*===== Offer Page Style =====*/
.c-offers {
  max-width: 1025px; }
  .c-offers__heading-area {
    margin-bottom: 50px; }
    @media screen and (max-width: 47.875em) {
      .c-offers__heading-area {
        margin-bottom: 30px; } }
  .c-offers__col {
    max-width: 500px;
    margin: 0 auto; }
  .c-offers__left-image {
    border-radius: 8px;
    position: relative; }
    @media screen and (max-width: 47.875em) {
      .c-offers__left-image {
        margin-bottom: 35px; } }
    .c-offers__left-image img {
      border-radius: 8px; }
  .c-offers__caption {
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0; }
  .c-offers__right-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    word-break: break-all;
    border-radius: 8px;
    position: relative; }
    .c-offers__right-image img {
      border-radius: 8px; }
  .c-offers__title {
    color: #dd1936;
    text-transform: uppercase;
    font-size: 164px;
    line-height: 1;
    margin: 0;
    position: absolute;
    right: 35px;
    top: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 68.6875em) {
      .c-offers__title {
        font-size: 142px;
        top: 18px;
        right: 30px; } }
    .c-offers__title sup {
      top: -35px;
      font-size: 95px; }
      @media screen and (max-width: 68.6875em) {
        .c-offers__title sup {
          top: -30px;
          font-size: 90px; } }
    .c-offers__title strong {
      display: block;
      font-size: 66px;
      line-height: .9;
      margin-top: -10px; }
      @media screen and (max-width: 68.6875em) {
        .c-offers__title strong {
          font-size: 57px; } }
      .c-offers__title strong:last-child {
        font-size: 85px;
        margin: 0; }
        @media screen and (max-width: 68.6875em) {
          .c-offers__title strong:last-child {
            font-size: 73px; } }

/*====== Reserve A Table Page Style ======*/
@media screen and (max-width: 47.875em) {
  .c-reserve-table {
    padding: 0 25px; } }

@media screen and (max-width: 47.875em) {
  .c-reserve-table__row {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; } }

.c-reserve-table__heading-area {
  margin-bottom: 55px;
  text-align: center; }
  @media screen and (max-width: 47.875em) {
    .c-reserve-table__heading-area {
      margin-bottom: 40px; } }

.c-reserve-table__left-image {
  border-radius: 0 8px 8px 0; }
  @media screen and (max-width: 68.6875em) {
    .c-reserve-table__left-image {
      text-align: center; } }
  @media screen and (max-width: 47.875em) {
    .c-reserve-table__left-image {
      margin-top: 50px;
      border-radius: 8px; } }
  .c-reserve-table__left-image img {
    border-radius: 8px; }
    @media screen and (min-width: 1400px) {
      .c-reserve-table__left-image img {
        width: 100%; } }

.c-reserve-table .ot-dtp-picker {
  max-width: 345px;
  width: 100%;
  padding: 0;
  margin: 0 auto; }
  @media screen and (max-width: 47.875em) {
    .c-reserve-table .ot-dtp-picker {
      max-width: 100%; } }

.c-reserve-table .ot-title {
  font-size: 30px;
  color: #373737; }
  @media screen and (max-width: 68.6875em) {
    .c-reserve-table .ot-title {
      font-size: 18px; } }
  @media screen and (max-width: 47.875em) {
    .c-reserve-table .ot-title {
      font-size: 30px; } }

.c-reserve-table__calender {
  padding-left: 70px;
  padding-right: 30px; }
  @media screen and (max-width: 68.6875em) {
    .c-reserve-table__calender {
      padding-left: 30px;
      padding-right: 10px; } }
  @media screen and (max-width: 47.875em) {
    .c-reserve-table__calender {
      padding: 0; } }

.c-reserve-table__right-image {
  border-radius: 8px 0 0 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin-left: 40px; }
  @media screen and (max-width: 68.6875em) {
    .c-reserve-table__right-image {
      margin-left: 20px; } }
  @media screen and (max-width: 47.875em) {
    .c-reserve-table__right-image {
      border-radius: 0;
      height: 395px; } }
  .c-reserve-table__right-image img {
    opacity: 0;
    visibility: hidden;
    border-radius: 8px 0 0 8px; }
    @media screen and (min-width: 1400px) {
      .c-reserve-table__right-image img {
        width: 100%; } }
    @media screen and (max-width: 47.875em) {
      .c-reserve-table__right-image img {
        border-radius: 0; } }

/*===== Rewards Page Style ======*/
.c-rewards {
  padding-top: 50px; }
  @media screen and (max-width: 68.6875em) {
    .c-rewards {
      padding-top: 30px; } }
  @media screen and (max-width: 47.875em) {
    .c-rewards {
      padding-top: 15px; } }
  .c-rewards__header {
    background: #ebebeb; }
    @media screen and (max-width: 47.875em) {
      .c-rewards__header {
        background: #fff; } }
  .c-rewards__heading {
    position: relative;
    background-clip: padding-box;
    margin-bottom: 0;
    padding: 10px 0; }
    @media screen and (max-width: 47.875em) {
      .c-rewards__heading {
        padding: 0 5px; } }
    .c-rewards__heading strong {
      font-size: 278px;
      background-position: -35px -84px;
      background-repeat: no-repeat;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      -moz-background-clip: text;
      -moz-text-fill-color: transparent;
      -webkit-filter: grayscale(1);
      -moz-filter: grayscale(1);
      -ms-filter: grayscale(1);
      filter: grayscale(1);
      display: inline-block;
      margin-bottom: -45px;
      margin-top: -10px;
      /*background-size: cover;*/ }
      @media screen and (max-width: 68.6875em) {
        .c-rewards__heading strong {
          background-position: -114px -161px;
          font-size: 178px; } }
      @media screen and (max-width: 47.875em) {
        .c-rewards__heading strong {
          background-position: -114px -161px;
          font-size: 139px; } }
  .c-rewards__content {
    background: #fff;
    padding-top: 65px; }
    @media screen and (max-width: 47.875em) {
      .c-rewards__content {
        padding-top: 25px; } }
  @media screen and (max-width: 47.875em) {
    .c-rewards__content-row {
      -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse; } }
  .c-rewards__left-image {
    border-radius: 0 8px 8px 0; }
    @media screen and (max-width: 68.6875em) {
      .c-rewards__left-image {
        text-align: center;
        margin-bottom: 10px; } }
    .c-rewards__left-image img {
      border-radius: 0 8px 8px 0; }
      @media screen and (min-width: 1400px) {
        .c-rewards__left-image img {
          width: 100%; } }
      @media screen and (max-width: 68.6875em) {
        .c-rewards__left-image img {
          border-radius: 0; } }
  .c-rewards__title {
    font-size: 27px;
    text-transform: uppercase;
    color: #dd1936;
    font-family: 'Gist Rough Upr Exbold Three';
    font-variant: no-contextual;
    margin: 0;
    line-height: 1; }
    @media screen and (max-width: 47.875em) {
      .c-rewards__title {
        font-size: 33px; } }
  .c-rewards__sub-title {
    font-size: 44px;
    text-transform: uppercase;
    color: #dd1936;
    margin-bottom: 20px;
    line-height: 1; }
    @media screen and (max-width: 47.875em) {
      .c-rewards__sub-title {
        font-size: 54px;
        margin-bottom: 10px; } }
  .c-rewards__text {
    padding: 0 30px 0 40px;
    font-family: 'Gist Rough Upr Exbold Three';
    font-variant: no-contextual;
    font-size: 15px;
    color: #1c1c1c;
    line-height: 25px;
    text-transform: uppercase; }
    @media screen and (max-width: 68.6875em) {
      .c-rewards__text {
        text-align: center;
        padding-top: 20px; } }
    @media screen and (max-width: 47.875em) {
      .c-rewards__text {
        padding-top: 0;
        font-family: 'helveticaneuemedium'; } }
    .c-rewards__text p {
      line-height: 25px; }
      @media screen and (max-width: 47.875em) {
        .c-rewards__text p {
          line-height: 20px;
          margin-bottom: 13px; } }
  .c-rewards__right-image {
    border-radius: 8px 0 0 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center; }
    @media screen and (max-width: 47.875em) {
      .c-rewards__right-image {
        border-radius: 0;
        height: 395px; } }
    .c-rewards__right-image img {
      opacity: 0;
      visibility: hidden;
      border-radius: 8px 0 0 8px; }
      @media screen and (min-width: 1400px) {
        .c-rewards__right-image img {
          width: 100%; } }
      @media screen and (max-width: 47.875em) {
        .c-rewards__right-image img {
          border-radius: 0; } }
  .c-rewards__buttons {
    padding-top: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 68.6875em) {
      .c-rewards__buttons {
        padding-top: 5px;
        padding-bottom: 20px; } }

        @media screen and (max-width: 47.875em) {
          .c-rewards__buttons {
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        }

    @media screen and (min-width: 1400px) {
      .c-rewards__buttons {
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    .c-rewards__buttons a {
      width: 50%;
      font-size: 25px;
      font-family: 'veneerregular';
      color: #191919;
      text-transform: uppercase;
      margin: 0 4px;
      padding-right: 22px;
      position: relative;
      padding: 14px 7px 11px;
      text-align: center;
      border-radius: 6px;
      display: block;
      border: 2px solid #dd1936;}
      @media screen and (max-width: 47.875em) {
        .c-rewards__buttons a {
          /*font-size: 30px;*/
          padding: 17px 7px 14px; } }
      /*.c-rewards__buttons a:first-child {
        margin-left: 0; }
      .c-rewards__buttons a:last-child {
        margin-right: 0; }*/
      .c-rewards__buttons a:focus, .c-rewards__buttons a:hover {
        background: #dd1936;
        color: #fff; }
        .c-rewards__buttons a:focus i, .c-rewards__buttons a:hover i{
          color: #fff;
        }
      .c-rewards__buttons a:after {
        /*content: 'B';*/
        font-family: 'arrow_symbols_1regular';
        color: #dd1936;
        position: absolute;
        right: -17px;
        top: 50%;
        margin-top: -12px; }
        @media screen and (max-width: 47.875em) {
          .c-rewards__buttons a:after {
            right: -15px; } }
    .c-rewards__buttons .active {
      background: #dd1936;
      color: #fff; }
      .c-rewards__buttons .active i{
        color: #fff;
      }
  .c-rewards__questions-btn {
    text-align: center;
    padding-top: 55px; }
    @media screen and (max-width: 47.875em) {
      .c-rewards__questions-btn {
        padding-top: 45px; } }
  .c-rewards__questions-link {
    font-size: 23px;
    font-family: 'veneerregular';
    color: #fff;
    text-transform: uppercase;
    background: #dd1936;
    border-radius: 8px;
    padding: 10px 40px 10px;
    line-height: 1;
    display: inline-block; }
    .c-rewards__questions-link:hover, .c-rewards__questions-link:focus {
      color: #191919; }

/*==== Cokie Policy Page Style ====*/
.c-cookie {
  max-width: 990px; }
  .c-cookie__heading-area {
    margin-bottom: 55px; }
    @media screen and (max-width: 47.875em) {
      .c-cookie__heading-area {
        margin-bottom: 25px; } }
  .c-cookie__text {
    padding-left: 20px; }
    @media screen and (max-width: 68.6875em) {
      .c-cookie__text {
        padding-left: 0; } }
    @media screen and (max-width: 47.875em) {
      .c-cookie__text {
        padding-left: 0;
        text-align: center; } }
    .c-cookie__text p {
      font-size: 19px; }
      @media screen and (max-width: 47.875em) {
        .c-cookie__text p {
          font-size: 17px; } }
      .c-cookie__text p:last-child {
        margin-bottom: 0; }
        @media screen and (max-width: 47.875em) {
          .c-cookie__text p:last-child {
            margin-bottom: 1.5rem; } }

/*==== Search Page Style ====*/
.c-search {
  max-width: 1200px; }
  .c-search__heading-area {
    margin-bottom: 55px; }
    @media screen and (max-width: 47.875em) {
      .c-search__heading-area {
        margin-bottom: 25px; } }
  .c-search__purple-panel {
    border: 1px solid #afafaf;
    border-width: 1px 0;
    padding: 15px 0;
    margin-bottom: 30px; }
  .c-search__term {
    text-transform: capitalize;
    font-size: 21px;
    color: #323232; }
  .c-search__title {
    margin: 0 0 10px;
    font-size: 45px; }
  .c-search__post {
    max-width: 1200px; }
  .c-search__btm-title {
    text-transform: capitalize;
    color: #dd1936;
    font-family: veneerregular;
    font-size: 35px; }

/*==== Gift Card Page Style ====*/
.c-gift-card {
  max-width: 880px; }
  .c-gift-card__heading-area {
    margin-bottom: 55px; }
    @media screen and (max-width: 47.875em) {
      .c-gift-card__heading-area {
        margin-bottom: 25px; } }
  .c-gift-card__text {
    padding: 0 120px 30px 60px; }
    @media screen and (max-width: 68.6875em) {
      .c-gift-card__text {
        padding: 0 50px 20px 50px; } }
    @media screen and (max-width: 47.875em) {
      .c-gift-card__text {
        padding: 0 35px 10px 25px; } }
    .c-gift-card__text p {
      font-size: 19px; }
      @media screen and (max-width: 47.875em) {
        .c-gift-card__text p {
          font-size: 22px;
          line-height: 28px; } }
  .c-gift-card__image {
    max-width: 672px;
    margin: 0 auto;
    border-radius: 10px;
    position: relative; }
    .c-gift-card__image img {
      border-radius: 10px; }
  .c-gift-card__buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -53px; }
    @media screen and (max-width: 47.875em) {
      .c-gift-card__buttons {
        position: static;
        margin-top: 20px; } }
    .c-gift-card__buttons a {
      background: #0f1314;
      color: #fff;
      border-radius: 10px;
      font-size: 27px;
      font-family: 'veneerregular';
      text-transform: uppercase;
      width: 220px;
      padding: 16px 10px 12px;
      display: inline-block; }
      .c-gift-card__buttons a:hover {
        background: #dd1936; }
      .c-gift-card__buttons a i {
        color: #fff; }
      @media screen and (max-width: 47.875em) {
        .c-gift-card__buttons a:first-child {
          margin-right: 10px; } }
  .c-gift-card__buttons .c-gift-card__send {
    margin-left: -110px;
    background: #dd1936; }
    @media screen and (max-width: 68.6875em) {
      .c-gift-card__buttons .c-gift-card__send {
        margin-left: -39px; } }
    @media screen and (max-width: 47.875em) {
      .c-gift-card__buttons .c-gift-card__send {
        margin: 0; } }
    .c-gift-card__buttons .c-gift-card__send:hover {
      background: #0f1314; }
  .c-gift-card__buttons .c-gift-card__balance {
    margin-right: -110px; }
    @media screen and (max-width: 68.6875em) {
      .c-gift-card__buttons .c-gift-card__balance {
        margin-right: -39px; } }
    @media screen and (max-width: 47.875em) {
      .c-gift-card__buttons .c-gift-card__balance {
        margin: 0; } }

/*====== Locations ======*/
.c-locations__row {
  max-width: 1000px; }

.c-locations__heading-area {
  margin-bottom: 50px; }
  @media screen and (max-width: 47.875em) {
    .c-locations__heading-area {
      margin-bottom: 35px; } }

      .o-panel--location{
        border-radius: 0 0 5px 5px;
        background: #dd1936;
        padding: 12px;
        padding-top: 0;
        border-top: 0;
      }
      @media screen and (max-width: 47.875em) {
      .o-panel--location{
        padding: 5px;
        border-radius: 0;
      }
    }

    .c-location{
      border-radius: 0 0 10px 10px;
      background: #d7d7d7;
    }
    .c-location__header{
      background: #dd1936;
      text-align: center;
    }
    .c-location__heading{
      margin: 0;
      font-size: 60px;
      text-transform: uppercase;
      font-family: 'veneerregular';
      padding: 45px 30px 40px;
      color: #fff;
    }
    @media screen and (max-width: 47.875em) {
      .c-location__heading{
        font-size: 34px;
        padding: 20px 30px 16px;
      }
    }

    .c-location__left-image {
      border-radius: 0 8px 8px 0; }
      @media screen and (max-width: 68.6875em) {
        .c-location__left-image {
          text-align: center; 
          margin-bottom: 40px;
        } }
      @media screen and (max-width: 47.875em) {
        .c-location__left-image {
          margin-top: 50px;
          border-radius: 8px; } }
      .c-location__left-image img {
        border-radius: 8px; }
        @media screen and (min-width: 1400px) {
          .c-location__left-image img {
            width: 100%; } }

    .c-location__right-image {
    border-radius: 8px 0 0 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center; }
    @media screen and (max-width: 68.6875em) {
      .c-location__right-image {
        } }
    @media screen and (max-width: 47.875em) {
      .c-location__right-image {
        border-radius: 0; } }
    .c-location__right-image img {
      opacity: 0;
      visibility: hidden;
      border-radius: 8px 0 0 8px; }
      @media screen and (min-width: 1400px) {
        .c-location__right-image img {
          width: 100%; } }
      @media screen and (max-width: 47.875em) {
        .c-location__right-image img {
          border-radius: 0; } }

    .c-location__content{
      padding: 150px 0 90px;
    }
    @media screen and (max-width: 68.6875em) {
      .c-location__content{
        padding: 100px 0 70px;
      }
    }
    @media screen and (max-width: 47.875em) {
      .c-location__content{
        padding: 30px 0 45px;
      }
    }
    .c-location__input-box {
    text-align: center;
    padding: 0 ;
    font-family: 'Gist Rough Upr Exbold Three';
    font-variant: no-contextual;
    font-size: 15px;
    color: #1c1c1c;
    line-height: 25px;
    text-transform: uppercase; }
    @media screen and (max-width: 68.6875em) {
      .c-location__input-box {
        text-align: center;
        padding-top: 30px; } }

    @media screen and (max-width: 47.875em) {
      .c-location__input-box {
        padding-top: 0; } 

      .c-locations__text {
        padding-top: 0;
        font-family: 'helveticaneuemedium'; } }

        .c-location__output-box{
          background: #fff;
          padding: 80px 0 130px;
          border-radius: 0 0 10px 10px;
        }
        @media screen and (max-width: 68.6875em) {
          .c-location__output-box{
            background: #fff;
            padding: 60px 0 90px;
          }
        }
        @media screen and (max-width: 47.875em) {
          .c-location__output-box{
            background: #fff;
            padding: 50px 0 50px;
            border-radius: 0;
          }
        }
        .c-location-output{
          max-width: 1100px;
        }
        @media screen and (max-width: 47.875em) {
          .c-location-output{
            padding: 0 5px;
          }
        }
        .c-location-output__col{
            margin-bottom: 50px;
        }
        .c-location-output__col:nth-child(odd){
          padding-right: 68px;
          clear: left;
        }
        .c-location-output__col:nth-child(even){
          padding-left: 68px;
        }
        @media screen and (max-width: 68.6875em) {
          .c-location-output__col:nth-child(odd){
            padding-right: 30px;
          }
          .c-location-output__col:nth-child(even){
            padding-left: 30px;
          }
          .c-location-output__col:first-child{
            padding-right: 30px;
          }
          .c-location-output__col:last-child{
            padding-left: 30px;
          }
        }
        @media screen and (max-width: 47.875em) {
          .c-location-output__col{
            margin-bottom: 30px;
          }
          .c-location-output__col:nth-child(odd){
            padding-right: 0.625rem;
          }
          .c-location-output__col:nth-child(even){
            padding-left: 0.625rem;
          }
          .c-location-output__col:first-child{
            padding-right: 0.625rem;
            margin-bottom: 70px;
          }
          .c-location-output__col:last-child{
            padding-left: 0.625rem;
          }
        }
        .c-location-output__text{
          float: left;
          width: 60%;
          padding-right: 20px;
        }
        @media screen and (max-width: 47.875em) {
          .c-location-output__text{
            width: 50%;
            padding-right: 10px;
          }
        }
        .c-location-output__address{
          font-size: 24px;
          color: #414042;
          font-family: 'helveticaneuebold';
          line-height: 1.2;
          margin-bottom: 25px;
        }
        @media screen and (max-width: 47.875em) {
          .c-location-output__address{
            font-size: 20px;
            margin-bottom: 10px;
          }
        }
        .c-location-output__distance{
          font-size: 18px;
          color: #414042;
          font-family: 'helveticaneuelight';
          line-height: 1.2;
          margin-bottom: 20px;
        }
        @media screen and (max-width: 47.875em) {
          .c-location-output__distance{
            font-size: 15px;
            margin-bottom: 30px;
          }
        }
        .c-location-output__code{
          font-size: 18px;
          color: #414042;
          font-family: 'helveticaneuebold';
          line-height: 1;
        }
        @media screen and (max-width: 47.875em) {
          .c-location-output__code{
            font-size: 20px;
          }
        }
        .c-location-output__buttons{
          float: left;
          width: 40%;
        }
        @media screen and (max-width: 47.875em) {
          .c-location-output__buttons{
            width: 50%;
          }
        }
        .c-location-output__buttons a{
          padding: 12px 14px 10px;
          font-size: 20px;
          background: #dd1936;
          text-transform: uppercase;
          font-family: 'veneerregular';
          color: #fff;
          border-radius: 5px;
          display: block;
          margin-bottom: 30px;
          text-align: center;
          border: 2px solid transparent;
        }
        .c-location-output__buttons a.active{
            color: #dd1936;
            background: #fff;
            border: 2px solid #dd1936;
        }
        @media screen and (max-width: 47.875em) {
          .c-location-output__buttons a{
            font-size: 14px;
            margin-bottom: 60px;
            padding: 10px 8px 10px;
            text-align: left;
          }
        }
        .c-location-output__buttons a i{
          font-family: 'arrow_symbols_1regular';
          color: #fff;
        }

        .c-location-output__buttons a:last-child,
        .c-location-output__buttons-direction{
          background: #fff;
          border: 2px solid #dd1936;
          color: #414042;
          font-family: 'helveticaneuebold';
          text-transform: capitalize;
          margin-bottom: 0;
        }

        @media screen and (max-width: 47.875em) {
          .c-location-output__buttons a:last-child,
          .c-location-output__buttons-direction{
            font-size: 14px;
            display: inline-block;
            float: right;
          }
        }
        .c-location-output__buttons a:last-child i,
        .c-location-output__buttons-direction i{
          color: #414042;
        }

.c-locations__map {
  background: #dc1e37;
  padding: 13px 12px;
  border-radius: 5px;
  margin-bottom: 80px; }
  @media screen and (max-width: 68.6875em) {
    .c-locations__map {
      margin-bottom: 50px; } }
  @media screen and (max-width: 47.875em) {
    .c-locations__map {
      padding: 6px 5px;
      border-radius: 0;
      margin-bottom: 25px; } }

.c-locations__map-wrap {
  background: #fff;
  border-radius: 8px;
  padding: 90px 0 80px; }
  @media screen and (max-width: 68.6875em) {
    .c-locations__map-wrap {
      padding: 40px 35px 40px; } }
  @media screen and (max-width: 47.875em) {
    .c-locations__map-wrap {
      padding: 30px 25px;
      border-radius: 0; } }

      .c-location__title{
        padding-left: 70px;
        font-size: 29px;
        line-height: 30px;
        text-transform: uppercase;
        color: #323232;
        font-family: 'Archer-Semibold';
        position: relative;
        margin: 0;
        display: inline-block;
        text-align: left;
      }
      @media screen and (max-width: 47.875em) {
        .c-location__title{
          padding-left: 52px;
          font-size: 21px;
          line-height: 22px;
        }
      }
      .c-location__title:before{
        content: '';
        background: url(../img/marker-medium.png) no-repeat center;
        width: 50px;
        height: 72px;
        position: absolute;
        left: 0;
        top: -5px;
      }
      @media screen and (max-width: 47.875em) {
      .c-location__title:before{
        background-size: 100%;
          width: 36px;
          height: 55px;
        }
      }
      .c-location__form {
        margin-top: 26px;
      }
      @media screen and (max-width: 47.875em) {
        .c-location__form {
          margin-top: 16px;
        }
      }
      .c-location__form input[type="text"],
      .c-location__form input[type="number"]{
        height: 70px;
        background: #fff;
        border-radius: 5px;
        border: 1px solid #555555;
        font-size: 35px;
        font-family: 'veneerregular';
        text-align: center;
        display: block;
        outline: none;
        padding: 5px;
        width: 100%;
      }
      .c-location__form span{
        display: block;
        margin: 35px 0;
        font-size: 25px;
        color: #000000;
        text-transform: uppercase;
        font-family: 'veneerregular';
        text-align: center;
      }
      @media screen and (max-width: 47.875em) {
        .c-location__form span{
          margin: 25px 0;
          font-size: 18px;
        }
      }
      .c-location__postal-submit{
        font-size: 30px;
        text-transform: uppercase;
        color: #fff;
        background: #000 url(../img/marker-small.png)no-repeat 30px center;
        padding: 15px 20px 15px 60px;
        outline: none;
        border-color: transparent;
        font-family: 'veneerregular';
        display: block;
        width: 100%;
        border-radius: 5px;
        transition: .4s;
      }
      @media screen and (max-width: 47.875em) {
        .c-location__postal-submit{
          background-position: 15px center;
            font-size: 22px;
            padding: 15px 20px 15px 48px;
        }
      }
      .c-location__form input[type="submit"]:hover{
        background-color: #fff;
        color: #000;
      }

  .c-location__right-image {
    border-radius: 8px 0 0 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center; }
    @media screen and (max-width: 47.875em) {
      .c-location__right-image {
        border-radius: 0; } }

    .c-location__right-image img {
      opacity: 0;
      visibility: hidden;
      border-radius: 8px 0 0 8px; }

      @media screen and (min-width: 1400px) {
        .c-location__right-image img {
          width: 100%; } }
      @media screen and (max-width: 47.875em) {
        .c-location__right-image img {
          border-radius: 0; } }

.c-locations__image {
  position: relative;
  border-radius: 15px 0 0px 15px;
  min-height: 385px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 47.875em) {
    .c-locations__image {
      border-radius: 0 15px 15px 0;
      min-height: 300px; } }
  .c-locations__image img {
    border-radius: 15px 0 0px 15px; }
    @media screen and (max-width: 47.875em) {
      .c-locations__image img {
        border-radius: 0 15px 15px 0; } }

.c-locations__reserve {
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }

.c-locations-reserve {
  padding-top: 90px; }
  @media screen and (max-width: 47.875em) {
    .c-locations-reserve {
      padding-top: 50px; } }
  .c-locations-reserve__title {
    font-size: 75px;
    font-family: 'Gist Rough Upr Exbold Three';
    font-variant: no-contextual;
    color: #fff;
    text-shadow: 0 7px 26px rgba(0, 1, 1, 0.8);
    margin-bottom: 0;
    line-height: 1;
    margin: 0 0 10px; }
    .c-locations-reserve__title a {
      color: #fff; }
      .c-locations-reserve__title a:hover {
        color: #dd1936; }
    @media screen and (max-width: 47.875em) {
      .c-locations-reserve__title {
        font-size: 65px; } }
    @media screen and (max-width: 47.875em) {
      .c-locations-reserve__title {
        font-size: 60px; } }
  .c-locations-reserve__sub-title {
    font-size: 86px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 7px 26px rgba(0, 1, 1, 0.8);
    margin-bottom: 0;
    line-height: 1; }
    @media screen and (max-width: 47.875em) {
      .c-locations-reserve__sub-title {
        font-size: 62px; } }
    @media screen and (max-width: 47.875em) {
      .c-locations-reserve__sub-title {
        font-size: 58px; } }


        .c-locations .wpsl-search{
          padding: 13px 15px 13px;
          background: #dd1936;
        }

        @media screen and (max-width: 1024px) {
          .c-locations .wpsl-search{
            padding: 25px 15px 25px;
          }
        } 

        .c-locations #wpsl-search-wrap .wpsl-input,
        .c-locations #wpsl-search-wrap form{
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: space-between;
          -ms-flex-pack: space-between;
          justify-content: space-between;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
        }

        @media screen and (max-width: 1024px) {
          .c-locations #wpsl-search-wrap .wpsl-input{
            width: 100%;
          }

          .c-locations #wpsl-search-wrap .wpsl-input,
          .c-locations #wpsl-search-wrap form{
            display: block;
            margin: 0;
          }

          
          .c-locations #wpsl-search-wrap #wpsl-radius,
          .c-locations #wpsl-search-wrap #wpsl-results{
            width: 50%;
            margin: 0; 
          }
        }

        .c-locations #wpsl-search-wrap div label,
        .c-locations #wpsl-search-wrap .wpsl-input label{
          font-family: 'veneerregular';
          text-transform: uppercase;
          color: #fff;
          font-size: 22px;
          /*line-height: 1;*/
          width: 120px;
          margin-bottom: -5px;
        }
        .c-locations #wpsl-search-wrap #wpsl-results label {
            width: 70px;
        }

        @media screen and (max-width: 1024px) {
          .c-locations #wpsl-search-wrap div label,
          .c-locations #wpsl-search-wrap .wpsl-input label{
            float: none;
            display: block;
            margin-bottom: 5px;
            font-size: 25px;
            width: 100%;
          }
        }

        .c-locations .wpsl-select-wrap,
        .c-locations #wpsl-search-wrap .wpsl-input{
          margin-bottom: 0;
        }

        .c-locations #wpsl-search-wrap .wpsl-input input{
          font-size: 15px;
          color: #383838;
          font-family: 'helveticaneuemedium';
          height: 30px;
          padding: 3px 6px;
          box-shadow: 0 0;
          outline: none;
          border-radius: 0;
          border: 0;
        }

        .c-locations #wpsl-results .wpsl-dropdown .wpsl-selected-item,
        .c-locations #wpsl-radius .wpsl-dropdown .wpsl-selected-item{
          font-size: 15px;
          color: #383838;
          font-family: 'helveticaneuemedium';
          height: 30px;
          padding: 6px 6px !important;
          box-shadow: 0 0;
          outline: none;
          border-radius: 0;
          border: 0;
        }

        .c-locations .wpsl-dropdown{
          box-shadow: 0 0;
          outline: none;
          border-radius: 0;
          border: 0;
          padding: 0 5px;
        }

        @media screen and (max-width: 1024px) {
          .c-locations .wpsl-dropdown{
            width: 100% !important;
          }
          .c-locations select{
            height: 30px;
            font-size: 15px;
            color: #383838;
            font-family: 'helveticaneuemedium';
            padding: 0 10px !important;
          }

          .c-locations #wpsl-radius{
            padding-right: 7px;
          }

          .c-locations #wpsl-results{
            padding-left: 7px;
          }

          .c-locations #wpsl-search-wrap .wpsl-select-wrap{
            width: 100%;
            float: none;
          }

          .c-locations #wpsl-search-wrap .wpsl-input #wpsl-search-input{
            width: 100%;
            margin-bottom: 30px;
            height: 30px;
            padding: 5px 10px;
          }
        }

        .c-locations .wpsl-dropdown li{
          font-size: 15px;
          color: #383838;
          font-family: 'helveticaneuemedium';
        }

        .c-locations #wpsl-search-btn, 
        .c-locations #wpsl-search-wrap input[type="submit"]{
          font-size: 22px;
          font-family: veneerregular;
          line-height: 1;
          color: #dd1936;
          background: #fff;
          outline: none;
          border: 1px solid transparent;
          border-radius: 6px;
          padding: 14px 10px 11px 25px;
          text-align: left;
          width: 125px;
          margin: 0;
          position: relative;
        }


        .c-locations .wpsl-search-btn-wrap{
          margin: 0;
          position: relative;
        }

        .c-locations .wpsl-search-btn-wrap:after {
          content: 'B';
          font-family: 'arrow_symbols_1regular';
          color: #dd1936;
          position: absolute;
          right: 20px;
          top: 50%;
          margin-top: -12px;
          font-size: 30px;
          line-height: .8;
        }

        .c-locations .wpsl-search-btn-wrap:hover:after{
          color: #fff;
        }

        .c-locations #wpsl-search-btn, 
        .c-locations #wpsl-search-wrap input[type="submit"]:hover{
          color: #fff;
          background: #dd1936;
          border-color: #fff;
        }

        @media screen and (max-width: 1024px) {
          .c-locations #wpsl-search-wrap  .wpsl-search-btn-wrap{
            float: right ;
            margin-top: 30px;
            margin-right: 0 ;
          }

          .c-locations #wpsl-gmap ,.c-locations #wpsl-result-list{
            width: 100%;
            float: none;
            margin: 0;
          }
        }


/*==== Site Map Page Style ====*/
.c-site-map {
  max-width: 990px; }
  .c-site-map__heading-area {
    margin-bottom: 40px; }
    @media screen and (max-width: 47.875em) {
      .c-site-map__heading-area {
        margin-bottom: 20px; } }
  .c-site-map__text {
    padding-left: 20px; }
    @media screen and (max-width: 68.6875em) {
      .c-site-map__text {
        padding-left: 0; } }
    @media screen and (max-width: 47.875em) {
      .c-site-map__text {
        padding-left: 0;
        text-align: center; } }
  .c-site-map__menu {
    max-width: 402px;
    margin: 0 auto; }
    .c-site-map__menu ul {
      margin: 0;
      padding: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 47.875em) {
        .c-site-map__menu ul {
          display: block;
          text-align: center; } }
      .c-site-map__menu ul li {
        width: 50%;
        display: inline-block;
        list-style: none; }
        @media screen and (max-width: 47.875em) {
          .c-site-map__menu ul li {
            display: block;
            width: 100%; } }
        .c-site-map__menu ul li:nth-of-type(odd) {
          padding-left: 30px; }
          @media screen and (max-width: 47.875em) {
            .c-site-map__menu ul li:nth-of-type(odd) {
              padding: 0; } }
        .c-site-map__menu ul li:nth-of-type(even) {
          padding-left: 50px; }
          @media screen and (max-width: 47.875em) {
            .c-site-map__menu ul li:nth-of-type(even) {
              padding: 0; } }
        @media screen and (max-width: 47.875em) {
          .c-site-map__menu ul li:nth-of-type(6) {
            margin-bottom: 20px; } }
        .c-site-map__menu ul li a {
          font-size: 20px;
          color: #030305;
          text-transform: capitalize;
          font-family: 'helveticaneuemedium'; }
          @media screen and (max-width: 47.875em) {
            .c-site-map__menu ul li a {
              font-size: 17px; } }
          .c-site-map__menu ul li a:hover {
            color: #dd1936; }

/*==== Careers Page ====*/
.c-careers__heading-area {
  margin-bottom: 55px; }
  @media screen and (max-width: 47.875em) {
    .c-careers__heading-area {
      margin-bottom: 30px; } }

.c-careers__left-image {
  border-radius: 0 8px 8px 0; }
  @media screen and (max-width: 68.6875em) {
    .c-careers__left-image {
      text-align: center;
      margin-bottom: 35px; } }
  .c-careers__left-image img {
    border-radius: 0 8px 8px 0; }
    @media screen and (min-width: 1400px) {
      .c-careers__left-image img {
        width: 100%; } }

.c-careers__text {
  padding: 50px 0;
  margin: 0 22px;
  border-top: 5px solid #323232;
  border-bottom: 5px solid #323232;
  font-size: 20px;
  line-height: 24px; }
  @media screen and (max-width: 47.875em) {
    .c-careers__text {
      padding: 40px 0;
      font-size: 17px;
      line-height: 20px; } }
  .c-careers__text a {
    font-family: 'helveticaneuebold'; }
  .c-careers__text p:last-child {
    margin-bottom: 0; }

.c-careers__title {
  font-size: 34px;
  color: #dd1936;
  margin-bottom: 0;
  line-height: 1.5;
  font-family: 'Gist Rough Upr Exbold Three';
  font-variant: no-contextual;
  text-transform: uppercase; }
  @media screen and (max-width: 47.875em) {
    .c-careers__title {
      font-size: 32px; } }

.c-careers__sub-title {
  font-size: 55px;
  color: #dd1936;
  margin-bottom: 0;
  line-height: 1; }
  @media screen and (max-width: 47.875em) {
    .c-careers__sub-title {
      font-size: 50px;
      margin-bottom: 2px; } }

.c-careers__right-image {
  border-radius: 8px 0 0 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  @media screen and (max-width: 47.875em) {
    .c-careers__right-image {
      border-radius: 0;
      height: 395px; } }
  .c-careers__right-image img {
    opacity: 0;
    visibility: hidden;
    border-radius: 8px 0 0 8px; }
    @media screen and (min-width: 1400px) {
      .c-careers__right-image img {
        width: 100%; } }
    @media screen and (max-width: 47.875em) {
      .c-careers__right-image img {
        border-radius: 0; } }

.c-careers__details {
  max-width: 980px;
  margin: 70px auto 0;
  font-size: 20px;
  line-height: 24px; }
  @media screen and (max-width: 68.6875em) {
    .c-careers__details {
      margin-top: 50px; } }
  @media screen and (max-width: 47.875em) {
    .c-careers__details {
      margin-top: 35px;
      padding: 0 22px;
      font-size: 17px;
      line-height: 20px; } }
  .c-careers__details p {
    font-size: 20px;
    line-height: 24px; }
    @media screen and (max-width: 47.875em) {
      .c-careers__details p {
        font-size: 17px;
        line-height: 20px; } }
    .c-careers__details p strong {
      color: #dd1936;
      font-family: 'helveticaneuemedium';
      font-weight: normal;
      display: block;
      margin-bottom: -23px; }

.c-careers__address {
  font-family: 'helveticaneuebold'; }

/*===== Privacy Policy Page Style ======*/
.c-privacy-policy {
  max-width: 880px; }
  .c-privacy-policy__text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: -50px; }
    @media screen and (max-width: 68.6875em) {
      .c-privacy-policy__text {
        margin-bottom: -20px;
        font-size: 18px;
        line-height: 20px; } }
    @media screen and (max-width: 47.875em) {
      .c-privacy-policy__text {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 1.29; } }
  .c-privacy-policy p {
    font-size: 20px;
    line-height: 24px; }
    @media screen and (max-width: 68.6875em) {
      .c-privacy-policy p {
        font-size: 18px;
        line-height: 20px; } }
    @media screen and (max-width: 47.875em) {
      .c-privacy-policy p {
        font-size: 16px;
        line-height: 1.29; } }
    .c-privacy-policy p a {
      text-decoration: none;
      color: #323232;
      font-family: 'helveticaneuemedium';
      position: relative;
      padding-bottom: 2px; }
      .c-privacy-policy p a:before {
        content: '';
        height: 1px;
        width: 100%;
        background: #696969;
        position: absolute;
        bottom: 0;
        left: 0; }
  .c-privacy-policy__heading-area {
    margin-bottom: 60px; }
    @media screen and (max-width: 47.875em) {
      .c-privacy-policy__heading-area {
        margin-bottom: 25px; } }
  .c-privacy-policy__title {
    color: #dd1936;
    text-transform: capitalize;
    font-family: 'helveticaneuebold';
    margin: 0; }
    @media screen and (max-width: 68.6875em) {
      .c-privacy-policy__title {
        font-size: 18px;
        line-height: 20px; } }
    @media screen and (max-width: 47.875em) {
      .c-privacy-policy__title {
        font-size: 16px;
        line-height: 1.29; } }

/*===== Q&A Page Style ======*/
.c-que-ans__row {
  max-width: 800px; }

.c-que-ans__heading-area {
  margin-top: 65px;
  margin-bottom: 55px; }
  @media screen and (max-width: 47.875em) {
    .c-que-ans__heading-area {
      margin-bottom: 40px;
      margin-top: 80px; } }

.c-que-ans-accordion {
  width: 100%; }
  .c-que-ans-accordion__section {
    margin-bottom: 3px; }
  .c-que-ans-accordion__header {
    cursor: pointer;
    background: #e1e1e1;
    color: #191919;
    padding: 20px 50px;
    letter-spacing: 1px;
    transition: .3s;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .c-que-ans-accordion__header:after {
      content: "\f067";
      font-family: 'fontawesome';
      position: absolute;
      right: 45px;
      top: 50%;
      margin-top: -8px;
      font-size: 15px;
      line-height: 1;
      color: #343434; }
    .c-que-ans-accordion__header h3 {
      font-size: 16px;
      line-height: 40px;
      font-family: 'helveticaneuebold';
      margin: 0; }
      @media screen and (max-width: 47.875em) {
        .c-que-ans-accordion__header h3 {
          line-height: 50px; } }
  .c-que-ans-accordion__content {
    color: #fff;
    /*font-size: 15px;*/
    font-family: 'helveticaneuemedium';
    letter-spacing: 1px;
    display: none; }
  .c-que-ans-accordion__content-wrap {
    background: url(../img/q&a-acccordion-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 40px 50px;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-que-ans-accordion__content-wrap:before {
      /*content: '';*/
      background: rgba(190, 4, 12, 0.75);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
  .c-que-ans-accordion__section--selected .c-que-ans-accordion__header {
    background: #dc1e37;
    color: #fff; }
    .c-que-ans-accordion__section--selected .c-que-ans-accordion__header:after {
      content: "\f068";
      color: #fff; }
  .c-que-ans-accordion__section--selected .c-que-ans-accordion__content {
    display: block; }

/*===== Quiz Page Style ======*/
.c-quiz__row {
  max-width: 1000px; }

.c-quiz__back-page-col {
  margin-top: -20px; }
  @media screen and (max-width: 68.6875em) {
    .c-quiz__back-page-col {
      margin-top: 10px; } }

.c-quiz__heading-area {
  margin-top: 65px;
  margin-bottom: 55px; }
  @media screen and (max-width: 47.875em) {
    .c-quiz__heading-area {
      margin-top: 50px;
      margin-bottom: 40px; } }

.c-quiz__title {
  font-size: 38px;
  color: #323232;
  margin: 20px 0 3px; }

.c-quiz__date {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 47.875em) {
    .c-quiz__date {
      margin-bottom: 50px; } }

.c-quiz__meta {
  font-size: 14px;
  color: #939598;
  line-height: 18px; }

.c-quiz__back-page {
  font-size: 21px;
  font-family: 'Archer-Semibold';
  color: #323232;
  font-weight: 600;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-quiz__back-page i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
    font-size: 40px;
    line-height: 0;
    margin-right: 5px; }

.c-quiz .wq_questionsCtr {
  margin-bottom: 0; }

.c-quiz .wq_singleQuestionWrapper {
  margin-bottom: 70px; }
  @media screen and (max-width: 47.875em) {
    .c-quiz .wq_singleQuestionWrapper {
      margin-bottom: 50px; } }

.c-quiz .wq_singleQuestionCtr .wq_questionTextCtr {
  width: 100%;
  background-color: #dc1e37 !important;
  color: #fff !important;
  padding: 25px 15px; }
  .c-quiz .wq_singleQuestionCtr .wq_questionTextCtr h4 {
    font-size: 30px; }
    @media screen and (max-width: 47.875em) {
      .c-quiz .wq_singleQuestionCtr .wq_questionTextCtr h4 {
        font-size: 28px; } }

.c-quiz .wq_quizCtr .wq_singleAnswerCtr {
  padding: 10px 8px 10px;
  border: 0;
  background: #e1e1e1 !important; }
  .c-quiz .wq_quizCtr .wq_singleAnswerCtr:hover {
    background: rgba(220, 30, 55, 0.7) !important; }
    .c-quiz .wq_quizCtr .wq_singleAnswerCtr:hover label {
      color: #fff; }
  .c-quiz .wq_quizCtr .wq_singleAnswerCtr .wq_answerTxtCtr label {
    color: #323232; }
    @media screen and (max-width: 47.875em) {
      .c-quiz .wq_quizCtr .wq_singleAnswerCtr .wq_answerTxtCtr label {
        font-size: 17px; } }

.c-quiz .wq_singleResultWrapper {
  background: #fff;
  border: 2px solid #e6e6e6;
  border-radius: 5px; }
  .c-quiz .wq_singleResultWrapper .wq_quizTitle {
    color: #323232;
    font-family: veneerregular;
    font-size: 40px;
    font-weight: normal; }
  .c-quiz .wq_singleResultWrapper .wq_resultTitle {
    color: #dc1e37;
    font-family: veneerregular;
    font-size: 65px;
    font-weight: normal; }
  .c-quiz .wq_singleResultWrapper .wq_resultDesc {
    font-size: 18px;
    color: #323232;
    font-family: helveticaneuemedium; }
  .c-quiz .wq_singleResultWrapper .wq_shareCtr p {
    font-size: 18px;
    color: #323232; }

.c-quiz .wq_promoteQuizCtr span {
  color: #acacac;
  font-size: 12px !important;
  padding-top: 8px;
  display: block; }
  .c-quiz .wq_promoteQuizCtr span a {
    color: #ffbb3d; }

/*===== 404 Page Style ======*/
.c-404__text {
  max-width: 745px;
  margin: 0 auto;
  margin-top: -30px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .c-404__text {
      margin-top: -10px; } }

.c-404__description {
  font-size: 26px;
  line-height: 38px;
  padding: 0 50px 40px; }
  @media screen and (max-width: 47.875em) {
    .c-404__description {
      padding: 0 50px 0;
      font-size: 20px;
      line-height: 33px;
      font-family: 'helveticaneuemedium'; } }
  @media screen and (max-width: 480px) {
    .c-404__description {
      padding: 0 20px 0; } }
  @media screen and (max-width: 47.875em) {
    .c-404__description p {
      font-size: 20px;
      line-height: 33px; } }

.c-404__form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.c-404__search {
  max-width: 272px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-404__search input[type="search"] {
    background: #cccccc;
    height: 35px;
    border-radius: 8px;
    outline: none;
    box-shadow: 0 0;
    border: 0;
    max-width: 215px;
    width: 100%;
    margin: 0 25px 0 0;
    padding: 5px 10px; }
  .c-404__search input[type="submit"] {
    background: url(../img/search-icon.png) no-repeat center;
    text-indent: -9999px;
    width: 40px;
    height: 33px;
    border: 0;
    outline: 0;
    box-shadow: 0 0; }

.c-404__form-caption {
  font-size: 26px;
  color: #dd1936;
  text-transform: uppercase;
  font-family: 'helveticaneuemedium';
  padding-left: 40px; }

  .c-404__form-caption a{
    background: #dd1936;
    padding: 15px 30px 11px;
    font-size: 25px;
  }
  .c-404__form-caption a i {
    font-size: 32px;
    margin-top: -4px;
  }

  .c-404__form-caption a:focus,
  .c-404__form-caption a:hover{
      color: #dc1e37;
      background: #191919;
  }

  @media screen and (max-width: 47.875em) {
    .c-404__form {
      display: block;
    }

    .c-404__search{
      margin: 0 auto;
    }

    .c-404__form-caption {
      padding:  30px 0 0;
      display: block;
    }

    .c-404__form-caption a{
      font-size: 30px;
    }
  }

.c-404__form-tag {
  font-size: 26px;
  color: #dd1936;
  text-transform: uppercase;
  font-family: 'helveticaneuemedium';
  margin: 60px 0 0;
  position: relative;
  padding-right: 45px;
  display: inline-block; }
  .c-404__form-tag a:Hover {
    color: #323232; }
  @media screen and (max-width: 47.875em) {
    .c-404__form-tag {
      margin-top: 50px;
      font-size: 23px;
      padding-right: 30px; } }
  .c-404__form-tag:after {
    content: '';
    width: 41px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
    background: url(../img/marker.png) no-repeat top center; }
    @media screen and (max-width: 47.875em) {
      .c-404__form-tag:after {
        background-size: 100%;
        width: 25px;
        height: 37px;
        margin-top: -19px; } }

/*======= Default Page Style ======*/
.c-page {
  max-width: 1200px; }
  .c-page__heading-area {
    margin-bottom: 30px; }

/*======= Footer Style ======*/
.c-footer {
  position: relative;
  padding: 44px 0 0; }
  .c-footer__menu {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: #dd1936;
    max-width: 222px;
    width: 100%;
    padding: 20px 0 20px 70px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 68.6875em) {
      .c-footer__menu {
        max-width: 150px;
        width: 100%;
        padding: 20px 0 20px 54px; } }
    @media screen and (max-width: 47.875em) {
      .c-footer__menu {
        max-width: 110px;
        width: 100%;
        padding: 15px 0 15px 15px; } }
    .c-footer__menu:after {
      content: '';
      background: url(../img/red-angle.png) no-repeat right center;
      width: 174px;
      height: 100%;
      position: absolute;
      right: -174px;
      top: 0;
      background-size: 100% 100%; }
      @media screen and (max-width: 47.875em) {
        .c-footer__menu:after {
          width: 125px;
          right: -125px; } }
      @media screen and (max-width: 47.875em) {
        .c-footer__menu:after {
          width: 94px;
          right: -93px; } }
  .c-footer__logo-area {
    background: #1c1c1c;
    padding-top: 80px;
    padding-bottom: 55px;
    text-align: center;
    position: relative;
    padding-left: 170px; }
    @media screen and (max-width: 47.875em) {
      .c-footer__logo-area {
        padding-top: 65px;
        text-align: right;
        padding-right: 15px; } }
    .c-footer__logo-area:after {
      content: '';
      background: url(../img/footer-angle.jpg) right top;
      position: absolute;
      right: 0;
      top: 0;
      width: 41px;
      height: 19px;
      display: none; }
      @media screen and (max-width: 47.875em) {
        .c-footer__logo-area:after {
          display: none; } }
  .c-footer__logo {
    display: inline-block;
    max-width: 200px;
    width: 100%; }
    @media screen and (max-width: 47.875em) {
      .c-footer__logo {
        max-width: 150px; } }
  .c-footer .c-copyright {
    padding-top: 14px;
    padding-bottom: 10px;
    padding-left: 170px;
    font-weight: 600; }
    @media screen and (max-width: 1360px) {
      .c-footer .c-copyright {
        padding-left: 390px;
        padding-right: 240px; } }
    @media screen and (max-width: 68.6875em) {
      .c-footer .c-copyright {
        padding-top: 15px;
        padding-left: 320px;
        padding-right: 170px; } }
    @media screen and (max-width: 47.875em) {
      .c-footer .c-copyright {
        padding-left: 200px;
        padding-right: 15px;
        padding-top: 10px; } }
    .c-footer .c-copyright__text {
      color: #030305;
      font-size: 20px;
      margin: 0;
      word-break: break-word; }
      .c-footer .c-copyright__text a {
        color: #030305; }
        .c-footer .c-copyright__text a:hover {
          color: #dd1936; }
      @media screen and (max-width: 68.6875em) {
        .c-footer .c-copyright__text {
          font-size: 18px; } }
      @media screen and (max-width: 47.875em) {
        .c-footer .c-copyright__text {
          font-size: 14px; } }

/*.no-touch,*/
@media screen and (max-width: 47.875em) {
  .no-flexboxlegacy .c-header__logo-bar {
    height: 105px; } }

.no-flexboxlegacy .c-hero {
  height: 1050px; }
  @media screen and (max-width: 68.6875em) {
    .no-flexboxlegacy .c-hero {
      height: 900px; } }
  @media screen and (max-width: 47.875em) {
    .no-flexboxlegacy .c-hero {
      height: calc(100vh - 105px); } }

.no-flexboxlegacy .c-services-menu {
  height: 425px; }
  @media screen and (max-width: 68.6875em) {
    .no-flexboxlegacy .c-services-menu {
      height: 270px; } }
  @media screen and (max-width: 47.875em) {
    .no-flexboxlegacy .c-services-menu {
      height: 245px; } }

.no-flexboxlegacy .c-services-location {
  height: 425px; }
  @media screen and (max-width: 68.6875em) {
    .no-flexboxlegacy .c-services-location {
      height: 270px; } }
  @media screen and (max-width: 47.875em) {
    .no-flexboxlegacy .c-services-location {
      height: 245px; } }

.no-flexboxlegacy .c-services-reserve {
  height: 880px; }
  @media screen and (max-width: 68.6875em) {
    .no-flexboxlegacy .c-services-reserve {
      height: 560px; } }
  @media screen and (max-width: 47.875em) {
    .no-flexboxlegacy .c-services-reserve {
      height: 240px; } }

.no-flexboxlegacy .c-services-offers {
  height: 435px; }
  @media screen and (max-width: 68.6875em) {
    .no-flexboxlegacy .c-services-offers {
      height: 270px; } }
  @media screen and (max-width: 47.875em) {
    .no-flexboxlegacy .c-services-offers {
      height: 280px; } }

.no-flexboxlegacy .c-services-rewards {
  height: 375px; }
  @media screen and (max-width: 68.6875em) {
    .no-flexboxlegacy .c-services-rewards {
      height: 300px; } }
  @media screen and (max-width: 47.875em) {
    .no-flexboxlegacy .c-services-rewards {
      height: 215px; } }

.no-flexboxlegacy .c-services-food {
  height: 375px; }
  @media screen and (max-width: 68.6875em) {
    .no-flexboxlegacy .c-services-food {
      height: 300px; } }
  @media screen and (max-width: 47.875em) {
    .no-flexboxlegacy .c-services-food {
      height: 240px; } }

.no-flexboxlegacy .c-menu__col {
  display: block; }

.no-flexboxlegacy .c-menu__overlay span {
  display: inline-block;
  width: 100%; }

.no-flexboxlegacy .c-locations__image {
  height: 385px; }
  @media screen and (max-width: 47.875em) {
    .no-flexboxlegacy .c-locations__image {
      height: 300px; } }

.no-flexboxlegacy .c-offers__title {
  width: 100%; }

.no-flexboxlegacy .c-offers__title span {
  width: 148px;
  display: inline-block; }

.no-flexboxlegacy .c-offers__title sup {
  width: 30px;
  display: inline-block; }

.no-flexboxlegacy .c-header__search {
  max-width: 245px; }

@media screen and (max-width: 480px) {
  .no-flexboxlegacy .c-gift-card__buttons a {
    width: 50%;
    max-width: 220px; } }

.s-primary-menu {
  margin: 0;
  padding: 0;
  text-align: right;
  width: 100%;
  /*========== Nav Icon =========*/ }
  @media screen and (max-width: 47.875em) {
    .s-primary-menu {
      padding: 35px 0 0;
      text-align: center;
      height: 275px;
      overflow-y: scroll;
      overflow-x: hidden;
      width: 100%; } }
  @media screen and (max-width: 47.875em) {
    .s-primary-menu__have-sub ul {
      display: none !important; } }
  .s-primary-menu__mobile-menu {
    display: none !important; }
    @media screen and (max-width: 47.875em) {
      .s-primary-menu__mobile-menu {
        display: block !important; } }
  .s-primary-menu li {
    list-style: none;
    display: inline-block;
    position: relative; }
    @media screen and (max-width: 47.875em) {
      .s-primary-menu li {
        display: block; } }
    .s-primary-menu li a {
      font-family: "helveticaneuemedium";
      color: #000000;
      text-transform: uppercase;
      font-size: 17px;
      line-height: 22px;
      margin: 0 8px; }
      @media screen and (max-width: 68.6875em) {
        .s-primary-menu li a {
          font-size: 18px;
          line-height: 20px;
          margin: 0 5px; } }
      @media screen and (max-width: 47.875em) {
        .s-primary-menu li a {
          font-size: 26px;
          line-height: 40px;
          color: #fff; } }
    .s-primary-menu li ul {
      position: absolute;
      left: 0;
      top: -50%;
      text-align: left;
      margin: 0;
      padding: 0;
      width: 290px;
      /*opacity: 0;
            visibility: hidden;*/
      display: none;
      transition: opacity .3s, ease-in-out .2s;
      border: 1px solid #fff;
      z-index: 1; }
      @media screen and (max-width: 47.875em) {
        .s-primary-menu li ul {
          position: static;
          display: none;
          opacity: 1;
          visibility: visible;
          width: 100%;
          text-align: center;
          border: 0; } }
      .s-primary-menu li ul li {
        display: block;
        position: relative; }
        .s-primary-menu li ul li a {
          display: block;
          font-size: 18px;
          line-height: 1;
          text-transform: capitalize;
          color: #fff;
          margin: 0;
          padding: 14px 15px 10px;
          background: rgba(221, 25, 54, 0.85);
          border-top: 1px solid #fff; }
          @media screen and (max-width: 47.875em) {
            .s-primary-menu li ul li a {
              display: inline-block;
              position: relative;
              border: 0;
              padding: 8px 15px 6px;
              background: none; }
              .s-primary-menu li ul li a:before {
                content: '\f178';
                font-family: fontawesome;
                font-size: 13px;
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -6px;
                color: #dd1936; } }
          .s-primary-menu li ul li a:hover {
            color: #030305; }
            @media screen and (max-width: 47.875em) {
              .s-primary-menu li ul li a:hover {
                color: #dd1936; }
                .s-primary-menu li ul li a:hover:before {
                  color: #fff; } }
        .s-primary-menu li ul li:first-child a {
          border-top: 0; }
        .s-primary-menu li ul li ul {
          top: 0;
          left: 100%;
          transition: opacity .3s, ease-in-out .2s; }
          @media screen and (max-width: 47.875em) {
            .s-primary-menu li ul li ul {
              max-width: 300px;
              margin: 0 auto;
              border: 1px solid #565656 !important;
              border-radius: 5px;
              background: rgba(255, 255, 255, 0.05); } }
          @media screen and (max-width: 47.875em) {
            .s-primary-menu li ul li ul li a:before {
              content: '\f178';
              display: none; } }
          .s-primary-menu li ul li ul .current-menu-item a {
            color: #030305; }
            @media screen and (max-width: 47.875em) {
              .s-primary-menu li ul li ul .current-menu-item a {
                color: #dd1936; } }
            .s-primary-menu li ul li ul .current-menu-item a:before {
              color: #fff; }
        @media screen and (min-width: 47.9375em) {
          .s-primary-menu li ul li:hover > ul {
            top: 0; } }
      .s-primary-menu li ul .current-menu-item > a {
        color: #030305; }
        @media screen and (max-width: 47.875em) {
          .s-primary-menu li ul .current-menu-item > a {
            color: #dd1936; } }
    @media screen and (min-width: 47.9375em) {
      .s-primary-menu li:hover > ul {
        opacity: 1;
        visibility: visible;
        display: block;
        top: 100%; } }
  .s-primary-menu .current-menu-item > a,
  .s-primary-menu a:hover {
    color: #dd1936; }
  .s-primary-menu .current-menu-item > a {
    font-family: 'helveticaneuebold'; }
  .s-primary-menu__icon {
    float: right;
    width: 30px;
    height: 23px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer; }
    .s-primary-menu__icon span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #555561;
      border-radius: 0;
      opacity: 1;
      right: 0;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
      transition: .25s ease-in-out; }
      .s-primary-menu__icon span:nth-child(1) {
        top: 0px; }
      .s-primary-menu__icon span:nth-child(2) {
        top: 6px; }
      .s-primary-menu__icon span:nth-child(3) {
        top: 12px;
        width: 20px; }
  .s-primary-menu__icon.open {
    position: relative; }
    .s-primary-menu__icon.open:before {
      content: '';
      border: 1px solid #14141a;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 6px;
      top: -9px; }
    .s-primary-menu__icon.open span {
      background: #14141a;
      width: 18px;
      height: 1px; }
      .s-primary-menu__icon.open span:nth-child(1) {
        top: 6px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
      .s-primary-menu__icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        top: 6px; }
      .s-primary-menu__icon.open span:nth-child(3) {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        top: 6px;
        width: 0%; }

.s-footer-menu {
  margin: 0 -85px 0 0;
  padding: 0;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 68.6875em) {
    .s-footer-menu {
      margin: 0 -54px 0 0; } }
  .s-footer-menu li {
    list-style: none;
    display: block; }
    .s-footer-menu li a {
      color: #fff;
      font-size: 21px;
      line-height: 33px;
      text-transform: uppercase;
      letter-spacing: 1px; }
      @media screen and (max-width: 68.6875em) {
        .s-footer-menu li a {
          font-size: 16px; } }
      @media screen and (max-width: 47.875em) {
        .s-footer-menu li a {
          font-size: 14px;
          line-height: 28px; } }
      .s-footer-menu li a:hover {
        font-family: 'helveticaneuebold'; }
  .s-footer-menu .current-menu-item a {
    font-family: 'helveticaneuebold'; }

.o-panel--checkout {
    border-radius: 0 0 5px 5px;
    background: #dd1936;
    padding: 12px;
    padding-top: 0;
    border-top: 0;
}

@media screen and (max-width: 47.875em) {
  .o-panel--checkout {
      border-radius: 0;
      padding: 5px;
  }
}

.c-checkout{
  border-radius: 0 0 10px 10px;
  background: #fff;
}
@media screen and (max-width: 47.875em) {
  .c-checkout{
    border-radius: 0;
  }
}
.c-checkout__header{
  background: #dd1936;
  text-align: center;
}
.c-checkout__heading{
  margin: 0;
  font-size: 60px;
  text-transform: uppercase;
  font-family: 'veneerregular';
  padding: 45px 30px 40px;
  color: #fff;
}
@media screen and (max-width: 47.875em) {
  .c-checkout__heading{
    font-size: 34px;
    padding: 20px 30px 16px;
  }
}

.c-checkout__content{  
  padding: 20px 0 0;
  position: relative;
  min-height: 600px;
}

.c-checkout__content-row{
  max-width: 1220px;
  position: relative;
  padding: 70px 0 100px;
}
.c-checkout__content-row--counter{
    padding-bottom: 0;
}
.c-checkout__content-row--placeholder{
    min-height: 300px;
}
.c-checkout__content-row--contents{
    padding-top: 40px;
}
@media screen and (max-width: 47.875em) {
  .c-checkout__content-row{  
    padding: 0 0 40px;
  }
}

.c-checkout__steps{
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 47.875em) {
  .c-checkout__steps{
    margin: 0 0 18px;
  }
}
.c-checkout__steps li{
  padding: 0 12px;
  list-style: none;
}
.c-checkout__steps li:first-child{
  padding-left: 0;
}
.c-checkout__steps li:last-child{
  padding-right: 0;
}
@media screen and (max-width: 47.875em) {
  .c-checkout__steps li{
    padding: 0 8px;
  }
  .c-checkout__steps li:first-child{
    padding-left: 0;
  }
  .c-checkout__steps li:last-child{
    padding-right: 0;
  }
}
.c-checkout__steps li span{
  width: 95px;
  height: 95px;
  font-size: 56px;
  background: #c2c2c2;
  color: #fff;
  border-radius: 50%;
  font-family: 'veneerregular';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 47.875em) {
  .c-checkout__steps li span{
    width: 60px;
    height: 60px;
    font-size: 35px;
  }

  .c-checkout__steps li span:after{
    content: '';
    height: 2px;
    width: 21px;
    background: #c2c2c2;
    position: absolute;
    right: -21px;
    top: 50%;
    margin-top: -1px;
  }
  .c-checkout__steps li:last-child span:after{
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .c-checkout__steps li span{
    width: 45px;
    height: 45px;
    font-size: 30px;
  }
}

.c-checkout__steps .active span{
  background: #dd1936;
}

@media screen and (max-width: 47.875em) {
  .c-checkout-details{
    margin: 0 -10px;
  }
}

.c-checkout-details__title{
  font-size: 36px;
  margin-bottom: 30px;
  color: #323232;
}
.c-checkout-details__title--step2{
  padding-top: 40px;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-details__title{
    font-size: 34px;
    padding-top: 0;
  }
  .c-checkout-details__title--location{
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-checkout-details__buttons{
  display: inline-block;
  padding-top: 20px;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-details__buttons{
    padding-bottom: 30px;
  }
}
.c-checkout-details__buttons a{
  display: block;
  padding: 11px 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'veneerregular';
  background: #dd1936;
  border-radius: 5px;
  color: #fff;
  width: 214px;
  line-height: 1;
}
.c-checkout-details__buttons a i{
  color: #fff;
  font-size: 25px;
  margin-left: 5px;
}
.c-checkout-details__buttons a:last-child{
  background: #000;
}
.c-checkout-details__buttons span {
  display: block;
  margin: 20px 0;
  font-size: 19px;
  color: #000000;
  text-transform: uppercase;
  font-family: 'veneerregular';
  text-align: center;
}

/*====== Paymant Info =====*/
.c-payment-info{

}
.c-payment-info__buttons{
  display: inline-block;
  padding-top: 20px;
}
@media screen and (max-width: 47.875em) {
  .c-payment-info__buttons{
    padding-bottom: 30px;
  }
}
.c-payment-info__buttons a{
  display: block;
  padding: 11px 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'helveticaneuebold';
  background: #000;
  border-radius: 5px;
  color: #fff;
  width: 315px;
  line-height: 1;
}
.c-payment-info__buttons a:hover{
  background: #dd1936;
}
.c-payment-info__buttons a i{
  color: #fff;
  font-size: 25px;
  margin-left: 5px;
}
.c-payment-info__buttons a:last-child{
  background: #000;
}
.c-payment-info__buttons span {
  display: block;
  margin: 30px 0;
  font-size: 19px;
  color: #000000;
  text-transform: uppercase;
  font-family: 'veneerregular';
  text-align: center;
}
.c-payment-info__prev-order{
  margin-top: 40px;
}
.c-payment-info__prev-order a{
  font-size: 21px;
  padding: 8px 15px 8px;
  background: #dd1936;
  border-radius: 5px;
  margin-left: 170px;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid transparent;
  background: #dd1936;
  font-family: 'veneerregular',sans-serif;
  display: inline-block;
}
.c-payment-info__prev-order a i{
  font-size: 26px;
  margin-top: 0;
  color: #fff;
  line-height: 1;    
  margin-left: 5px;
}

/*====== Payment Card Form ========*/
.c-payment-info__form{
  margin-top: 40px;
}

.c-payment-info__form select{
  border: 2px solid #bababa;
  border-radius: 5px;
  font-size: 20px;
  color: #414042;
  text-transform: uppercase;
  font-family: 'News Gothic';
  font-weight: bold;
  outline: none;
  height: 50px;
  padding: 5px 20px;
  position: relative;
  background: #fff url(../img/select-arrow.png) no-repeat 96% center;
  margin: 0;
}


.c-checkout-details__form .woocommerce .woocommerce-form-login{
  max-width: 350px;
  margin: 0 auto !important;
}

.c-checkout-details__form .woocommerce{
  /*max-width: 350px;*/
  margin: 0 auto;
  text-align: left;
}
.c-checkout-details__form .woocommerce:before{
  display: none;
}
.c-checkout-details__form .woocommerce form{
  position: relative;
  padding: 0;
  border: 0;
}
.c-checkout-details__form .woocommerce ul{
  margin: 0;
  padding: 0;
}
.c-checkout-details__form .woocommerce p{
  list-style: none;
  margin-bottom: 30px;
}
.c-checkout-details__form .woocommerce p:last-child{
  margin-bottom: 20px;
}
.c-checkout-details__form .woocommerce p:last-child label{
  display: none;
}
.c-checkout-details__form .woocommerce label{
  font-size: 18px;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-family: 'veneerregular';
  line-height: 1 !important;
  position: relative;
  display: inline-block !important;
  padding-right: 6px;
}
.c-checkout-details__form .woocommerce label span{
  font-family: 'veneerregular';
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  color: #000 !important;
}
.c-checkout-details__form .woocommerce .woocommerce-form__label-for-checkbox span{
  position: static;
}
.c-checkout-details__form .woocommerce input[type='text'],
.c-checkout-details__form .woocommerce input[type='password'],
.c-checkout-details__form .woocommerce input[type='email']{
  color: #a1a1a1;
  border: 1px solid #a1a1a1;
  border-radius: 5px;
  height: 45px;
}

.c-checkout-details__form .woocommerce .woocommerce-form__label-for-checkbox{
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-checkout-details__form .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]{
  margin: 0;
  position: relative;
}
.c-checkout-details__form .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  top: -5px;
  left: 0;
  /* border: 1px solid #a1a1a1; */
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 0 0px 2px #a1a1a1;
}  
.c-checkout-details__form .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 9px;
  height: 15px;
  border: solid #dd1936;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -3px;
  left: 7px;
}

.c-checkout-details__form .woocommerce-form__label-for-checkbox span{
  font-size: 15px;
  color: #414042;
  font-family: 'News Gothic';
  line-height: 1;
  margin: 0 0 0 16px;
}

.c-checkout-details__form .woocommerce button[type="submit"]{
  background: #dd1936 !important;
  border-radius: 5px;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'veneerregular';
  outline: none;
  border: 0;
  background: none;
  padding: 14px 36px 12px 16px;
  margin: 0;
  margin: -10px 0 0;
  font-weight: normal;
  float: right;
}
.c-checkout-details__form .woocommerce button[type="submit"]:before{
  content: 'B';
  font-family: 'arrow_symbols_1regular';
  color: #fff;
  font-size: 26px;
  position: absolute;
  right: 15px;
  top: 12px;
  line-height: 1;
}
.c-checkout-details__form .woocommerce .woocommerce-LostPassword a{
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  margin-top: 35px;
  display: block;
  text-align: center;
  font-family: 'veneerregular';
}
.u-back-button{
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 18px;
  color: #323232;
  font-family: 'Archer-Semibold';
  text-transform: uppercase;
  padding-left: 22px;
  z-index: 1;
}
@media screen and (max-width: 68.6875em) {
  .u-back-button{
    left: 15px;
  }
}
@media screen and (max-width: 47.875em) {
  .u-back-button{
    position: relative;
    margin-bottom: 40px;
    display: inline-block;
    /*top: 90px;
    left: 21px;*/
  }
}

.u-back-button:before{
  content: 'B';
  font-size: 28px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  display: inline-block;
  font-family: 'arrow_symbols_1regular';
  font-style: normal;
  color: #e11432;
  position: absolute;
  left: 0;
  top: -2px;
  line-height: 1;
}
.u-back-button i{
  font-size: 23px;
}

.u-back-button--checkout-steps{
  padding-left: 0;
  margin-bottom: 0;
}
.u-back-button--checkout-steps:before{
  position: relative;
  top: 4px
}

.c-checkout-details__location{
  background: #ebebeb;
  border-radius: 5px;
  padding: 40px 0 35px;
  max-width: 690px;
  margin: 0 auto;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-details__location{
    border-radius: 0;
    padding: 35px 0 20px;
  }
}

.c-checkout-location{
  /*max-width: 350px;*/
  text-align: center;
}

.c-checkout-location__wrap{
  display: inline-block;
}
a.c-checkout-location__edite{
  float: right;
  font-size: 14px;
  font-family: 'Archer bold';
  color: #000;
  text-transform: uppercase;
  margin-top: 12px;
}
@media screen and (max-width: 47.875em) {
  a.c-checkout-location__edite{
    font-size: 17px;
  }
}

.c-checkout-location__edite i{
  display: inline-block;
  font-family: 'helveticaneuebold';
  font-size: 17px;
  color: #fff;
  width: 30px;
  height: 30px;
  background: #dc1e37;
  border-radius: 50%;
  margin-left: 10px;
  font-style: normal;
  padding: 6px 6px 5px 5px;
}

.c-checkout-location__title{
  font-size: 18px;
  color: #323232;
  text-transform: uppercase;
  font-family: 'Archer-Semibold';
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  padding-left: 45px;
  margin-left: -65px;
}
@media screen and (max-width: 320px) {
  .c-checkout-location__title{
    margin-left: 0;
  }
}

.c-checkout-location__title:before{
  content: '';
  background: url(../img/marker.png) no-repeat center;
  background-size: 100% 100%;
  width: 35px;
  height: 50px; 
  position: absolute;
  left: 0;
  top: -10px;
}

.c-checkout-location__code-box{
  background: #fff;
  border: 2px solid #b4b4b4;
  border-radius: 5px;
  font-size: 21px;
  color: #323232;
  text-transform: uppercase;
  line-height: 23px;
  width: 280px;
  padding: 27px 30px;
  margin: 0 auto;
  display: block;
  font-family: 'veneerregular';
}
@media screen and (max-width: 47.875em) {
  .c-checkout-location__code-box{
    font-size: 26px;
    line-height: 27px;
  }
}

.c-checkout-form__remember{
  display: inline-block;
  float: left;
}
.c-checkout-form__remember-me{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-more-button--checkout-location{
  font-size: 19px;
  padding: 10px 15px 8px;
  background: #dd1936;
  border-radius: 5px;
  margin-top: 25px;
  margin-left: 170px;
  color: #fff;
}
@media screen and (max-width: 320px) {
  .u-more-button--checkout-location{
    margin-left: 0;
    float: right;
  }
}

.u-more-button--checkout-location i{
  font-size: 25px;
  margin-top: 0;
}

.c-checkout-address{
  max-width: 510px;
  margin: 0 auto;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-address{
    padding-top: 10px;
  }
}

.c-checkout-address__item{
  font-family: 'helveticaneueregular';
  margin-bottom: 60px;
}

.c-checkout-address__item:last-child{
  margin-bottom: 0;
}

.c-checkout-address__text{
  float: left;
  width: 60%;
  padding-right: 20px;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-address__text{
    width: 50%;
  }
}
.c-checkout-address__address{
  font-size: 24px;
  color: #414042;
  font-family: 'helveticaneuebold';
  line-height: 1.2;
  margin-bottom: 25px;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-address__address{
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.c-checkout-address__distance{
  font-size: 18px;
  color: #414042;
  font-family: 'helveticaneuelight';
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-address__distance{
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.c-checkout-address__code{
  font-size: 18px;
  color: #414042;
  font-family: 'helveticaneuebold';
  line-height: 1;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-address__code{
    font-size: 20px;
  }
}
.c-checkout-address__buttons{
  float: left;
  width: 40%;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-address__buttons{
    width: 50%;
  }
}
.c-checkout-address__buttons a{
  padding: 12px 14px 10px;
  font-size: 20px;
  background: #dd1936;
  text-transform: uppercase;
  font-family: 'veneerregular';
  color: #fff;
  border-radius: 5px;
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-address__buttons a{
    margin-bottom: 60px;
    padding: 12px 13px 10px;
  }
}
.c-checkout-address__buttons a i{
  font-family: 'arrow_symbols_1regular';
  color: #fff;
}

.c-checkout-address__buttons a:last-child,
.c-checkout-address__buttons-direction{
  background: #fff;
  border: 2px solid #dd1936;
  color: #414042;
  font-family: 'helveticaneuebold';
  text-transform: capitalize;
  margin-bottom: 0;
}

@media screen and (max-width: 47.875em) {
  .c-checkout-address__buttons a:last-child,
  .c-checkout-address__buttons-direction{
    font-size: 15px;
    display: inline-block;
    float: right;
  }
}
.c-checkout-address__buttons a:last-child i,
.c-checkout-address__buttons-direction i{
  color: #414042;
}

.c-checkout-location-popup{
  max-width: 600px;
  background: #c5c5c5;
  min-height: 380px;
  padding: 70px 55px 60px; 
  position: absolute;
  right: 100px;
  top: 261px;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-location-popup {
    padding: 60px 30px 30px;
    position: fixed;
    right: 0;
    left: 0;
    top: 105px;    
    z-index: 99;
    max-width: 100%;

    /*right: 0;
    left: 0;
    top: -121px;
    width: 100%;*/
  }
}
.c-checkout-confirm__close{
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #fff;
    background: #555;
    padding: 4px 4px 5px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    display: inline-block;
    font-family: 'veneerregular';
    position: absolute;
    right: 30px;
    top: 30px;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-confirm__close{
    top: 10px;
  }
}
.c-checkout-location-popup__text{
  padding: 0 55px;
  font-size: 30px;
  line-height: 1.2;
  color: #323232;
  text-transform: uppercase;
  font-family: 'veneerregular';
}
@media screen and (max-width: 47.875em) {
  .c-checkout-location-popup__text{
    padding: 0;
  }
}
.c-checkout-location-popup span{
  color: #dd1936;
  display: block;
}

.c-checkout-location-popup__buttons{
  margin-top: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-location-popup__buttons{
    display: block;
    max-width: 235px;
    margin: 30px auto 0;
  }
}
.c-checkout-location-popup__buttons a{
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'veneerregular';
  width: 50%;
  display: block;
  margin: 0 9px;
  background: #dd1936;
  border-radius: 5px;
  padding: 12px 8px;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-location-popup__buttons a{
    margin: 25px 0 0;
    width: 100%;
  }
}
.c-checkout-location-popup__buttons a:first-child i{
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  display: inline-block;
}
.c-checkout-location-popup__buttons a i{
  color: #fff;
  font-size: 25px;
}

.c-checkout-location-popup__buttons a:last-child{
  background: #000;
}


.c-cart__header{
  background: #000;
  text-align: center;
  padding: 60px 20px 40px;
}
@media screen and (max-width: 47.875em) {
  .c-cart__header{
    padding: 28px 15px 24px;
    border: 5px solid #dc1e37;
    border-bottom: 0;
  }
}
.c-cart__wrap{
  display: block;
  max-width: 600px;
  margin: 0 auto;
  text-align: right;
  padding: 0 20px;
  position: relative;
}
.c-cart__location{
  text-align: left;
  background: #fff;
  padding: 12px 15px 12px 70px;
  border-radius: 5px 5px 5px 0;
  font-size: 20px;
  font-family: 'Archer-Semibold';
  text-transform: uppercase;
  max-width: 560px;
  display: inline-block;
  width: 100%;
  position: relative;
  color: #323232;
}
@media screen and (max-width: 47.875em) {
  .c-cart__location{
    padding: 5px 10px 2px 28px;
    font-size: 16px;
  }
}
.c-cart__location:before{
  content: '';
  background: url(../img/marker-medium2.png) no-repeat left center;
  width: 58px;
  height: 84px;
  position: absolute;
  left: -28px;
  top: 0;
}
@media screen and (max-width: 47.875em) {
.c-cart__location:before{
    background-size: 100%;
    width: 36px;
    height: 53px;
    left: -18px;
    top: 0;
  }
}
.c-cart__location strong{
  display: block;
  font-size: 30px;
  color: #323232;
  font-family: 'veneerregular';
  font-weight: normal;
}
@media screen and (max-width: 47.875em) {
  .c-cart__location strong{
    font-size: 23px;
  }
}
.c-cart__location-link{
  display: block;
  text-align: right;
}
.c-cart__location-link span{
  display: inline-block;
  font-size: 21px;
  font-family: 'Archer-Semibold';
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding-right: 34px;
  line-height: 1;
}
@media screen and (max-width: 47.875em) {
  .c-cart__location-link span{
    font-size: 16px;
    padding-right: 25px;
  }
}
.c-cart__location-link span:hover{
  color: #dd1936;
}
.c-cart__location-link i{
  display: inline-block;
  font-family: 'helveticaneuebold';
  font-size: 25px;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #dc1e37;
  border-radius: 50%;
  font-style: normal;
  padding: 7px 5px 5px 5px;
  position: absolute;
  right: 8px;
  bottom: 0px;
  text-align: center;
}
@media screen and (max-width: 47.875em) {
  .c-cart__location-link i{
    width: 30px;
    height: 30px;
    font-size: 20px;
    padding: 6px 6px 5px 5px;
  }
}
.c-cart__content{
  background: #dc1e37;
  padding: 15px 15px 22px;
}
@media screen and (max-width: 47.875em) {
  .c-cart__content{
    padding: 0 5px 5px 5px;
  }
}
.c-cart__content-wrap{
  background: #fff;
  border-radius: 8px;
  padding: 70px 0 190px;
}
@media screen and (max-width: 68.6875em) {
  .c-cart__content-wrap{
    border-radius: 0;
    padding: 50px 0 100px;
  }
}
@media screen and (max-width: 47.875em) {
  .c-cart__content-wrap{
    border-radius: 0;
    padding: 30px 0 50px;
  }
}

.c-cart-popup{
  max-width: 620px;
  width: 100%;
  min-height: 380px;
  padding: 70px 55px 60px;
  background: rgba(197, 195, 193, 0.95);
  text-align: center;
  position: absolute;
  right: 0;
  top: -45px;
  z-index: 2;
}
@media screen and (max-width: 47.875em) {
  .c-cart-popup {
    padding: 60px 25px 30px;
    position: fixed;
    right: 0;
    left: 0;
    top: 105px;    
    z-index: 99;
    max-width: 100%;
  }
}
.c-cart-popup__close{
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #fff;
  background: #555;
  padding: 4px 4px 5px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  display: inline-block;
  font-family: 'veneerregular';
  position: absolute;
  right: 30px;
  top: 30px;
}
@media screen and (max-width: 47.875em) {
  .c-cart-popup__close{
    top: 10px;
  }
}
.c-cart-popup__text{
  padding: 0 55px;
  font-size: 30px;
  line-height: 1.2;
  color: #323232;
  text-transform: uppercase;
  font-family: 'veneerregular';
}
@media screen and (max-width: 47.875em) {
  .c-cart-popup__text{
    padding: 0;
  }
}
.c-cart-popup span{
  color: #dd1936;
  display: block;
}

.c-cart-popup__buttons{
  margin-top: 85px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 47.875em) {
  .c-cart-popup__buttons{
    display: block;
    max-width: 235px;
    margin: 30px auto 0;
  }
}
.c-cart-popup__buttons a{
  font-size: 23px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'veneerregular';
  width: 50%;
  display: block;
  margin: 0 9px;
  background: #dd1936;
  border-radius: 5px;
  padding: 12px 8px 10px;
}
@media screen and (max-width: 47.875em) {
  .c-cart-popup__buttons a{
    margin: 25px 0 0;
    width: 100%;
  }
}
.c-cart-popup__buttons a:first-child i{
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  display: inline-block;
}
.c-cart-popup__buttons a i{
  color: #fff;
  font-size: 26px;
  line-height: 1;
}

.c-cart-popup__buttons a:last-child{
  background: #000;
}


.u-back-button--cart{
  font-size: 20px;
  padding-left: 27px;
}
.u-back-button--cart:before{
  top: -1px;
}
@media screen and (max-width: 47.875em) {
  .u-back-button--cart{

  }
}
.c-checkout-time{
  max-width: 690px;
  margin: 0 auto;
}
.c-checkout-time__text{
  max-width: 330px;
  margin: 0 auto;
  padding: 30px 0 60px; 
}
@media screen and (max-width: 47.875em) {
  .c-checkout-time__text{
    padding: 0 0 10px;
  }
}

.c-checkout-time__footer{
  margin-top: 30px;
  padding-bottom: 100px;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-time__footer{
    margin-top: 18px;
    padding: 0 25px;
  }
}

.c-checkout-time__title{
  font-size: 21px;
  line-height: 22px;
  color: #323232;
  text-transform: uppercase;
  font-family: 'Archer-Semibold';
  margin-bottom: 30px;
}
.u-select select{
  border: 2px solid #bababa;
  border-radius: 5px;
  font-size: 20px;
  color: #414042;
  text-transform: uppercase;
  font-family: 'helveticaneuemedium';
  font-weight: bold;
  outline: none;
  height: 50px;
  padding: 5px 20px;
  position: relative;
  background: #fff url(../img/select-arrow.png) no-repeat 96% center;
  margin: 0;
}
.u-select select:before{
  /*content: '';*/
  background: red;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.c-checkout-time__button{
  font-size: 21px;
  background: #dd1936;
  padding: 11px 41px 9px;
  border-radius: 5px;
  float: right;
}
.c-checkout-time__button i{
  font-size: 27px;
  margin-top: -1px;
}
.c-checkout-time__note{
  font-size: 14px;
  font-family: 'helveticaneuelight';
  background: #dd1936;
  padding: 24px 70px 24px 35px;
  max-width: 385px;
  float: left;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-time__note{
    max-width: 100%;
    margin-bottom: 20px;
    padding: 26px 30px 23px 35px;
  }
}
.c-checkout-time__note strong{
  font-family: 'helveticaneuebold';
  font-weight: normal;
}

.c-woocommerce-cart{
  position: relative;
  max-width: 1180px;
}
.c-woocommerce-cart__title{
  font-size: 51px;
  color: #323232;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-cart__title{
    font-size: 34px;
  }
}


.c-woocommerce-cart__top-section > div{
  float: left;
  width: 50%;
}
@media screen and (max-width: 68.6875em) {
  .c-woocommerce-cart .product-thumbnail{
    width: 45%;
  }
  .c-woocommerce-cart .product-text{
    width: 55%;
  }
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-cart .product-thumbnail{
    width: 38%;
  }
  .c-woocommerce-cart .product-text{
    width: 62%;
  }
}

.c-woocommerce-cart__items{
  max-width: 840px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

.c-woocommerce-cart__woocommerce-cart-form{
  margin-top: 100px;
}
@media screen and (max-width: 68.6875em) {
  .c-woocommerce-cart__woocommerce-cart-form{
    margin-top: 70px;
  }
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-cart__woocommerce-cart-form{
    margin-top: 40px;
  }
}
.c-woocommerce-cart .woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals{
  width: 100%;
  float: none;
}

.c-woocommerce-cart .product-text{
  vertical-align: top;
}
.c-woocommerce-cart .product-remove-visible{
  position: absolute;
  left: -30px;
  top: -20px;
  padding: 0;
}
@media screen and (max-width: 68.6875em) {
  .c-woocommerce-cart .product-remove-visible{
    position: absolute;
    left: -20px;
    top: -20px;
  }
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-cart .product-remove-visible{
    position: absolute;
    left: -15px;
    top: -15px;
  }
}
@media screen and (max-width: 320px) {
  .c-woocommerce-cart .product-remove-visible{
    position: absolute;
    top: 0;
  }
}
.c-woocommerce-cart .product-remove-visible a{
  width: 70px;
  height: 70px;
  background: #dd1936;
  font-size: 42px;
  padding: 10px 24px 23px;
  color: #fff !important;
  display: block;
  border-radius: 50%;
  font-family: 'veneerregular';
}
@media screen and (max-width: 68.6875em) {
  .c-woocommerce-cart .product-remove-visible a{
    width: 50px;
    height: 50px;
    font-size: 32px;
    padding: 8px 16px 15px;
  }
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-cart .product-remove-visible a{
    width: 40px;
    height: 40px;
    font-size: 25px;
    padding: 6px 13px 10px;
  }
}
@media screen and (max-width: 320px) {
  .c-woocommerce-cart .product-remove-visible a {
    width: 35px;
    height: 35px;
    padding: 4px 10px 10px;
  }
}
.c-woocommerce-cart .product-thumbnail{
  padding: 0 20px 0 0;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-cart .product-thumbnail{
    padding: 0 10px 0 0;
  }
}
.c-woocommerce-cart .product-thumbnail img{
  width: 100%;
  border-radius: 10px;
}
.c-woocommerce-cart .product-name a{
  color: #000;
}
.c-woocommerce-cart .product-name{
  font-size: 37px;
  color: #000;
  text-transform: uppercase;
  font-family: 'veneerregular';
  line-height: 1;
  vertical-align: top;
  margin-bottom: 45px;
  margin-top: 16px;
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-cart .product-name{
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.c-woocommerce-cart .product-short-description{
  font-size: 20px;
  color: #414042;
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-cart .product-short-description{
    font-size: 15px;
  }
}
.c-woocommerce-cart__btm-section{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
  padding-left: 50px;
}
@media screen and (max-width: 68.6875em) {
  .c-woocommerce-cart__btm-section{
    margin-top: 25px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-cart__btm-section{
    margin-top: 20px;
    padding-left: 10px;
  }

  .c-woocommerce-cart__btm-section .quantity{
    width: 30%;
  }
}
@media screen and (max-width: 320px) {
.c-woocommerce-cart__btm-section .quantity{
    width: auto;
  }
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-cart__btm-section{
    padding-left: 0;
  }
}
.c-woocommerce-cart__cart-item{
  margin-bottom: 125px;
}
.c-woocommerce-cart__cart-item:last-child{
  margin-bottom: 115px;
}
@media screen and (max-width: 68.6875em) {
  .c-woocommerce-cart__cart-item{
    margin-bottom: 90px;
  }
  .c-woocommerce-cart__cart-item:last-child{
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-cart__cart-item{
    margin-bottom: 70px;
  }
  .c-woocommerce-cart__cart-item:last-child{
    margin-bottom: 35px;
  }
}
.c-woocommerce-cart__edit{
  font-size: 25px;
  font-family: 'helveticaneuebold';
  color: #323232;
  border: 2px solid #dd1936;
  border-radius: 5px;
  background: none;
  margin: 0;
  padding: 17px 20px 15px;
  height: 70px;
  margin-left: 70px;
}
@media screen and (max-width: 68.6875em) {
  .c-woocommerce-cart__edit{
    height: 50px;
    font-size: 20px;
    padding: 10px 15px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-cart__edit{
    height: 35px;
    font-size: 15px;
    width: 45%;
    padding: 9px 10px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 320px) {
  .c-woocommerce-cart__edit{
    margin-left: 5px;
    padding: 9px 5px;
    font-size: 14px;
  }
}
.c-woocommerce-cart__edit:hover{
  background: #dd1936;
}
.c-woocommerce-cart__edit i{
  font-size: 30px;
  margin-left: 13px;
  color: #323232;
}
@media screen and (max-width: 68.6875em) {
  .c-woocommerce-cart__edit i{
    font-size: 25px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-cart__edit i{
    font-size: 16px;
    margin-left: 8px;
  }
}

.c-woocommerce-cart__product-price{
  font-size: 37px;
  color: #000;
  font-family: 'veneerregular';
  margin-left: 123px;
}
@media screen and (max-width: 68.6875em) {
  .c-woocommerce-cart__product-price{
    font-size: 30px;
    margin-left: 90px;
  }
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-cart__product-price{
    font-size: 25px;
    margin-left: 20px;
    width: 25%;
    text-align: right;
  }
}
@media screen and (max-width: 320px) {
  .c-woocommerce-cart__product-price{
    font-size: 20px;
    margin-left: 5px;
  }
}

.c-woocommerce-cart__quantity-input{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*margin-right: 70px;*/
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-cart__quantity-input{
    float: right;
  }
  .woocommerce-variation-add-to-cart {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .woocommerce-variation-add-to-cart .c-woocommerce-cart__quantity-input{
    width: 40%;
    float: left;
  }
}
/*.woocommerce .quantity .qty,*/
.c-woocommerce-cart__quantity-input input{
  width: 75px !important;
  height: 75px;
  border: 2px solid #b7b7b7;
  font-size: 30px;
  color: #414042;
  border-radius: 5px;
  outline: none;
  box-shadow: 0 0;
  text-align: center;
  margin: 0;
  padding: 5px;
  margin: 0 30px;
}

@media screen and (max-width: 68.6875em) {
  /*.woocommerce .quantity .qty,*/
  .c-woocommerce-cart__quantity-input input{
    width: 55px !important;
    height: 55px;
    font-size: 25px;
    padding: 5px  5px 5px 5px;
    margin: 0 10px;
  }
  .woocommerce .woocommerce-variation-add-to-cart div.quantity{
    margin: 0 !important;
    float: none !important;
  }
  .woocommerce .woocommerce-variation-add-to-cart .quantity label{
    display: none;
  }
  .woocommerce .woocommerce-variation-add-to-cart .quantity .qty, 
  .woocommerce-variation-add-to-cart .c-woocommerce-cart__quantity-input input{
    margin: 0 15px;
    width: 60px !important;
    height: 60px;
    font-size: 30px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 47.875em) {
  .woocommerce .quantity .qty,
  .c-woocommerce-cart__quantity-input input{
    width: 35px !important;
    height: 35px;
    font-size: 15px;
    padding: 5px  5px 5px 5px;
    margin: 0 5px;
  }
  .woocommerce .woocommerce-variation-add-to-cart div.quantity{
    margin: 0 !important;
    float: none !important;
  }
  .woocommerce .woocommerce-variation-add-to-cart .quantity label{
    display: none;
  }
  .woocommerce .woocommerce-variation-add-to-cart .quantity .qty, 
  .woocommerce-variation-add-to-cart .c-woocommerce-cart__quantity-input input{
    margin: 0 5px;
    width: 45px !important;
    height: 45px;
    font-size: 20px;
    padding: 5px;
  }
}
.c-woocommerce-cart__button{
  width: 75px;
  height: 75px;
  background: #dd1936;
  border-radius: 50%;
  font-size: 44px;
  font-family: 'veneerregular';
  color: #fff;
  line-height: 78px;
  border: 2px solid transparent;
  transition: .4s;
}
.c-woocommerce-cart__button:hover{
  border-color: #dd1936;
  color: #dd1936;
  background: #fff;
}
@media screen and (max-width: 68.6875em) {
  .c-woocommerce-cart__button{
    width: 60px;
    height: 60px;
    font-size: 34px;
    line-height: 60px;
  }
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-cart__button{
    width: 30px;
    height: 30px;
    font-size: 19px;
    line-height: 29px;
  }

  .woocommerce-variation-add-to-cart .c-woocommerce-cart__button{
    width: 45px;
    height: 45px;
    font-size: 25px;
    line-height: 43px;
  }
}
.woocommerce-cart .c-woocommerce-cart__proceed-to-check{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 0 0;
}
@media screen and (max-width: 47.875em) {
  .woocommerce-cart .c-woocommerce-cart__proceed-to-check{
    padding-top: 55px;
    display: block;
    text-align: center;
  }
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .c-woocommerce-cart__proceed-to-check a{
  width: 50%;
  float: left;
  margin-bottom: 0;
  background: #dd1936;
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'veneerregular';
  line-height: 61px;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 47.875em) {
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .c-woocommerce-cart__proceed-to-check a{
    font-size: 22px;
    line-height: 40px;
    padding: 5px 13px;
    float: none;
    width: 100%;
  }
}

.woocommerce-cart .c-woocommerce-cart__proceed-to-check a:hover{
  background: #c1c1c1;
  color: #dd1936;
}
.c-woocommerce-cart__back-to-shop:before{
  content: 'B';
  font-family: 'arrow_symbols_1regular';
  font-style: normal;
  color: #fff;
  font-size: 37px;
  line-height: .8;
  display: inline-block;
  margin: 0 15px 0 0;
  position: relative;
  bottom: -1px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-cart__back-to-shop:before{
    font-size: 25px;
    margin: 0 6px 0 0;
    bottom: 2px;
  }
}

.c-woocommerce-cart__proceed-to-check .checkout-button:after{
  content: 'B';
  font-family: 'arrow_symbols_1regular';
  font-style: normal;
  color: #fff;
  font-size: 37px;
  line-height: .8;
  display: inline-block;
  margin: 0 0 0 15px;
  position: relative;
  bottom: -3px;
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-cart__proceed-to-check .checkout-button:after{
    font-size: 25px;
    margin: 0 0 0 6px;
    bottom: -1px;
  }
}
.c-woocommerce-cart__proceed-to-check a.checkout-button {
  margin-left: 30px;
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-cart__proceed-to-check a.checkout-button {
    margin-left: 0;
    width: 100%;
    float: none;
  }
}
.c-woocommerce-cart a.c-woocommerce-cart__back-to-shop{
  background: #000000;
  margin-right: 30px;
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-cart a.c-woocommerce-cart__back-to-shop{
    margin-right: 0;
    margin-bottom: 30px;
    display: inline-block;
    float: none;
    width: 180px;
  }
}
.c-woocommerce-cart__cart-subtotal{
  background: #e1e1e1;
  padding: 38px 30px 33px 70px;
  font-size: 37px;
  color: #000;
  text-transform: uppercase;
  font-family: 'veneerregular';
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-cart__cart-subtotal{
    padding: 25px 20px 20px 25px;
    font-size: 25px;
  }
}
.c-woocommerce-cart__subtotal{
  float: right;
}








.o-panel--woocommerce-order{
    border-radius: 0 0 5px 5px;
    background: #dd1936;
    padding: 12px;
    padding-top: 0;
    border-top: 0;
  }
  @media screen and (max-width: 47.875em) {
  .o-panel--woocommerce-order{
    padding: 5px;
    border-radius: 0;
  }
}
.c-woocommerce-order{
  border-radius: 0 0 10px 10px;
  background: #fff;
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-order{
    border-radius: 0;
  }
}

.c-woocommerce-order__header{
  background: #dd1936;
  text-align: center;
}
.c-woocommerce-order__heading{
  margin: 0;
  font-size: 60px;
  text-transform: uppercase;
  font-family: 'veneerregular';
  padding: 45px 30px 40px;
  color: #fff;
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-order__heading{
    font-size: 34px;
    padding: 20px 30px 16px;
  }
}

.c-woocommerce-order__col{
  width: 35%;
  float: left;
}
.c-woocommerce-order__mid-col{
  width: 30%;
  float: left;
}

@media screen and (max-width: 68.6875em) {
  .c-woocommerce-order__col{
    width: 100%;
    float: none;
  }
  .c-woocommerce-order__col:last-child{
    width: 50%;
    float: left;
  }
  .c-woocommerce-order__mid-col{
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-order__col{
    width: 100%;
    float: none;
  }
  .c-woocommerce-order__mid-col{
    width: 100%;
    float: none;
  }
}

.c-woocommerce-order__content{
  padding: 65px 0 180px;
  max-width: 187.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 68.6875em) {
  .c-woocommerce-order__content{
    padding: 35px 0 80px;
  }
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-order__content{
    padding: 30px 0 45px;
  }
}

.c-woocommerce-order__title{
  font-size: 48px;
  text-transform: capitalize;
  color: #dd1936;
  font-family: 'Gist Rough Upr Exbold Three';
  font-variant: no-contextual;
  margin-bottom: 50px;
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-order__title {
    font-size: 28px;
    margin-bottom: 45px;
    padding: 0 55px;
    line-height: 35px;
  }
}

.c-woocommerce-order__left-image ,
.c-woocommerce-order__left-image img{
  border-radius: 0 8px 8px 0; 
  width: 100%;
}
@media screen and (max-width: 68.6875em) {
  .c-woocommerce-order__left-image {
    text-align: center; 
    margin-bottom: 30px;
  } 
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-order__left-image {
    border-radius: 8px; 
  } 
}

.c-woocommerce-order__right-image {
  border-radius: 8px 0 0 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 68.6875em) {
  .c-woocommerce-order__right-image {
    
  } 
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-order__right-image {
    border-radius: 0;

  } 
}

.c-woocommerce-order__date{
  color: #323232;
  font-size: 36px;
  text-transform: uppercase;
  font-family: 'veneerregular';
  border-top: 2px solid #323232;
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-order__date {
    font-size: 30px;
    margin: 0 10px;
  }
}

.c-woocommerce-order__date strong{
  font-weight: normal;
  background: #fff;
  padding: 0 15px;
  margin-top: -17px;
  display: inline-block;
}

.c-woocommerce-order__text-box {
  font-size: 18px;
  line-height: 1;
  color: #414042;
  font-family: arial;
  padding: 15px 10px 0;
}
.c-woocommerce-order__text{
  margin: 45px 0;
  display: block;
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-order__text{
    margin: 40px 0;
  }
}
.c-woocommerce-order__tracking-code{
  background: #eaeaec;
  padding: 17px 10px 14px;
  font-family: 'veneerregular';
  font-size: 25px;
  text-transform: uppercase;
  color: #323232;
}
.c-woocommerce-order__tracking-code strong{
  font-family: 'helveticaneuebold';
  color: #dd1936;
  font-weight: normal;
}
.c-woocommerce-order__location{
  margin: 60px 0;
  font-size: 16px;
  color: #323232;
  font-family: 'Archer-Semibold';
  text-transform: uppercase;
  text-align: left;
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 47.875em) {
  .c-woocommerce-order__location{
    margin: 30px 0;
  }
}
.c-woocommerce-order__location:before {
  content: '';
  background: url(../img/marker.png) no-repeat center;
  width: 42px;
  height: 61px;
  position: absolute;
  left: 0;
  top: -11px;
}
.c-woocommerce-order__location strong{
  font-size: 24px;
  color: #323232;
  font-family: 'veneerregular';
  display: block;
  font-weight: normal;
}
.c-woocommerce-order__more a{
  font-size: 21px;
  text-transform: uppercase;
  font-family: 'veneerregular';
  background: #db153d;
  border-radius: 5px;
  padding: 13px 25px 12px;
  color: #fff;
  display: inline-block;
}
.c-woocommerce-order__more a i{
  font-size: 24px;
  color: #fff;
}

.c-single-product__header{
  text-align: center;
  padding: 32px 20px 35px;
}
.c-single-product__header--shop{
    padding: 50px 20px 15px;
  }
@media screen and (max-width: 47.875em) {
  .c-single-product__header{
    padding: 0 15px 24px;
    margin-top: -23px;
  }
}
.c-single-product__header-wrap{
  display: block;
  max-width: 600px;
  margin: 0 auto;
  text-align: right;
  padding: 0 20px;
  position: relative;
}
.c-single-product__location{
  text-align: left;
  background: #e1e1e1;
  padding: 12px 15px 12px 70px;
  border-radius: 5px 5px 5px 0;
  font-size: 20px;
  font-family: 'Archer-Semibold';
  text-transform: uppercase;
  max-width: 560px;
  display: inline-block;
  width: 100%;
  position: relative;
  color: #323232;
}
@media screen and (max-width: 47.875em) {
  .c-single-product__location{
    padding: 5px 10px 2px 28px;
    font-size: 16px;
  }
}
.c-single-product__location:before{
  content: '';
  background: url(../img/marker-medium2.png) no-repeat left center;
  width: 58px;
  height: 84px;
  position: absolute;
  left: -28px;
  top: 0;
}
@media screen and (max-width: 47.875em) {
.c-single-product__location:before{
    background-size: 100%;
    width: 36px;
    height: 53px;
    left: -18px;
    top: 0;
  }
}
.c-single-product__location strong{
  display: block;
  font-size: 30px;
  color: #323232;
  font-family: 'veneerregular';
  font-weight: normal;
}
@media screen and (max-width: 47.875em) {
  .c-single-product__location strong{
    font-size: 23px;
  }
}
.c-single-product__location-link{
  display: block;
  text-align: right;
}
.c-single-product__location-link span{
  display: inline-block;
  font-size: 21px;
  font-family: 'Archer-Semibold';
  text-transform: uppercase;
  color: #323232;
  text-align: center;
  padding-right: 34px;
  line-height: 1;
}
@media screen and (max-width: 47.875em) {
  .c-single-product__location-link span{
    font-size: 16px;
    padding-right: 25px;
  }
}
.c-single-product__location-link span:hover{
  color: #dd1936;
}
.c-single-product__location-link i{
  display: inline-block;
  font-family: 'helveticaneuebold';
  font-size: 25px;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #dc1e37;
  border-radius: 50%;
  font-style: normal;
  padding: 7px 5px 5px 5px;
  position: absolute;
  right: 8px;
  bottom: 0px;
  text-align: center;
}
@media screen and (max-width: 47.875em) {
  .c-single-product__location-link i{
    width: 30px;
    height: 30px;
    font-size: 20px;
    padding: 6px 6px 5px 5px;
  }
}

.c-single-product__content{
  background: #dc1e37;
  padding: 42px 15px 22px;
  border-radius: 8px;
}
@media screen and (max-width: 47.875em) {
  .c-single-product__content{
    padding: 5px;
    border-radius: 0;
  }
}
.c-single-product__wrap{
  background: #fff;
  border-radius: 8px;
  padding: 60px 15px 180px;
}
@media screen and (max-width: 68.6875em) {
  .c-single-product__wrap{
    padding: 60px 15px 100px;
  }
}
@media screen and (max-width: 47.875em) {
  .c-single-product__wrap{
    border-radius: 0;
    padding: 25px 15px 50px;
  }
}
.c-single-product__row{
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
}
.c-single-product__title-header{
  margin-bottom: 45px;
  width: 100%;
  float: none;
}
@media screen and (max-width: 47.875em) {
  .c-single-product__title-header{
    margin-bottom: 20px;
  }
}
.c-single-product__title{
  font-size: 51px;
  margin-bottom: 20px;
}
@media screen and (max-width: 47.875em) {
  .c-single-product__title{
    font-size: 32px;
    margin-bottom: 0;
  }
}

.c-single-product__price-bar{
  font-size: 36px;
  font-family: 'veneerregular';
  color: #979393;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 47.875em) {
  .c-single-product__price-bar{
    font-size: 32px;
    line-height: 33px;
  }
}
.c-single-product__price-bar > span{
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 47.875em) {
  .c-single-product__price-bar > span{
    padding-right: 0;
  }
}
.c-single-product__price-bar > span:after{
  content: '|';
  font-size: 30px;
  font-family: 'veneerregular';
  color: #979393;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 10px;
}
@media screen and (max-width: 47.875em) {
  .c-single-product__price-bar > span:after{
    display: none;
  }
}
.c-single-product__calories{
  font-size: 30px;
  font-family: 'helveticaneueregular';
  color: #979393;
  text-transform: capitalize;
  display: inline-block;
  padding-left: 8px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 47.875em) {
  .c-single-product__calories{
    display: block;
    font-size: 15px;
  }
}
.woocommerce div.product div.c-single-product__summary{
  width: 35%;
  padding-left: 15px;
  padding-top: 80px;
  margin-bottom: 0;
}
@media screen and (max-width: 68.6875em) {
  .woocommerce div.product div.c-single-product__summary{
    width: 100%;
    float: none;
    padding-left: 0;
    padding-top: 35px;
  }
}
.woocommerce div.product div.c-single-product__summary form{
  margin-bottom: 0;
}
.woocommerce div.product div.c-single-product__summary .product_meta{
  display: none;
}
.woocommerce div.product div.c-single-product__product-gallery{
  width: 65%;
  margin-bottom: 0;
}
@media screen and (max-width: 68.6875em) {
  .woocommerce div.product div.c-single-product__product-gallery{
    width: 100%;
    float: none;
  }
}
.c-single-product__product-gallery img{
  border-radius: 5px;
}

.c-single-product__short-description p{
  font-size: 20px;
  color: #414042;
  font-family: 'helveticaneuelight';
  font-weight: 600;
}
@media screen and (max-width: 47.875em) {
  .c-single-product__short-description p{
    font-family: 'News Gothic';
    font-weight: normal;
  }
}
.c-single-product__short-description{
  margin-bottom: 120px;
}

@media screen and (max-width: 68.6875em) {
  .c-single-product__short-description{
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 47.875em) {
  .c-single-product__short-description{
    margin-bottom: 10px;
    padding: 0 20px;
  }
}
/*.woocommerce div.product form.cart .button,
.woocommerce button.button.alt,*/
.woocommerce button.button.alt.c-single-product__single-cart-btn,
.woocommerce button.c-single-product__single-cart-btn{
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'veneerregular';
  background: #dd1936;
  text-align: center;
  width: 100%;
  display: block;
  height: 90px;
  padding: 17px 20px 15px;
  margin-top: 39px;
  border-radius: 6px;
  border: 2px solid transparent;
  font-weight: normal;
}
@media screen and (max-width: 68.6875em) {
  .woocommerce div.product form.cart{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    /* margin-right: 70px; */
  }
  .woocommerce div.product form.cart .button.c-single-product__single-cart-btn,
  .woocommerce button.button.alt.c-single-product__single-cart-btn,
  .woocommerce button.c-single-product__single-cart-btn{
    float: right ;
    font-size: 21px;
    padding: 5px 10px;
    height: 50px;
    display: inline-block;
    width: 170px;
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 47.875em) {
  .woocommerce div.product form.cart .button.c-single-product__single-cart-btn,
  .woocommerce button.button.alt.c-single-product__single-cart-btn,
  .woocommerce button.c-single-product__single-cart-btn{
    margin: 0;
  }
}

@media screen and (max-width: 320px) {
  .woocommerce div.product form.cart .button.c-single-product__single-cart-btn,
  .woocommerce button.button.alt.c-single-product__single-cart-btn,
  .woocommerce button.c-single-product__single-cart-btn{
    width:   auto;
  }
}

.woocommerce button.button.alt.c-single-product__single-cart-btn:hover,
.woocommerce button.c-single-product__single-cart-btn:hover{
  background: #fff;
  color: #dd1936;
  border-color: #dd1936;
}
.c-single-product__single-cart-btn i{
  color: #fff;
  line-height: .9;
  margin-left: 10px;
  display: inline-block;
}
.c-single-product__single-cart-btn:hover i{
  color: #dd1936;
}
.c-single-product-download{
  padding-right: 180px;
}
@media screen and (max-width: 47.875em) {
  .c-single-product-download{
    padding-right: 0;
    position: static;
    padding-top: 50px;
  }
}

.c-single-product-popup{
  max-width: 100%;
  width: 620px;
  min-height: 350px;
  padding: 70px 55px 60px;
  background: rgba(197, 195, 193, 0.95);
  text-align: center;
  position: absolute;
  right: 100px;
  top: 225px;
  z-index: 2;
}
@media screen and (max-width: 47.875em) {
  .c-single-product-popup{
    padding: 60px 25px 30px;
    position: fixed;
    right: 0;
    left: 0;
    top: 105px;    
    z-index: 99;
    max-width: 100%;
  }
}
.c-single-product-popup__close{
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #fff;
  background: #555;
  padding: 4px 4px 5px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  display: inline-block;
  font-family: 'veneerregular';
  position: absolute;
  right: 30px;
  top: 30px;
}
@media screen and (max-width: 47.875em) {
  .c-single-product-popup__close{
    top: 10px;
  }
}
.c-single-product-popup__text{
  padding: 0 55px;
  font-size: 36px;
  line-height: 48px;
  color: #323232;
  text-transform: uppercase;
  font-family: 'veneerregular';
}
@media screen and (max-width: 47.875em) {
  .c-single-product-popup__text{
    padding: 0;
    font-size: 30px;
    line-height: 42px;
  }
}
.c-single-product-popup span{
  color: #dd1936;
  display: block;
}

.c-single-product-popup__buttons{
  margin-top: 55px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 47.875em) {
  .c-single-product-popup__buttons{
    display: block;
    max-width: 235px;
    margin: 30px auto 0;
  }
}
.c-single-product-popup__buttons a{
  font-size: 23px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'veneerregular';
  width: 50%;
  display: block;
  margin: 0 9px;
  background: #dd1936;
  border-radius: 5px;
  padding: 12px 8px 10px;
}
@media screen and (max-width: 47.875em) {
  .c-single-product-popup__buttons a{
    margin: 25px 0 0;
    width: 100%;
  }
}
/*.c-single-product-popup__buttons a:first-child i{
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  display: inline-block;
}*/
.c-single-product-popup__buttons a i{
  color: #fff;
  font-size: 26px;
  line-height: 1;
}

.c-single-product-popup__buttons a:first-child{
  background: #000;
}

.c-single-variable-product{
  margin-top: 50px;
}
.c-single-variable-product__col:first-child{
  padding-right: 6px;
}
.c-single-variable-product__col:last-child{
  padding-left: 6px;
}
@media screen and (max-width: 68.6875em) {
  .c-single-variable-product{
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .c-single-variable-product__col:first-child{
    padding-right: 0;
    margin-top: 10px;
  }
  .c-single-variable-product__col:last-child{
    padding-left: 0;
  }
}

.c-single-nutrition h4{
  font-size: 14px;
  text-transform: uppercase;
  color: #414042;
  margin-bottom: 40px;
}

.c-single-nutrition ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.c-single-nutrition li{
    font-family: 'helveticaneuelight';
    font-size: 20px;
    margin-bottom: 5px;
}

.c-single-nutrition li strong,
.c-single-nutrition li b{
    font-family: 'helveticaneuebold';
    font-weight: normal;
    padding-right: 10px;
}

.c-single-nutrition ul{
    padding-top: 5px;
    padding-left: 20px;
}

.c-single-variable-product__select{
  height: 90px;
  position: relative;
  background: #000;
  padding: 10px 10px 10px;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  line-height: 75px;
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  font-family: 'veneerregular';
  text-align: center;
  display: block;
  width: 100%;
  outline: none;
}
@media screen and (max-width: 47.875em) {
  .c-single-variable-product__select{
    height: 50px;
    padding: 5px 10px 5px;
    line-height: 43px;
    border-radius: 5px;
    font-size: 21px;
  }
}
.c-single-variable-product__arrow{
  font-size: 48px;
  color: #fff;
  line-height: .7;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 40px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .4s;
}
@media screen and (max-width: 47.875em) {
  .c-single-variable-product__arrow{
    font-size: 27px;
    margin-left: 5px;
    top: 2px;
  }
}
.c-single-variable-product__select.open .c-single-variable-product__arrow{
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-single-variable-product__expand{
  margin: 0;
  padding: 60px 0 80px;
  width: 100%;
  list-style: none;
  background: #e1e1e1;
  color: #414042;
  text-align: left;
  display: none;
}
@media screen and (max-width: 47.875em) {
  .c-single-variable-product__expand{
    padding: 15px 50px 40px;
  }
}
.c-single-nutrition{
  max-width: 300px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 47.875em) {
  .c-single-nutrition{
    padding: 0;
  }
  .c-single-make-it{
    padding: 10px 0 40px;
    background: #fff;
  }
}

.c-single-make-it__select-box{
  width: 50%;
  float: left;
  padding: 0 17px;
  margin-bottom: 60px;
}
@media screen and (max-width: 47.875em) {
  .c-single-make-it__select-box{
    width: 100%;
    float: none;
    padding: 0 0 40px;
    background: #e1e1e1;
  }
}
.c-single-make-it__select{
  margin-bottom: 20px;
}
.c-single-make-it__button{
  background: #dd1936;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'veneerregular';
  border-radius: 5px;
  padding: 10px 15px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 47.875em) {
  .c-single-make-it__select{
    margin-bottom: 0;
  }
  .c-single-make-it__button{
    font-size: 21px;
    border-radius: 0;
    padding: 6px 10px 4px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}
.c-single-make-it__button:hover{
  background: #fff;
  color: #dd1936;
}
.c-single-make-it__select select{
  border-radius: 0;
  text-transform: capitalize;
  background-position: 91% center;
}
.module-fancyselectbox{
  width: 100% !important;
  position: relative;
}
@media screen and (max-width: 47.875em) {
  .module-fancyselectbox{
    width: 320px !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 320em) {
  .module-fancyselectbox{
    width: 280px !important;
    margin: 0 auto;
  }
}

.module-fancyselectbox .select-box{
  height: 45px;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  padding-right: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  border: 2px solid #bababa;
  font-size: 18px;
  color: #414042;
  text-transform: capitalize;
  font-weight: bold;
  outline: none;
  line-height: 32px;
  padding: 5px 20px;
  position: relative;
  background: #fff;
  transition: .3s;
  /*background: #fff url(../img/select-arrow.png) no-repeat 91% center;*/
}
@media screen and (max-width: 47.875em) {
  .module-fancyselectbox .select-box{
    border-radius: 5px;
  }
}
.module-fancyselectbox .select-box:after{
  content: "B";
  font-size: 24px;
  color: #dd1936;
  font-family: 'arrow_symbols_1regular';
  position: absolute;
  right: 20px;
  top: 10px;
  line-height: 1;
  font-weight: normal;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.module-fancyselectbox .select-box:hover{
  background: #dd1936;
  color: #fff;
}
.module-fancyselectbox .select-box:hover:after{
  color: #fff;
}
.module-fancyselectbox ul{
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 44px;
  width: 100%;
  background: #fff;
  z-index: 10;
}
.module-fancyselectbox li{
  border: 2px solid #bababa;
  border-bottom-width: 0;
  border-radius: 0;
  font-size: 18px;
  color: #414042;
  text-transform: capitalize;
  font-weight: normal;
  outline: none;
  height: 45px;
  line-height: 32px;
  padding: 5px 20px;
  position: relative;
  list-style: none;
  font-family: 'helveticaneuemedium';
  transition: .3s;
}
.module-fancyselectbox li:hover{
  background: #dd1936;
  color: #fff;
}
.module-fancyselectbox li:first-child{
  border-top-width: 1px;
}
.module-fancyselectbox li:last-child{
  border-bottom-width: 2px;
}
@media screen and (max-width: 47.875em) {
  .module-fancyselectbox li:last-child{
    border-radius: 0 0 5px 5px;
  }
}
@media screen and (max-width: 47.875em) {
  .c-single-make-it__check-form{
    max-width: 320px;
    margin: 0 auto;
  }
}
.c-single-make-it__price{
  font-size: 16px;
  color: #414042;
  font-family: 'helveticaneuemedium';
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 47.875em) {
  .c-single-make-it__form {
    margin-top: 40px;
  }
}
.c-single-make-it__form ul{
  margin: 0;
  padding: 0;
}
.c-single-make-it__check-wrap{
  float: left;
}
@media screen and (max-width: 68.6875em) {
  .c-single-make-it__check-wrap{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-single-make-it__form ul li{
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-single-make-it__form ul li:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 47.875em) {
  .c-single-make-it__form ul li{
    margin-bottom: 25px;
  }
}
.c-single-make-it__form label{
  font-size: 16px;
  color: #414042;
  font-family: 'helveticaneuemedium';
  line-height: 1.2;
  margin: 0 0 0 10px;
}
.c-single-make-it__form label span{
  font-size: 14px;
  font-family: 'helveticaneuelight';
  display: block;
  font-weight: 600;
  letter-spacing: .5px;
}
@media screen and (max-width: 47.875em) {
  .c-single-make-it__form label span,
  .c-single-make-it__form label{
    font-size: 20px;
  }
}
.c-single-make-it__form input[type=checkbox] {
  position: relative;
  cursor: pointer;
  margin: 0;
  width: 34px;
  height: 34px;
}
.c-single-make-it__form input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  top: 0;
  left: 0;
  border: 1px solid #a1a1a1;
  background-color: #fff;
  box-shadow: 0 0 1px 0 #bfbfbf
}
.c-single-make-it__form input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 13px;
  height: 23px;
  border: 8px solid #dd1936;
  border-width: 0 5px 5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: 10px;
}
@media screen and (max-width: 47.875em) {
  .c-single-make-it__form input[type=checkbox] {
    width: 50px;
    height: 50px;
  }
  .c-single-make-it__form input[type=checkbox]:before {
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }
  .c-single-make-it__form input[type=checkbox]:checked:after {
    width: 20px;
    height: 32px;
    border-width: 0 7px 7px 0;
    top: 5px;
    left: 15px;
  }
}

.c-single-make-it__add-to-order{
  padding: 0 17px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 47.875em) {
  .c-single-make-it__add-to-order{
    padding: 0;
  }
}
.c-single-make-it__order-wrap{
  width: 40%;
  float: left;
}

.woocommerce .c-single-make-it__add-to-order button.button.alt.c-single-product__single-cart-btn, 
.woocommerce .c-single-make-it__add-to-order button.c-single-product__single-cart-btn{
  width: 60%;
  float: right;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 320px) {
  .c-single-make-it__order-wrap{
    width: auto;
  }
  .woocommerce .c-single-make-it__add-to-order button.button.alt.c-single-product__single-cart-btn, 
  .woocommerce .c-single-make-it__add-to-order button.c-single-product__single-cart-btn{
    width: auto;
    height: 45px;
    font-size: 19px;
  }
}
.c-single-make-it__add-to-order .c-woocommerce-cart__button{
  width: 55px;
  height: 55px;
  font-size: 32px;
  line-height: 56px;
}
@media screen and (max-width: 47.875em) {
  .c-single-make-it__add-to-order .c-woocommerce-cart__button{
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 39px;
  }
}
.woocommerce .c-single-make-it__add-to-order .quantity .qty, 
.c-single-make-it__add-to-order .c-woocommerce-cart__quantity-input input{
  width: 60px;
  height: 60px;
  margin: 0 8px;
  font-size: 25px;
  padding: 5px  5px 5px 15px;
}
@media screen and (max-width: 47.875em) {
  .woocommerce .c-single-make-it__add-to-order .quantity .qty, 
  .c-single-make-it__add-to-order .c-woocommerce-cart__quantity-input input{
    margin: 0 5px;
    width: 40px !important;
    height: 40px !important;
  }
}
@media screen and (max-width: 68.6875em) {
  .woocommerce .c-single-make-it__add-to-order .quantity .qty, 
  .c-single-make-it__add-to-order .c-woocommerce-cart__quantity-input input{
    padding: 5px  5px 5px 5px;
  }
}

.c-checkout-order{
  max-width: 990px;
  margin: 0 auto;
  text-align: left;
  padding-top: 60px;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-order{
    padding-top: 0;
  }
}
.c-checkout-order .product-remove,
.c-checkout-order .product-thumbnail{
  display: none;
}

.c-checkout-order__location{
  width: 40%;
  float: left;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  padding: 25px;
  margin-top: 40px;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-order__location{
    width: 100%;
    float: none;
  }
}
.c-checkout-order__item{
  margin-bottom: 45px;
  display: block;
}
.c-checkout-order__item:last-child{
  margin-bottom: 0;
}
.c-checkout-order__wrap{
  font-size: 16px;
  color: #323232;
  font-family: 'Archer-Semibold';
  text-transform: uppercase;
  margin-bottom: 12px;
  position: relative;
}
.c-checkout-order__wrap:before{
  content: '';
  background: url(../img/marker.png) no-repeat left center;
  background-size: 100%;
  width: 36px;
  height: 55px;
  float: left;
  margin-right: 14px;
  margin-top: -5px;
}
.c-checkout-order__time-wrap:before{
  width: 50px;
  height: 50px;
  background: url(../img/time-icon.png) no-repeat left center;
  background-size: auto;
}
.c-checkout-order__wrap strong{
  font-size: 23px;
  color: #323232;
  font-family: 'veneerregular';
  font-weight: normal;
  display: block;
}
.c-checkout-order__edit{
  float: right;
  border: 1px solid #dd1936;
  border-radius: 5px;
  padding: 9px 15px;
  font-size: 14px;
  font-family: 'helveticaneuebold';
  color: #414042;
  text-transform: capitalize;
}

.c-checkout-order__confirm .woocommerce-cart-form{
  margin-top: -43px;
}
.c-checkout-order__confirm{
  width: 60%;
  float: right;
  padding-left: 50px;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-order__confirm{
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
.c-checkout-order .product-quantity .quantity input{
  padding: 0 0 0 25px;
  margin: 0;
  background: none;
  border: none;
  width: 60px;
  height: auto;
  font-size: 22px;
  color: #323232;
  text-transform: uppercase;
  font-family: 'veneerregular';
}
.c-checkout-order__confirm .woocommerce table tr .actions,
.c-checkout-order__confirm .woocommerce table tr .product-subtotal,
.c-checkout-order .product-quantity label,
.c-checkout-order .product-quantity button{
  display: none;
}
.c-checkout-order__confirm .woocommerce table tbody,
.c-checkout-order__confirm .woocommerce table thead,
.c-checkout-order__confirm .woocommerce table tr th,
.c-checkout-order__confirm .woocommerce table tr td,
.c-checkout-order__confirm .woocommerce table tr,
.c-checkout-order__confirm .woocommerce table{
  border: 0;
  background: none;
  font-weight: normal;
}
.c-checkout-order__confirm .woocommerce table tr th{
  text-align: center;
}
.c-checkout-order__confirm .woocommerce table tr td{
  background: #ebebeb;
  padding: 7px 16px;
  text-align: center;
}
.c-checkout-order__confirm .woocommerce table .cart_item:first-child td{
  padding-top: 15px;
  /*padding-bottom: 0;*/
}
.c-checkout-order__confirm .woocommerce table tbody tr:last-child{
  /*display: none;*/
}

.c-checkout-order__confirm .woocommerce table .cart_item:last-child td{
  padding-bottom: 15px;
  /*padding-top: 0;*/
}
.c-checkout-order__confirm .woocommerce table tr .product-name{
  text-align: left;
}
.c-checkout-order__confirm .woocommerce table tr td.product-name,
.c-checkout-order__confirm .woocommerce table tr td.product-name a{
  font-size: 22px;
  color: #323232;
  text-transform: uppercase;
  font-family: 'veneerregular';
  text-align: left;
}
.c-checkout-order__confirm .woocommerce table tr .product-price{
  text-align: right;
}
.c-checkout-order__confirm .woocommerce table tr td.product-price,
.c-checkout-order__confirm .woocommerce table tr td.product-price span{
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'veneerregular';
  color: #636466;
  text-align: right;
}

.woocommerce .c-checkout-order__confirm .woocommerce-checkout-review-order-table .tax-total .product-sub-total,
.woocommerce .c-checkout-order__confirm .woocommerce-checkout-review-order-table .cart-subtotal .product-sub-total{
  font-size: 19px;
  color: #000;
  text-transform: uppercase;
  font-family: 'veneerregular';
  text-align: left !important;
  font-weight: normal !important;
  padding-top: 30px !important;
  padding-bottom: 0 !important;
}
.woocommerce .c-checkout-order__confirm .woocommerce-checkout-review-order-table .tax-total .product-name,
.woocommerce .c-checkout-order__confirm .woocommerce-checkout-review-order-table .cart-subtotal .product-name {
  font-size: 23px;
  color: #323232;
  text-transform: uppercase;
  font-family: 'veneerregular';
  text-align: right;
  font-weight: normal !important;
  padding-top: 30px !important;
  padding-bottom: 0 !important;
}
.woocommerce .c-checkout-order__confirm .woocommerce-checkout-review-order-table .tax-total .product-name{
  color: #636466;
}

.woocommerce .c-checkout-order__confirm .woocommerce-checkout-review-order-table .order-total th{
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'veneerregular';
  text-align: left;
  font-weight: normal !important;
  padding-top: 25px;
  padding-bottom: 25px !important;
}

.woocommerce .c-checkout-order__confirm .woocommerce-checkout-review-order-table .order-total td{
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'veneerregular';
  text-align: left;
  font-weight: normal !important;
  padding-top: 25px;
  padding-bottom: 25px !important;
}

.woocommerce .c-checkout-order__confirm table.shop_table tr:first-child th,
.woocommerce .c-checkout-order__confirm table.shop_table tr:first-child td{
  padding-top: 15px;
}
.woocommerce .c-checkout-order__confirm table.shop_table tr:last-child th,
.woocommerce .c-checkout-order__confirm table.shop_table tr:last-child td{
  padding-bottom: 15px;
}

.woocommerce .c-checkout-order__confirm table.shop_table th{
  font-size: 21px;
  color: #323232;
  font-family: 'Archer-Semibold';
  text-transform: uppercase;
  font-weight: normal !important;
  padding: 9px 7px;
}


.woocommerce .c-checkout-order__confirm table.shop_table th:first-child,
.woocommerce .c-checkout-order__confirm table.shop_table td:first-child{
  padding-left: 15px;
}
.woocommerce .c-checkout-order__confirm table.shop_table th:nth-child(2),
.woocommerce .c-checkout-order__confirm table.shop_table td:nth-child(2){
  text-align: center;
}
.woocommerce .c-checkout-order__confirm table.shop_table th:last-child,
.woocommerce .c-checkout-order__confirm table.shop_table td:last-child{
  text-align: right;
  padding-right: 15px;
}

.woocommerce .c-checkout-order__confirm .woocommerce-checkout-review-order-table .product-name,
.woocommerce .c-checkout-order__confirm table.shop_table td{
  padding: 9px 7px;
}

.woocommerce .c-checkout-order__confirm .woocommerce-checkout-review-order-table .tax-total .product-name,
.woocommerce .c-checkout-order__confirm .woocommerce-checkout-review-order-table .tax-total .product-sub-total{
  padding-top: 0 !important;
  padding-bottom: 20px !important;
  padding-left: 7px;
}

@media screen and (max-width: 68.6875em) {
  .woocommerce .c-checkout-order__confirm .woocommerce-checkout-review-order-table .order-total th{
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce .c-checkout-order__confirm .woocommerce-checkout-review-order-table .order-total td{
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 47.875em) {
  .woocommerce .c-checkout-order__confirm table.shop_table th,
  .woocommerce .c-checkout-order__confirm .woocommerce-checkout-review-order-table .product-name,
  .woocommerce .c-checkout-order__confirm table.shop_table td{
    padding: 9px 0;
  }
  .woocommerce .c-checkout-order__confirm table.shop_table th:first-child,
    .woocommerce .c-checkout-order__confirm table.shop_table td:first-child{
    padding-left: 15px;
  }
  .woocommerce .c-checkout-order__confirm table.shop_table th:last-child,
    .woocommerce .c-checkout-order__confirm table.shop_table td:last-child{
    padding-right: 15px;
  }

  .woocommerce .c-checkout-order__confirm .woocommerce-checkout-review-order-table .order-total th{
    padding-left: 15px;
    text-align: left !important;
  }
  .woocommerce .c-checkout-order__confirm .woocommerce-checkout-review-order-table .order-total td{
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 320px) {
  .woocommerce .c-checkout-order__confirm .woocommerce-checkout-review-order-table .tax-total .product-sub-total, 
  .woocommerce .c-checkout-order__confirm .woocommerce-checkout-review-order-table .cart-subtotal .product-sub-total{
    font-size: 18px;
  }
  .woocommerce .c-checkout-order__confirm .woocommerce-checkout-review-order-table .tax-total .product-name, 
  .woocommerce .c-checkout-order__confirm .woocommerce-checkout-review-order-table .cart-subtotal .product-name{
    font-size: 20px;
  }
  .woocommerce .c-checkout-order__confirm table.shop_table th,
  .woocommerce .c-checkout-order__confirm .woocommerce-checkout-review-order-table .product-name,
  .woocommerce .c-checkout-order__confirm table.shop_table td{
    padding: 9px 0;
  }
  .woocommerce .c-checkout-order__confirm table.shop_table th:first-child,
    .woocommerce .c-checkout-order__confirm table.shop_table td:first-child{
    padding-left: 0;
  }
  .woocommerce .c-checkout-order__confirm table.shop_table th:last-child,
    .woocommerce .c-checkout-order__confirm table.shop_table td:last-child{
    padding-right: 0;
  }
  .woocommerce .c-checkout-order__confirm .woocommerce-checkout-review-order-table .order-total th{
    padding-left: 10px !important;
  }
  .woocommerce .c-checkout-order__confirm .woocommerce-checkout-review-order-table .order-total td{
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}

.c-checkout-order__link{
  display: block;
  background: #dd1936;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'veneerregular';
  border-radius: 5px;
  padding: 12px 15px 10px;
  margin-top: 20px;
  float: left;
  width: 100%;
  border: 1px solid transparent;
  text-align: center;
}
.c-checkout-order__link i{
  color: #fff;
  margin-left: 3px;
  font-size: 26px;
  line-height: .5;
}
.c-checkout-order__link:hover{
  border-color: #dd1936;
  color: #dd1936;
  background: #fff;
}
.c-checkout-order__link:hover i{
  color: #dd1936;
}




.c-woocommerce-header-cart{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  display: none;
  background: #fff;
}
.c-woocommerce-header-cart .o-panel--inner-page{
  overflow: scroll;
  height: 100%;
  padding-top: 100px;
}
.c-woocommerce-header-cart .c-cart__header{
  border: none;
}
.c-woocommerce-header-cart .c-cart__content{
  padding: 0;
  background: none;
  border: none;
}

.js-header-minicart{
  display: none;
}
.c-mini-cart-empty__title{
  font-size: 45px;
  color: #323232;
  line-height: 56px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 47.875em) {
  .c-mini-cart-empty__title{
    font-size: 31px;
    margin-bottom: 5px;
    line-height: 1;
  }
  .c-mini-cart-empty__title br{
    display: none;
  }
}
.c-mini-cart-empty__fill{
  background: #dd1936;
  font-size: 25px;
  text-transform: uppercase;
  font-family: 'veneerregular';
  border-radius: 5px;
  padding: 11px 17px 9px;
  line-height: 41px;
  display: inline-block;
  color: #fff;
}
.c-mini-cart-empty__fill:hover{
  background: #fff;
}
.c-mini-cart-empty__fill i{
  color: #fff;
  font-size: 26px;
}

.c-mini-cart-empty__fill:hover i{
  color: #dd1936;
}

  .c-mini-cart-empty__fill{
    display: block;
    font-size: 43px;
    color: #dd1936;
    background: none;
    padding: 0;
    margin-bottom: 20px;
  }
  .c-mini-cart-empty__fill:hover{
    background: none;
  }
  .c-mini-cart-empty__fill i{
    display: none;
  }
  .c-mini-cart-empty__fill sup{
    display: none;
  }

@media screen and (max-width: 47.875em) {
    .c-mini-cart-empty__fill{
        margin-bottom: 40px;
    }
}

.c-mini-cart-empty__order{
  background: #dd1936;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'veneerregular';
  border-radius: 5px;
  padding: 11px 17px 9px;
  line-height: 20px;
  display: block;
  color: #fff;
}
.c-mini-cart-empty__order:focus{
  color: #fff;
}
.c-mini-cart-empty__order:hover{
  background: #fff;
}
.c-mini-cart-empty__order i{
  color: #fff;
  font-size: 25px;
}

.c-mini-cart-empty__order:hover i{
  color: #dd1936;
}

.woocommerce-message{
  border-top-color: #dd1936;
}
.woocommerce-message::before {
    color: #dd1936;
}
html, body {
  height: 100% !important; }

/*body{
	height: auto;
    position: relative;
    padding-bottom: 385px;

    @include breakpoint(medium down){
    	padding-bottom: 305px;
    }
}*/
.pt-perspective {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.pt-page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  @media screen and (max-height: 700px) {
    .pt-page {
      overflow: auto; } }
  @media screen and (max-width: 1300px) {
    .pt-page {
      overflow: auto; } }

.pt-page-current,
.no-js .pt-page {
  visibility: visible;
  z-index: 1; }

.no-js body {
  overflow: auto; }

.pt-page-ontop {
  z-index: 999; }
  .juicer-feed.slider .slick-prev, .juicer-feed.slider .slick-next{
    z-index: 2 !important;
  }

  @-webkit-keyframes ball-pulse-sync {
    33% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px); }
    66% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px); }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  
  @keyframes ball-pulse-sync {
    33% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px); }
    66% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px); }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  
  .ball-pulse-sync > div:nth-child(1) {
    -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
            animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }
  
  .ball-pulse-sync > div:nth-child(2) {
    -webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
            animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out; }
  
  .ball-pulse-sync > div:nth-child(3) {
    -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
            animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }
  
  .ball-pulse-sync > div {
    background-color: #dd1936;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    display: inline-block; }

    .c-site-preloader{
        padding-top: 50px;
        padding-bottom: 90px;
    }




.c-checkout-form{
    position: relative;
    max-width: 790px;
    margin: 0 auto;
}

.c-checkout-form--login{
    max-width: 320px;
}

.c-checkout-form__field-wrap{
    padding-bottom: 20px;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-form__field-wrap:nth-of-type(4) .c-checkout-form__field{
    margin-bottom: 2px;
  }
  .c-checkout-form__field-wrap{
      padding-bottom: 0;
  }
}

.c-checkout-form__field-wrap--half-first{
    width: 48.5%;
    float: left;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-form__field-wrap--half-first{
      width: 100%;
      float: none;
  }
}

.c-checkout-form__field-wrap--half-last{
    width: 48.5%;
    float: right;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-form__field-wrap--half-last{
      width: 100%;
      float: none;
  }
}

.c-checkout-form__field-wrap--row{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-form__field-wrap--row{
    display: block;
  }
}

.c-checkout-form__field-wrap--meta{
    padding-top: 7px;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-form__field-wrap--meta{
      padding-top: 18px;
  }
}

.c-checkout-form__label{
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'veneerregular';
    display: block !important;
    text-align: left;
}

.c-checkout-form__field{
    border: 2px solid #a1a1a1;
    border-radius: 4px;
    height: 47px;
    margin-bottom: 25px;
}
.c-checkout-form__subscribe{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-form__subscribe{
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}

.c-checkout-form__checkbox{
  position: relative;
  width: 25px;
  height: 27px;
  margin: 0 !important;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-form__checkbox{
    width: 30px;
  }
}

.c-checkout-form__checkbox-label{
  padding-left: 15px;
  display: inline-block;
  color: #414042;
  font-size: 14px;
  line-height: 17px;
  margin-top: 0;
  font-family: 'Helvetica';
}
@media screen and (max-width: 47.875em) {
  .c-checkout-form__checkbox-label br{
    display: none;
  }
}

.c-checkout-form__checkbox:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 0 0px 2px #a1a1a1;
}

.c-checkout-form__checkbox:checked:after{
  content: "";
  display: block;
  width: 9px;
  height: 15px;
  border: solid #dd1936;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 8px;
}

.c-checkout-form__submit-button-wrap{
  text-align: right;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-form__submit-button-wrap{
    text-align: center;
    display: inline-block;
  }
  .c-checkout-form__submit-wrap{
    float: right;
  }
}

.c-checkout-form__newsletter{
    text-align: left;
}

.c-checkout-form__submit-button{
    background: #dd1936 !important;
    border-radius: 5px;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'veneerregular';
    outline: none;
    border: 0;
    background: none;
    padding: 14px 36px 12px 16px;
    margin: 0;
    margin: -10px 0 0;
    font-weight: normal;
    position: relative;
    display: block;
}

.c-checkout-form__submit-button:disabled{
    background: #b0a8a9 !important;
}

.c-checkout-form__submit-button:before{
    content: 'B';
    font-family: 'arrow_symbols_1regular';
    color: #fff;
    font-size: 26px;
    position: absolute;
    right: 15px;
    top: 12px;
    line-height: 1;
}

.c-checkout-form__submit-button--guest{
    margin: 0 0 20px 0;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-form__submit-button--guest{
      margin: 35px auto 16px;
  }
}

.c-checkout-form__submit-button-alt{
    background: #fff !important;
    border-radius: 5px;
    border: 2px solid #dd1936 !important;
    font-size: 22px;
    text-transform: uppercase;
    color: #323232;
    font-family: 'veneerregular';
    outline: none;
    border: 0;
    background: none;
    padding: 12px 36px 10px 16px;
    margin: 0;
    font-weight: normal;
    position: relative;
    min-width: 196px;
}

.c-checkout-form__submit-button-alt:before{
    content: 'B';
    font-family: 'arrow_symbols_1regular';
    color: #323232;
    font-size: 26px;
    position: absolute;
    right: 15px;
    top: 12px;
    line-height: 1;
}

.c-checkout-form__forgot-pass-link-wrap{
    padding-top: 20px;
}

.c-checkout-form__forgot-pass-link{
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'veneerregular';
    display: block !important;
    text-align: center;
}

.c-checkout-form__notice{
    font-size: 12px;
    margin-bottom: 50px;
}
@media screen and (max-width: 47.875em) {
  .c-checkout-form__notice{
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 30px;
    text-align: left;
    line-height: 15px;
    padding-left: 20px;
  }
}

.clear{
    clear: both;
}

/* .checkout-step-payment-methods .form-row.place-order{
    display: none;
}

.checkout-step-order-review .wc_payment_methods.payment_methods.methods{
    display: none;
} */

.c-checkout-form__messages{
    text-align: left;
    border: 1px solid #333;
    font-size: 14px;
    padding: 8px;
    margin-bottom: 10px;
    display: none;
}

.c-checkout-form__messages.error{
    border-color: #dd1a36;
}

.c-checkout-form__messages.success{
    border-color: #118822;
}

.checkout-step-payment-methods{
    padding-top: 90px;
    max-width: 700px;
}

body .woocommerce .c-checkout__button--edit-order{
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid transparent;
    background: #191919;
    font-family: 'veneerregular',sans-serif;
    padding: 10px 19px 8px 13px;
    border-radius: 8px;
    display: -webkit-inline-flex;
    display: -ms-flexbox;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    margin-top: 5px;
}
@media screen and (max-width: 320px) {
  body .woocommerce .c-checkout__button--edit-order{
    padding: 7px 15px 7px 7px;
    font-size: 18px;
  }
}

.c-checkout__button--edit-order i{
    transform: rotate(180deg);
    font-size: 29px;
    margin-right: 7px;
}

.woocommerce-checkout-review-order-table thead{
    background: none;
}

.woocommerce-checkout-review-order-table tbody tr:nth-child(odd),
.woocommerce-checkout-review-order-table tbody tr:nth-child(even){
    background: #ebebeb; 
}

.woocommerce .woocommerce-checkout-review-order-table td{
    border: none !important;
}

.woocommerce .woocommerce-checkout-review-order-table .product-name{
    font-size: 22px;
    color: #323232;
    text-transform: uppercase;
    font-family: 'veneerregular';
    text-align: left;
    font-weight: normal !important;
    padding-top: 10px;
}

.woocommerce .woocommerce-checkout-review-order-table .cart-subtotal .product-sub-total,
.woocommerce .woocommerce-checkout-review-order-table .cart-subtotal .product-name{
    padding-bottom: 0;
    padding-top: 30px;
    color: #000000;
}

.woocommerce .woocommerce-checkout-review-order-table .tax-total .product-sub-total,
.woocommerce .woocommerce-checkout-review-order-table .tax-total .product-name{
    padding-top: 0;
    padding-bottom: 30px;
}

.woocommerce .woocommerce-checkout-review-order-table .order-total{
    background: #000;
}

.woocommerce .woocommerce-checkout-review-order-table .order-total th{
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'veneerregular';
    text-align: left;
    font-weight: normal !important;
    padding-top: 10px;
}

.woocommerce .woocommerce-checkout-review-order-table .order-total td{
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'veneerregular';
    text-align: left;
    font-weight: normal !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.woocommerce .woocommerce-checkout-review-order-table .product-sub-total{
    font-size: 18px;
    color: #323232;
    text-transform: uppercase;
    font-family: 'veneerregular';
    font-weight: normal !important;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.woocommerce .woocommerce-checkout-review-order-table{
    border: none !important;
    border-radius: 0 !important;
}

.woocommerce .woocommerce-checkout-review-order-table tbody th, 
.woocommerce .woocommerce-checkout-review-order-table tfoot td, 
.woocommerce .woocommerce-checkout-review-order-table tfoot th{
    border: none !important;
}

.woocommerce .woocommerce-checkout-review-order-table tfoot{
    background: none;
}

.c-checkout-order__final-button{
    display: block;
    background: #dd1936;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'veneerregular';
    border-radius: 5px;
    padding: 12px 15px 10px;
    margin-top: 5px;
    float: left;
    width: 100%;
    border: 1px solid transparent;
    text-align: center;
}

.c-checkout-order__final-button:hover {
    border-color: #dd1936;
    color: #dd1936;
    background: #fff;
}

.c-checkout-details__title--order,
.c-checkout-details__title--payment{
    text-align: center;
}
.u-not-sold-notice{
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  color: #dd1936;
  font-family: 'helveticaneuebold';
  position: relative;
  padding-left: 31px;
}
.u-not-sold-notice:before{
  content: '';
  background: url(../img/warn.png) no-repeat top left;
  width: 27px;
  height: 23px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -3px;
}
@media screen and (max-width: 47.875em) {
  .u-not-sold-notice{
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0; 
    padding-left: 27px;
  }
  .u-not-sold-notice:before{
    width: 22px;
    height: 18px;
    background-size: 100% auto;
  }
}

.woocommerce-order-received .c-checkout__header{
    display: none;
}
.woocommerce-order-received .c-checkout__content{
    padding: 0;
}

.c-single-product-popup--archive{
    right: auto;
    left: 50%;
    margin-left: -310px;
    display: none;
}

.woocommerce-mini-cart{
    height: calc(100vh - 400px);
    overflow: scroll;
    padding-left: 20px;
    margin-left: -20px;
    padding-top: 20px;
}

.tgif-form-row{
    padding-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.tgif-form-row--bottom{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.tgif-form-column{
    width: 33.33%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.tgif-form-column label[for="payment-type"]{
    visibility: hidden;
}

.tgif-form-column label{
    display: block;
    text-transform: uppercase;
    font-family: veneerregular;
    font-size: 18px;
    text-align: left;
    line-height: 26px;
}

.tgif-form-column input{
    width: 100%;
    display: block;
    border: 1px solid #a1a1a1;
    padding: 10px;
    border-radius: 5px;
    height: 47px;
    color: #414042;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.tgif-form-column select{
    border: 2px solid #bababa;
    border-radius: 5px;
    font-size: 20px;
    color: #414042;
    text-transform: uppercase;
    font-family: 'helveticaneuemedium';
    outline: none;
    height: 50px;
    padding: 5px 20px;
    position: relative;
    background: #fff url(../img/select-arrow.png) no-repeat 96% center;
    margin: 0;
    background-position: right 10px center;
}

.tgif-form-column--exp-date select{
    width: 48%;
    float: left;
}

.tgif-form-column--exp-date select:nth-of-type(1){
    margin-right: 4%;
}

.checkout-step-payment-methods{
    max-width: 1200px;
}

.tgif-form-column--exp-date{
    width: 40%;
}

.tgif-form-column--cvv{
    width: 20%;
}

.tgif-form-column--cvv input{
    max-width: 85px;
}

.tgif-form-column--postalcode{
    width: 40%;
}

.woocommerce-message{
    display: none !important;
}

@media screen and (max-width: 767px){
    .checkout-step-payment-methods{
        max-width: 480px;
    }

    .tgif-form-row{
        flex-wrap: wrap;
        padding-bottom: 0;
    }

    .tgif-form-column--postalcode,
    .tgif-form-column{
        width: 100%;
        margin-bottom: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .tgif-form-column--exp-date{
        width: 80%;
        order: 1;
    }

    .tgif-form-column--postalcode{
        order: 2;
    }

    .tgif-form-column--cvv{
        width: 20%;
    }
}

