@charset "UTF-8";
/**
  * Component & Type sizing, normal and small.
  */
/* Adjust this to adjust your REM sizes on tablets and larger screens, 1REM equals the size you set here. */
/* Adjust this to adjust your EM sizes on tablets and larger screens. EM is used for typography. 1EM equals the size you set here.*/
/* Adjust this to adjust your REM sizes on phones, 1REM equals the size you set here. */
/* Adjust this to adjust your EM sizes on phones. EM is used for typography. 1EM equals the size you set here.*/
/**
  * Line-height
  */
/**
  * Paddings/borders for buttons and inputs
  */
/* Borders for buttons and inputs are set to 1px by default */
/**
  * Breakpoints
  */
/* Phone landscape minimum */
/* Tablet portrait minimum */
/* Tablet landscape minimum */
/* Desktop minimum */
/* Margin added to the breakpoint */
/* Breakpoint at which the EM & REM sizes switch to small */
/**
  * Colors and tints
  */
/* Standard text color */
/**
  * Border radius
  */
/* Used on buttons, form elements, etc */
/* Not used, but will come in handy */
/**
  * Heading sizes
  */
/**
  * Font-weights, you can set your own values to match your font.
  */
/**
  * Base font stack
  */
/**
  * Container
  */
/**
  * Button
  */
/**
  * Clearfix
  */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/**
  * Set the REM size on the HTML
  * Smaller size on $tablet-portrait-size
  */
html {
  font-size: 10px;
  /* Small rem-size */ }
  @media (min-width: 768px) {
    html {
      font-size: 15px;
      /* Regular font-size */ } }

/**
  * Body properties
  * EM size is set here for typography
  */
body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.4;
  color: #000;
  font-size: 13px;
  /* Small font-size */ }
  @media (min-width: 768px) {
    body {
      font-size: 15px;
      /* Regular font-size */ } }

/**
  * Border-box-sizing on all elements & pseudo elements
  */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/**
  * Container base styles.
  */
