/*Bourbon mixins*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*Boxes settings*/
html {
  background: #fff;
  color: #222;
  font-size: 17px;
  line-height: 1.4;
  height: 100%; }

body {
  height: 100%; }

img {
  display: block;
  width: 100%; }

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 60px;
  line-height: 0.1em;
  margin-right: 0;
  vertical-align: -5px;
  color: #930025; }
blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 60px;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -5px;
  color: #930025; }

hr {
  background: #930025;
  height: 4px !important;
  width: 150px;
  border-radius: 3px; }

/*Colors, fonts, z-index, breakpoints...*/
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background-color: #ffbb52; }

::selection {
  background-color: #ffbb52; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*/HTML5 Boilerplate) Clearfix, hidden, visuallyhidden, invisible...*/
div.controls {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 100;
  opacity: 0;
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  transition: all, 1s; }
  div.controls.is-visible {
    opacity: 1 !important;
    -webkit-transition: all, 1s;
    -moz-transition: all, 1s;
    transition: all, 1s; }
  div.controls .btn {
    width: 100px;
    margin-top: 5px; }
    @media (max-width: 500px) {
      div.controls .btn {
        width: 39px;
        height: 39px; } }
    div.controls .btn span.glyphicon {
      display: none; }
      @media (max-width: 500px) {
        div.controls .btn span.glyphicon {
          display: block; } }
    @media (max-width: 500px) {
      div.controls .btn span.txt {
        display: none; } }

div.slider {
  width: 100%;
  height: 100%;
  background: white;
  position: relative; }
  div.slider div.slide {
    width: 100%;
    height: 100%;
    background: white;
    overflow: hidden; }
    div.slider div.slide div.accueil {
      width: 100%;
      height: 100%;
      position: relative; }
      div.slider div.slide div.accueil div.gradient {
        position: absolute;
        width: 100%;
        height: 100%;
        background: -moz-radial-gradient(75% center, ellipse cover, transparent 0%, black 100%);
        /* FF3.6-15 */
        background: -webkit-radial-gradient(75% center, ellipse cover, transparent 0%, black 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(ellipse at 75% center, transparent 0%, black 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */
        opacity: 0.8; }
      div.slider div.slide div.accueil div.titre {
        position: absolute;
        width: 550px;
        max-width: 90%;
        top: 45%;
        left: 15%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        color: white;
        text-shadow: rgba(0, 0, 0, 0.6) 0 1px 8px, rgba(0, 0, 0, 0.6) 0px 0px 1px; }
        @media (max-width: 1200px) {
          div.slider div.slide div.accueil div.titre {
            width: 600px; } }
        @media screen and (max-width: 768px) and (orientation: landscape) {
          div.slider div.slide div.accueil div.titre {
            text-align: left !important;
            top: auto !important;
            -webkit-transform: translate(-50%, 0) !important;
            -moz-transform: translate(-50%, 0) !important;
            -ms-transform: translate(-50%, 0) !important;
            -o-transform: translate(-50%, 0) !important;
            transform: translate(-50%, 0) !important;
            bottom: 15% !important; }
            div.slider div.slide div.accueil div.titre p.nomobile {
              display: none; } }
        @media (max-width: 768px) {
          div.slider div.slide div.accueil div.titre {
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            top: auto;
            bottom: 10%; } }
        @media screen and (max-width: 768px) and (orientation: landscape) {
          div.slider div.slide div.accueil div.titre {
            -webkit-column-count: 1;
            /* Chrome, Safari, Opera */
            -moz-column-count: 1;
            /* Firefox */
            column-count: 1;
            -webkit-column-gap: 30px;
            /* Chrome, Safari, Opera */
            -moz-column-gap: 30px;
            /* Firefox */
            column-gap: 30px;
            bottom: auto;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }
        div.slider div.slide div.accueil div.titre.credits {
          top: auto;
          bottom: 0 !important;
          left: 50%;
          -webkit-column-count: 1;
          /* Chrome, Safari, Opera */
          -moz-column-count: 1;
          /* Firefox */
          column-count: 1;
          -webkit-column-gap: 30px;
          /* Chrome, Safari, Opera */
          -moz-column-gap: 30px;
          /* Firefox */
          column-gap: 30px;
          bottom: auto;
          -webkit-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
          @media screen and (max-width: 768px) and (orientation: landscape) {
            div.slider div.slide div.accueil div.titre.credits {
              -webkit-transform: translate(-60%, 8%) scale(0.8) !important;
              -moz-transform: translate(-60%, 8%) scale(0.8) !important;
              -ms-transform: translate(-60%, 8%) scale(0.8) !important;
              -o-transform: translate(-60%, 8%) scale(0.8) !important;
              transform: translate(-60%, 8%) scale(0.8) !important; } }
        div.slider div.slide div.accueil div.titre h1 {
          font-size: 65px;
          font-family: 'Oswald';
          font-weight: 700;
          text-transform: uppercase;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          margin-bottom: 30px; }
          @media (max-width: 1200px) {
            div.slider div.slide div.accueil div.titre h1 {
              font-size: 50px; } }
          @media screen and (max-width: 768px) and (orientation: landscape) {
            div.slider div.slide div.accueil div.titre h1 {
              font-size: 30px;
              margin-top: 10px; } }
          @media (max-width: 768px) {
            div.slider div.slide div.accueil div.titre h1 {
              font-size: 25px;
              line-height: 30px;
              margin-bottom: 10px; } }
        div.slider div.slide div.accueil div.titre h2 {
          font-family: 'Roboto';
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          margin-bottom: 30px; }
          @media (max-width: 500px) {
            div.slider div.slide div.accueil div.titre h2 {
              font-size: 20px; } }
        div.slider div.slide div.accueil div.titre p {
          font-family: 'Roboto';
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          margin-bottom: 15px;
          font-size: 18px; }
          @media (max-width: 1200px) {
            div.slider div.slide div.accueil div.titre p {
              font-size: 16px; } }
          @media (max-width: 768px) {
            div.slider div.slide div.accueil div.titre p {
              font-size: 14px; }
              div.slider div.slide div.accueil div.titre p.nomobile {
                display: none; } }
        div.slider div.slide div.accueil div.titre .btn-begin {
          margin-top: 15px; }
          @media (max-width: 768px) {
            div.slider div.slide div.accueil div.titre .btn-begin {
              font-size: 14px;
              margin-top: 0; } }
      div.slider div.slide div.accueil img {
        object-fit: cover !important;
        width: 100%;
        height: 100%; }
    div.slider div.slide div.twentytwenty-container {
      height: 100%; }
      div.slider div.slide div.twentytwenty-container img {
        object-fit: cover !important;
        width: 100%;
        height: 100%; }
  div.slider div.before {
    position: absolute;
    font-family: 'Oswald';
    color: white;
    font-size: 2rem;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  div.slider div.after {
    position: absolute;
    font-family: 'Oswald';
    color: white;
    font-size: 2rem;
    background: rgba(0, 0, 0, 0.5);
    right: 0;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  div.slider div.caption {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.5);
    font-family: 'Roboto';
    padding: 15px;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (max-width: 768px) {
      div.slider div.caption {
        left: 15px;
        width: calc(100% - 150px);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        font-size: 1.3rem; } }
    @media (max-width: 500px) {
      div.slider div.caption {
        width: calc(100% - 85px);
        padding: 10px; } }
    div.slider div.caption span {
      font-weight: 900;
      background: #930025;
      padding: 0 5px; }
    div.slider div.caption div.credit {
      font-size: 1.3rem;
      color: #b3b3b3;
      margin-top: 10px; }

.twentytwenty-wrapper {
  height: 100%;
  min-height: 100%; }

.twentytwenty-overlay {
  background: transparent !important; }

.bx-wrapper {
  height: 100% !important; }
  .bx-wrapper .bx-viewport {
    height: 100% !important; }

.bx-controls-direction {
  opacity: 0;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s; }
  .bx-controls-direction.is-visible {
    opacity: 1 !important;
    -webkit-transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    transition: all, 0.2s; }

.bx-wrapper .bx-controls-direction a {
  display: none;
  top: auto;
  bottom: 15px;
  width: 60px;
  height: 60px; }
  @media (max-width: 500px) {
    .bx-wrapper .bx-controls-direction a {
      width: 40px;
      height: 40px; } }

.bx-wrapper .bx-prev {
  left: auto;
  right: 80px !important;
  background: url(../img/up-arrow-white.svg), rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  background-size: cover !important; }
  @media (max-width: 500px) {
    .bx-wrapper .bx-prev {
      right: 15px !important;
      bottom: 60px !important; } }
  .bx-wrapper .bx-prev:hover {
    background: url(../img/up-arrow-blue.svg), rgba(0, 0, 0, 0.5); }

.bx-wrapper .bx-next {
  right: 15px;
  background: url(../img/down-arrow-white-01.svg), rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  background-size: cover !important; }
  .bx-wrapper .bx-next:hover {
    background: url(../img/down-arrow-blue.svg), rgba(0, 0, 0, 0.5); }

.btn {
  font-family: 'Roboto';
  background: #930025 !important;
  color: white;
  border: none;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .btn:hover {
    color: white !important;
    background: #ac002b !important; }
  .btn:active {
    color: white !important;
    background: #ac002b !important; }
  .btn:focus {
    color: white !important;
    outline: 0 !important; }

/*Header, section, article, footer...*/
/*Buttons, dropdown...*/
/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  font-family: 'Oswald';
  color: #383838;
  background-color: #212121; }

a {
  /*color: #930025;*/
  text-decoration: none; }

.chrono a:before {
  display: none; }

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 1;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none; }

.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1; }

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto; }

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden; }

.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px; }

/*.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}*/
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #b3b3b3;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s; }

.cd-horizontal-timeline .filling-line {
  /* this is used to create the lighten($black, 50%) line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #930025;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }

.cd-horizontal-timeline .events a {
  /* COLOR LINK */
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 2rem;
  padding-bottom: 15px;
  color: #930025;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #b3b3b3;
  background-color: #b3b3b3;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s; }

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #930025;
  border-color: #930025; }

.cd-horizontal-timeline .events a.selected {
  pointer-events: none; }

.cd-horizontal-timeline .events a.selected::after {
  background-color: #930025;
  border-color: #930025; }

.cd-horizontal-timeline .events a.older-event::after {
  /*COLOR LINE*/
  border-color: #930025; }

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 0 auto; }

  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop'; } }
.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #930025;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s; }

.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-arrow-tl.svg) no-repeat 0 0; }

.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

.cd-timeline-navigation a.next {
  right: 0; }

.no-touch .cd-timeline-navigation a:hover {
  border-color: #930025; }

.cd-timeline-navigation a.inactive {
  cursor: not-allowed; }

.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px; }

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf; }

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s; }

.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right; }

.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left; }

.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse; }

