@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
/* -----------------------------------------------------------------------------
  HAMBURGER ICONS COMPONENT
http://callmenick.com/post/animating-css-only-hamburger-menu-icons
----------------------------------------------------------------------------- */
/*----
inspiration : http://tympanus.net/Blueprints/MultiLevelMenu/
---*/
/*--- VAR ---*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
   * Define consistent border, margin, and padding.
   */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

html {
  font-size: 16px;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: Century Gothic, CenturyGothic, AppleGothic, "Lato", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #9a9a9a;
  background: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

select {
  width: 100%;
  border-radius: 8px; }

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 8px;
  line-height: 1; }

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

.t-small {
  font-size: 14px; }

@media screen and (min-width: 64em) {
  .md-align-left {
    float: left;
    margin: 0 1em 1em 0; } }

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Century Gothic, CenturyGothic, AppleGothic, "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  text-transform: uppercase; }

h1 {
  font-size: 1rem; margin-top:0.6rem;}

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 1rem; margin-top:0.6rem;}
  h2 {
    font-size: 2rem; }
  h3 {
    font-size: 1rem; }
  h4 {
    font-size: 1rem; }
  h5 {
    font-size: 1rem; }
  h6 {
    font-size: 0.875rem; } }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .no-flexbox .row {
    letter-spacing: -0.31em; }
  @media screen and (min-width: 40em) {
    .row {
      margin-right: -10px;
      margin-left: -10px; } }
  @media screen and (min-width: 64em) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  .row.collapse {
    margin-left: 0;
    margin-right: 0; }
    .row.collapse > .col, .row.collapse [class^="col-"] {
      padding-left: 0;
      padding-right: 0; }

