/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,900|Roboto:500");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

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

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

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

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

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

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

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

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.footable .btn, .footable .caret {
  display: inline-block;
  vertical-align: middle; }

.footable-details.table, .footable-details.table *, .footable.table, .footable.table * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.footable-details.table th, .footable.table th {
  text-align: left; }

.footable-details.table, .footable.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.footable-details.table > caption + thead > tr:first-child > td, .footable-details.table > caption + thead > tr:first-child > th, .footable-details.table > colgroup + thead > tr:first-child > td, .footable-details.table > colgroup + thead > tr:first-child > th, .footable-details.table > thead:first-child > tr:first-child > td, .footable-details.table > thead:first-child > tr:first-child > th, .footable.table > caption + thead > tr:first-child > td, .footable.table > caption + thead > tr:first-child > th, .footable.table > colgroup + thead > tr:first-child > td, .footable.table > colgroup + thead > tr:first-child > th, .footable.table > thead:first-child > tr:first-child > td, .footable.table > thead:first-child > tr:first-child > th {
  border-top: 0; }

.footable-details.table > tbody > tr > td, .footable-details.table > tbody > tr > th, .footable-details.table > tfoot > tr > td, .footable-details.table > tfoot > tr > th, .footable-details.table > thead > tr > td, .footable-details.table > thead > tr > th, .footable.table > tbody > tr > td, .footable.table > tbody > tr > th, .footable.table > tfoot > tr > td, .footable.table > tfoot > tr > th, .footable.table > thead > tr > td, .footable.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.footable-details.table > thead > tr > td, .footable-details.table > thead > tr > th, .footable.table > thead > tr > td, .footable.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.footable-details.table-condensed > tbody > tr > td, .footable-details.table-condensed > tbody > tr > th, .footable-details.table-condensed > tfoot > tr > td, .footable-details.table-condensed > tfoot > tr > th, .footable-details.table-condensed > thead > tr > td, .footable-details.table-condensed > thead > tr > th, .footable.table-condensed > tbody > tr > td, .footable.table-condensed > tbody > tr > th, .footable.table-condensed > tfoot > tr > td, .footable.table-condensed > tfoot > tr > th, .footable.table-condensed > thead > tr > td, .footable.table-condensed > thead > tr > th {
  padding: 5px; }

.footable-details.table-bordered, .footable-details.table-bordered > tbody > tr > td, .footable-details.table-bordered > tbody > tr > th, .footable-details.table-bordered > tfoot > tr > td, .footable-details.table-bordered > tfoot > tr > th, .footable-details.table-bordered > thead > tr > td, .footable-details.table-bordered > thead > tr > th, .footable.table-bordered, .footable.table-bordered > tbody > tr > td, .footable.table-bordered > tbody > tr > th, .footable.table-bordered > tfoot > tr > td, .footable.table-bordered > tfoot > tr > th, .footable.table-bordered > thead > tr > td, .footable.table-bordered > thead > tr > th {
  border: 1px solid #ddd; }

.footable-details.table-bordered > thead > tr > td, .footable-details.table-bordered > thead > tr > th, .footable.table-bordered > thead > tr > td, .footable.table-bordered > thead > tr > th {
  border-bottom-width: 2px; }

.footable-details.table-striped > tbody > tr:nth-child(odd), .footable.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9; }

.footable-details.table-hover > tbody > tr:hover, .footable.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

.footable .btn {
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: visible;
  text-transform: none; }

.footable .btn.focus, .footable .btn:focus, .footable .btn:hover {
  color: #333;
  text-decoration: none; }

.footable .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.footable .btn-default.active, .footable .btn-default.focus, .footable .btn-default:active, .footable .btn-default:focus, .footable .btn-default:hover, .footable .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.footable .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.footable .btn-primary.active, .footable .btn-primary.focus, .footable .btn-primary:active, .footable .btn-primary:focus, .footable .btn-primary:hover, .footable .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.footable .btn-group, .footable .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.footable .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.footable .btn-group > .btn:first-child {
  margin-left: 0; }

.footable .btn-group-vertical > .btn, .footable .btn-group > .btn {
  position: relative;
  float: left; }