.container,
.container-full-width,
.container-pp,
.container-pl,
.container-tp,
.container-tl {
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  @media (min-width: 768px) {
    .container,
    .container-full-width,
    .container-pp,
    .container-pl,
    .container-tp,
    .container-tl {
      padding-right: 1rem;
      padding-left: 1rem; } }
  .container:before,
  .container-full-width:before,
  .container-pp:before,
  .container-pl:before,
  .container-tp:before,
  .container-tl:before {
    content: " ";
    display: table; }
  .container:after,
  .container-full-width:after,
  .container-pp:after,
  .container-pl:after,
  .container-tp:after,
  .container-tl:after {
    content: " ";
    display: table;
    clear: both; }

/**
  * Media queries for containers, set container size per media query.
  */
@media (min-width: 540px) {
  .container,
  .container-tl,
  .container-tp,
  .container-pl {
    max-width: 520px; } }

@media (min-width: 768px) {
  .container,
  .container-tl,
  .container-tp {
    max-width: 748px; } }

@media (min-width: 991px) {
  .container,
  .container-tl {
    max-width: 971px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1180px; } }

/**
  * Rows & Columns
  */
.row {
  margin-right: -1.5rem;
  margin-left: -1.5rem; }
  @media (min-width: 768px) {
    .row {
      margin-right: -1rem;
      margin-left: -1rem; } }
  .row:before {
    content: " ";
    display: table; }
  .row:after {
    content: " ";
    display: table;
    clear: both; }
  .row .col-pp-10,
  .row .col-pp-20,
  .row .col-pp-25,
  .row .col-pp-30,
  .row .col-pp-33,
  .row .col-pp-40,
  .row .col-pp-50,
  .row .col-pp-60,
  .row .col-pp-70,
  .row .col-pp-66,
  .row .col-pp-75,
  .row .col-pp-80,
  .row .col-pp-90,
  .row .col-pp-100,
  .row .col-pl-10,
  .row .col-pl-20,
  .row .col-pl-25,
  .row .col-pl-30,
  .row .col-pl-33,
  .row .col-pl-40,
  .row .col-pl-50,
  .row .col-pl-60,
  .row .col-pl-66,
  .row .col-pl-70,
  .row .col-pl-75,
  .row .col-pl-80,
  .row .col-pl-90,
  .row .col-pl-100,
  .row .col-tp-10,
  .row .col-tp-20,
  .row .col-tp-25,
  .row .col-tp-30,
  .row .col-tp-33,
  .row .col-tp-40,
  .row .col-tp-50,
  .row .col-tp-60,
  .row .col-tp-66,
  .row .col-tp-70,
  .row .col-tp-75,
  .row .col-tp-80,
  .row .col-tp-90,
  .row .col-tp-100,
  .row .col-tl-10,
  .row .col-tl-20,
  .row .col-tl-25,
  .row .col-tl-30,
  .row .col-tl-33,
  .row .col-tl-40,
  .row .col-tl-50,
  .row .col-tl-60,
  .row .col-tl-66,
  .row .col-tl-70,
  .row .col-tl-75,
  .row .col-tl-80,
  .row .col-tl-90,
  .row .col-tl-100,
  .row .col-dt-10,
  .row .col-dt-20,
  .row .col-dt-25,
  .row .col-dt-30,
  .row .col-dt-33,
  .row .col-dt-40,
  .row .col-dt-50,
  .row .col-dt-60,
  .row .col-dt-66,
  .row .col-dt-70,
  .row .col-dt-75,
  .row .col-dt-80,
  .row .col-dt-90,
  .row .col-dt-100 {
    position: relative;
    width: 100%;
    float: left;
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
    @media (min-width: 768px) {
      .row .col-pp-10,
      .row .col-pp-20,
      .row .col-pp-25,
      .row .col-pp-30,
      .row .col-pp-33,
      .row .col-pp-40,
      .row .col-pp-50,
      .row .col-pp-60,
      .row .col-pp-70,
      .row .col-pp-66,
      .row .col-pp-75,
      .row .col-pp-80,
      .row .col-pp-90,
      .row .col-pp-100,
      .row .col-pl-10,
      .row .col-pl-20,
      .row .col-pl-25,
      .row .col-pl-30,
      .row .col-pl-33,
      .row .col-pl-40,
      .row .col-pl-50,
      .row .col-pl-60,
      .row .col-pl-66,
      .row .col-pl-70,
      .row .col-pl-75,
      .row .col-pl-80,
      .row .col-pl-90,
      .row .col-pl-100,
      .row .col-tp-10,
      .row .col-tp-20,
      .row .col-tp-25,
      .row .col-tp-30,
      .row .col-tp-33,
      .row .col-tp-40,
      .row .col-tp-50,
      .row .col-tp-60,
      .row .col-tp-66,
      .row .col-tp-70,
      .row .col-tp-75,
      .row .col-tp-80,
      .row .col-tp-90,
      .row .col-tp-100,
      .row .col-tl-10,
      .row .col-tl-20,
      .row .col-tl-25,
      .row .col-tl-30,
      .row .col-tl-33,
      .row .col-tl-40,
      .row .col-tl-50,
      .row .col-tl-60,
      .row .col-tl-66,
      .row .col-tl-70,
      .row .col-tl-75,
      .row .col-tl-80,
      .row .col-tl-90,
      .row .col-tl-100,
      .row .col-dt-10,
      .row .col-dt-20,
      .row .col-dt-25,
      .row .col-dt-30,
      .row .col-dt-33,
      .row .col-dt-40,
      .row .col-dt-50,
      .row .col-dt-60,
      .row .col-dt-66,
      .row .col-dt-70,
      .row .col-dt-75,
      .row .col-dt-80,
      .row .col-dt-90,
      .row .col-dt-100 {
        padding-right: 1rem;
        padding-left: 1rem; } }
  .row .col-pp-10 {
    width: 10%; }
  .row .col-pp-20 {
    width: 20%; }
  .row .col-pp-25 {
    width: 25%; }
  .row .col-pp-30 {
    width: 30%; }
  .row .col-pp-33 {
    width: 33.3333%; }
  .row .col-pp-40 {
    width: 40%; }
  .row .col-pp-50 {
    width: 50%; }
  .row .col-pp-60 {
    width: 60%; }
  .row .col-pp-66 {
    width: 66.6666%; }
  .row .col-pp-70 {
    width: 70%; }
  .row .col-pp-75 {
    width: 75%; }
  .row .col-pp-80 {
    width: 80%; }
  .row .col-pp-90 {
    width: 90%; }
  .row .col-pp-100 {
    width: 100%; }
  @media (min-width: 540px) {
    .row .col-pl-10 {
      width: 10%; }
    .row .col-pl-20 {
      width: 20%; }
    .row .col-pl-25 {
      width: 25%; }
    .row .col-pl-30 {
      width: 30%; }
    .row .col-pl-33 {
      width: 33.3333%; }
    .row .col-pl-40 {
      width: 40%; }
    .row .col-pl-50 {
      width: 50%; }
    .row .col-pl-60 {
      width: 60%; }
    .row .col-pl-66 {
      width: 66.6666%; }
    .row .col-pl-70 {
      width: 70%; }
    .row .col-pl-75 {
      width: 75%; }
    .row .col-pl-80 {
      width: 80%; }
    .row .col-pl-90 {
      width: 90%; }
    .row .col-pl-100 {
      width: 100%; } }
  @media (min-width: 768px) {
    .row .col-tp-10 {
      width: 10%; }
    .row .col-tp-20 {
      width: 20%; }
    .row .col-tp-25 {
      width: 25%; }
    .row .col-tp-30 {
      width: 30%; }
    .row .col-tp-33 {
      width: 33.3333%; }
    .row .col-tp-40 {
      width: 40%; }
    .row .col-tp-50 {
      width: 50%; }
    .row .col-tp-60 {
      width: 60%; }
    .row .col-tp-66 {
      width: 66.6666%; }
    .row .col-tp-70 {
      width: 70%; }
    .row .col-tp-75 {
      width: 75%; }
    .row .col-tp-80 {
      width: 80%; }
    .row .col-tp-90 {
      width: 90%; }
    .row .col-tp-100 {
      width: 100%; } }
  @media (min-width: 991px) {
    .row .col-tl-10 {
      width: 10%; }
    .row .col-tl-20 {
      width: 20%; }
    .row .col-tl-25 {
      width: 25%; }
    .row .col-tl-30 {
      width: 30%; }
    .row .col-tl-33 {
      width: 33.3333%; }
    .row .col-tl-40 {
      width: 40%; }
    .row .col-tl-50 {
      width: 50%; }
    .row .col-tl-60 {
      width: 60%; }
    .row .col-tl-66 {
      width: 66.6666%; }
    .row .col-tl-70 {
      width: 70%; }
    .row .col-tl-75 {
      width: 75%; }
    .row .col-tl-80 {
      width: 80%; }
    .row .col-tl-90 {
      width: 90%; }
    .row .col-tl-100 {
      width: 100%; } }
  @media (min-width: 1200px) {
    .row .col-dt-10 {
      width: 10%; }
    .row .col-dt-20 {
      width: 20%; }
    .row .col-dt-25 {
      width: 25%; }
    .row .col-dt-30 {
      width: 30%; }
    .row .col-dt-33 {
      width: 33.3333%; }
    .row .col-dt-40 {
      width: 40%; }
    .row .col-dt-50 {
      width: 50%; }
    .row .col-dt-60 {
      width: 60%; }
    .row .col-dt-66 {
      width: 66.6666%; }
    .row .col-dt-70 {
      width: 70%; }
    .row .col-dt-75 {
      width: 75%; }
    .row .col-dt-80 {
      width: 80%; }
    .row .col-dt-90 {
      width: 90%; }
    .row .col-dt-100 {
      width: 100%; } }

/**
  * Offsets for columns
  */
@media (max-width: 539px) {
  .offset-pp-10 {
    margin-left: 10%; }
  .offset-pp-20 {
    margin-left: 20%; }
  .offset-pp-25 {
    margin-left: 25%; }
  .offset-pp-30 {
    margin-left: 30%; }
  .offset-pp-33 {
    margin-left: 33.3333%; }
  .offset-pp-40 {
    margin-left: 40%; }
  .offset-pp-50 {
    margin-left: 50%; }
  .offset-pp-60 {
    margin-left: 60%; }
  .offset-pp-66 {
    margin-left: 66.6666%; }
  .offset-pp-70 {
    margin-left: 70%; }
  .offset-pp-75 {
    margin-left: 75%; }
  .offset-pp-80 {
    margin-left: 80%; }
  .offset-pp-90 {
    margin-left: 90%; } }

@media (min-width: 540px) {
  .offset-pl-10 {
    margin-left: 10%; }
  .offset-pl-20 {
    margin-left: 20%; }
  .offset-pl-25 {
    margin-left: 25%; }
  .offset-pl-30 {
    margin-left: 30%; }
  .offset-pl-33 {
    margin-left: 33.3333%; }
  .offset-pl-40 {
    margin-left: 40%; }
  .offset-pl-50 {
    margin-left: 50%; }
  .offset-pl-60 {
    margin-left: 60%; }
  .offset-pl-66 {
    margin-left: 66.6666%; }
  .offset-pl-70 {
    margin-left: 70%; }
  .offset-pl-75 {
    margin-left: 75%; }
  .offset-pl-80 {
    margin-left: 80%; }
  .offset-pl-90 {
    margin-left: 80%; } }

@media (min-width: 768px) {
  .offset-tp-10 {
    margin-left: 10%; }
  .offset-tp-20 {
    margin-left: 20%; }
  .offset-tp-25 {
    margin-left: 25%; }
  .offset-tp-30 {
    margin-left: 30%; }
  .offset-tp-33 {
    margin-left: 33.3333%; }
  .offset-tp-40 {
    margin-left: 40%; }
  .offset-tp-50 {
    margin-left: 50%; }
  .offset-tp-60 {
    margin-left: 60%; }
  .offset-tp-66 {
    margin-left: 66.6666%; }
  .offset-tp-70 {
    margin-left: 70%; }
  .offset-tp-75 {
    margin-left: 75%; }
  .offset-tp-80 {
    margin-left: 80%; }
  .offset-tp-90 {
    margin-left: 90%; } }

@media (min-width: 991px) {
  .offset-tl-10 {
    margin-left: 10%; }
  .offset-tl-20 {
    margin-left: 20%; }
  .offset-tl-25 {
    margin-left: 25%; }
  .offset-tl-30 {
    margin-left: 30%; }
  .offset-tl-33 {
    margin-left: 33.3333%; }
  .offset-tl-40 {
    margin-left: 40%; }
  .offset-tl-50 {
    margin-left: 50%; }
  .offset-tl-60 {
    margin-left: 60%; }
  .offset-tl-66 {
    margin-left: 66.6666%; }
  .offset-tl-70 {
    margin-left: 70%; }
  .offset-tl-75 {
    margin-left: 75%; }
  .offset-tl-80 {
    margin-left: 80%; }
  .offset-tl-90 {
    margin-left: 90%; } }

@media (min-width: 1200px) {
  .offset-dt-10 {
    margin-left: 10%; }
  .offset-dt-20 {
    margin-left: 20%; }
  .offset-dt-25 {
    margin-left: 25%; }
  .offset-dt-30 {
    margin-left: 30%; }
  .offset-dt-33 {
    margin-left: 33.3333%; }
  .offset-dt-40 {
    margin-left: 40%; }
  .offset-dt-50 {
    margin-left: 50%; }
  .offset-dt-60 {
    margin-left: 60%; }
  .offset-dt-66 {
    margin-left: 66.6666%; }
  .offset-dt-70 {
    margin-left: 70%; }
  .offset-dt-75 {
    margin-left: 75%; }
  .offset-dt-80 {
    margin-left: 80%; }
  .offset-dt-90 {
    margin-left: 90%; } }

/**
  * Push classes for columns
  */
@media (max-width: 539px) {
  .push-pp-10 {
    left: 10%; }
  .push-pp-20 {
    left: 20%; }
  .push-pp-25 {
    left: 25%; }
  .push-pp-30 {
    left: 30%; }
  .push-pp-33 {
    left: 33.3333%; }
  .push-pp-40 {
    left: 40%; }
  .push-pp-50 {
    left: 50%; }
  .push-pp-60 {
    left: 60%; }
  .push-pp-66 {
    left: 66.6666%; }
  .push-pp-70 {
    left: 70%; }
  .push-pp-75 {
    left: 75%; }
  .push-pp-80 {
    left: 80%; }
  .push-pp-90 {
    left: 90%; } }

@media (min-width: 540px) {
  .push-pl-10 {
    left: 10%; }
  .push-pl-20 {
    left: 20%; }
  .push-pl-25 {
    left: 25%; }
  .push-pl-30 {
    left: 30%; }
  .push-pl-33 {
    left: 33.3333%; }
  .push-pl-40 {
    left: 40%; }
  .push-pl-50 {
    left: 50%; }
  .push-pl-60 {
    left: 60%; }
  .push-pl-66 {
    left: 66.6666%; }
  .push-pl-70 {
    left: 70%; }
  .push-pl-75 {
    left: 75%; }
  .push-pl-80 {
    left: 80%; }
  .push-pl-90 {
    left: 90%; } }

@media (min-width: 768px) {
  .push-tp-10 {
    left: 10%; }
  .push-tp-20 {
    left: 20%; }
  .push-tp-25 {
    left: 25%; }
  .push-tp-30 {
    left: 30%; }
  .push-tp-33 {
    left: 33.3333%; }
  .push-tp-40 {
    left: 40%; }
  .push-tp-50 {
    left: 50%; }
  .push-tp-60 {
    left: 60%; }
  .push-tp-66 {
    left: 66.6666%; }
  .push-tp-70 {
    left: 70%; }
  .push-tp-75 {
    left: 75%; }
  .push-tp-80 {
    left: 80%; }
  .push-tp-90 {
    left: 90%; } }

@media (min-width: 991px) {
  .push-tl-10 {
    left: 10%; }
  .push-tl-20 {
    left: 20%; }
  .push-tl-25 {
    left: 25%; }
  .push-tl-30 {
    left: 30%; }
  .push-tl-33 {
    left: 33.3333%; }
  .push-tl-40 {
    left: 40%; }
  .push-tl-50 {
    left: 50%; }
  .push-tl-60 {
    left: 60%; }
  .push-tl-66 {
    left: 66.6666%; }
  .push-tl-70 {
    left: 70%; }
  .push-tl-75 {
    left: 75%; }
  .push-tl-80 {
    left: 80%; }
  .push-tl-90 {
    left: 90%; } }

@media (min-width: 1200px) {
  .push-dt-10 {
    left: 10%; }
  .push-dt-20 {
    left: 20%; }
  .push-dt-25 {
    left: 25%; }
  .push-dt-30 {
    left: 30%; }
  .push-dt-33 {
    left: 33.3333%; }
  .push-dt-40 {
    left: 40%; }
  .push-dt-50 {
    left: 50%; }
  .push-dt-60 {
    left: 60%; }
  .push-dt-66 {
    left: 66.6666%; }
  .push-dt-70 {
    left: 70%; }
  .push-dt-75 {
    left: 75%; }
  .push-dt-80 {
    left: 80%; }
  .push-dt-90 {
    left: 90%; } }

/**
  * Pull classes for columns
  */
@media (max-width: 539px) {
  .pull-pp-10 {
    right: 10%; }
  .pull-pp-20 {
    right: 20%; }
  .pull-pp-25 {
    right: 25%; }
  .pull-pp-30 {
    right: 30%; }
  .pull-pp-33 {
    right: 33.3333%; }
  .pull-pp-40 {
    right: 40%; }
  .pull-pp-50 {
    right: 50%; }
  .pull-pp-60 {
    right: 60%; }
  .pull-pp-66 {
    right: 66.6666%; }
  .pull-pp-70 {
    right: 70%; }
  .pull-pp-75 {
    right: 75%; }
  .pull-pp-80 {
    right: 80%; }
  .pull-pp-90 {
    right: 90%; } }

@media (min-width: 540px) {
  .pull-pl-10 {
    right: 10%; }
  .pull-pl-20 {
    right: 20%; }
  .pull-pl-25 {
    right: 25%; }
  .pull-pl-30 {
    right: 30%; }
  .pull-pl-33 {
    right: 33.3333%; }
  .pull-pl-40 {
    right: 40%; }
  .pull-pl-50 {
    right: 50%; }
  .pull-pl-60 {
    right: 60%; }
  .pull-pl-66 {
    right: 66.6666%; }
  .pull-pl-70 {
    right: 70%; }
  .pull-pl-75 {
    right: 75%; }
  .pull-pl-80 {
    right: 80%; }
  .pull-pl-90 {
    right: 90%; } }

@media (min-width: 768px) {
  .pull-tp-10 {
    right: 10%; }
  .pull-tp-20 {
    right: 20%; }
  .pull-tp-25 {
    right: 25%; }
  .pull-tp-30 {
    right: 30%; }
  .pull-tp-33 {
    right: 33.3333%; }
  .pull-tp-40 {
    right: 40%; }
  .pull-tp-50 {
    right: 50%; }
  .pull-tp-60 {
    right: 60%; }
  .pull-tp-66 {
    right: 66.6666%; }
  .pull-tp-70 {
    right: 70%; }
  .pull-tp-75 {
    right: 75%; }
  .pull-tp-80 {
    right: 80%; }
  .pull-tp-90 {
    right: 90%; } }

@media (min-width: 991px) {
  .pull-tl-10 {
    right: 10%; }
  .pull-tl-20 {
    right: 20%; }
  .pull-tl-25 {
    right: 25%; }
  .pull-tl-30 {
    right: 30%; }
  .pull-tl-33 {
    right: 33.3333%; }
  .pull-tl-40 {
    right: 40%; }
  .pull-tl-50 {
    right: 50%; }
  .pull-tl-60 {
    right: 60%; }
  .pull-tl-66 {
    right: 66.6666%; }
  .pull-tl-70 {
    right: 70%; }
  .pull-tl-75 {
    right: 75%; }
  .pull-tl-80 {
    right: 80%; }
  .pull-tl-90 {
    right: 90%; } }

@media (min-width: 1200px) {
  .pull-dt-10 {
    right: 10%; }
  .pull-dt-20 {
    right: 20%; }
  .pull-dt-25 {
    right: 25%; }
  .pull-dt-30 {
    right: 30%; }
  .pull-dt-33 {
    right: 33.3333%; }
  .pull-dt-40 {
    right: 40%; }
  .pull-dt-50 {
    right: 50%; }
  .pull-dt-60 {
    right: 60%; }
  .pull-dt-66 {
    right: 66.6666%; }
  .pull-dt-70 {
    right: 70%; }
  .pull-dt-75 {
    right: 75%; }
  .pull-dt-80 {
    right: 80%; }
  .pull-dt-90 {
    right: 90%; } }

/**
  * Rows & Columns for the grid
  */
.row-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-right: -1.5rem;
  margin-left: -1.5rem; }
  @media (min-width: 768px) {
    .row-flex {
      margin-right: -1rem;
      margin-left: -1rem; } }
  .row-flex:before {
    display: table; }
  .row-flex:after {
    content: " ";
    display: table;
    clear: both; }
  .row-flex .col {
    position: relative;
    display: block;
    flex: 1;
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
    @media (min-width: 768px) {
      .row-flex .col {
        padding-right: 1rem;
        padding-left: 1rem; } }
  .row-flex .col-pp-10,
  .row-flex .col-pp-20,
  .row-flex .col-pp-25,
  .row-flex .col-pp-30,
  .row-flex .col-pp-33,
  .row-flex .col-pp-40,
  .row-flex .col-pp-50,
  .row-flex .col-pp-60,
  .row-flex .col-pp-70,
  .row-flex .col-pp-66,
  .row-flex .col-pp-75,
  .row-flex .col-pp-80,
  .row-flex .col-pp-90,
  .row-flex .col-pp-100,
  .row-flex .col-pl-10,
  .row-flex .col-pl-20,
  .row-flex .col-pl-25,
  .row-flex .col-pl-30,
  .row-flex .col-pl-33,
  .row-flex .col-pl-40,
  .row-flex .col-pl-50,
  .row-flex .col-pl-60,
  .row-flex .col-pl-66,
  .row-flex .col-pl-70,
  .row-flex .col-pl-75,
  .row-flex .col-pl-80,
  .row-flex .col-pl-90,
  .row-flex .col-pl-100,
  .row-flex .col-tp-10,
  .row-flex .col-tp-20,
  .row-flex .col-tp-25,
  .row-flex .col-tp-30,
  .row-flex .col-tp-33,
  .row-flex .col-tp-40,
  .row-flex .col-tp-50,
  .row-flex .col-tp-60,
  .row-flex .col-tp-66,
  .row-flex .col-tp-70,
  .row-flex .col-tp-75,
  .row-flex .col-tp-80,
  .row-flex .col-tp-90,
  .row-flex .col-tp-100,
  .row-flex .col-tl-10,
  .row-flex .col-tl-20,
  .row-flex .col-tl-25,
  .row-flex .col-tl-30,
  .row-flex .col-tl-33,
  .row-flex .col-tl-40,
  .row-flex .col-tl-50,
  .row-flex .col-tl-60,
  .row-flex .col-tl-66,
  .row-flex .col-tl-70,
  .row-flex .col-tl-75,
  .row-flex .col-tl-80,
  .row-flex .col-tl-90,
  .row-flex .col-tl-100,
  .row-flex .col-dt-10,
  .row-flex .col-dt-20,
  .row-flex .col-dt-25,
  .row-flex .col-dt-30,
  .row-flex .col-dt-33,
  .row-flex .col-dt-40,
  .row-flex .col-dt-50,
  .row-flex .col-dt-60,
  .row-flex .col-dt-66,
  .row-flex .col-dt-70,
  .row-flex .col-dt-75,
  .row-flex .col-dt-80,
  .row-flex .col-dt-90,
  .row-flex .col-dt-100 {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
    @media (min-width: 768px) {
      .row-flex .col-pp-10,
      .row-flex .col-pp-20,
      .row-flex .col-pp-25,
      .row-flex .col-pp-30,
      .row-flex .col-pp-33,
      .row-flex .col-pp-40,
      .row-flex .col-pp-50,
      .row-flex .col-pp-60,
      .row-flex .col-pp-70,
      .row-flex .col-pp-66,
      .row-flex .col-pp-75,
      .row-flex .col-pp-80,
      .row-flex .col-pp-90,
      .row-flex .col-pp-100,
      .row-flex .col-pl-10,
      .row-flex .col-pl-20,
      .row-flex .col-pl-25,
      .row-flex .col-pl-30,
      .row-flex .col-pl-33,
      .row-flex .col-pl-40,
      .row-flex .col-pl-50,
      .row-flex .col-pl-60,
      .row-flex .col-pl-66,
      .row-flex .col-pl-70,
      .row-flex .col-pl-75,
      .row-flex .col-pl-80,
      .row-flex .col-pl-90,
      .row-flex .col-pl-100,
      .row-flex .col-tp-10,
      .row-flex .col-tp-20,
      .row-flex .col-tp-25,
      .row-flex .col-tp-30,
      .row-flex .col-tp-33,
      .row-flex .col-tp-40,
      .row-flex .col-tp-50,
      .row-flex .col-tp-60,
      .row-flex .col-tp-66,
      .row-flex .col-tp-70,
      .row-flex .col-tp-75,
      .row-flex .col-tp-80,
      .row-flex .col-tp-90,
      .row-flex .col-tp-100,
      .row-flex .col-tl-10,
      .row-flex .col-tl-20,
      .row-flex .col-tl-25,
      .row-flex .col-tl-30,
      .row-flex .col-tl-33,
      .row-flex .col-tl-40,
      .row-flex .col-tl-50,
      .row-flex .col-tl-60,
      .row-flex .col-tl-66,
      .row-flex .col-tl-70,
      .row-flex .col-tl-75,
      .row-flex .col-tl-80,
      .row-flex .col-tl-90,
      .row-flex .col-tl-100,
      .row-flex .col-dt-10,
      .row-flex .col-dt-20,
      .row-flex .col-dt-25,
      .row-flex .col-dt-30,
      .row-flex .col-dt-33,
      .row-flex .col-dt-40,
      .row-flex .col-dt-50,
      .row-flex .col-dt-60,
      .row-flex .col-dt-66,
      .row-flex .col-dt-70,
      .row-flex .col-dt-75,
      .row-flex .col-dt-80,
      .row-flex .col-dt-90,
      .row-flex .col-dt-100 {
        padding-right: 1rem;
        padding-left: 1rem; } }
  .row-flex .col-pp-10 {
    flex: 0 0 10%;
    max-width: 10%; }
  .row-flex .col-pp-20 {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-flex .col-pp-25 {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-flex .col-pp-30 {
    flex: 0 0 30%;
    max-width: 30%; }
  .row-flex .col-pp-33 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%; }
  .row-flex .col-pp-40 {
    flex: 0 0 40%;
    max-width: 40%; }
  .row-flex .col-pp-50 {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-flex .col-pp-60 {
    flex: 0 0 60%;
    max-width: 60%; }
  .row-flex .col-pp-66 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%; }
  .row-flex .col-pp-70 {
    flex: 0 0 70%;
    max-width: 70%; }
  .row-flex .col-pp-75 {
    flex: 0 0 75%;
    max-width: 75%; }
  .row-flex .col-pp-80 {
    flex: 0 0 80%;
    max-width: 80%; }
  .row-flex .col-pp-90 {
    flex: 0 0 90%;
    max-width: 90%; }
  .row-flex .col-pp-100 {
    flex: 0 0 100%;
    max-width: 100%; }
  @media (min-width: 540px) {
    .row-flex .col-pl-10 {
      flex: 0 0 10%;
      max-width: 10%; }
    .row-flex .col-pl-20 {
      flex: 0 0 20%;
      max-width: 20%; }
    .row-flex .col-pl-25 {
      flex: 0 0 25%;
      max-width: 25%; }
    .row-flex .col-pl-30 {
      flex: 0 0 30%;
      max-width: 30%; }
    .row-flex .col-pl-33 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; }
    .row-flex .col-pl-40 {
      flex: 0 0 40%;
      max-width: 40%; }
    .row-flex .col-pl-50 {
      flex: 0 0 50%;
      max-width: 50%; }
    .row-flex .col-pl-60 {
      flex: 0 0 60%;
      max-width: 60%; }
    .row-flex .col-pl-66 {
      flex: 0 0 66.6666%;
      max-width: 66.6666%; }
    .row-flex .col-pl-70 {
      flex: 0 0 70%;
      max-width: 70%; }
    .row-flex .col-pl-75 {
      flex: 0 0 75%;
      max-width: 75%; }
    .row-flex .col-pl-80 {
      flex: 0 0 80%;
      max-width: 80%; }
    .row-flex .col-pl-90 {
      flex: 0 0 90%;
      max-width: 90%; }
    .row-flex .col-pl-100 {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .row-flex .col-tp-10 {
      flex: 0 0 10%;
      max-width: 10%; }
    .row-flex .col-tp-20 {
      flex: 0 0 20%;
      max-width: 20%; }
    .row-flex .col-tp-25 {
      flex: 0 0 25%;
      max-width: 25%; }
    .row-flex .col-tp-30 {
      flex: 0 0 30%;
      max-width: 30%; }
    .row-flex .col-tp-33 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; }
    .row-flex .col-tp-40 {
      flex: 0 0 40%;
      max-width: 40%; }
    .row-flex .col-tp-50 {
      flex: 0 0 50%;
      max-width: 50%; }
    .row-flex .col-tp-60 {
      flex: 0 0 60%;
      max-width: 60%; }
    .row-flex .col-tp-66 {
      flex: 0 0 66.6666%;
      max-width: 66.6666%; }
    .row-flex .col-tp-70 {
      flex: 0 0 70%;
      max-width: 70%; }
    .row-flex .col-tp-75 {
      flex: 0 0 75%;
      max-width: 75%; }
    .row-flex .col-tp-80 {
      flex: 0 0 80%;
      max-width: 80%; }
    .row-flex .col-tp-90 {
      flex: 0 0 90%;
      max-width: 90%; }
    .row-flex .col-tp-100 {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 991px) {
    .row-flex .col-tl-10 {
      flex: 0 0 10%;
      max-width: 10%; }
    .row-flex .col-tl-20 {
      flex: 0 0 20%;
      max-width: 20%; }
    .row-flex .col-tl-25 {
      flex: 0 0 25%;
      max-width: 25%; }
    .row-flex .col-tl-30 {
      flex: 0 0 30%;
      max-width: 30%; }
    .row-flex .col-tl-33 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; }
    .row-flex .col-tl-40 {
      flex: 0 0 40%;
      max-width: 40%; }
    .row-flex .col-tl-50 {
      flex: 0 0 50%;
      max-width: 50%; }
    .row-flex .col-tl-60 {
      flex: 0 0 60%;
      max-width: 60%; }
    .row-flex .col-tl-66 {
      flex: 0 0 66.6666%;
      max-width: 66.6666%; }
    .row-flex .col-tl-70 {
      flex: 0 0 70%;
      max-width: 70%; }
    .row-flex .col-tl-75 {
      flex: 0 0 75%;
      max-width: 75%; }
    .row-flex .col-tl-80 {
      flex: 0 0 80%;
      max-width: 80%; }
    .row-flex .col-tl-90 {
      flex: 0 0 90%;
      max-width: 90%; }
    .row-flex .col-tl-100 {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .row-flex .col-dt-10 {
      flex: 0 0 10%;
      max-width: 10%; }
    .row-flex .col-dt-20 {
      flex: 0 0 20%;
      max-width: 20%; }
    .row-flex .col-dt-25 {
      flex: 0 0 25%;
      max-width: 25%; }
    .row-flex .col-dt-30 {
      flex: 0 0 30%;
      max-width: 30%; }
    .row-flex .col-dt-33 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; }
    .row-flex .col-dt-40 {
      flex: 0 0 40%;
      max-width: 40%; }
    .row-flex .col-dt-50 {
      flex: 0 0 50%;
      max-width: 50%; }
    .row-flex .col-dt-60 {
      flex: 0 0 60%;
      max-width: 60%; }
    .row-flex .col-dt-66 {
      flex: 0 0 66.6666%;
      max-width: 66.6666%; }
    .row-flex .col-dt-70 {
      flex: 0 0 70%;
      max-width: 70%; }
    .row-flex .col-dt-75 {
      flex: 0 0 75%;
      max-width: 75%; }
    .row-flex .col-dt-80 {
      flex: 0 0 80%;
      max-width: 80%; }
    .row-flex .col-dt-90 {
      flex: 0 0 90%;
      max-width: 90%; }
    .row-flex .col-dt-100 {
      flex: 0 0 100%;
      max-width: 100%; } }

/**
  * Flexbox main class
  */
.display-flex, .flexify-cc {
  display: flex; }

.display-inline-flex {
  display: inline-flex; }

/**
  * Flex Parent Configuration
  */
.flex-direction-row {
  flex-direction: row; }

.flex-direction-row-reverse {
  flex-direction: row-reverse; }

.flex-direction-column {
  flex-direction: column; }

.flex-direction-column-reverse {
  flex-direction: column-reverse; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-no-wrap {
  flex-wrap: nowrap; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse; }

.items-left,
.flex-justify-content-start {
  justify-content: flex-start; }

.items-right,
.flex-justify-content-end {
  justify-content: flex-end; }

.items-center-h,
.flex-justify-content-center,
.flexify-cc {
  justify-content: center; }

.items-spaced-between,
.flex-justify-content-between {
  justify-content: space-between; }

.items-spaced-around,
.flex-justify-content-around {
  justify-content: space-around; }

.items-top,
.flex-align-items-start {
  align-items: flex-start; }

.items-bottom,
.flex-align-items-end {
  align-items: flex-end; }

.items-center-v,
.flex-align-items-center,
.flexify-cc {
  align-items: center; }

.items-baseline,
.flex-align-items-baseline {
  align-items: baseline; }

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

.flex-align-content-start {
  align-content: flex-start; }

.flex-align-content-end {
  align-content: flex-end; }

.flex-align-content-center {
  align-content: center; }

.flex-align-content-between {
  align-content: space-between; }

.flex-align-content-around {
  align-content: space-around; }

.flex-align-content-stretch {
  align-content: stretch; }

/**
  * Flex Children Configuration
  * flex-order, flex-grow, flex-shrink, flex-basis are not included.
  */
.flex-align-self-auto {
  align-self: auto; }

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

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

.item-center-v,
.flex-align-self-center {
  align-self: center; }

.item-baseline,
.flex-align-self-baseline {
  align-self: baseline; }

.flex-align-self-stretch {
  align-self: stretch; }

.item-first {
  order: -1; }

.item-last {
  order: 1; }

/**
  * Fix outlines on focus & visited
  */
*:focus, *:visited {
  outline: none !important; }

/**
  * Pargraphs & links
  */
p {
  margin-top: 0;
  margin-bottom: 1.3em;
  font-size: 1em; }

a {
  color: #426AFB;
  outline: none; }
  a:hover, a:focus, a:visited {
    color: #0537ec;
    outline: none; }

/**
  * Summary & Split
  */
/* Bumps up the font-size and decreases font-weight */
.summary {
  font-size: 1.1em;
  font-weight: 700; }
  @media (min-width: 768px) {
    .summary {
      font-size: 1.1429em;
      font-weight: 300; } }

/** 
  * Breaks a text element into two columns until $phone-landscape-size is reached
  */
.split {
  column-count: 0;
  column-gap: 0; }
  @media (min-width: 768px) {
    .split {
      column-count: 2;
      column-gap: 1rem; } }

/**
  * Headings & corresponding classes
  */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
  color: #000;
  font-family: "Miriam Libre", sans-serif; }

h1, .h1 {
  font-size: 3.157em; }
  h1:not(.h1), .h1:not(.h1) {
    margin-top: 0; }

h2, .h2 {
  font-size: 2.369em; }

h3, .h3 {
  font-size: 1.5em; }

h4, .h4 {
  font-size: 1.333em; }

h5, .h5 {
  font-size: 1em; }

small, h6, .h6 {
  font-size: 0.75em; }

/**
  * Blockquotes with a footer
  */
blockquote {
  border-left: 4px solid #426AFB;
  padding: 0.2em 0 0.2em 1em;
  margin: 1em 0 1.3em 0; }
  blockquote ol:last-of-type,
  blockquote p:last-of-type,
  blockquote ul:last-of-type {
    margin-bottom: 0; }
  blockquote footer {
    margin-top: 0.5em;
    font-size: 0.75em;
    color: #898989; }
    blockquote footer:before {
      content: '\2014 \00A0'; }
    blockquote footer cite {
      font-style: italic; }

/**
  * Code, user-input and pre elements
  */
code, kbd, pre {
  font-family: "Roboto Mono", monospace;
  font-size: 0.82em;
  border-radius: 3px; }

code {
  padding: 0 0.5em;
  display: inline-block;
  background: #EFEFEF;
  vertical-align: baseline; }

kbd {
  padding: 0 0.5em;
  display: inline-block;
  background: #000;
  vertical-align: baseline;
  color: white; }

pre {
  padding: 0.7rem 1rem;
  display: block;
  background-color: #EFEFEF;
  line-height: 1.4;
  overflow: auto;
  white-space: pre; }
  pre code, pre kbd {
    font-size: inherit;
    background-color: transparent; }

/**
  * Dropcap
  */
.dropcap:first-letter {
  font-size: 3em;
  float: left;
  margin-top: 0;
  margin-right: 0.5rem;
  line-height: 1;
  margin-left: -0.2rem;
  text-transform: uppercase; }

@-moz-document url-prefix() {
  .dropcap:first-letter {
    margin-top: 9px;
    /* fix FireFox margin */ } }

/**
  * display-block @ specific viewport.
  */
.show-pp,
.show-pl,
.show-tp,
.show-tl,
.show-dt,
.show-pp-block,
.show-pp-inline,
.show-pp-inline-block,
.show-pl-block,
.show-pl-inline,
.show-pl-inline-block,
.show-tp-block,
.show-tp-inline,
.show-tp-inline-block,
.show-tl-block,
.show-tl-inline,
.show-tl-inline-block,
.show-dt-block,
.show-dt-inline,
.show-dt-inline-block {
  display: none !important; }

@media (max-width: 539px) {
  .show-pp, .show-pp-block {
    display: block !important; }
  .show-pp-inline-block {
    display: inline-block !important; }
  .show-pp-inline {
    display: inline !important; } }

@media (min-width: 540px) and (max-width: 767px) {
  .show-pl, .show-pl-block {
    display: block !important; }
  .show-pl-inline-block {
    display: inline-block !important; }
  .show-pl-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 990px) {
  .show-tp, .show-tp-block {
    display: block !important; }
  .show-tp-inline-block {
    display: inline-block !important; }
  .show-tp-inline {
    display: inline !important; } }

@media (min-width: 991px) and (max-width: 1199px) {
  .show-tl, .show-tl-block {
    display: block !important; }
  .show-tl-inline-block {
    display: inline-block !important; }
  .show-tl-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .show-dt, .show-dt-block {
    display: block !important; }
  .show-dt-inline-block {
    display: inline-block !important; }
  .show-dt-inline {
    display: inline !important; } }

/**
  * display: none @ specific viewport.
  */
@media (max-width: 539px) {
  .hide-pp {
    display: none !important; } }

@media (min-width: 540px) and (max-width: 767px) {
  .hide-pl {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 990px) {
  .hide-tp {
    display: none !important; } }

@media (min-width: 991px) and (max-width: 1199px) {
  .hide-tl {
    display: none !important; } }

@media (min-width: 1200px) {
  .hide-dt {
    display: none !important; } }

/**
  * Clearfix
  */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/**
  * Floats
  */
.float-left {
  float: left; }

.float-right {
  float: right; }

/**
  * Text aligns @ specific viewport
  */
.text-center {
  text-align: center; }

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

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

@media (max-width: 539px) {
  .text-pp-center {
    text-align: center; }
  .text-pp-left {
    text-align: left; }
  .text-pp-right {
    text-align: right; } }

@media (min-width: 540px) and (max-width: 767px) {
  .text-pl-center {
    text-align: center; }
  .text-pl-left {
    text-align: left; }
  .text-pl-right {
    text-align: right; } }

@media (min-width: 768px) and (max-width: 990px) {
  .text-tp-center {
    text-align: center; }
  .text-tp-left {
    text-align: left; }
  .text-tp-right {
    text-align: right; } }

@media (min-width: 991px) and (max-width: 1199px) {
  .text-tl-center {
    text-align: center; }
  .text-tl-left {
    text-align: left; }
  .text-tl-right {
    text-align: right; } }

@media (min-width: 1200px) {
  .text-dt-center {
    text-align: center; }
  .text-dt-left {
    text-align: left; }
  .text-dt-right {
    text-align: right; } }

/**
  * Test classes for the grid and elements
  */
.show-elements {
  outline: 1px solid rgba(0, 0, 0, 0.3); }
  .show-elements * {
    outline: 1px solid rgba(0, 0, 255, 0.4); }

.test-block:before {
  content: "Test";
  margin: 0 auto;
  display: block;
  padding: 3rem 0;
  text-align: center;
  opacity: 0.6;
  vertical-align: middle;
  background-color: #EFEFEF;
  border-radius: 3px;
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/**
  * Three button styles: default, outlined and stripped.
  * All of the buttons include the standard button styles. See mixins.
  */
.button-default {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: inherit;
  padding: 0.6rem 1rem;
  line-height: 1.4;
  margin-right: 1rem;
  margin-bottom: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  /* Include standard button styles, see mixins */
  background-color: #426AFB;
  color: white; }
  .button-default:active {
    transform: scale(0.97); }
  .button-default[disabled="true"], .button-default[disabled="disabled"], .button-default[disabled] {
    pointer-events: none;
    opacity: 0.5; }
  .button-default.h1, .button-default.h2, .button-default.h3, .button-default.h4, .button-default.h5, .button-default.h6 {
    padding-left: 0.9em;
    padding-right: 0.9em; }
  .button-default:hover, .button-default:visited, .button-default:focus {
    background-color: #1043fa; }
  .button-default:active {
    background-color: #063bfa; }

.button-outlined {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: inherit;
  padding: 0.6rem 1rem;
  line-height: 1.4;
  margin-right: 1rem;
  margin-bottom: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  /* Include standard button styles, see mixins */
  background-color: transparent;
  border-color: #426AFB;
  color: #426AFB; }
  .button-outlined:active {
    transform: scale(0.97); }
  .button-outlined[disabled="true"], .button-outlined[disabled="disabled"], .button-outlined[disabled] {
    pointer-events: none;
    opacity: 0.5; }
  .button-outlined.h1, .button-outlined.h2, .button-outlined.h3, .button-outlined.h4, .button-outlined.h5, .button-outlined.h6 {
    padding-left: 0.9em;
    padding-right: 0.9em; }
  .button-outlined:hover, .button-outlined:visited, .button-outlined:focus {
    color: #1043fa;
    border-color: #1043fa; }
  .button-outlined:active {
    color: #063bfa;
    border-color: #1043fa; }

.button-stripped {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: inherit;
  padding: 0.6rem 1rem;
  line-height: 1.4;
  margin-right: 1rem;
  margin-bottom: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  /* Include standard button styles, see mixins */
  background-color: transparent;
  color: #426AFB; }
  .button-stripped:active {
    transform: scale(0.97); }
  .button-stripped[disabled="true"], .button-stripped[disabled="disabled"], .button-stripped[disabled] {
    pointer-events: none;
    opacity: 0.5; }
  .button-stripped.h1, .button-stripped.h2, .button-stripped.h3, .button-stripped.h4, .button-stripped.h5, .button-stripped.h6 {
    padding-left: 0.9em;
    padding-right: 0.9em; }
  .button-stripped:hover {
    color: #1043fa; }
  .button-stripped:visited, .button-stripped:focus {
    text-decoration: underline;
    color: #1043fa; }
  .button-stripped:active {
    color: #063bfa; }

.button-full-width {
  display: block;
  width: 100%; }

/**
  * Unordered lists, Ordered lists, Description lists + tags
  */
ul, ol, dl {
  margin: 0 0 1.3em 0;
  padding: 0;
  list-style-position: inside; }
  ul:not(ol), ol:not(ol), dl:not(ol) {
    list-style-type: circle; }
  ul li, ol li, dl li {
    margin-bottom: 0.3em; }
  ul dt, ol dt, dl dt {
    margin-top: 0.3em; }
  ul dd, ol dd, dl dd {
    margin-left: 2rem; }
  ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl {
    margin: 0.5rem 0 0.4rem;
    padding-left: 2rem;
    font-size: 90%; }

/**
 * Basic styling for the forms
 */
form {
  width: 100%;
  display: block;
  margin-bottom: 1rem; }

/**
  * Fieldsets for extra margin's on the top and bottom.
  * Legends are used as headers, equal to a h4 element
  */
fieldset {
  border: 0;
  padding: 0;
  margin: 1rem 0; }
  fieldset legend {
    font-size: 1.333em;
    margin: 1.414em 0 0.5em;
    display: block;
    width: 100%; }

/**
  * Global label styles,
  * Checkbox, Radiobutton - block/inline - , file upload.
  * * * Checkbox & Radio's are wrapped in labels
  * * * -moz-url-prefixes added to prevent weird alignment of radio and checkboxes
  */
label {
  font-weight: 700;
  display: block;
  color: #000;
  line-height: normal;
  margin-bottom: 0.5em; }

.checkbox, .radio {
  padding-left: 25px;
  margin-top: 0;
  margin-bottom: 1.1rem;
  position: relative;
  display: table;
  cursor: pointer;
  font-weight: 400; }
  .checkbox input, .radio input {
    position: absolute;
    width: auto;
    margin: 0;
    left: 0;
    cursor: pointer; }
    .checkbox input[type="checkbox"], .radio input[type="checkbox"] {
      top: 0.3rem; }

@-moz-document url-prefix() {
  .checkbox input[type="checkbox"], .radio input[type="checkbox"] {
    top: 0.35rem; } }
    .checkbox input[type="radio"], .radio input[type="radio"] {
      top: 0.2rem; }

@-moz-document url-prefix() {
  .checkbox input[type="radio"], .radio input[type="radio"] {
    top: 0.32rem; } }

/* inline checkbox & radio */
.checkbox-inline, .radio-inline {
  display: inline-block;
  margin-right: 1.2rem; }
  .checkbox-inline input[type="radio"], .radio-inline input[type="radio"] {
    top: 0.2rem; }

@-moz-document url-prefix() {
  .checkbox-inline input[type="radio"], .radio-inline input[type="radio"] {
    top: 0.32rem; } }

/* Button-type file upload */
label.button-default,
label.button-outlined,
label.button-stripped {
  position: relative;
  font-weight: 400;
  margin-bottom: 1.2rem; }
  label.button-default [type="file"],
  label.button-outlined [type="file"],
  label.button-stripped [type="file"] {
    visibility: hidden;
    position: absolute;
    opacity: 0; }

/**
  * Text input, select input, textarea, default file input
  */
input,
select,
textarea {
  font-family: inherit;
  font-weight: 400;
  font-size: inherit;
  display: block;
  width: 100%;
  border: 1px solid #BCBCBC;
  border-radius: 3px;
  box-shadow: none;
  line-height: 1.4;
  padding: 0.6rem 1rem;
  margin-bottom: 1.2rem;
  /* standard file type input */ }
  input:focus,
  select:focus,
  textarea:focus {
    border-color: #426AFB; }
  input:not([type="checkbox"]):not([type="radio"]),
  select:not([type="checkbox"]):not([type="radio"]),
  textarea:not([type="checkbox"]):not([type="radio"]) {
    appearance: none;
    background-color: white; }
  input[type="file"],
  select[type="file"],
  textarea[type="file"] {
    margin: 0.8rem 0 2rem;
    line-height: 0;
    border: 0;
    padding: 0; }
  input[type="password"],
  select[type="password"],
  textarea[type="password"] {
    font-family: verdana; }
    input[type="password"]::-webkit-input-placeholder,
    select[type="password"]::-webkit-input-placeholder,
    textarea[type="password"]::-webkit-input-placeholder {
      font-family: "Noto Sans", sans-serif; }
    input[type="password"]:-moz-placeholder,
    select[type="password"]:-moz-placeholder,
    textarea[type="password"]:-moz-placeholder {
      /* Firefox 18- */
      font-family: "Noto Sans", sans-serif; }
    input[type="password"]::-moz-placeholder,
    select[type="password"]::-moz-placeholder,
    textarea[type="password"]::-moz-placeholder {
      /* Firefox 19+ */
      font-family: "Noto Sans", sans-serif; }
    input[type="password"]:-ms-input-placeholder,
    select[type="password"]:-ms-input-placeholder,
    textarea[type="password"]:-ms-input-placeholder {
      font-family: "Noto Sans", sans-serif; }
  input::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #a3a3a3; }
  input:-moz-placeholder,
  select:-moz-placeholder,
  textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #a3a3a3; }
  input::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #a3a3a3; }
  input:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #a3a3a3; }

/**
  * Input with button left or right
  */
.input-with-button {
  width: 100%;
  display: table;
  margin-bottom: 1.2rem;
  border-collapse: separate;
  /* fix border-radius on left */
  /* fix border-radius on right */ }
  .input-with-button label {
    width: 100%;
    display: table-caption; }
  .input-with-button .button-wrapper {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    position: relative; }
    .input-with-button .button-wrapper .button-default,
    .input-with-button .button-wrapper .button-outlined {
      margin: 0;
      min-width: 100%; }
      .input-with-button .button-wrapper .button-default:active,
      .input-with-button .button-wrapper .button-outlined:active {
        transform: none; }
  .input-with-button input[type="text"] {
    width: 100%;
    display: table-cell;
    margin: 0;
    position: relative; }
  .input-with-button.button-left .button-wrapper .button-default,
  .input-with-button.button-left .button-wrapper .button-outlined {
    border-radius: 3px 0 0 3px; }
  .input-with-button.button-left input[type="text"] {
    border-radius: 0 3px 3px 0; }
  .input-with-button.button-right .button-wrapper .button-default,
  .input-with-button.button-right .button-wrapper .button-outlined {
    border-radius: 0 3px 3px 0; }
  .input-with-button.button-right input[type="text"] {
    border-radius: 3px 0 0 3px; }

/**
  * Specific textarea styling
  */
textarea {
  width: 100% !important;
  min-height: 150px; }

/**
  * Extra styles for the select input
  */
select {
  cursor: pointer;
  overflow: scroll; }
  select:not([multiple]) {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABmJLR0QA/wD/AP+gvaeTAAAKRElEQVR4nO3dPYtmZwHG8WuGXbTJJiuZRLNGYhGLgIUgJoiIgpXfQAh+B7G1sLPwIwhaWPnS2BgNJiBRBBMkyWQNbnwJImol2suuxWTI7Diz87zc59xvvx/c/ckhz/lfz9kn2QQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACARh3UvgCquJXkS0meSnI9yT+S/CbJ7ypeE/Bgn0ry2SQfTvLfJO8meSnJ3ypeE9CJzyT5RZK7Se5dcP6U5KtJDmtdIHCfwyTPJ3knF39m7yZ5OcmztS4QaNtBkm/k8vCfPy8mebjKlQKnbiR5IZt9Zu8m+Wa81QXOOEzynWz2EDl7jpM8XuF6geQoyevZ/nP7vXiDByS5luQH2f4hcnru5OT3AsB6nkjyh+z+uf1RTj77wKT2jb8RAOvbN/5GAEyuVPyNAFhPqfgbATCp0vE3AmB5peN/dgRcX/GfA6hkqfgbAbCcpeJvBMAklo6/EQDlLR1/IwAGt1b8jQAoZ634GwEwqGtJfpj1HiJGAOxv7fifnh/HCIAh1Iq/EQC7qxV/IwAGUTv+RgBsr3b8jQDoXCvxNwJgc63E3wiATrUWfyMArtZa/I0A6Eyr8TcC4HKtxt8IgE4cJPlu6j8srjq3428RhFNHSd5M/c/lVef78VcJQ7O+lfoPiU2PNwHQ/jf/8+fby9wGYB/PJbmb+g+IbY43Acysl2/+58/nlrgZwO5+mfoPBiMANtNr/O8l+fUC9wPY0cdT/6Gwz/HHAcykt9f+F52ni98VmnRY+wK40hdrX8Cenk7yYrwJYHxHSX6W5BO1L2RPX6h9AazDAGjfk7UvoIBnkrwSbwIY1xNJfpXkk7UvpICP1b4A1mEAtO8DtS+gEG8CGNUo3/xPfbD2BbAOA6B9/6x9AQU9k+TlGAGM4yjJSxnjm/+pv9e+AODEp1P/R0F+GAj/b4Qf/F10ni15k4DdHST5c+o/FEof/4kgPTtKcpz6n6PS56/xZhia8pXUfzAscbwJoEejfvO/l+T5gvcJKOAwyQup/3BY4vw+3gTQj1G/+d/LyY90ffuHBt1I8nrqPySMAGY1cvyPkzxc7lYBpT2S5Lep/7BY4vjjAFo28mv/V5PcLHergKUYAbAu8QeaMfoI+Gi5WwV7GTn+r0X8oUsjj4B3YgRQn/gDzTICYBniDzTPCICyxB/ohhEAZYg/0B0jAPYj/kC3jADYjfgD3TMCYDviDwzDCIDNiD8wHCMAHkz8gWEZAXAx8QeGZwTA/cQfmIYRACfEH5iOEcDsxB+YlhHArMQfmJ4RwGzEH+A9RgCzEH+Ac4wARif+AJcwAhiV+ANc4ZEkr6b+Q80IoJSR4/9GkkfL3SpgdkYAoxg9/kflbhXACSOA3ok/wI6MAHol/gB7MgLojfgDFDLyCPhLkqeK3SlquxXxByjKCKB1t5LcSf1/n8QfGI4RQKvEH2BhRgCtEX+AlRgBtGLk+L8Z8QcaZARQm/gDVGIEUIv4A1RmBLA28QdohBHAWsQfoDFGAEsTf4BGGQEsRfwBGmcEUJr4A3TCCKAU8QfojBHAvsQfoFNGALsSf4DO3YwRwHbEH2AQRgCbEn+AwRgBXEX8AQZlBHAZ8QcYnBHAeeIPMAkjgFPiDzAZIwDxB5iUETAv8QeY3M0kr6X+Q9sIWI/4A5Bk7BHwboyAs8QfgPsYAeMTfwAuZASMS/wBeCAjYDziD8BGjIBxiD8AWzEC+if+AOzECOiX+AOwFyOgP+IPQBFGQD/EH4CijID2iT8AizAC2iX+ACzKCGiP+AOwCiOgHeIPwKqMgPrEH4AqjIB6xB+AqoyA9Yk/AE0wAtYj/gA0xQhYnvgD0KRHk7yR+jEZcQSMHP/jiD9A945iBJQ2evwfK3erAKjJCChH/AHoihGwP/EHoEtGwO7EH4CuGQHbE38AhmAEbE78ARiKEXA18QdgSEbA5cQfgKEd5eT/+lY7Si2NAPEHYApGwPvEH4CpGAHiD8CkZh4B4g/A1GYcAeIPAJlrBIg/AJwxwwgQfwC4wEeSvJ36MVvivJ3kdgPXscS5k5NxAwA7G/lNwIjHN38AijEC+jjiD0BxRkDbR/wBWIwR0OYRfwAWZwS0dcQfgNUYAW0c8QdgdUaA+AMwKSNA/AGYlBEg/gBMyggQfwAmZQSIPwCTMgKWOW9F/AFonBEg/gBMyggQfwAmZQSIPwCTMgLEH4BJGQHiD8CkjADxB2BSRoD4AzApI0D8AZiUESD+AEzKCBB/ACY1+wgQfwCmNesIEH8ApjfbCBB/AHjPLCNA/AHgnNFHgPgDwCVGHQHiDwBXGG0EiD8AbGiUESD+ALCloyTHqR9x8QeAlT2WPkfAW0keX+B+AMA0ehsB4g8AhfQyAsQfAAprfQSIPwAspNURIP4AsLDWRoD4A8BKWhkB4g8AK6s9AsQfACqpNQJuR/wBoKq1R4D4A0Aj1hoB4g8AjVl6BIg/ADRqqREg/gDQuNIjQPwBoBOlRoD4A0Bn9h0B4g8AnbqV5E62j/8fkzxZ4XoBgEIeSvKTbB7/nyf5UJUrBQCKupbka0n+ncvD/58kX09yvdI1Ao05qH0BQDE3knw5yefz/rf8fyV5JclPczICAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYGH/A+Hsu8OdXKd2AAAAAElFTkSuQmCC");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    background-origin: content-box;
    height: 3.8rem; }
    @media (min-width: 768px) {
      select:not([multiple]) {
        height: calc(3rem + 2px); } }
  select::-ms-expand {
    display: none; }

@-moz-document url-prefix() {
  select {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 1rem;
    padding-right: 1rem; } }

/**
  * Devider
  */
hr {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  border: 0;
  border-top: 1px solid #BCBCBC; }

/**
  * Disabled styles
  */
input[disabled="true"], input[disabled="disabled"], input[disabled],
select[disabled="true"],
select[disabled="disabled"],
select[disabled],
textarea[disabled="true"],
textarea[disabled="disabled"],
textarea[disabled] {
  pointer-events: none;
  opacity: 0.5; }
  input[disabled="true"]::-webkit-input-placeholder, input[disabled="disabled"]::-webkit-input-placeholder, input[disabled]::-webkit-input-placeholder,
  select[disabled="true"]::-webkit-input-placeholder,
  select[disabled="disabled"]::-webkit-input-placeholder,
  select[disabled]::-webkit-input-placeholder,
  textarea[disabled="true"]::-webkit-input-placeholder,
  textarea[disabled="disabled"]::-webkit-input-placeholder,
  textarea[disabled]::-webkit-input-placeholder {
    color: #BCBCBC; }
  input[disabled="true"]:-moz-placeholder, input[disabled="disabled"]:-moz-placeholder, input[disabled]:-moz-placeholder,
  select[disabled="true"]:-moz-placeholder,
  select[disabled="disabled"]:-moz-placeholder,
  select[disabled]:-moz-placeholder,
  textarea[disabled="true"]:-moz-placeholder,
  textarea[disabled="disabled"]:-moz-placeholder,
  textarea[disabled]:-moz-placeholder {
    /* Firefox 18- */
    color: #BCBCBC; }
  input[disabled="true"]::-moz-placeholder, input[disabled="disabled"]::-moz-placeholder, input[disabled]::-moz-placeholder,
  select[disabled="true"]::-moz-placeholder,
  select[disabled="disabled"]::-moz-placeholder,
  select[disabled]::-moz-placeholder,
  textarea[disabled="true"]::-moz-placeholder,
  textarea[disabled="disabled"]::-moz-placeholder,
  textarea[disabled]::-moz-placeholder {
    /* Firefox 19+ */
    color: #BCBCBC; }
  input[disabled="true"]:-ms-input-placeholder, input[disabled="disabled"]:-ms-input-placeholder, input[disabled]:-ms-input-placeholder,
  select[disabled="true"]:-ms-input-placeholder,
  select[disabled="disabled"]:-ms-input-placeholder,
  select[disabled]:-ms-input-placeholder,
  textarea[disabled="true"]:-ms-input-placeholder,
  textarea[disabled="disabled"]:-ms-input-placeholder,
  textarea[disabled]:-ms-input-placeholder {
    color: #BCBCBC; }

/**
  * Table styling
  * * * thead, tbody, tfoot
  */
table {
  max-width: 100%;
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  margin-bottom: 1.3em; }
  table thead tr th {
    text-align: left;
    padding: 0.6rem 0;
    vertical-align: top;
    font-weight: 700;
    border-bottom: 1px solid #EFEFEF; }
  table tbody tr td, table tbody tr th {
    text-align: left;
    padding: 0.6rem 0;
    vertical-align: top;
    border-bottom: 1px solid #EFEFEF; }
    table tbody tr td:not(td), table tbody tr th:not(td) {
      font-weight: 700; }
  table tfoot tr td {
    font-weight: 700;
    text-align: left;
    padding: 0.6rem 0;
    vertical-align: top;
    border-bottom: none; }

/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-v27-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/noto-sans-v27-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-sans-v27-latin-regular.woff2") format("woff2"), url("../fonts/noto-sans-v27-latin-regular.woff") format("woff"), url("../fonts/noto-sans-v27-latin-regular.ttf") format("truetype"), url("../fonts/noto-sans-v27-latin-regular.svg#NotoSans") format("svg");
  /* Legacy iOS */ }

/* noto-sans-700 - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-v27-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/noto-sans-v27-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-sans-v27-latin-700.woff2") format("woff2"), url("../fonts/noto-sans-v27-latin-700.woff") format("woff"), url("../fonts/noto-sans-v27-latin-700.ttf") format("truetype"), url("../fonts/noto-sans-v27-latin-700.svg#NotoSans") format("svg");
  /* Legacy iOS */ }

/* miriam-libre-regular - latin */
@font-face {
  font-family: 'Miriam Libre';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/miriam-libre-v13-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/miriam-libre-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/miriam-libre-v13-latin-regular.woff2") format("woff2"), url("../fonts/miriam-libre-v13-latin-regular.woff") format("woff"), url("../fonts/miriam-libre-v13-latin-regular.ttf") format("truetype"), url("../fonts/miriam-libre-v13-latin-regular.svg#MiriamLibre") format("svg");
  /* Legacy iOS */ }

/* miriam-libre-700 - latin */
@font-face {
  font-family: 'Miriam Libre';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/miriam-libre-v13-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/miriam-libre-v13-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/miriam-libre-v13-latin-700.woff2") format("woff2"), url("../fonts/miriam-libre-v13-latin-700.woff") format("woff"), url("../fonts/miriam-libre-v13-latin-700.ttf") format("truetype"), url("../fonts/miriam-libre-v13-latin-700.svg#MiriamLibre") format("svg");
  /* Legacy iOS */ }

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

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.lg-actions .lg-next {
  right: 20px; }
  .lg-actions .lg-next:before {
    content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }
  .lg-actions .lg-prev:after {
    content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

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

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

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

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

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

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

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

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

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }
  @media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
      -webkit-transition: border-color 0.25s ease;
      -o-transition: border-color 0.25s ease;
      transition: border-color 0.25s ease; } }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707; }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }
  .lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"; }
  .lg-outer .lg-toogle-thumb:hover {
    color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

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

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

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

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

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

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

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }
  .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

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

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; }
  .lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px; }
  .lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0px; }
  .lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333; }
  .lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px; }
    .lg-outer .lg-dropdown a:hover {
      background-color: rgba(0, 0, 0, 0.07); }
  .lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle; }
  .lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto; }

.lg-outer #lg-share {
  position: relative; }
  .lg-outer #lg-share:after {
    content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }
  .lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }
  .lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }
  .lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }
  .lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"; }

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

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

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

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1; }
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

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

/*
 * ImageHover.css - http://www.imagehover.io
 * Version 1.0
 * Author: Ciarán Walsh

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 */
[class^='imghvr-'], [class*=' imghvr-'] {
  position: relative;
  display: inline-block;
  margin: 0px;
  max-width: 100%;
  background-color: #2266a5;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  [class^='imghvr-'] > img, [class*=' imghvr-'] > img {
    vertical-align: top;
    max-width: 100%; }
  [class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
    background-color: #135796;
    position: absolute;
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff; }
    [class^='imghvr-'] figcaption h1, [class^='imghvr-'] figcaption h2, [class^='imghvr-'] figcaption h3, [class^='imghvr-'] figcaption h4, [class^='imghvr-'] figcaption h5, [class^='imghvr-'] figcaption h6, [class*=' imghvr-'] figcaption h1, [class*=' imghvr-'] figcaption h2, [class*=' imghvr-'] figcaption h3, [class*=' imghvr-'] figcaption h4, [class*=' imghvr-'] figcaption h5, [class*=' imghvr-'] figcaption h6 {
      color: #ffffff; }
  [class^='imghvr-'] a, [class*=' imghvr-'] a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }

[class^='imghvr-'], [class*=' imghvr-'], [class^='imghvr-']:before,
[class^='imghvr-']:after, [class*=' imghvr-']:before, [class*=' imghvr-']:after,
[class^='imghvr-'] *, [class*=' imghvr-'] *, [class^='imghvr-'] *:before,
[class^='imghvr-'] *:after, [class*=' imghvr-'] *:before, [class*=' imghvr-'] *:after {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }

/* imghvr-fade-*
   ----------------------------- */
[class^='imghvr-fade'] figcaption, [class*=' imghvr-fade'] figcaption {
  opacity: 0; }

[class^='imghvr-fade']:hover > img, [class*=' imghvr-fade']:hover > img {
  opacity: 0; }

[class^='imghvr-fade']:hover figcaption, [class*=' imghvr-fade']:hover figcaption {
  opacity: 1; }

[class^='imghvr-fade']:hover > img, [class^='imghvr-fade']:hover figcaption, [class*=' imghvr-fade']:hover > img, [class*=' imghvr-fade']:hover figcaption {
  transform: translate(0, 0); }

/* imghvr-fade
   ----------------------------- */
/* imghvr-fade-in-up
   ----------------------------- */
.imghvr-fade-in-up figcaption {
  transform: translate(0, 15%); }

/* imghvr-fade-in-down
   ----------------------------- */
.imghvr-fade-in-down figcaption {
  transform: translate(0, -15%); }

/* imghvr-fade-in-left
   ----------------------------- */
.imghvr-fade-in-left figcaption {
  transform: translate(-15%, 0); }

/* imghvr-fade-in-right
   ----------------------------- */
.imghvr-fade-in-right figcaption {
  transform: translate(15%, 0); }

/* imghvr-push-*
   ----------------------------- */
[class^='imghvr-push-']:hover figcaption, [class*=' imghvr-push-']:hover figcaption {
  transform: translate(0, 0); }

/* imghvr-push-up
   ----------------------------- */
.imghvr-push-up figcaption {
  transform: translateY(100%); }

.imghvr-push-up:hover > img {
  transform: translateY(-100%); }

/* imghvr-push-down
   ----------------------------- */
.imghvr-push-down figcaption {
  transform: translateY(-100%); }

.imghvr-push-down:hover > img {
  transform: translateY(100%); }

/* imghvr-push-left
   ----------------------------- */
.imghvr-push-left figcaption {
  transform: translateX(100%); }

.imghvr-push-left:hover > img {
  transform: translateX(-100%); }

/* imghvr-push--right
   ----------------------------- */
.imghvr-push-right figcaption {
  transform: translateX(-100%); }

.imghvr-push-right:hover > img {
  transform: translateX(100%); }

/* imghvr-slide-*
   ----------------------------- */
[class^='imghvr-slide-']:hover figcaption, [class*=' imghvr-slide-']:hover figcaption {
  transform: translate(0, 0); }

/* imghvr-slide-up
   ----------------------------- */
.imghvr-slide-up figcaption {
  transform: translateY(100%); }

/* imghvr-slide-down
   ----------------------------- */
.imghvr-slide-down figcaption {
  transform: translateY(-100%); }

/* imghvr-slide-left
   ----------------------------- */
.imghvr-slide-left figcaption {
  transform: translateX(100%); }

/* imghvr-slide-right
   ----------------------------- */
.imghvr-slide-right figcaption {
  transform: translateX(-100%); }

/* imghvr-slide-top-left
   ----------------------------- */
.imghvr-slide-top-left figcaption {
  transform: translate(-100%, -100%); }

/* imghvr-slide-top-right
   ----------------------------- */
.imghvr-slide-top-right figcaption {
  transform: translate(100%, -100%); }

/* imghvr-slide-bottom-left
   ----------------------------- */
.imghvr-slide-bottom-left figcaption {
  transform: translate(-100%, 100%); }

/* imghvr-slide-bottom-right
   ----------------------------- */
.imghvr-slide-bottom-right figcaption {
  transform: translate(100%, 100%); }

/* imghvr-reveal-*
   ----------------------------- */
[class^='imghvr-reveal-']:before, [class*=' imghvr-reveal-']:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #135796; }

[class^='imghvr-reveal-'] figcaption, [class*=' imghvr-reveal-'] figcaption {
  opacity: 0; }

[class^='imghvr-reveal-']:hover:before, [class*=' imghvr-reveal-']:hover:before {
  transform: translate(0, 0); }

[class^='imghvr-reveal-']:hover figcaption, [class*=' imghvr-reveal-']:hover figcaption {
  opacity: 1;
  transition-delay: 0.21s; }

/* imghvr-reveal-up
   ----------------------------- */
.imghvr-reveal-up:before {
  transform: translateY(100%); }

/* imghvr-reveal-down
   ----------------------------- */
.imghvr-reveal-down:before {
  transform: translateY(-100%); }

/* imghvr-reveal-left
   ----------------------------- */
.imghvr-reveal-left:before {
  transform: translateX(100%); }

/* imghvr-reveal-right
   ----------------------------- */
.imghvr-reveal-right:before {
  transform: translateX(-100%); }

/* imghvr-reveal-top-left
   ----------------------------- */
.imghvr-reveal-top-left:before {
  transform: translate(-100%, -100%); }

/* imghvr-reveal-top-right
   ----------------------------- */
.imghvr-reveal-top-right:before {
  transform: translate(100%, -100%); }

/* imghvr-reveal-bottom-left
   ----------------------------- */
.imghvr-reveal-bottom-left:before {
  transform: translate(-100%, 100%); }

/* imghvr-reveal-bottom-right
   ----------------------------- */
.imghvr-reveal-bottom-right:before {
  transform: translate(100%, 100%); }

/* imghvr-hinge-*
   ----------------------------- */
[class^='imghvr-hinge-'], [class*=' imghvr-hinge-'] {
  perspective: 50em; }
  [class^='imghvr-hinge-'] figcaption, [class*=' imghvr-hinge-'] figcaption {
    opacity: 0;
    z-index: 1; }
  [class^='imghvr-hinge-']:hover img, [class*=' imghvr-hinge-']:hover img {
    opacity: 0; }
  [class^='imghvr-hinge-']:hover figcaption, [class*=' imghvr-hinge-']:hover figcaption {
    opacity: 1;
    transition-delay: 0.21s; }

/* imghvr-hinge-up
   ----------------------------- */
.imghvr-hinge-up img {
  transform-origin: 50% 0%; }

.imghvr-hinge-up figcaption {
  transform: rotateX(90deg);
  transform-origin: 50% 100%; }

.imghvr-hinge-up:hover > img {
  transform: rotateX(-90deg); }

.imghvr-hinge-up:hover figcaption {
  transform: rotateX(0); }

/* imghvr-hinge-down
   ----------------------------- */
.imghvr-hinge-down img {
  transform-origin: 50% 100%; }

.imghvr-hinge-down figcaption {
  transform: rotateX(-90deg);
  transform-origin: 50% -50%; }

.imghvr-hinge-down:hover > img {
  transform: rotateX(90deg);
  opacity: 0; }

.imghvr-hinge-down:hover figcaption {
  transform: rotateX(0); }

/* imghvr-hinge-left
   ----------------------------- */
.imghvr-hinge-left img {
  transform-origin: 0% 50%; }

.imghvr-hinge-left figcaption {
  transform: rotateY(-90deg);
  transform-origin: 100% 50%; }

.imghvr-hinge-left:hover > img {
  transform: rotateY(90deg); }

.imghvr-hinge-left:hover figcaption {
  transform: rotateY(0); }

/* imghvr-hinge-right
   ----------------------------- */
.imghvr-hinge-right img {
  transform-origin: 100% 50%; }

.imghvr-hinge-right figcaption {
  transform: rotateY(90deg);
  transform-origin: 0 50%; }

.imghvr-hinge-right:hover > img {
  transform: rotateY(-90deg); }

.imghvr-hinge-right:hover figcaption {
  transform: rotateY(0); }

/* imghvr-flip-*
   ----------------------------- */
[class^='imghvr-flip-'], [class*=' imghvr-flip-'] {
  perspective: 50em; }
  [class^='imghvr-flip-'] img, [class*=' imghvr-flip-'] img {
    backface-visibility: hidden; }
  [class^='imghvr-flip-'] figcaption, [class*=' imghvr-flip-'] figcaption {
    opacity: 0; }
  [class^='imghvr-flip-']:hover > img, [class*=' imghvr-flip-']:hover > img {
    opacity: 0; }
  [class^='imghvr-flip-']:hover figcaption, [class*=' imghvr-flip-']:hover figcaption {
    opacity: 1;
    transition-delay: 0.14s; }

/* imghvr-flip-horiz
   ----------------------------- */
.imghvr-flip-horiz figcaption {
  transform: rotateX(90deg);
  transform-origin: 0% 50%; }

.imghvr-flip-horiz:hover img {
  transform: rotateX(-180deg); }

.imghvr-flip-horiz:hover figcaption {
  transform: rotateX(0deg); }

/* imghvr-flip-vert
   ----------------------------- */
.imghvr-flip-vert figcaption {
  transform: rotateY(90deg);
  transform-origin: 50% 0%; }

.imghvr-flip-vert:hover > img {
  transform: rotateY(-180deg); }

.imghvr-flip-vert:hover figcaption {
  transform: rotateY(0deg); }

/* imghvr-flip-diag-1
   ----------------------------- */
.imghvr-flip-diag-1 figcaption {
  transform: rotate3d(1, -1, 0, 100deg); }

.imghvr-flip-diag-1:hover > img {
  transform: rotate3d(-1, 1, 0, 100deg); }

.imghvr-flip-diag-1:hover figcaption {
  transform: rotate3d(0, 0, 0, 0deg); }

/* imghvr-flip-diag-2
   ----------------------------- */
.imghvr-flip-diag-2 figcaption {
  transform: rotate3d(1, 1, 0, 100deg); }

.imghvr-flip-diag-2:hover > img {
  transform: rotate3d(-1, -1, 0, 100deg); }

.imghvr-flip-diag-2:hover figcaption {
  transform: rotate3d(0, 0, 0, 0deg); }

/* imghvr-shutter-out-*
   ----------------------------- */
[class^='imghvr-shutter-out-']:before, [class*=' imghvr-shutter-out-']:before {
  background: #135796;
  position: absolute;
  content: '';
  transition-delay: 0.105s; }

[class^='imghvr-shutter-out-'] figcaption, [class*=' imghvr-shutter-out-'] figcaption {
  opacity: 0;
  transition-delay: 0s; }

[class^='imghvr-shutter-out-']:hover:before, [class*=' imghvr-shutter-out-']:hover:before {
  transition-delay: 0s; }

[class^='imghvr-shutter-out-']:hover figcaption, [class*=' imghvr-shutter-out-']:hover figcaption {
  opacity: 1;
  transition-delay: 0.105s; }

/* imghvr-shutter-out-horiz
   ----------------------------- */
.imghvr-shutter-out-horiz:before {
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0; }

.imghvr-shutter-out-horiz:hover:before {
  left: 0;
  right: 0; }

/* imghvr-shutter-out-vert
   ----------------------------- */
.imghvr-shutter-out-vert:before {
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0; }

.imghvr-shutter-out-vert:hover:before {
  top: 0;
  bottom: 0; }

/* imghvr-shutter-out-diag-1
   ----------------------------- */
.imghvr-shutter-out-diag-1:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  transform: rotate(45deg); }

.imghvr-shutter-out-diag-1:hover:before {
  top: -35%;
  bottom: -35%; }

/* imghvr-shutter-out-diag-2
   ----------------------------- */
.imghvr-shutter-out-diag-2:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  transform: rotate(-45deg); }

.imghvr-shutter-out-diag-2:hover:before {
  top: -35%;
  bottom: -35%; }

/* imghvr-shutter-in-*
   ----------------------------- */
[class^='imghvr-shutter-in-']:after, [class^='imghvr-shutter-in-']:before, [class*=' imghvr-shutter-in-']:after, [class*=' imghvr-shutter-in-']:before {
  background: #135796;
  position: absolute;
  content: ''; }

[class^='imghvr-shutter-in-']:after, [class*=' imghvr-shutter-in-']:after {
  top: 0;
  left: 0; }

[class^='imghvr-shutter-in-']:before, [class*=' imghvr-shutter-in-']:before {
  right: 0;
  bottom: 0; }

[class^='imghvr-shutter-in-'] figcaption, [class*=' imghvr-shutter-in-'] figcaption {
  opacity: 0;
  z-index: 1; }

[class^='imghvr-shutter-in-']:hover figcaption, [class*=' imghvr-shutter-in-']:hover figcaption {
  opacity: 1;
  transition-delay: 0.21s; }

/* imghvr-shutter-in-horiz
   ----------------------------- */
.imghvr-shutter-in-horiz:after, .imghvr-shutter-in-horiz:before {
  width: 0;
  height: 100%; }

.imghvr-shutter-in-horiz:hover:after, .imghvr-shutter-in-horiz:hover:before {
  width: 50%; }

/* imghvr-shutter-in-vert
   ----------------------------- */
.imghvr-shutter-in-vert:after, .imghvr-shutter-in-vert:before {
  height: 0;
  width: 100%; }

.imghvr-shutter-in-vert:hover:after, .imghvr-shutter-in-vert:hover:before {
  height: 50%; }

/* imghvr-shutter-in-out-horiz
   ----------------------------- */
.imghvr-shutter-in-out-horiz:after, .imghvr-shutter-in-out-horiz:before {
  width: 0;
  height: 100%;
  opacity: 0.75; }

.imghvr-shutter-in-out-horiz:hover:after, .imghvr-shutter-in-out-horiz:hover:before {
  width: 100%; }

/* imghvr-shutter-in-out-vert
   ----------------------------- */
.imghvr-shutter-in-out-vert:after, .imghvr-shutter-in-out-vert:before {
  height: 0;
  width: 100%;
  opacity: 0.75; }

.imghvr-shutter-in-out-vert:hover:after, .imghvr-shutter-in-out-vert:hover:before {
  height: 100%; }

/* imghvr-shutter-in-out-diag-1
   ----------------------------- */
.imghvr-shutter-in-out-diag-1:after, .imghvr-shutter-in-out-diag-1:before {
  width: 200%;
  height: 200%;
  transition: all 0.6s ease;
  opacity: 0.75; }

.imghvr-shutter-in-out-diag-1:after {
  transform: skew(-45deg) translateX(-150%); }

.imghvr-shutter-in-out-diag-1:before {
  transform: skew(-45deg) translateX(150%); }

.imghvr-shutter-in-out-diag-1:hover:after {
  transform: skew(-45deg) translateX(-50%); }

.imghvr-shutter-in-out-diag-1:hover:before {
  transform: skew(-45deg) translateX(50%); }

/* imghvr-shutter-in-out-diag-2
   ----------------------------- */
.imghvr-shutter-in-out-diag-2:after, .imghvr-shutter-in-out-diag-2:before {
  width: 200%;
  height: 200%;
  transition: all 0.6s ease;
  opacity: 0.75; }

.imghvr-shutter-in-out-diag-2:after {
  transform: skew(45deg) translateX(-100%); }

.imghvr-shutter-in-out-diag-2:before {
  transform: skew(45deg) translateX(100%); }

.imghvr-shutter-in-out-diag-2:hover:after {
  transform: skew(45deg) translateX(0%); }

.imghvr-shutter-in-out-diag-2:hover:before {
  transform: skew(45deg) translateX(0%); }

/* imghvr-fold*
   ----------------------------- */
[class^='imghvr-fold'], [class*=' imghvr-fold'] {
  perspective: 50em; }
  [class^='imghvr-fold'] img, [class*=' imghvr-fold'] img {
    transform-origin: 50% 0%; }
  [class^='imghvr-fold'] figcaption, [class*=' imghvr-fold'] figcaption {
    z-index: 1;
    opacity: 0; }
  [class^='imghvr-fold']:hover > img, [class*=' imghvr-fold']:hover > img {
    opacity: 0;
    transition-delay: 0; }
  [class^='imghvr-fold']:hover figcaption, [class*=' imghvr-fold']:hover figcaption {
    transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
    opacity: 1;
    transition-delay: 0.21s; }

/* imghvr-fold-up
   ----------------------------- */
.imghvr-fold-up > img {
  transform-origin: 50% 0%; }

.imghvr-fold-up figcaption {
  transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
  transform-origin: 50% 100%; }

.imghvr-fold-up:hover > img {
  transform: rotateX(90deg) scale(0.6) translateY(50%); }

/* imghvr-fold-down
   ----------------------------- */
.imghvr-fold-down > img {
  transform-origin: 50% 100%; }

.imghvr-fold-down figcaption {
  transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
  transform-origin: 50% 0%; }

.imghvr-fold-down:hover > img {
  transform: rotateX(-90deg) scale(0.6) translateY(-50%); }

/* imghvr-fold-left
   ----------------------------- */
.imghvr-fold-left > img {
  transform-origin: 0% 50%; }

.imghvr-fold-left figcaption {
  transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
  transform-origin: 100% 50%; }

.imghvr-fold-left:hover > img {
  transform: rotateY(-90deg) scale(0.6) translateX(50%); }

/* imghvr-fold-right
   ----------------------------- */
.imghvr-fold-right > img {
  transform-origin: 100% 50%; }

.imghvr-fold-right figcaption {
  transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
  transform-origin: 0 50%; }

.imghvr-fold-right:hover > img {
  transform: rotateY(90deg) scale(0.6) translateX(-50%); }

/* imghvr-zoom-in
   ----------------------------- */
.imghvr-zoom-in figcaption {
  opacity: 0;
  transform: scale(0.5); }

.imghvr-zoom-in:hover figcaption {
  transform: scale(1);
  opacity: 1; }

/* imghvr-zoom-out*
   ----------------------------- */
[class^='imghvr-zoom-out'] figcaption, [class*=' imghvr-zoom-out'] figcaption {
  transform: scale(0.5);
  transform-origin: 50% 50%;
  opacity: 0; }

[class^='imghvr-zoom-out']:hover figcaption, [class^='imghvr-zoom-out'].hover figcaption, [class*=' imghvr-zoom-out']:hover figcaption, [class*=' imghvr-zoom-out'].hover figcaption {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.35s; }

/* imghvr-zoom-out
   ----------------------------- */
.imghvr-zoom-out:hover > img {
  transform: scale(0.5);
  opacity: 0; }

/* imghvr-zoom-out-up
   ----------------------------- */
.imghvr-zoom-out-up:hover > img, .imghvr-zoom-out-up.hover > img {
  animation: imghvr-zoom-out-up 0.4025s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

@-webkit-keyframes imghvr-zoom-out-up {
  50% {
    transform: scale(0.8) translateY(0%);
    opacity: 0.5; }
  100% {
    transform: scale(0.8) translateY(-150%);
    opacity: 0.5; } }

@keyframes imghvr-zoom-out-up {
  50% {
    transform: scale(0.8) translateY(0%);
    opacity: 0.5; }
  100% {
    transform: scale(0.8) translateY(-150%);
    opacity: 0.5; } }

/* imghvr-zoom-out-down
   ----------------------------- */
.imghvr-zoom-out-down:hover > img, .imghvr-zoom-out-down.hover > img {
  animation: imghvr-zoom-out-down 0.4025s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

@-webkit-keyframes imghvr-zoom-out-down {
  50% {
    transform: scale(0.8) translateY(0%);
    opacity: 0.5; }
  100% {
    transform: scale(0.8) translateY(150%);
    opacity: 0.5; } }

@keyframes imghvr-zoom-out-down {
  50% {
    transform: scale(0.8) translateY(0%);
    opacity: 0.5; }
  100% {
    transform: scale(0.8) translateY(150%);
    opacity: 0.5; } }

/* imghvr-zoom-out-left
   ----------------------------- */
.imghvr-zoom-out-left:hover > img, .imghvr-zoom-out-left.hover > img {
  animation: imghvr-zoom-out-left 0.4025s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

@-webkit-keyframes imghvr-zoom-out-left {
  50% {
    transform: scale(0.8) translateX(0%);
    opacity: 0.5; }
  100% {
    transform: scale(0.8) translateX(-150%);
    opacity: 0.5; } }

@keyframes imghvr-zoom-out-left {
  50% {
    transform: scale(0.8) translateX(0%);
    opacity: 0.5; }
  100% {
    transform: scale(0.8) translateX(-150%);
    opacity: 0.5; } }

/* imghvr-zoom-out-right
   ----------------------------- */
.imghvr-zoom-out-right:hover > img, .imghvr-zoom-out-right.hover > img {
  animation: imghvr-zoom-out-right 0.4025s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

@-webkit-keyframes imghvr-zoom-out-right {
  50% {
    transform: scale(0.8) translateX(0%);
    opacity: 0.5; }
  100% {
    transform: scale(0.8) translateX(150%);
    opacity: 0.5; } }

@keyframes imghvr-zoom-out-right {
  50% {
    transform: scale(0.8) translateX(0%);
    opacity: 0.5; }
  100% {
    transform: scale(0.8) translateX(150%);
    opacity: 0.5; } }

/* imghvr-zoom-out-flip-horiz
   ----------------------------- */
.imghvr-zoom-out-flip-horiz {
  perspective: 50em; }
  .imghvr-zoom-out-flip-horiz figcaption {
    opacity: 0;
    transform: rotateX(90deg) translateY(-100%) scale(0.5); }
  .imghvr-zoom-out-flip-horiz:hover > img, .imghvr-zoom-out-flip-horiz.hover > img {
    transform: rotateX(-100deg) translateY(50%) scale(0.5);
    opacity: 0;
    transition-delay: 0; }
  .imghvr-zoom-out-flip-horiz:hover figcaption, .imghvr-zoom-out-flip-horiz.hover figcaption {
    transform: rotateX(0) translateY(0%) scale(1);
    opacity: 1;
    transition-delay: 0.35s; }

/* imghvr-zoom-out-flip-vert
   ----------------------------- */
.imghvr-zoom-out-flip-vert {
  perspective: 50em; }
  .imghvr-zoom-out-flip-vert figcaption {
    opacity: 0;
    transform: rotateY(90deg) translate(50%, 0) scale(0.5); }
  .imghvr-zoom-out-flip-vert:hover > img, .imghvr-zoom-out-flip-vert.hover > img {
    transform: rotateY(-100deg) translateX(50%) scale(0.5);
    opacity: 0;
    transition-delay: 0; }
  .imghvr-zoom-out-flip-vert:hover figcaption, .imghvr-zoom-out-flip-vert.hover figcaption {
    transform: rotateY(0) translate(0, 0) scale(1);
    opacity: 1;
    transition-delay: 0.35s; }

/* imghvr-blur
   ----------------------------- */
.imghvr-blur figcaption {
  opacity: 0; }

.imghvr-blur:hover > img {
  filter: blur(30px);
  transform: scale(1.2);
  opacity: 0; }

.imghvr-blur:hover figcaption {
  opacity: 1;
  transition-delay: 0.21s; }

/* ------------------------------------------------------------------------
 *   List styles
/* ------------------------------------------------------------------------ */
/* --------------------------------------------------------
 *  MEDIA QUERIES
 * -------------------------------------------------------- */
/* --------------------------------------------------------
 *  SWIPER
 * -------------------------------------------------------- */
/* --------------------------------------------------------
 *    BACKGROUND
 * -------------------------------------------------------- */
/**
 * A CSS background image, covers and centered
 *
 * @param  {[type]} $size: cover
 * @param  {[type]} $bg-x: center
 * @param  {[type]} $bg-y: center
 */
h1, h2, h3, h4, h5, h6 {
  font-family: "Miriam Libre", sans-serif;
  text-transform: uppercase;
  font-weight: bold; }

h2, .h2, h3, .h3 {
  text-transform: uppercase;
  font-weight: normal; }

h2, .h2 {
  margin-top: 0.1rem;
  margin-bottom: 1rem;
  font-size: 2em;
  color: #000; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 2.5em; } }

h3, .h3 {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 1.2em;
  color: #a2c617; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 1.5em; } }

address {
  font-style: normal; }

.text-white {
  color: #fff; }

.text-green {
  color: #a2c617; }

p.message {
  padding: 2rem 0;
  margin-top: 2rem; }
  p.message.good {
    background-color: #5cb85c; }
  p.message.bad {
    background-color: #d9534f; }

section, .section {
  position: relative; }

a:link, a:visited, a:hover, a:focus {
  text-decoration: none;
  color: #000; }

img {
  display: block;
  border: none; }

.sushi-form {
  width: 95%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .sushi-form {
      width: 60%; } }
  .sushi-form label {
    text-align: left; }
  .sushi-form input:focus, .sushi-form select:focus, .sushi-form textarea:focus {
    border-color: #a2c617; }
  .sushi-form input[type="text"],
  .sushi-form input[type="email"],
  .sushi-form textarea,
  .sushi-form select {
    background-color: #f3f7e4 !important;
    border: none;
    border-radius: 0; }
  .sushi-form input[type="submit"] {
    border-radius: 0;
    background-color: #a2c617;
    color: #fff;
    border-color: #a2c617; }

.ui-datepicker .ui-widget-header {
  background-color: #a2c617 !important;
  background-image: none;
  background-repeat: no-repeat; }

.ui-datepicker.ui-widget-content .ui-state-default {
  background-color: #a2c617;
  background-image: none;
  background-repeat: no-repeat; }

.optionset {
  list-style: none; }
  .optionset .radio {
    float: left;
    width: 2rem; }
    .optionset .radio + label {
      float: left; }

.checkboxset .checkbox {
  float: left;
  width: 2rem; }
  .checkboxset .checkbox + label {
    float: left; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; }

select::-ms-expand {
  display: none; }

.list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list > li {
    margin: 0;
    padding: 0; }
    .list > li > a {
      display: block; }

.list-inline > li {
  display: inline-block; }
  .list-inline > li > a {
    display: inline-block; }

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

.list-dividers > li:after {
  content: " | ";
  display: inline-block; }

.list-dividers > li:last-child:after {
  content: ""; }

.navigation {
  position: absolute;
  top: 2rem;
  right: 2rem; }

.navbar {
  margin: 0;
  padding: 0;
  text-align: center;
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-300%);
  transition: transform 0.3s;
  background-color: #a2c617;
  opacity: 0.9;
  /* @include desktop() {
    position: relative;
    top: 100%;
    height: auto;
    width: auto;
    transform: translateY(0);
    background-color: transparent;
  } */ }
  .navbar > .navbar-nav {
    margin: 0;
    padding: 0; }
    .navbar > .navbar-nav > .menu-item {
      margin: 0;
      display: block; }
      .navbar > .navbar-nav > .menu-item > a {
        display: block;
        padding: 0.8rem;
        font-size: 1.2em;
        color: #000;
        text-transform: uppercase; }
        @media (min-width: 768px) {
          .navbar > .navbar-nav > .menu-item > a {
            padding: 0.5rem;
            font-size: 1.7em; } }
  .navbar > .logo {
    position: absolute;
    width: 4rem;
    top: 1rem;
    left: 1rem; }
  .navbar > h2 {
    width: 180px;
    margin: 0 auto;
    padding-top: 1.5rem;
    color: #fff;
    font-size: 1.5em; }
    .navbar > h2 > img {
      width: 100%; }
  .navbar.is-active {
    transform: translateY(0); }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 1.8rem;
  height: 14px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 1.8rem;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -6px; }
  .hamburger-inner::after {
    bottom: -6px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 3.6rem; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 6px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -6px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 3.6rem; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 6px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -6px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 3.6rem; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 6px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -6px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 3.6rem; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 6px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -6px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-0.36rem, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-0.36rem, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(0.36rem, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(0.36rem, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-0.36rem, -0.45rem, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-0.36rem, 0.45rem, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(0.36rem, -0.45rem, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(0.36rem, 0.45rem, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -12px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -12px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 6px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 12px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-270deg);
    transition-delay: 0.1s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 6px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 12px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(-135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(270deg);
    transition-delay: 0.1s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 6px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -3.6rem;
      top: -3.6rem;
      transform: translate3d(3.6rem, 3.6rem, 0) rotate(45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -3.6rem;
      top: -3.6rem;
      transform: translate3d(-3.6rem, 3.6rem, 0) rotate(-45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 6px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -3.6rem;
      top: 3.6rem;
      transform: translate3d(3.6rem, -3.6rem, 0) rotate(-45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -3.6rem;
      top: 3.6rem;
      transform: translate3d(-3.6rem, -3.6rem, 0) rotate(45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1px; }
  .hamburger--slider .hamburger-inner::before {
    top: 6px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider .hamburger-inner::after {
    top: 12px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-0.25714rem, -4px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 1px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 6px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 12px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(0.25714rem, -4px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(90deg); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.15s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 6px;
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 12px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 6px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 6px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -12px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

.hamburger {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 50;
  padding: 0; }

.header > .image {
  height: 10rem;
  background-size: cover;
  background-position: center center; }
  @media (min-width: 768px) {
    .header > .image {
      height: 20em; } }

.header .header-inner {
  width: 560px;
  margin: 0 auto;
  text-align: center; }
  .header .header-inner h1 {
    font-size: 2em;
    font-weight: normal; }
    @media (min-width: 540px) {
      .header .header-inner h1 {
        font-size: 2.4em; } }
    @media (min-width: 768px) {
      .header .header-inner h1 {
        font-size: 2.8em; } }
    @media (min-width: 1200px) {
      .header .header-inner h1 {
        font-size: 3.8em; } }
  .header .header-inner .picto-logo {
    width: 12rem;
    margin: 0 auto 0.7rem; }
    @media (min-width: 768px) {
      .header .header-inner .picto-logo {
        width: 15rem; } }

.footer {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #000;
  color: #fff;
  text-align: center; }
  .footer a {
    color: #fff; }
  .footer p {
    width: 100%;
    margin-bottom: 0.2rem;
    font-size: 1em; }
  .footer .h5 {
    margin-bottom: 1rem;
    font-size: 1.1em;
    text-transform: uppercase; }
  .footer .logo {
    width: 14rem;
    margin: 0 auto 4rem; }
  .footer .col-tl-20 {
    margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .footer .h5 {
      font-size: 0.9em; }
    .footer p {
      font-size: 0.7em; } }
  .footer .fb-like {
    margin-bottom: 2rem; }

/* --------------------------------------------------------
 *    BACKGROUND
 * -------------------------------------------------------- */
a.button,
p.button a {
  width: initial !important;
  display: inline-block !important;
  padding: 0.4rem 2rem;
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 1em;
  cursor: pointer;
  background-color: transparent;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  a.button:hover,
  p.button a:hover {
    background-color: #000;
    color: #fff;
    border-color: #000; }
    a.button:hover > a,
    p.button a:hover > a {
      color: #fff; }
  @media (min-width: 768px) {
    a.button,
    p.button a {
      font-size: 0.8em; } }

a.button-green,
p.button-green a {
  width: initial !important;
  display: inline-block !important;
  padding: 0.4rem 2rem;
  border: 1px solid #a2c617;
  text-transform: uppercase;
  font-size: 1em;
  cursor: pointer;
  background-color: #a2c617;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  a.button-green:hover,
  p.button-green a:hover {
    background-color: #fff;
    color: #a2c617;
    border-color: #fff; }
    a.button-green:hover > a,
    p.button-green a:hover > a {
      color: #a2c617; }
  @media (min-width: 768px) {
    a.button-green,
    p.button-green a {
      font-size: 0.8em; } }

a.button-greenblack,
p.button-greenblack a {
  width: initial !important;
  display: inline-block !important;
  padding: 0.4rem 2rem;
  border: 1px solid #a2c617;
  text-transform: uppercase;
  font-size: 1em;
  cursor: pointer;
  background-color: #a2c617;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  a.button-greenblack:hover,
  p.button-greenblack a:hover {
    background-color: #000;
    color: #fff;
    border-color: #000; }
    a.button-greenblack:hover > a,
    p.button-greenblack a:hover > a {
      color: #fff; }
  @media (min-width: 768px) {
    a.button-greenblack,
    p.button-greenblack a {
      font-size: 0.8em; } }

a.button-white,
p.button-white a {
  width: initial !important;
  display: inline-block !important;
  padding: 0.4rem 2rem;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-size: 1em;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  a.button-white:hover,
  p.button-white a:hover {
    background-color: #000;
    color: #fff;
    border-color: #000; }
    a.button-white:hover > a,
    p.button-white a:hover > a {
      color: #fff; }
  @media (min-width: 768px) {
    a.button-white,
    p.button-white a {
      font-size: 0.8em; } }

.main {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center; }
  .main .content > p {
    margin: 0 auto;
    width: 90%; }
    @media (min-width: 768px) {
      .main .content > p {
        width: 80%; } }
    @media (min-width: 991px) {
      .main .content > p {
        width: 60%; } }

.picto {
  width: 8rem;
  height: 8rem;
  margin: 0 auto 0.3rem;
  /* @include desktop() {
    width: 8rem;
    height: 8rem;
  } */ }
  .picto > img {
    width: 100%; }

.type-home-page .picto {
  width: 4.5rem;
  height: 4.5rem; }

.type-home-page .mainslider {
  height: 50rem; }
  @media (min-width: 768px) {
    .type-home-page .mainslider {
      height: 60rem; } }

.type-home-page > .header {
  position: absolute;
  width: 100%;
  height: 130vh;
  top: 0;
  left: 0;
  z-index: 100; }
  .type-home-page > .header .button {
    margin-top: 3rem; }
  .type-home-page > .header > .inner {
    width: 80%;
    margin: 4rem auto;
    padding-bottom: 24rem;
    text-align: center; }
    .type-home-page > .header > .inner > .logo {
      width: 100%; }
    .type-home-page > .header > .inner > .button {
      min-width: 140px;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 0.5rem;
      padding-bottom: 0.4rem;
      margin-left: 0.5rem;
      margin-right: 0.5rem;
      line-height: 1; }
    @media (min-width: 540px) {
      .type-home-page > .header > .inner {
        width: 50%;
        padding-bottom: 38rem; } }
    @media (min-width: 768px) {
      .type-home-page > .header > .inner {
        padding-bottom: 28rem; } }
    @media (min-width: 991px) {
      .type-home-page > .header > .inner {
        width: 40%;
        padding-bottom: 25rem; } }
    @media (min-width: 1200px) {
      .type-home-page > .header > .inner {
        width: 40%;
        max-width: 470px; } }
  .type-home-page > .header .scroll-btn {
    position: relative;
    top: 10rem;
    width: 100%; }
    .type-home-page > .header .scroll-btn > img {
      display: block;
      margin: 0 auto;
      width: 1.5rem;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .type-home-page > .header .scroll-btn > img:hover {
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2); }

.menu-page {
  margin-bottom: 2rem; }

.category-overview {
  margin-bottom: 4rem; }
  .category-overview > .inner {
    width: 80%;
    margin: 0 auto; }
  .category-overview .category {
    margin-bottom: 4rem; }
    .category-overview .category > .title {
      margin-bottom: 1.5rem;
      font-family: "Noto Sans", sans-serif;
      font-size: 1.5em;
      color: #000; }
    .category-overview .category > p {
      width: 80%;
      min-height: 8rem;
      margin: 0 auto;
      font-size: 0.9em;
      line-height: 1.5; }
    .category-overview .category > .button {
      margin-top: 1rem; }

.category-preview > .inner,
.dish-preview > .inner {
  width: 80%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .category-preview > .inner,
    .dish-preview > .inner {
      width: 50%; } }

.category-preview .intro,
.dish-preview .intro {
  margin-bottom: 2rem; }

.category-preview h2.title,
.dish-preview h2.title {
  font-size: 1.5em; }

.category-preview h4.title,
.dish-preview h4.title {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  font-size: 1em; }

.category-preview {
  margin-top: 2rem; }

.type-gallery-page .header > .image {
  background-color: #a2c617; }

.type-gallery-page .gallery {
  margin-top: 2rem; }

.gallery-preview {
  display: block;
  margin-bottom: 1rem;
  padding-left: 0.5em !important;
  padding-right: 0.5em !important; }
  .gallery-preview > .inner {
    position: relative;
    width: 100%;
    height: 100%; }
    .gallery-preview > .inner > .image {
      width: 100%; }
    .gallery-preview > .inner > .hover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .gallery-preview > .inner:hover > .hover {
      background-image: url("../img/sushi_rollover_impressionen.png");
      background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-position-x: center;
      background-position-y: center;
      background-repeat: no-repeat;
      z-index: 100; }

.block-slideshow-willkommen {
  height: 130vh; }
  .block-slideshow-willkommen > .swiper-container {
    height: inherit; }

.block-slideshow-statements .swiper-slide {
  height: 34rem; }

.block-slideshow-statements .swiper-pagination {
  bottom: 4rem !important; }
  .block-slideshow-statements .swiper-pagination > .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5; }
    .block-slideshow-statements .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
      opacity: 1; }

.swiper-slide {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center; }

.teaser {
  height: 45rem;
  text-align: center;
  background-size: cover;
  background-position: center center; }
  @media (min-width: 768px) {
    .teaser {
      height: 34rem; } }
  .teaser > .container {
    height: 100%; }
    .teaser > .container > .content {
      width: 100%; }
      .teaser > .container > .content > p {
        margin: 0 auto 2rem;
        width: 80%; }
        @media (min-width: 768px) {
          .teaser > .container > .content > p {
            width: 50%; } }
      .teaser > .container > .content > h3 {
        margin-bottom: 0.5rem; }
      .teaser > .container > .content.h-white {
        color: #fff; }
        .teaser > .container > .content.h-white > h2, .teaser > .container > .content.h-white > h3 {
          color: #fff; }
        .teaser > .container > .content.h-white .button {
          border-color: #fff;
          color: #fff; }
  .teaser.mainslider {
    background-position-y: 88px; }
    @media (min-width: 768px) {
      .teaser.mainslider {
        background-position-y: center; } }

.board {
  position: absolute;
  z-index: 9;
  bottom: -11rem;
  left: 0;
  width: 100%;
  /*@include tablet-portrait() { bottom: -32rem; } */ }
  @media (min-width: 540px) {
    .board {
      bottom: -9rem; } }
  .board > .content {
    position: relative;
    width: 90%;
    padding: 3rem 2rem;
    text-align: center;
    background-image: url("../img/sushi_start_intro_brett.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .board > .content > h3 {
      color: #fff; }
    .board > .content > p {
      border-bottom: 1rem; }
    @media (min-width: 768px) {
      .board > .content {
        width: 72%;
        min-width: 715px;
        padding: 3rem 8rem; } }
    @media (min-width: 1200px) {
      .board > .content {
        width: 50%; } }
    .board > .content > .button {
      margin-top: 0; }
  .board .picto {
    width: 100%;
    position: absolute;
    top: -4.5rem;
    left: 0; }
    .board .picto > img {
      width: 8rem;
      height: 8rem;
      margin: 0 auto; }

.social-brands {
  line-height: 1;
  position: fixed;
  top: 1.8rem;
  left: 1.8rem;
  z-index: 10; }
  @media (min-width: 1200px) {
    .social-brands {
      top: 2rem;
      left: 2rem; } }
  .social-brands > .brand {
    display: inline-block;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    margin: 0;
    font-size: 1.8em;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .social-brands > .brand:hover {
      -moz-transform: scale(1.5);
      -o-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -webkit-transform: scale(1.5);
      transform: scale(1.5); }
    @media (min-width: 768px) {
      .social-brands > .brand {
        font-size: 1.5em; } }
    @media (min-width: 1200px) {
      .social-brands > .brand {
        font-size: 2em; } }

table.social {
  margin: 0 auto;
  width: 400px; }
  table.social tr, table.social td {
    border: none; }
  table.social td {
    width: 100px;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    table.social td img {
      width: 100%;
      height: auto; }

.meal {
  margin-bottom: 4rem; }
  .meal > .pos {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto 2rem;
    padding-top: 0.5rem;
    border-radius: 50%;
    background-color: #a2c617;
    color: #fff; }
  .meal > .content {
    width: 70%;
    margin: 0 auto; }

.infoentries {
  margin-top: 4rem; }
  .infoentries .imagebox,
  .infoentries .contentbox {
    height: 30rem; }
  .infoentries .imagebox {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat; }
  .infoentries .contentbox {
    padding: 0 2rem;
    text-align: center; }
    @media (min-width: 768px) {
      .infoentries .contentbox {
        padding-left: 3rem;
        padding-right: 3rem; } }
    @media (min-width: 991px) {
      .infoentries .contentbox {
        padding-left: 5rem;
        padding-right: 5rem; } }
    @media (min-width: 1200px) {
      .infoentries .contentbox {
        padding-left: 8rem;
        padding-right: 8rem; } }
    .infoentries .contentbox h2, .infoentries .contentbox h3 {
      color: #000; }
  .infoentries .odd > .contentbox {
    background-color: #a2c617; }

.statements {
  height: 34rem;
  position: relative;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  text-align: center; }
  .statements h1, .statements h2, .statements p {
    color: #fff; }
  .statements h2 {
    margin-top: 3rem; }
  .statements .content {
    width: 90%;
    font-size: 0.7em; }
    @media (min-width: 768px) {
      .statements .content {
        width: 65%;
        font-size: 0.9em; } }
  .statements .statements-title {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 5rem;
    z-index: 10;
    color: #fff; }

.type-reservations-page .optionset .radio + label,
.type-reservations-search-page .optionset .radio + label {
  float: none;
  font-weight: normal; }

.type-reservations-page .optionset .radio,
.type-reservations-search-page .optionset .radio {
  margin-bottom: 0.3rem; }

.type-reservations-page .reservation-intro,
.type-reservations-search-page .reservation-intro {
  width: 80%;
  margin: 0 auto 1.3em; }

.type-reservations-page #Form_ReservationsTableForm_Date_Holder,
.type-reservations-search-page #Form_ReservationsTableForm_Date_Holder {
  width: 44%;
  float: left; }
  @media (min-width: 1200px) {
    .type-reservations-page #Form_ReservationsTableForm_Date_Holder,
    .type-reservations-search-page #Form_ReservationsTableForm_Date_Holder {
      width: 48%; } }

.type-reservations-page #Form_ReservationsCookingclassForm_Date_Holder,
.type-reservations-page #Form_ReservationsCouponForm_Type_Holder,
.type-reservations-search-page #Form_ReservationsCookingclassForm_Date_Holder,
.type-reservations-search-page #Form_ReservationsCouponForm_Type_Holder {
  width: 66%;
  float: left; }

.type-reservations-page #Form_ReservationsTableForm_Time_Holder,
.type-reservations-page #Form_ReservationsTableForm_TimeEnd_Holder,
.type-reservations-search-page #Form_ReservationsTableForm_Time_Holder,
.type-reservations-search-page #Form_ReservationsTableForm_TimeEnd_Holder {
  width: 24%;
  float: left;
  margin-left: 13px; }

.type-reservations-page #Form_ReservationsTableForm_Time_Holder select,
.type-reservations-search-page #Form_ReservationsTableForm_Time_Holder select {
  height: calc(2.5rem + 5px); }
  @media (min-width: 768px) {
    .type-reservations-page #Form_ReservationsTableForm_Time_Holder select,
    .type-reservations-search-page #Form_ReservationsTableForm_Time_Holder select {
      height: calc(2.5rem + 4px); } }

.type-reservations-page #Form_ReservationsTableForm_TimeEnd_Holder:after,
.type-reservations-search-page #Form_ReservationsTableForm_TimeEnd_Holder:after {
  content: " ";
  display: table;
  clear: both; }

.type-reservations-page #Form_ReservationsCookingclassForm_MaxPersons_Holder,
.type-reservations-page #Form_ReservationsCouponForm_Value_Holder,
.type-reservations-search-page #Form_ReservationsCookingclassForm_MaxPersons_Holder,
.type-reservations-search-page #Form_ReservationsCouponForm_Value_Holder {
  width: 32%;
  float: right; }
  .type-reservations-page #Form_ReservationsCookingclassForm_MaxPersons_Holder select,
  .type-reservations-page #Form_ReservationsCouponForm_Value_Holder select,
  .type-reservations-search-page #Form_ReservationsCookingclassForm_MaxPersons_Holder select,
  .type-reservations-search-page #Form_ReservationsCouponForm_Value_Holder select {
    height: calc(2.5rem + 7px); }
    @media (min-width: 768px) {
      .type-reservations-page #Form_ReservationsCookingclassForm_MaxPersons_Holder select,
      .type-reservations-page #Form_ReservationsCouponForm_Value_Holder select,
      .type-reservations-search-page #Form_ReservationsCookingclassForm_MaxPersons_Holder select,
      .type-reservations-search-page #Form_ReservationsCouponForm_Value_Holder select {
        height: calc(2.5rem + 4px); } }
  .type-reservations-page #Form_ReservationsCookingclassForm_MaxPersons_Holder:after,
  .type-reservations-page #Form_ReservationsCouponForm_Value_Holder:after,
  .type-reservations-search-page #Form_ReservationsCookingclassForm_MaxPersons_Holder:after,
  .type-reservations-search-page #Form_ReservationsCouponForm_Value_Holder:after {
    content: " ";
    display: table;
    clear: both; }

.type-reservations-page #Form_ReservationsTableForm_Persons_Holder:before,
.type-reservations-page #Form_ReservationsCookingclassForm_Name_Holder:before,
.type-reservations-page #Form_ReservationsCouponForm_Street_Holder:before,
.type-reservations-page #ShipVia:before,
.type-reservations-search-page #Form_ReservationsTableForm_Persons_Holder:before,
.type-reservations-search-page #Form_ReservationsCookingclassForm_Name_Holder:before,
.type-reservations-search-page #Form_ReservationsCouponForm_Street_Holder:before,
.type-reservations-search-page #ShipVia:before {
  content: " ";
  display: table;
  clear: both; }

.type-reservations-page #ShipVia,
.type-reservations-search-page #ShipVia {
  min-height: 190px; }

.type-reservations-page #Form_ReservationsCouponForm_Street_Holder,
.type-reservations-search-page #Form_ReservationsCouponForm_Street_Holder {
  width: 40%;
  float: left;
  padding-right: 1rem; }

.type-reservations-page #Form_ReservationsCouponForm_City_Holder,
.type-reservations-search-page #Form_ReservationsCouponForm_City_Holder {
  width: 40%;
  float: left;
  padding-left: 1rem; }

.type-reservations-page #Form_ReservationsCouponForm_Postcode_Holder,
.type-reservations-search-page #Form_ReservationsCouponForm_Postcode_Holder {
  width: 20%;
  float: left; }

.type-reservations-page #Form_ReservationsCouponForm_Type,
.type-reservations-search-page #Form_ReservationsCouponForm_Type {
  height: calc(2.5rem + 3px); }

.type-reservations-page #Form_ReservationsTableForm_DishKennenlern_Holder,
.type-reservations-page #Form_ReservationsTableForm_DishEndlos_Holder,
.type-reservations-page #Form_ReservationsTableForm_DishVegetarisch_Holder,
.type-reservations-page #Form_ReservationsTableForm_DishVegan_Holder,
.type-reservations-page #Form_ConfirmationForm_DishKennenlern_Holder,
.type-reservations-page #Form_ConfirmationForm_DishEndlos_Holder,
.type-reservations-page #Form_ConfirmationForm_DishVegetarisch_Holder,
.type-reservations-page #Form_ConfirmationForm_DishVegan_Holder,
.type-reservations-search-page #Form_ReservationsTableForm_DishKennenlern_Holder,
.type-reservations-search-page #Form_ReservationsTableForm_DishEndlos_Holder,
.type-reservations-search-page #Form_ReservationsTableForm_DishVegetarisch_Holder,
.type-reservations-search-page #Form_ReservationsTableForm_DishVegan_Holder,
.type-reservations-search-page #Form_ConfirmationForm_DishKennenlern_Holder,
.type-reservations-search-page #Form_ConfirmationForm_DishEndlos_Holder,
.type-reservations-search-page #Form_ConfirmationForm_DishVegetarisch_Holder,
.type-reservations-search-page #Form_ConfirmationForm_DishVegan_Holder {
  float: left;
  width: 48%;
  margin-right: 10px;
  height: calc(2.5rem + 3px); }
  @media (min-width: 1200px) {
    .type-reservations-page #Form_ReservationsTableForm_DishKennenlern_Holder,
    .type-reservations-page #Form_ReservationsTableForm_DishEndlos_Holder,
    .type-reservations-page #Form_ReservationsTableForm_DishVegetarisch_Holder,
    .type-reservations-page #Form_ReservationsTableForm_DishVegan_Holder,
    .type-reservations-page #Form_ConfirmationForm_DishKennenlern_Holder,
    .type-reservations-page #Form_ConfirmationForm_DishEndlos_Holder,
    .type-reservations-page #Form_ConfirmationForm_DishVegetarisch_Holder,
    .type-reservations-page #Form_ConfirmationForm_DishVegan_Holder,
    .type-reservations-search-page #Form_ReservationsTableForm_DishKennenlern_Holder,
    .type-reservations-search-page #Form_ReservationsTableForm_DishEndlos_Holder,
    .type-reservations-search-page #Form_ReservationsTableForm_DishVegetarisch_Holder,
    .type-reservations-search-page #Form_ReservationsTableForm_DishVegan_Holder,
    .type-reservations-search-page #Form_ConfirmationForm_DishKennenlern_Holder,
    .type-reservations-search-page #Form_ConfirmationForm_DishEndlos_Holder,
    .type-reservations-search-page #Form_ConfirmationForm_DishVegetarisch_Holder,
    .type-reservations-search-page #Form_ConfirmationForm_DishVegan_Holder {
      width: 49%; } }

.type-reservations-page #Form_ReservationsTableForm_DishEndlos_Holder,
.type-reservations-page #Form_ReservationsTableForm_DishVegan_Holder,
.type-reservations-page #Form_ConfirmationForm_DishEndlos_Holder,
.type-reservations-page #Form_ConfirmationForm_DishVegan_Holder,
.type-reservations-search-page #Form_ReservationsTableForm_DishEndlos_Holder,
.type-reservations-search-page #Form_ReservationsTableForm_DishVegan_Holder,
.type-reservations-search-page #Form_ConfirmationForm_DishEndlos_Holder,
.type-reservations-search-page #Form_ConfirmationForm_DishVegan_Holder {
  float: right !important;
  margin-right: 0; }

.type-reservations-page .type-veggie,
.type-reservations-page #Form_ReservationsTableForm_Message_Holder,
.type-reservations-search-page .type-veggie,
.type-reservations-search-page #Form_ReservationsTableForm_Message_Holder {
  margin-top: 5rem; }

.type-reservations-search-page {
  /*#Form_ConfirmationForm_DishBuffet_Holder,
  #Form_ConfirmationForm_DishKennenlern_Holder,
  #Form_ConfirmationForm_DishEndlos_Holder,
  #Form_ConfirmationForm_DishVegetarisch_Holder {
    float: left;
    width: 16%;
    margin-right: 17px;
    height: calc(2.5rem + 3px);
  }

  #Form_ConfirmationForm_DishVegan_Holder {
    float: right;
    width: 16%;
    height: calc(2.5rem + 3px); 

    &:after {
      content: " ";
      display: table;
      clear: both;
    }
  }*/ }
  .type-reservations-search-page .type-veggie {
    margin-top: 8rem; }
  .type-reservations-search-page #Form_ConfirmationForm_Sendmail_Holder {
    margin-top: 5rem; }

input.parsley-error, select.parsley-error {
  margin-bottom: 0.5rem;
  border-color: #d9534f; }

.parsley-errors-list {
  list-style-type: none;
  text-align: left; }
  .parsley-errors-list.filled > li {
    color: #d9534f; }

.table-reservations p, .table-reservations .button {
  margin-top: 0;
  margin-bottom: 0; }

.table-reservations .status {
  width: 3.5rem;
  font-size: 2em;
  vertical-align: middle; }
  .table-reservations .status .status-open {
    color: #f0ad4e; }
  .table-reservations .status .status-confirmed {
    color: #5cb85c; }
  .table-reservations .status .status-rejected {
    color: #d9534f; }

.table-reservations .top td {
  border: none; }

.table-reservations .bottom td {
  padding-bottom: 1rem; }

.table-reservations .button {
  width: 10rem !important;
  height: 4rem;
  padding: 1rem;
  text-align: center;
  font-size: 1.5rem;
  background-color: #a2c617;
  border: none;
  color: #fff; }

.type-reservations-search-page input[type="text"],
.type-reservations-search-page input[type="submit"] {
  border: none;
  border-radius: 0; }

.type-reservations-search-page input[type="text"] {
  background-color: #f3f7e4 !important; }

.type-reservations-search-page #Form_SearchForm_action_doSearch {
  background-color: #000;
  color: #fff; }

.type-reservations-search-page .table-reservations .type {
  font-size: 2em;
  font-weight: bold; }

.ui-datepicker-calendar .highlight a {
  background-color: #000 !important;
  color: #fff; }

.ui-datepicker-calendar .blocked a {
  background-color: #fff !important;
  color: #000;
  font-weight: bold; }

.pagination .list {
  display: inline-block; }
  .pagination .list .active {
    font-weight: bold;
    border: 1px solid #000; }

.pagination .pages li {
  padding: 0.2rem 0.5rem; }

.google-maps {
  width: 100%;
  height: 100%; }
  .google-maps .google-map-dynamic {
    height: 10rem !important; }
    @media (min-width: 768px) {
      .google-maps .google-map-dynamic {
        height: 20em !important; } }

.featherlight {
  z-index: 1000 !important; }

.featherlight-content {
  width: 80%; }

.vacation-message {
  position: absolute;
  padding: 3.5rem;
  height: 125px;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  color: #fff;
  z-index: 200;
  text-align: center;
  cursor: pointer; }
  .vacation-message p {
    margin: 0; }
  .vacation-message .close {
    display: block;
    position: absolute;
    right: 1.5rem;
    top: 1.7rem;
    font-size: 1.3rem;
    color: #fff;
    z-index: 300; }
    @media (min-width: 1200px) {
      .vacation-message .close {
        right: 2.5rem;
        top: 0.7rem; } }
  @media (min-width: 1200px) {
    .vacation-message {
      padding: 1rem;
      height: 50px; } }

body.vacation-active {
  padding-top: 50px; }
  body.vacation-active .social-brands,
  body.vacation-active .hamburger {
    top: 6rem; }
    @media (min-width: 1200px) {
      body.vacation-active .social-brands,
      body.vacation-active .hamburger {
        top: 4rem; } }

.event {
  margin-bottom: 4rem; }
  .event ul {
    margin-top: 2rem;
    margin-bottom: 1rem; }

.takeaway-popup {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  z-index: 100; }
  @media (min-width: 768px) {
    .takeaway-popup {
      width: 40rem; } }
  .takeaway-popup .inner {
    padding: 1rem; }
  .takeaway-popup .button {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .takeaway-popup .picto-logo {
    width: 16rem;
    margin: 2rem auto 2rem; }