.col, [class^="col-"] {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px; }
  .no-flexbox .col, .no-flexbox [class^="col-"] {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal; }
  @media screen and (min-width: 40em) {
    .col, [class^="col-"] {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 64em) {
    .col, [class^="col-"] {
      padding-left: 15px;
      padding-right: 15px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.center-xs {
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

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

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

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

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

.shrink-xs {
  -ms-flex: 1 1 0%;
      flex: 1 1 0%; }

.col-auto-xs {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  max-width: none; }

@media screen and (min-width: 40em) {
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
    .no-flexbox .col-sm-1 {
      width: 8.33333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
    .no-flexbox .col-sm-2 {
      width: 16.66667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
    .no-flexbox .col-sm-3 {
      width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
    .no-flexbox .col-sm-4 {
      width: 33.33333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%; }
    .no-flexbox .col-sm-5 {
      width: 41.66667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
    .no-flexbox .col-sm-6 {
      width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%; }
    .no-flexbox .col-sm-7 {
      width: 58.33333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
    .no-flexbox .col-sm-8 {
      width: 66.66667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
    .no-flexbox .col-sm-9 {
      width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%; }
    .no-flexbox .col-sm-10 {
      width: 83.33333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%; }
    .no-flexbox .col-sm-11 {
      width: 91.66667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
    .no-flexbox .col-sm-12 {
      width: 100%; }
  .col-sm-20p {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
  .col-sm-30p {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%; }
  .col-sm-40p {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%; }
  .col-sm-60p {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%; }
  .col-sm-80p {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%; }
  .center-sm {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .end-sm {
    -ms-flex-pack: end;
        justify-content: flex-end;
    text-align: right; }
  .start-sm {
    -ms-flex-pack: start;
        justify-content: flex-start;
    text-align: left; }
  .between-sm {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .around-sm {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .shrink-sm {
    -ms-flex: 1 1 0%;
        flex: 1 1 0%; }
  .col-auto-sm {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    max-width: none; } }

@media screen and (min-width: 64em) {
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
    .no-flexbox .col-md-1 {
      width: 8.33333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
    .no-flexbox .col-md-2 {
      width: 16.66667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
    .no-flexbox .col-md-3 {
      width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
    .no-flexbox .col-md-4 {
      width: 33.33333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%; }
    .no-flexbox .col-md-5 {
      width: 41.66667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
    .no-flexbox .col-md-6 {
      width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%; }
    .no-flexbox .col-md-7 {
      width: 58.33333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
    .no-flexbox .col-md-8 {
      width: 66.66667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
    .no-flexbox .col-md-9 {
      width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%; }
    .no-flexbox .col-md-10 {
      width: 83.33333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%; }
    .no-flexbox .col-md-11 {
      width: 91.66667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
    .no-flexbox .col-md-12 {
      width: 100%; }
  .col-md-20p {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
  .col-md-30p {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%; }
  .col-md-40p {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%; }
  .col-md-60p {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%; }
  .col-md-80p {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%; }
  .center-md {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .end-md {
    -ms-flex-pack: end;
        justify-content: flex-end;
    text-align: right; }
  .start-md {
    -ms-flex-pack: start;
        justify-content: flex-start;
    text-align: left; }
  .between-md {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .around-md {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .shrink-md {
    -ms-flex: 1 1 0%;
        flex: 1 1 0%; }
  .col-auto-md {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    max-width: none; } }

@media screen and (min-width: 80em) {
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
    .no-flexbox .col-lg-1 {
      width: 8.33333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
    .no-flexbox .col-lg-2 {
      width: 16.66667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
    .no-flexbox .col-lg-3 {
      width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
    .no-flexbox .col-lg-4 {
      width: 33.33333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%; }
    .no-flexbox .col-lg-5 {
      width: 41.66667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
    .no-flexbox .col-lg-6 {
      width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%; }
    .no-flexbox .col-lg-7 {
      width: 58.33333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
    .no-flexbox .col-lg-8 {
      width: 66.66667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
    .no-flexbox .col-lg-9 {
      width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%; }
    .no-flexbox .col-lg-10 {
      width: 83.33333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%; }
    .no-flexbox .col-lg-11 {
      width: 91.66667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
    .no-flexbox .col-lg-12 {
      width: 100%; }
  .col-lg-20p {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
  .col-lg-30p {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%; }
  .col-lg-40p {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%; }
  .col-lg-60p {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%; }
  .col-lg-80p {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%; }
  .center-lg {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .end-lg {
    -ms-flex-pack: end;
        justify-content: flex-end;
    text-align: right; }
  .start-lg {
    -ms-flex-pack: start;
        justify-content: flex-start;
    text-align: left; }
  .between-lg {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .around-lg {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .shrink-lg {
    -ms-flex: 1 1 0%;
        flex: 1 1 0%; }
  .col-auto-lg {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    max-width: none; } }

.container {
  width: 100%;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 64em) {
    .container {
      max-width: 1310px; } }
  @media screen and (min-width: 40em) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 64em) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }

[class*="flexgal-"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px; }
  @media screen and (min-width: 40em) {
    [class*="flexgal-"] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 64em) {
    [class*="flexgal-"] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px; } }
  [class*="flexgal-"] > * {
    padding-left: 5px;
    padding-right: 5px; }
    @media screen and (min-width: 40em) {
      [class*="flexgal-"] > * {
        padding-left: 10px;
        padding-right: 10px; } }
    @media screen and (min-width: 64em) {
      [class*="flexgal-"] > * {
        padding-left: 15px;
        padding-right: 15px; } }

.flexgal-xs-2 > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }
  .flexgal-xs-2 > *.double {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .no-flexbox .flexgal-xs-2 > * {
    display: inline-block;
    vertical-align: top; }

.flexgal-xs-3 > * {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%; }
  .flexgal-xs-3 > *.double {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .no-flexbox .flexgal-xs-3 > * {
    display: inline-block;
    vertical-align: top; }

.flexgal-xs-4 > * {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }
  .flexgal-xs-4 > *.double {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .no-flexbox .flexgal-xs-4 > * {
    display: inline-block;
    vertical-align: top; }

.flexgal-xs-5 > * {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%; }
  .flexgal-xs-5 > *.double {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%; }
  .no-flexbox .flexgal-xs-5 > * {
    display: inline-block;
    vertical-align: top; }

.flexgal-xs-6 > * {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  max-width: 16.66667%; }
  .flexgal-xs-6 > *.double {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .no-flexbox .flexgal-xs-6 > * {
    display: inline-block;
    vertical-align: top; }

.flexgal-xs-7 > * {
  -ms-flex-preferred-size: 14.28571%;
      flex-basis: 14.28571%;
  max-width: 14.28571%; }
  .flexgal-xs-7 > *.double {
    -ms-flex-preferred-size: 28.57143%;
        flex-basis: 28.57143%;
    max-width: 28.57143%; }
  .no-flexbox .flexgal-xs-7 > * {
    display: inline-block;
    vertical-align: top; }

.flexgal-xs-8 > * {
  -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%;
  max-width: 12.5%; }
  .flexgal-xs-8 > *.double {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  .no-flexbox .flexgal-xs-8 > * {
    display: inline-block;
    vertical-align: top; }

@media screen and (min-width: 40em) {
  .flexgal-sm-2 > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
    .flexgal-sm-2 > *.double {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
    .no-flexbox .flexgal-sm-2 > * {
      display: inline-block;
      vertical-align: top; }
  .flexgal-sm-3 > * {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
    .flexgal-sm-3 > *.double {
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
      max-width: 66.66667%; }
    .no-flexbox .flexgal-sm-3 > * {
      display: inline-block;
      vertical-align: top; }
  .flexgal-sm-4 > * {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
    .flexgal-sm-4 > *.double {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; }
    .no-flexbox .flexgal-sm-4 > * {
      display: inline-block;
      vertical-align: top; }
  .flexgal-sm-5 > * {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
    .flexgal-sm-5 > *.double {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
      max-width: 40%; }
    .no-flexbox .flexgal-sm-5 > * {
      display: inline-block;
      vertical-align: top; }
  .flexgal-sm-6 > * {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
    .flexgal-sm-6 > *.double {
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
      max-width: 33.33333%; }
    .no-flexbox .flexgal-sm-6 > * {
      display: inline-block;
      vertical-align: top; }
  .flexgal-sm-7 > * {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%; }
    .flexgal-sm-7 > *.double {
      -ms-flex-preferred-size: 28.57143%;
          flex-basis: 28.57143%;
      max-width: 28.57143%; }
    .no-flexbox .flexgal-sm-7 > * {
      display: inline-block;
      vertical-align: top; }
  .flexgal-sm-8 > * {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%; }
    .flexgal-sm-8 > *.double {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%; }
    .no-flexbox .flexgal-sm-8 > * {
      display: inline-block;
      vertical-align: top; } }

@media screen and (min-width: 64em) {
  .flexgal-md-2 > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
    .flexgal-md-2 > *.double {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
    .no-flexbox .flexgal-md-2 > * {
      display: inline-block;
      vertical-align: top; }
  .flexgal-md-3 > * {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
    .flexgal-md-3 > *.double {
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
      max-width: 66.66667%; }
    .no-flexbox .flexgal-md-3 > * {
      display: inline-block;
      vertical-align: top; }
  .flexgal-md-4 > * {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
    .flexgal-md-4 > *.double {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; }
    .no-flexbox .flexgal-md-4 > * {
      display: inline-block;
      vertical-align: top; }
  .flexgal-md-5 > * {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
    .flexgal-md-5 > *.double {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
      max-width: 40%; }
    .no-flexbox .flexgal-md-5 > * {
      display: inline-block;
      vertical-align: top; }
  .flexgal-md-6 > * {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
    .flexgal-md-6 > *.double {
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
      max-width: 33.33333%; }
    .no-flexbox .flexgal-md-6 > * {
      display: inline-block;
      vertical-align: top; }
  .flexgal-md-7 > * {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%; }
    .flexgal-md-7 > *.double {
      -ms-flex-preferred-size: 28.57143%;
          flex-basis: 28.57143%;
      max-width: 28.57143%; }
    .no-flexbox .flexgal-md-7 > * {
      display: inline-block;
      vertical-align: top; }
  .flexgal-md-8 > * {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%; }
    .flexgal-md-8 > *.double {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%; }
    .no-flexbox .flexgal-md-8 > * {
      display: inline-block;
      vertical-align: top; } }

@media screen and (min-width: 80em) {
  .flexgal-lg-2 > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
    .flexgal-lg-2 > *.double {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
    .no-flexbox .flexgal-lg-2 > * {
      display: inline-block;
      vertical-align: top; }
  .flexgal-lg-3 > * {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
    .flexgal-lg-3 > *.double {
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
      max-width: 66.66667%; }
    .no-flexbox .flexgal-lg-3 > * {
      display: inline-block;
      vertical-align: top; }
  .flexgal-lg-4 > * {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
    .flexgal-lg-4 > *.double {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; }
    .no-flexbox .flexgal-lg-4 > * {
      display: inline-block;
      vertical-align: top; }
  .flexgal-lg-5 > * {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
    .flexgal-lg-5 > *.double {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
      max-width: 40%; }
    .no-flexbox .flexgal-lg-5 > * {
      display: inline-block;
      vertical-align: top; }
  .flexgal-lg-6 > * {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
    .flexgal-lg-6 > *.double {
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
      max-width: 33.33333%; }
    .no-flexbox .flexgal-lg-6 > * {
      display: inline-block;
      vertical-align: top; }
  .flexgal-lg-7 > * {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%; }
    .flexgal-lg-7 > *.double {
      -ms-flex-preferred-size: 28.57143%;
          flex-basis: 28.57143%;
      max-width: 28.57143%; }
    .no-flexbox .flexgal-lg-7 > * {
      display: inline-block;
      vertical-align: top; }
  .flexgal-lg-8 > * {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%; }
    .flexgal-lg-8 > *.double {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%; }
    .no-flexbox .flexgal-lg-8 > * {
      display: inline-block;
      vertical-align: top; } }

select {
  height: 40px;
  padding: 8px;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  color: #9a9a9a;
  background-color: #fff;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right 0.5rem center;
  background-repeat: no-repeat; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

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

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

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

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

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

/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s; }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 23px;
  left: 10px;
  right: 10px;
  height: 4px;
  background: white; }

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: ""; }

.c-hamburger span::before {
  top: -9px; }

.c-hamburger span::after {
  bottom: -9px; }

/**
 * Style 1
 *
 * Rotating hamburger icon (rot), that simply rotates 90 degrees when activated.
 * Nothing too fancy, simple transition.
 */
.c-hamburger--rot {
  background-color: #28aadc; }

.c-hamburger--rot span {
  transition: transform 0.3s; }

/* active state, i.e. menu open */
.c-hamburger--rot.is-active {
  background-color: #166888; }

.c-hamburger--rot.is-active span {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

/**
 * Style 2
 *
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx {
  background-color: transparent; }

.c-hamburger--htx span {
  transition: background 0s 0.3s; }

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s; }

.c-hamburger--htx span::before {
  transition-property: top, transform; }

.c-hamburger--htx span::after {
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #cb0032; }

.c-hamburger--htx.is-active span {
  background: none; }

.c-hamburger--htx.is-active span::before {
  top: 0;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s; }

/**
 * Style 3
 *
 * Hamburger to left-arrow (htla). Hamburger menu transforms to a left-pointing
 * arrow. Usually indicates an off canvas menu sliding in from left that
 * will be close on re-click of the icon.
 */
.c-hamburger--htla {
  background-color: #32dc64; }

.c-hamburger--htla span {
  transition: transform 0.3s; }

.c-hamburger--htla span::before {
  -ms-transform-origin: top right;
      transform-origin: top right;
  transition: transform 0.3s, width 0.3s, top 0.3s; }

.c-hamburger--htla span::after {
  -ms-transform-origin: bottom right;
      transform-origin: bottom right;
  transition: transform 0.3s, width 0.3s, bottom 0.3s; }

/* active state, i.e. menu open */
.c-hamburger--htla.is-active {
  background-color: #19903c; }

.c-hamburger--htla.is-active span {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.c-hamburger--htla.is-active span::before,
.c-hamburger--htla.is-active span::after {
  width: 50%; }

.c-hamburger--htla.is-active span::before {
  top: 0;
  -ms-transform: translateX(19px) translateY(2px) rotate(45deg);
      transform: translateX(19px) translateY(2px) rotate(45deg); }

.c-hamburger--htla.is-active span::after {
  bottom: 0;
  -ms-transform: translateX(19px) translateY(-2px) rotate(-45deg);
      transform: translateX(19px) translateY(-2px) rotate(-45deg); }

/**
 * Style 4
 *
 * Hamburger to right-arrow (htra). Hamburger menu transforms to a
 * right-pointing arrow. Usually indicates an off canvas menu sliding in from
 * right that will be close on re-click of the icon.
 */
.c-hamburger--htra {
  background-color: #ff9650; }

.c-hamburger--htra span {
  transition: transform 0.3s; }

.c-hamburger--htra span::before {
  -ms-transform-origin: top left;
      transform-origin: top left;
  transition: transform 0.3s, width 0.3s, top 0.3s; }

.c-hamburger--htra span::after {
  -ms-transform-origin: bottom left;
      transform-origin: bottom left;
  transition: transform 0.3s, width 0.3s, bottom 0.3s; }

/* active state, i.e. menu open */
.c-hamburger--htra.is-active {
  background-color: #e95d00; }

.c-hamburger--htra.is-active span {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.c-hamburger--htra.is-active span::before,
.c-hamburger--htra.is-active span::after {
  width: 50%; }

.c-hamburger--htra.is-active span::before {
  top: 0;
  -ms-transform: translateX(-4px) translateY(2px) rotate(-45deg);
      transform: translateX(-4px) translateY(2px) rotate(-45deg); }

.c-hamburger--htra.is-active span::after {
  bottom: 0;
  -ms-transform: translateX(-4px) translateY(-2px) rotate(45deg);
      transform: translateX(-4px) translateY(-2px) rotate(45deg); }

@media screen and (max-width: 63.9375em) {
  body.menu--open {
    overflow: hidden; }
  .nav-header {
    background-color: #000;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.3s;
    padding: 2em 0; }
    .menu--open .nav-header {
      transform: translate3d(0, 0, 0); }
  .menu-header {
    list-style: none;
    margin: 0;
    padding: 0; }
    .menu-header a {
      display: block;
      padding: 1em 2.5em 1em 1.5em;
      display: block; } }

.col-sm-skrink {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto; }

.col-sm-grow {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto; }

.site-header {
  margin-bottom: 30px; }

h3 {
  font-size: 0.95em;
  color: #9a9a9a; }

.site-page {
  margin: 30px 0; }

.nav-header-col {
  -ms-flex-order: 1;
      order: 1; }
  @media screen and (min-width: 64em) {
    .nav-header-col {
      -ms-flex-order: 0;
          order: 0;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; } }

@media screen and (min-width: 64em) {
  .col-menu-langues {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; } }

.logo-col {
  -ms-flex: 0 1 70%;
      flex: 0 1 70%; }
  @media screen and (min-width: 64em) {
    .logo-col {
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
      max-width: 30%; } }

.nav-toggle-col {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
  @media screen and (min-width: 64em) {
    .nav-toggle-col {
      display: none; }
      .no-flexbox .nav-toggle-col {
        display: none; } }

@media screen and (min-width: 64em) {
  .nav-wrapper-col {
    -ms-flex: 1 0 70%;
        flex: 1 0 70%;
    max-width: 70%; } }

.action--close {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  background: none;
  border-radius: 50%;
  position: absolute;
  top: 1em;
  right: 1em; }
  .action--close::before, .action--close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 80%;
    top: 50%;
    left: 50%;
    background: #666;
    border-radius: 5px; }
  .action--close::before {
    -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
  .action--close::after {
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }

.menu-header a {
  text-transform: uppercase;
  color: #fff; }

.menu-header li.active a {
  color: #d50000; }
  @media screen and (max-width: 63.9375em) {
    .menu-header li.active a {
      font-weight: bold; } }

.menu-header li.menu-header--important a {
  margin: 0 10px;
  background-color: #d50000;
  border-radius: 10px; }
  .menu-header li.menu-header--important a:hover {
    color: #fff; }

.menu-langues {
  -ms-flex-order: -1;
      order: -1;
  list-style: none;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 63.9375em) {
  .livestats {
    padding: 1em;
    text-align: center; } }

.livestats span {
  color: #d50000; }

@media screen and (min-width: 64em) {
  .action--close {
    display: none; }
  .nav-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; } }
  @media screen and (min-width: 64em) and (min-width: 64em) {
    .nav-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-pack: end;
          justify-content: flex-end; } }

@media screen and (min-width: 64em) {
  .livestats {
    width: 100%;
    -ms-flex: 1 0 100%;
        flex: 1 0 100%; } }
  @media screen and (min-width: 64em) and (min-width: 64em) {
    .livestats {
      padding-right: 80px;
      text-align: right; } }

@media screen and (min-width: 64em) {
  .menu-header {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap; } }
  @media screen and (min-width: 64em) and (min-width: 64em) {
    .menu-header {
      -ms-flex-direction: row;
          flex-direction: row;
      margin-left: -5px; } }

@media screen and (min-width: 64em) {
    .menu-header li {
      font-size: 20px;
      text-transform: uppercase; } }
    @media screen and (min-width: 64em) and (min-width: 64em) {
      .menu-header li {
        font-size: 14px; } }
    @media screen and (min-width: 64em) and (min-width: 80em) {
      .menu-header li {
        font-size: 20px; } }

@media screen and (min-width: 64em) {
    .menu-header a {
      display: block;
      padding: 5px;
      color: #fff;
      line-height: 1; }
      .menu-header a:hover {
        color: #d50000; }
    .menu-header li.active a {
      color: #d50000; }
    .menu-header li.menu-header--important {
      margin: 0 5px; }
      .menu-header li.menu-header--important a {
        background-color: #d50000;
        border-radius: 10px;
        margin: 0; }
        .menu-header li.menu-header--important a:hover {
          color: #fff; }
  .menu-langues {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: -1;
        order: -1; } }
  @media screen and (min-width: 64em) and (min-width: 64em) {
    .menu-langues {
      -ms-flex-order: 0;
          order: 0; } }

[class^="flexgal-"] {
  list-style: none;
  margin-bottom: 0; }

.gal img, [class^="flexgal-"] img {
  min-width: 100%;
  border-radius: 10px;
  margin-bottom: 10px; }
  @media screen and (min-width: 40em) {
    .gal img, [class^="flexgal-"] img {
      margin-bottom: 20px; } }
  @media screen and (min-width: 64em) {
    .gal img, [class^="flexgal-"] img {
      margin-bottom: 30px; } }

.col-40p {
  -ms-flex: 1 0 40%;
      flex: 1 0 40%; }

.col-60p {
  -ms-flex: 1 0 60%;
      flex: 1 0 60%; }

.gal img {
  border-radius: 10px; }

img.rd {
  border-radius: 10px; }

.mb, .page-title, .section-header {
  margin-bottom: 1em; }
  @media screen and (min-width: 40em) {
    .mb, .page-title, .section-header {
      margin-bottom: 20px; } }
  @media screen and (min-width: 64em) {
    .mb, .page-title, .section-header {
      margin-bottom: 30px; } }

h1 span, h2 span, h3 span, h4 span {
  color: #d50000; }

.page-title {
  font-size: 18px;
  line-height: 1.3; }

.navigation a {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  display: inline-block;
  line-height: 1.1; }

.navigation a.next img {
  margin-left: .4em; }

.section--modeles h3.section-desc {
  margin-bottom: 30px; }

.w280p {
  width: 280px;
  max-width: 280px; }

.col-about1 {
  width: 510px;
  max-width: 510px; }

.section--filmo h3 {
  line-height: 1.5; }

@media screen and (min-width: 64em) {
  .cover-wrapper {
    position: relative; }
  .cover-text {
    position: absolute; }
  .cover-text-right {
    top: 0;
    right: 0;
    text-align: right; }
  .cover-text-left {
    top: 0;
    left: 0; }
  .cover-title {
    color: #fff;
    font-size: 18px;
    line-height: 1.3; }
  .cover--supports .cover-text {
    max-width: 240px; } }

.cover--photos .cover-text {
  max-width: 290px; }

.cover--photos h3 {
  line-height: 1.3;
  margin-bottom: 1em; }

/* slide show */
/*.slideshow {  
/*  width: 953px;  */
/*  height: 537px;  */
/*  overflow: hidden;  
  /*border: 3px solid #F2F2F2;  */
/*}  */
      
/*.slideshow ul {  
/* 4 images donc 4 x 100% */  
/*width: 400%;  
/*height: 537px;  */
/*padding:0; margin:0;  
list-style: none;  
}  */
/*.slideshow li {  
 float: left;  
} */

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.site-footer{
	font-size: 0.8em;
	text-align: center;
}

.site-footer a{
	color:#FFF;
	text-decoration: underline;
}