.footable .btn-group-xs > .btn, .footable .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.footable .btn-group-sm > .btn, .footable .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.footable .btn-group-lg > .btn, .footable .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.footable .caret {
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.footable .btn .caret {
  margin-left: 0; }

.form-group {
  margin-bottom: 15px; }

.footable .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.footable .input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.footable .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.footable .input-group-btn {
  position: relative;
  font-size: 0; }

.footable .input-group-addon, .footable .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.footable .input-group .form-control, .footable .input-group-addon, .footable .input-group-btn {
  display: table-cell; }

.footable .input-group-btn:last-child > .btn, .footable .input-group-btn:last-child > .btn-group, .footable .input-group-btn > .btn + .btn {
  margin-left: -1px; }

.footable .input-group-btn > .btn {
  position: relative; }

.footable .input-group-btn > .btn:active, .footable .input-group-btn > .btn:focus, .footable .input-group-btn > .btn:hover {
  z-index: 2; }

.footable .input-group .form-control:first-child, .footable .input-group-addon:first-child, .footable .input-group-btn:first-child > .btn, .footable .input-group-btn:first-child > .btn-group > .btn, .footable .input-group-btn:first-child > .dropdown-toggle, .footable .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .footable .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.footable .input-group .form-control:last-child, .footable .input-group-addon:last-child, .footable .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .footable .input-group-btn:first-child > .btn:not(:first-child), .footable .input-group-btn:last-child > .btn, .footable .input-group-btn:last-child > .btn-group > .btn, .footable .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.footable .checkbox, .footable .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.footable .checkbox label, .footable .radio label {
  max-width: 100%;
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

.footable .checkbox input[type=checkbox], .footable .checkbox-inline input[type=checkbox], .footable .radio input[type=radio], .footable .radio-inline input[type=radio] {
  position: absolute;
  margin: 4px 0 0 -20px;
  line-height: normal; }

.footable .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.footable .open > .dropdown-menu {
  display: block; }

.footable .dropdown-menu-right {
  right: 0;
  left: auto; }

.footable .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.footable .dropdown-menu > li > a:focus, .footable .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.footable .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.footable .pagination > li {
  display: inline; }

.footable .pagination > li:first-child > a, .footable .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.footable .pagination > li > a, .footable .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.footable .pagination > li > a:focus, .footable .pagination > li > a:hover, .footable .pagination > li > span:focus, .footable .pagination > li > span:hover {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.footable .pagination > .active > a, .footable .pagination > .active > a:focus, .footable .pagination > .active > a:hover, .footable .pagination > .active > span, .footable .pagination > .active > span:focus, .footable .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.footable .pagination > .disabled > a, .footable .pagination > .disabled > a:focus, .footable .pagination > .disabled > a:hover, .footable .pagination > .disabled > span, .footable .pagination > .disabled > span:focus, .footable .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.footable .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.footable .label-default {
  background-color: #777; }

.footable-loader.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.footable .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

@media (min-width: 768px) {
  .footable .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .footable .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .footable .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .footable .form-inline .input-group .form-control, .footable .form-inline .input-group .input-group-addon, .footable .form-inline .input-group .input-group-btn {
    width: auto; }
  .footable .form-inline .input-group > .form-control {
    width: 100%; } }

table.footable, table.footable-details {
  position: relative;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }

table.footable-details {
  margin-bottom: 0; }

table.footable-hide-fouc {
  display: none; }

table > tbody > tr > td > span.footable-toggle {
  margin-right: 8px;
  opacity: .3; }

table > tbody > tr > td > span.footable-toggle.last-column {
  margin-left: 8px;
  float: right; }

table.table-condensed > tbody > tr > td > span.footable-toggle {
  margin-right: 5px; }

table.footable-details > tbody > tr > th:nth-child(1) {
  min-width: 40px;
  width: 120px; }

table.footable-details > tbody > tr > td:nth-child(2) {
  word-break: break-all; }

table.footable-details > tbody > tr:first-child > td, table.footable-details > tbody > tr:first-child > th, table.footable-details > tfoot > tr:first-child > td, table.footable-details > tfoot > tr:first-child > th, table.footable-details > thead > tr:first-child > td, table.footable-details > thead > tr:first-child > th {
  border-top-width: 0; }

table.footable-details.table-bordered > tbody > tr:first-child > td, table.footable-details.table-bordered > tbody > tr:first-child > th, table.footable-details.table-bordered > tfoot > tr:first-child > td, table.footable-details.table-bordered > tfoot > tr:first-child > th, table.footable-details.table-bordered > thead > tr:first-child > td, table.footable-details.table-bordered > thead > tr:first-child > th {
  border-top-width: 1px; }

div.footable-loader {
  vertical-align: middle;
  text-align: center;
  height: 300px;
  position: relative; }

div.footable-loader > span.fooicon {
  display: inline-block;
  opacity: .3;
  font-size: 30px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation: fooicon-spin-r 2s infinite linear;
  animation: fooicon-spin-r 2s infinite linear; }

table.footable > tbody > tr.footable-empty > td {
  vertical-align: middle;
  text-align: center;
  font-size: 30px; }

table.footable > tbody > tr > td, table.footable > tbody > tr > th {
  display: none; }

table.footable > tbody > tr.footable-detail-row > td, table.footable > tbody > tr.footable-detail-row > th, table.footable > tbody > tr.footable-empty > td, table.footable > tbody > tr.footable-empty > th {
  display: table-cell; }

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

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

.fooicon {
  display: inline-block;
  font-size: inherit;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

.fooicon:after, .fooicon:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fooicon-loader:before {
  content: "\f01e"; }

.fooicon-plus:before {
  content: "\f067"; }

.fooicon-minus:before {
  content: "\f068"; }

.fooicon-search:before {
  content: "\f002"; }

.fooicon-remove:before {
  content: "\f00d"; }

.fooicon-sort:before {
  content: "\f0dc"; }

.fooicon-sort-asc:before {
  content: "\f160"; }

.fooicon-sort-desc:before {
  content: "\f161"; }

.fooicon-pencil:before {
  content: "\f040"; }

.fooicon-trash:before {
  content: "\f1f8"; }

.fooicon-eye-close:before {
  content: "\f070"; }

.fooicon-flash:before {
  content: "\f0e7"; }

.fooicon-cog:before {
  content: "\f013"; }

.fooicon-stats:before {
  content: "\f080"; }

table.footable > thead > tr.footable-filtering > th {
  border-bottom-width: 1px;
  font-weight: 400; }

.footable-filtering-external.footable-filtering-right, table.footable.footable-filtering-right > thead > tr.footable-filtering > th, table.footable > thead > tr.footable-filtering > th {
  text-align: right; }

.footable-filtering-external.footable-filtering-left, table.footable.footable-filtering-left > thead > tr.footable-filtering > th {
  text-align: left; }

.footable-filtering-external.footable-filtering-center, table.footable.footable-filtering-center > thead > tr.footable-filtering > th {
  text-align: center; }

table.footable > thead > tr.footable-filtering > th div.form-group {
  margin-bottom: 0; }

table.footable > thead > tr.footable-filtering > th div.form-group + div.form-group {
  margin-top: 5px; }

table.footable > thead > tr.footable-filtering > th div.input-group {
  width: 100%; }

.footable-filtering-external ul.dropdown-menu > li > a.checkbox, table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox {
  margin: 0;
  display: block;
  position: relative; }

.footable-filtering-external ul.dropdown-menu > li > a.checkbox > label, table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox > label {
  display: block;
  padding-left: 20px; }

.footable-filtering-external ul.dropdown-menu > li > a.checkbox input[type=checkbox], table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox input[type=checkbox] {
  position: absolute;
  margin-left: -20px; }

@media (min-width: 768px) {
  table.footable > thead > tr.footable-filtering > th div.input-group {
    width: auto; }
  table.footable > thead > tr.footable-filtering > th div.form-group {
    margin-left: 2px;
    margin-right: 2px; }
  table.footable > thead > tr.footable-filtering > th div.form-group + div.form-group {
    margin-top: 0; } }

.footable-paging-external ul.pagination, table.footable > tfoot > tr.footable-paging > td > ul.pagination {
  margin: 10px 0 0; }

.footable-paging-external span.label, table.footable > tfoot > tr.footable-paging > td > span.label {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 10px; }

.footable-paging-external.footable-paging-center, table.footable-paging-center > tfoot > tr.footable-paging > td, table.footable > tfoot > tr.footable-paging > td {
  text-align: center; }

.footable-paging-external.footable-paging-left, table.footable-paging-left > tfoot > tr.footable-paging > td {
  text-align: left; }

.footable-paging-external.footable-paging-right, table.footable-paging-right > tfoot > tr.footable-paging > td {
  text-align: right; }

ul.pagination > li.footable-page {
  display: none; }

ul.pagination > li.footable-page.visible {
  display: inline; }

table.footable > tbody > tr > td.footable-sortable, table.footable > tbody > tr > th.footable-sortable, table.footable > tfoot > tr > td.footable-sortable, table.footable > tfoot > tr > th.footable-sortable, table.footable > thead > tr > td.footable-sortable, table.footable > thead > tr > th.footable-sortable {
  position: relative;
  padding-right: 30px;
  cursor: pointer; }

td.footable-sortable > span.fooicon, th.footable-sortable > span.fooicon {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -7px;
  opacity: 0;
  transition: opacity .3s ease-in; }

td.footable-sortable.footable-asc > span.fooicon, td.footable-sortable.footable-desc > span.fooicon, td.footable-sortable:hover > span.fooicon, th.footable-sortable.footable-asc > span.fooicon, th.footable-sortable.footable-desc > span.fooicon, th.footable-sortable:hover > span.fooicon {
  opacity: 1; }

table.footable-sorting-disabled td.footable-sortable.footable-asc > span.fooicon, table.footable-sorting-disabled td.footable-sortable.footable-desc > span.fooicon, table.footable-sorting-disabled td.footable-sortable:hover > span.fooicon, table.footable-sorting-disabled th.footable-sortable.footable-asc > span.fooicon, table.footable-sorting-disabled th.footable-sortable.footable-desc > span.fooicon, table.footable-sorting-disabled th.footable-sortable:hover > span.fooicon {
  opacity: 0;
  visibility: hidden; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -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 {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .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 {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.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: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  background: black;
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  line-height: 1.25;
  color: #f6c64c;
  margin: 0; }

h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  background: black;
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  line-height: 1.25;
  color: #f6c64c;
  margin: 0; }

h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  background: black;
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  line-height: 1.25;
  color: #f6c64c;
  margin: 0; }

h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  background: black;
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  line-height: 1.25;
  color: #f6c64c;
  margin: 0; }

h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  background: black;
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  line-height: 1.25;
  color: #f6c64c;
  margin: 0; }

h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  background: black;
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  line-height: 1.25;
  color: #f6c64c;
  margin: 0; }

.clean, .product-box h2 {
  background: transparent;
  padding: 0; }

h1 {
  font-weight: 900;
  font-size: 2.741rem; }

h2 {
  font-size: 1.953rem; }

h3 {
  font-size: 1.563rem; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.8rem; }

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

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

.i-plus:before {
  content: "\f067"; }

.i-minus:before {
  content: "\f068"; }

.i-search:before {
  content: "\f002"; }

.i-close:before {
  content: "\f00d"; }

.i-remove:before {
  content: "\f00d"; }

.i-times:before {
  content: "\f00d"; }

.i-cog:before {
  content: "\f013"; }

.i-gear:before {
  content: "\f013"; }

.i-home:before {
  content: "\f014"; }

.i-repeat:before {
  content: "\f01e"; }

.i-rotate-right:before {
  content: "\f01e"; }

.i-pencil:before {
  content: "\f040"; }

.i-chevron-left:before {
  content: "\f053"; }

.i-chevron-right:before {
  content: "\f054"; }

.i-eye-slash:before {
  content: "\f070"; }

.i-chevron-up:before {
  content: "\f077"; }

.i-chevron-down:before {
  content: "\f078"; }

.i-bar-chart:before {
  content: "\f080"; }

.i-bar-chart-o:before {
  content: "\f080"; }

.i-twitter:before {
  content: "\f099"; }

.i-facebook:before {
  content: "\f09a"; }

.i-facebook-f:before {
  content: "\f09a"; }

.i-pinterest:before {
  content: "\f0d2"; }

.i-sort:before {
  content: "\f0dc"; }

.i-unsorted:before {
  content: "\f0dc"; }

.i-bolt:before {
  content: "\f0e7"; }

.i-flash:before {
  content: "\f0e7"; }

.i-sort-amount-asc:before {
  content: "\f160"; }

.i-sort-amount-desc:before {
  content: "\f161"; }

.i-instagram:before {
  content: "\f16d"; }

.i-trash:before {
  content: "\f1f8"; }

.btn {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  padding: 10px 15px;
  font-size: 1.2rem; }
  .btn.small {
    font-size: 1rem;
    padding: 5px 10px; }
  .btn.large {
    font-size: 1.5rem;
    padding: 20px 30px; }
  .btn.wide {
    padding: 0 15px; }
  .btn.full-width {
    display: block;
    width: 100%;
    text-align: center; }
  .btn.primary {
    background: #f6c64c;
    color: #212224;
    font-weight: 700; }
    .btn.primary.style-2 {
      background: transparent;
      color: #f6c64c;
      border: 1px solid #f6c64c; }
      .btn.primary.style-2:hover {
        color: #212224;
        background: #f6c64c; }
  .btn.secondary {
    background: #212224;
    color: #fff;
    font-weight: 700; }
    .btn.secondary:hover {
      background: #fff;
      color: #212224; }

input,
textarea,
select {
  border: 0;
  outline: 0;
  display: inline-block; }

button {
  cursor: pointer; }

.custom-input {
  position: absolute;
  left: -9999px; }
  .custom-input + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 1.3rem;
    line-height: 20px;
    display: inline-block; }
    .custom-input + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      border: 1px solid rgba(255, 255, 255, 0.5);
      box-sizing: border-box; }
    .custom-input + label:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      transition: all .5s; }
  .custom-input:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  .custom-input:checked + label:after {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transform: scale(1); }

.form-row {
  display: flex;
  border: 1px solid #f6c64c;
  align-items: center;
  margin-bottom: 30px;
  padding: 10px 15px;
  font-size: 1.2rem; }
  .form-row label {
    padding-right: 20px;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #f6c64c;
    margin-right: 20px;
    text-transform: uppercase;
    color: #f6c64c;
    font-weight: 700;
    line-height: 1.5;
    flex-basis: 120px; }
  .form-row input,
  .form-row textarea,
  .form-row select {
    flex-grow: 2;
    line-height: 1.9;
    background: transparent;
    color: #fff; }
  .form-row select {
    font-size: 1.54rem; }
  .form-row span.error {
    font-size: 1rem;
    padding: 0 10px; }
  .style-2 .form-row {
    border-color: #212224; }
    .style-2 .form-row input,
    .style-2 .form-row textarea,
    .style-2 .form-row select {
      color: #212224; }
    .style-2 .form-row label {
      border-color: #212224;
      color: #212224; }
  .form-row:hover, .form-row.focus {
    border-color: #a17608; }
  .form-row.has-error {
    border-color: #cb132a; }
  .form-row:last-of-type {
    margin-bottom: 0; }
  .form-row.inline-label label {
    flex-basis: auto; }
  .form-row.wide-label {
    flex-direction: column;
    align-items: flex-start; }
    .form-row.wide-label label {
      border-width: 0 0 1px 0;
      flex-basis: auto;
      width: 100%;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .form-row.wide-label label + * {
        width: 100%; }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  background: #212224;
  color: #d9d7d7;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5em; }

nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease-in; }

p {
  margin: 0; }

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

.alignleft {
  float: left; }

.alignright {
  float: right; }

.wrapper {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  padding-bottom: 80px; }
  .wrapper > .row {
    margin-bottom: 80px; }
    .wrapper > .row:last-child {
      margin-bottom: 0; }

.entry {
  text-align: justify; }
  .entry header {
    margin-bottom: 30px; }
  .entry img {
    border: 1px solid #f6c64c;
    margin-bottom: 10px; }
    .entry img.alignright {
      margin-left: 10px; }
    .entry img.alignleft {
      margin-right: 10px; }
  .entry p {
    margin-bottom: 20px; }
    .entry p:last-of-type {
      margin-bottom: 0; }
    .entry p a:not(.btn) {
      text-decoration: underline; }

.promo-boxes .promo-box {
  text-align: center; }
  .promo-boxes .promo-box header {
    margin-bottom: 15px; }
    .promo-boxes .promo-box header > * {
      display: block; }
  .promo-boxes .promo-box .content {
    padding: 0 15px; }
  .promo-boxes .promo-box .image-wrapper {
    position: relative;
    display: block;
    border: 1px solid #f6c64c; }
    .promo-boxes .promo-box .image-wrapper:hover span {
      background: #212224;
      color: #f6c64c; }
    .promo-boxes .promo-box .image-wrapper span {
      position: absolute;
      z-index: 2;
      left: 0;
      right: 0;
      bottom: 0;
      color: #212224;
      text-transform: uppercase;
      font-size: 1.3rem;
      transition: all 0.5s;
      padding: 3px 0;
      font-weight: 700;
      background: rgba(246, 198, 76, 0.6); }
    .promo-boxes .promo-box .image-wrapper img {
      display: block; }
  .promo-boxes .promo-box:first-child .content {
    padding-left: 0;
    padding-right: 30px; }
  .promo-boxes .promo-box:last-child .content {
    padding-right: 0;
    padding-left: 30px; }

.page-brief-box {
  margin-bottom: 50px; }

.tabs-wrapper .tabs-menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  padding-bottom: 30px; }

.tabs-wrapper .tabs-container {
  position: relative;
  transition: all 0.5s ease-in; }
  .tabs-wrapper .tabs-container > * {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in; }
    .tabs-wrapper .tabs-container > *.selected {
      z-index: 2;
      opacity: 1; }

.owl-carousel {
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  position: relative; }
  .owl-carousel .owl-stage-outer {
    z-index: 2; }
  .owl-carousel .owl-nav {
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 5px; }
    .owl-carousel .owl-nav button {
      transition: opacity 0.2s ease-in; }
      .owl-carousel .owl-nav button.disabled {
        pointer-events: none;
        opacity: 0; }
    .owl-carousel .owl-nav .icon {
      font-size: 25px;
      opacity: 0.5;
      transition: opacity 0.2s ease-in; }
      .owl-carousel .owl-nav .icon:hover {
        opacity: 1; }

.fooicon {
  font-family: icomoon !important; }

.footable.table {
  color: #fff;
  border-spacing: 5px;
  border-collapse: separate; }
  .footable.table tbody td, .footable.table .footable-header th {
    background: #000;
    border: 0; }
  .footable.table tbody tr:nth-child(2n) td {
    background: #29292f; }
  .footable.table tbody tr td {
    text-align: left;
    border: 0; }
  .footable.table thead > tr.footable-filtering > th {
    border: 0; }
  .footable.table .no-head-interaction {
    pointer-events: none; }
  .footable.table .footable-paging .pagination > li:first-child a,
  .footable.table .footable-paging .pagination > li:last-child a {
    border-radius: 0; }
  .footable.table .footable-paging .pagination > li a {
    color: #f6c64c;
    border: 0;
    background: transparent; }
    .footable.table .footable-paging .pagination > li a:hover {
      color: #fff;
      background: transparent; }
  .footable.table .footable-paging .pagination > li.active a {
    color: #fff; }
  .footable.table .footable-paging .pagination > li.disabled a:hover {
    color: #f6c64c; }
  .footable.table .footable-paging .label {
    display: none; }
  .footable.table .footable-filtering-search .dropdown-toggle {
    display: none; }
  .footable.table .footable-filtering-search .form-control {
    border-radius: 0;
    border: 0;
    height: auto; }
  .footable.table .footable-filtering-search .btn-primary {
    background: #f6c64c;
    border: 0; }

#app-header {
  color: #fff;
  border-bottom: 1px solid #f6c64c;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
  position: relative;
  min-height: 500px; }
  #app-header.tall {
    height: 75vh; }
  #app-header .header {
    position: relative;
    z-index: 2; }
  #app-header .wrapper {
    padding-bottom: 0; }
    #app-header .wrapper > .row {
      margin-bottom: 0; }
  #app-header #identity {
    display: block; }
    #app-header #identity img {
      max-width: 160px;
      width: 100%;
      height: auto; }
  #app-header nav {
    text-transform: uppercase;
    text-align: right;
    font-weight: 600; }
    #app-header nav li {
      display: inline-block;
      vertical-align: middle; }
  #app-header #social-nav {
    margin: 20px 0; }
    #app-header #social-nav li {
      padding-right: 15px;
      font-size: 2rem; }
      #app-header #social-nav li a {
        display: block; }
      #app-header #social-nav li:last-child {
        padding-right: 0; }
    #app-header #social-nav .icon {
      opacity: 0.8;
      transition: all 0.5s ease-in; }
      #app-header #social-nav .icon:hover {
        color: #f6c64c;
        opacity: 1; }
  #app-header #primary-nav li {
    padding-right: 45px; }
    #app-header #primary-nav li:last-child {
      padding-right: 0; }
  #app-header #primary-nav a {
    display: block;
    border-bottom: 1px dashed transparent;
    padding: 5px; }
    #app-header #primary-nav a:hover {
      color: #212224;
      background: #f6c64c; }
  #app-header .hero-exporer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    #app-header .hero-exporer .hero-item {
      text-transform: uppercase;
      display: inline-flex;
      text-align: center;
      flex-direction: column; }
      #app-header .hero-exporer .hero-item h1, #app-header .hero-exporer .hero-item h3 {
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        line-height: 1.2; }
      #app-header .hero-exporer .hero-item h1 {
        font-size: 5rem;
        font-weight: 900; }
      #app-header .hero-exporer .hero-item h3 {
        font-weight: 600;
        font-size: 1.8rem; }
      #app-header .hero-exporer .hero-item .btn {
        font-family: 'Open Sans', sans-serif;
        font-weight: 900;
        font-size: 2.7rem; }
      #app-header .hero-exporer .hero-item .explore {
        margin-top: 50px; }
    #app-header .hero-exporer .copyright {
      position: absolute;
      right: 15px;
      opacity: .8;
      bottom: 5px;
      text-transform: none;
      font-size: 0.8rem; }