.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto; }

.cd-horizontal-timeline .events-content h4 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: 'Oswald';
  text-align: center;
  font-weight: 700;
  line-height: 1.2; }

.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto; }

.cd-horizontal-timeline .events-content em::before {
  content: '- '; }

.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #eeeeee; }

.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6; }

@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h4 {
    color: gray;
    font-size: 36px;
    line-height: 50px;
    font-family: 'Oswald';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

  .cd-horizontal-timeline .events-content em {
    font-size: 2rem; }

  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem; } }
@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%); } }
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%); } }
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%); } }
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%); } }
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
.brand-nav {
  display: none; }

div.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #212121;
  z-index: 99999; }

div.overlay .logo-brand {
  width: 300px;
  max-width: 85%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -110%);
  -moz-transform: translate(-50%, -110%);
  -ms-transform: translate(-50%, -110%);
  -o-transform: translate(-50%, -110%);
  transform: translate(-50%, -110%); }

div.overlay .spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 70%); }
  div.overlay .spinner div.clock-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: bounce 1.0s infinite ease-in-out;
    animation: bounce 1.0s infinite ease-in-out; }
    div.overlay .spinner div.clock-wrapper img {
      position: absolute; }
      div.overlay .spinner div.clock-wrapper img.loader-hours {
        -webkit-animation: spin-fast 1.5s infinite linear;
        animation: spin-fast 1.5s infinite linear; }
      div.overlay .spinner div.clock-wrapper img.loader-minutes {
        -webkit-animation: spin-low 18.0s infinite linear;
        animation: spin-low 18.0s infinite linear; }

div.overlay .double-bounce1, div.overlay .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #eee;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: spin-fast 2.0s infinite;
  animation: spin-fast 2.0s infinite; }

div.overlay .double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(1.3); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes bounce {
  0%, 100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-webkit-keyframes spin-fast {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg); } }
@keyframes spin-fast {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
@-webkit-keyframes spin-low {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg); } }
@keyframes spin-low {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=main.css.map */