#promotion {
  background: #f6c64c;
  color: #212224;
  text-align: center;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.5s ease-in; }
  #promotion a {
    padding: 10px 0;
    display: block; }
  #promotion:hover {
    background: rgba(246, 198, 76, 0.7);
    transform: scale(1.1); }

#app-footer {
  color: #fff; }
  #app-footer .wrapper {
    padding-bottom: 0; }
  #app-footer header.row {
    justify-content: center;
    margin-bottom: 30px; }

#footer-promo-boxes {
  margin-bottom: -86.66667px; }

#links {
  background-image: url("../img/footer-bg.jpg");
  border-top: 1px solid #f6c64c;
  font-family: 'Roboto', sans-serif;
  padding-top: 212px;
  padding-bottom: 90px; }
  #links header {
    margin-bottom: 15px; }
  #links li {
    padding: 5px 0;
    text-transform: uppercase; }
    #links li a {
      padding: 5px 0;
      display: inline-block;
      border-bottom: 1px dashed transparent; }
      #links li a:hover {
        color: #f6c64c;
        border-bottom-color: #f6c64c; }

#instagram-follow {
  height: 244px;
  margin: -122px 0;
  position: relative;
  z-index: 2; }
  #instagram-follow .wrapepr {
    padding: 0; }
  #instagram-follow .account {
    background: transparent;
    color: #fff; }
    #instagram-follow .account:hover {
      color: #f6c64c; }
  #instagram-follow .instagram-gallery > * {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    #instagram-follow .instagram-gallery > *:after {
      content: '';
      display: block;
      padding-bottom: 100%; }

#customer-reviews {
  padding-bottom: 212px;
  padding-top: 176.66667px;
  border-top: 1px solid #f6c64c;
  background-image: url("../img/footer-bg-2.jpg"); }
  #customer-reviews .review-box {
    background: #f6c64c;
    padding: 50px 25px;
    line-height: 1.7;
    overflow: hidden; }
  #customer-reviews blockquote {
    color: #fff;
    font-size: 2rem;
    font-style: italic;
    color: #212224;
    margin: 25px 0; }
  #customer-reviews footer {
    box-shadow: 0 0 10px 3px rgba(33, 34, 36, 0.3);
    background: #212224;
    padding: 10px 20px;
    float: right;
    font-size: 1.7rem;
    margin-right: -25px; }

#copyright {
  background: #000;
  color: #fff;
  font-family: 'Roboto', sans-serif; }
  #copyright .wrapper {
    padding: 25px 0; }
  #copyright small {
    font-size: 65%; }

.sidebar {
  margin-bottom: 40px; }
  .sidebar header {
    margin-bottom: 25px; }
    .sidebar header > * {
      display: block; }
  .sidebar dl {
    text-transform: uppercase;
    color: #fff; }
    .sidebar dl dt {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .sidebar dl dt a:hover {
        color: #f6c64c; }
    .sidebar dl dd {
      font-size: 1.3rem;
      padding: 2px 10px;
      margin: 0; }
      .sidebar dl dd a {
        border-bottom: 1px dashed transparent; }
        .sidebar dl dd a:hover {
          border-bottom: 1px dashed #fff; }
    .sidebar dl.collapsed .icon {
      transform: rotate(180deg); }
    .sidebar dl .toggler {
      cursor: pointer; }
      .sidebar dl .toggler .icon {
        transition: all 0.4s ease-in;
        color: #f6c64c;
        width: 18px;
        height: 18px; }
  .sidebar:last-of-type {
    margin-bottom: 0; }

#breadcrumb {
  text-transform: uppercase;
  color: #f6c64c;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 0; }
  #breadcrumb nav ul {
    display: flex;
    font-size: 1.4rem;
    line-height: 1;
    align-items: center; }
  #breadcrumb nav .icon {
    font-size: 1.8rem; }
  #breadcrumb nav a:hover {
    color: #d9d7d7; }
  #breadcrumb nav li:first-child:before {
    display: none; }
  #breadcrumb nav li:before {
    font-size: 2rem;
    padding: 0 10px;
    color: #fff;
    opacity: .5;
    content: '\005c\005c';
    display: inline-block;
    vertical-align: middle; }

#newsletter header {
  margin-bottom: 30px; }
  #newsletter header > * {
    display: block;
    color: #fff;
    font-family: 'Open Sans', sans-serif; }
  #newsletter header h1 {
    font-size: 3.7rem; }

#newsletter form [class^="col-"] {
  padding: 0; }

#newsletter span.error {
  font-size: 1rem;
  padding: 0 10px; }

#newsletter input, #newsletter button {
  width: 100%; }

.checkout-box {
  background: #f6c64c;
  padding: 25px;
  margin-bottom: 25px;
  color: #212224;
  overflow: hidden; }
  .checkout-box header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .checkout-box header .user-actions {
      margin-left: auto; }
      .checkout-box header .user-actions .btn {
        background: #707070; }
    .checkout-box header h2 {
      background: transparent;
      color: inherit; }
  .checkout-box.editable .content-editable {
    display: block; }
  .checkout-box.editable .content-filled {
    display: none; }
  .checkout-box.editable .edit-form-action {
    display: none; }
  .checkout-box.editable .cancel-form-action {
    display: block; }
  .checkout-box .cancel-form-action {
    display: none; }
  .checkout-box .content-editable {
    display: none; }
  .checkout-box .content-filled {
    white-space: pre-line; }
  .checkout-box .box-content {
    padding-top: 25px; }
  .checkout-box .box-meta {
    padding-top: 25px; }
    .checkout-box .box-meta strong {
      text-transform: uppercase; }
  .checkout-box .helper {
    display: block;
    margin-bottom: 15px; }
  .checkout-box .box-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px; }
    .checkout-box .box-actions > * {
      margin-left: 15px; }
  .checkout-box:last-of-type {
    margin-bottom: 0; }

#payment-paypal {
  text-align: center; }

.cart-products {
  margin-bottom: 40px; }
  .cart-products .product {
    border-top: 1px solid #f6c64c;
    padding-top: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between; }
  .cart-products .product-image {
    flex-basis: 15%;
    max-width: 15%; }
    .cart-products .product-image img {
      border: 1px solid #f6c64c; }
  .cart-products .product-data {
    flex-basis: 75%;
    max-width: 75%; }
    .cart-products .product-data .price {
      font-weight: 700;
      color: #f6c64c;
      display: block; }
    .cart-products .product-data .name {
      font-size: 1.4rem; }
      .cart-products .product-data .name:hover {
        text-decoration: underline; }
    .cart-products .product-data .user-actions {
      margin-top: 10px;
      font-size: 1.4rem; }
      .cart-products .product-data .user-actions .qty {
        border-bottom: 1px solid #f6c64c;
        padding: 10px 0;
        font-size: 1.2rem;
        margin-right: 15px; }
        .cart-products .product-data .user-actions .qty input {
          margin-left: 10px;
          background: transparent;
          color: #fff; }

.cart-meta {
  margin-top: 30px;
  display: flex; }
  .cart-meta .subtotal {
    margin-left: auto;
    text-transform: uppercase;
    color: #f6c64c;
    font-weight: 700;
    font-size: 1.6rem; }
    .cart-meta .subtotal .price {
      margin-left: 15px; }

.cart-box {
  background: #f6c64c;
  color: #212224;
  font-size: 1.4rem;
  padding: 30px;
  margin-bottom: 30px; }
  .cart-box header {
    margin-bottom: 10px; }
    .cart-box header > * {
      background: transparent;
      text-transform: uppercase;
      color: #212224;
      padding: 0;
      font-weight: 900; }
  .cart-box .more-info {
    display: block; }
  .cart-box a {
    text-decoration: underline; }

.articles.list article {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f6c64c; }

.articles.list .read-more {
  text-align: right;
  color: #f6c64c;
  margin-top: 20px;
  font-size: 1.3rem;
  text-transform: uppercase;
  display: block; }
  .articles.list .read-more:hover {
    color: #fff; }

.articles.list .pagination {
  text-align: center; }
  .articles.list .pagination ul {
    display: inline-block; }
    .articles.list .pagination ul li {
      display: inline-block;
      margin: 0 5px; }
    .articles.list .pagination ul a {
      width: 50px;
      height: 50px;
      display: block;
      padding: 10px;
      line-height: 30px;
      color: #f6c64c;
      font-weight: 700;
      font-size: 1.4rem;
      background: rgba(0, 0, 0, 0.5); }
      .articles.list .pagination ul a:hover {
        background: black; }

.articles article {
  text-align: justify; }
  .articles article header {
    margin-bottom: 30px; }
  .articles article img {
    border: 1px solid #f6c64c; }
  .articles article p {
    margin-bottom: 20px; }
    .articles article p:last-of-type {
      margin-bottom: 0; }

.articles .categories-list {
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
  font-size: 1.3rem;
  color: #fff; }
  .articles .categories-list li {
    display: inline-block;
    margin-right: 10px; }
  .articles .categories-list a {
    display: block; }
    .articles .categories-list a:hover {
      color: #f6c64c; }

.articles.single img.alignright {
  margin-left: 15px; }

.articles.single img.alignleft {
  margin-right: 15px; }

.product-box {
  margin-bottom: 40px;
  text-align: justify; }
  .product-box header {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .product-box ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .product-box .price {
    padding-left: 20px;
    font-size: 2.5rem;
    font-family: 'Roboto', sans-serif;
    color: #f6c64c; }
  .product-box .extra-options li {
    margin-bottom: 10px; }
  .product-box .extra-options label + span {
    font-weight: 700;
    margin-left: 15px; }
    .product-box .extra-options label + span:before {
      content: '('; }
    .product-box .extra-options label + span:after {
      content: ')'; }

#product-gallery .main-img {
  margin-bottom: 10px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  transition: all 0.5s; }
  #product-gallery .main-img:after {
    content: '';
    display: block;
    padding-bottom: 100%; }

.product-meta ul {
  list-style-type: none;
  margin: 30px 0;
  font-size: 1.2rem;
  display: flex;
  align-items: center; }

.product-meta .product-share li {
  padding-right: 10px; }

.product-meta .product-extra {
  justify-content: space-between; }

.product-search {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid rgba(246, 198, 76, 0.5); }
