/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
/* line 9, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 19, ../sass/_normalize.scss */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 41, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 */
/* line 53, ../sass/_normalize.scss */
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.
 */
/* line 63, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 85, ../sass/_normalize.scss */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 94, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

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

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 122, ../sass/_normalize.scss */
dfn {
  font-style: italic; }

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 140, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 149, ../sass/_normalize.scss */
small {
  font-size: 80%; }

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

/* line 165, ../sass/_normalize.scss */
sup {
  top: -0.5em; }

/* line 169, ../sass/_normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 180, ../sass/_normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 188, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 199, ../sass/_normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 207, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 217, ../sass/_normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 228, ../sass/_normalize.scss */
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 5, and Chrome.
 */
/* line 252, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
/* line 262, ../sass/_normalize.scss */
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+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
/* line 274, ../sass/_normalize.scss */
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.
 */
/* line 289, ../sass/_normalize.scss */
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.
 */
/* line 299, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 308, ../sass/_normalize.scss */
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.
 */
/* line 318, ../sass/_normalize.scss */
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.
 */
/* line 331, ../sass/_normalize.scss */
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`.
 */
/* line 343, ../sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 353, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * 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).
 */
/* line 367, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 375, ../sass/_normalize.scss */
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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 386, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
/* line 395, ../sass/_normalize.scss */
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.
 */
/* line 404, ../sass/_normalize.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 415, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 421, ../sass/_normalize.scss */
td,
th {
  padding: 0; }

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

/* line 1, ../sass/_base.sass */
html,
button,
input,
select,
textarea {
  color: white;
  -webkit-font-smoothing: antialiased; }

/* line 9, ../sass/_base.sass */
html {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400; }

/* line 15, ../sass/_base.sass */
html,
body {
  width: 100%;
  height: 100%;
  background: black; }

/* line 21, ../sass/_base.sass */
body {
  overflow: hidden; }

/* line 24, ../sass/_base.sass */
a {
  color: #e6e6e6;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  /* line 29, ../sass/_base.sass */
  a:hover {
    color: white; }

/* line 32, ../sass/_base.sass */
h1,
h2,
h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
    text-align: center;}
  /* line 38, ../sass/_base.sass */
  h1 a,
  h2 a,
  h3 a {
    color: white;
    text-decoration: none; }

/* line 42, ../sass/_base.sass */
h1 {
  font-size: 1.571em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px; }

/* line 48, ../sass/_base.sass */
h2 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px; }

/* line 54, ../sass/_base.sass */
h3 {
  font-size: 1em;
  font-weight: 400;
  color: white;
  text-transform: uppercase; }

/* line 60, ../sass/_base.sass */
.script {
  font-family: "Pilgiche", sans-serif;
  text-transform: none; }

/* line 64, ../sass/_base.sass */
#content {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 6;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
  /* line 73, ../sass/_base.sass */
  #content header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 145px;
    background: url(../img/shadow.png) repeat-x bottom left;
    z-index: 6;
    opacity: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      /* line 73, ../sass/_base.sass */
      #content header {
        height: 70px; } }
    /* line 91, ../sass/_base.sass */
    #content header.hide {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%); }
    /* line 95, ../sass/_base.sass */
    

    /* ------ MODIF PERSO ------ */

    #content header .general-info-container {
      position: absolute;        
      top: 30px;
      left: 30px;
      font-size: 1em;
      z-index: 2; }

    #content header .general-info {
      position: relative;
        display: inline-block;
        margin-right: 2em;
      cursor: pointer; }



      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        /* line 95, ../sass/_base.sass */
        #content header .general-info, #content header .general-info-container {
          display: none; } }
      /* line 105, ../sass/_base.sass */
      #content header .general-info .description, #content header .general-info-container .general-info .description {
        display: none; }
    /* line 108, ../sass/_base.sass */
    #content header .logo {
      position: relative;
      text-align: center;
      font-size: 1.2em;
      margin: 30px auto;
      z-index: 1; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        /* line 108, ../sass/_base.sass */
        #content header .logo {
          margin: 15px auto; } }
      /* line 117, ../sass/_base.sass */
      #content header .logo img {
        opacity: 0.7;
        margin: 0 2em;
        width: 110px;
        height: auto; }
    /* line 123, ../sass/_base.sass */
    #content header .we {
      position: absolute;
      top: 30px;
      right: 30px;
      width: 80px;
      height: 80px;
      z-index: 2;
      text-align: right;
       }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        /* line 123, ../sass/_base.sass */
        #content header .we {
           } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        /* line 123, ../sass/_base.sass */
        #content header .we {
          left: 50%;
          margin: 0 0 0 -44px; } }
      /* line 137, ../sass/_base.sass */
      #content header .we a {
        display: block;
        width: 100%;
        height: 100%; }
  /* line 142, ../sass/_base.sass */
  #content .back {
    position: relative;
    width: 57px;
    height: 57px;
    margin: 4% auto 0 auto;
    cursor: pointer; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      /* line 142, ../sass/_base.sass */
      #content .back {
        margin: 60px auto 0 auto; } }
    /* line 151, ../sass/_base.sass */
    #content .back span {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 1px;
      height: 29px;
      background: white;
      -webkit-transform-origin: center center;
      -moz-transform-origin: center center;
      -ms-transform-origin: center center;
      -o-transform-origin: center center;
      transform-origin: center center;
      -webkit-transition: -webkit-transform 0.3s ease;
      -moz-transition: -moz-transform 0.3s ease;
      -o-transition: -o-transform 0.3s ease;
      transition: transform 0.3s ease; }
      /* line 162, ../sass/_base.sass */
      #content .back span:first-child {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      /* line 165, ../sass/_base.sass */
      #content .back span:last-child {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    /* line 170, ../sass/_base.sass */
    #content .back:hover span:first-child {
      -webkit-transform: translateX(-10px) rotate(45deg);
      -moz-transform: translateX(-10px) rotate(45deg);
      -ms-transform: translateX(-10px) rotate(45deg);
      -o-transform: translateX(-10px) rotate(45deg);
      transform: translateX(-10px) rotate(45deg); }
    /* line 172, ../sass/_base.sass */
    #content .back:hover span:last-child {
      -webkit-transform: translateX(11px) rotate(-45deg);
      -moz-transform: translateX(11px) rotate(-45deg);
      -ms-transform: translateX(11px) rotate(-45deg);
      -o-transform: translateX(11px) rotate(-45deg);
      transform: translateX(11px) rotate(-45deg); }
  /* line 175, ../sass/_base.sass */
  #content .dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    list-style: none;
    text-align: center;
    padding: 0;
    z-index: 6; }
    /* line 187, ../sass/_base.sass */
    #content .dots li {
      display: inline-block;
      width: 5px;
      height: 5px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.5);
      margin: 0 0.3em;
      opacity: 0; }
      /* line 196, ../sass/_base.sass */
      #content .dots li.current {
        -webkit-transform: scale(2, 2);
        -moz-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
        -o-transform: scale(2, 2);
        transform: scale(2, 2); }

/* line 1, ../sass/_intro.sass */
#intro {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden; }
  /* line 13, ../sass/_intro.sass */
  #intro h1,
  #intro h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    opacity: 0;
    letter-spacing: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center; }
  /* line 26, ../sass/_intro.sass */
  #intro .title {
    -webkit-transition: -webkit-transform 5s ease, opacity 1s ease;
    -moz-transition: -moz-transform 5s ease, opacity 1s ease;
    -o-transition: -o-transform 5s ease, opacity 1s ease;
    transition: transform 5s ease, opacity 1s ease; }
  /* line 29, ../sass/_intro.sass */
  #intro .subtitle {
    -webkit-transition: -webkit-transform 5s ease, opacity 1s ease;
    -moz-transition: -moz-transform 5s ease, opacity 1s ease;
    -o-transition: -o-transform 5s ease, opacity 1s ease;
    transition: transform 5s ease, opacity 1s ease; }

/* line 36, ../sass/_intro.sass */
body.logo #intro .title {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }
/* line 43, ../sass/_intro.sass */
body.slogan #intro .subtitle {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }
/* line 51, ../sass/_intro.sass */
body.iles #episodes .animation-iles {
  opacity: 1; }
  /* line 54, ../sass/_intro.sass */
  body.iles #episodes .animation-iles h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
/* line 63, ../sass/_intro.sass */
body.djembtech #episodes .animation-iles h1 {
  opacity: 0.5; }
/* line 66, ../sass/_intro.sass */
body.djembtech #episodes .animation-djembtech {
  opacity: 1; }
  /* line 69, ../sass/_intro.sass */
  body.djembtech #episodes .animation-djembtech h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
/* line 78, ../sass/_intro.sass */
body.orient #episodes .animation-djembtech h1 {
  opacity: 0.5; }
/* line 81, ../sass/_intro.sass */
body.orient #episodes .animation-orient {
  opacity: 1; }
  /* line 84, ../sass/_intro.sass */
  body.orient #episodes .animation-orient h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
/* line 93, ../sass/_intro.sass */
body.afrique #episodes .animation-orient h1 {
  opacity: 0.5; }
/* line 96, ../sass/_intro.sass */
body.afrique #episodes .animation-afrique {
  opacity: 1; }
  /* line 99, ../sass/_intro.sass */
  body.afrique #episodes .animation-afrique h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
/* line 108, ../sass/_intro.sass */
body.bresil #episodes .animation-afrique h1 {
  opacity: 0.5; }
/* line 111, ../sass/_intro.sass */
body.bresil #episodes .animation-bresil {
  opacity: 1; }
  /* line 114, ../sass/_intro.sass */
  body.bresil #episodes .animation-bresil h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

/* Header
 * -open
 * -close
 */
/* Episodes
 * -close
 * -open
 */
/* Info
 * -open
 */
/* Video
 * -opacity
 */
/* States
 * -loading
 * -into
 * -move
 * -touch
 * -small-device
 */
/* line 108, ../sass/_states.sass */
body {
  /* LOADING
   */
  /* INTRO
   */
  /* MOVE
   */
  /* TOUCH
   */ }
  /* line 80, ../sass/_states.sass */
  body.loading #video {
    opacity: 0; }
  /* line 120, ../sass/_states.sass */
  body.intro #intro {
    opacity: 1;
    visibility: visible; }
  /* line 125, ../sass/_states.sass */
  body.intro #episodes ul {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease; }
  /* line 128, ../sass/_states.sass */
  body.intro #episodes li {
    opacity: 0; }
    /* line 131, ../sass/_states.sass */
    body.intro #episodes li h1 {
      opacity: 0; }
  /* line 80, ../sass/_states.sass */
  body.intro #video {
    opacity: 1; }
  /* line 15, ../sass/_states.sass */
  body.move #content header {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.4s 0s, opacity 0.4s 0s;
    -webkit-transition-delay: cubic-bezier(0.645, 0.045, 0.355, 1), cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: -moz-transform 0.4s 0s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: -o-transform 0.4s 0s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s 0s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0s cubic-bezier(0.645, 0.045, 0.355, 1); }
  /* line 48, ../sass/_states.sass */
  body.move #episodes li {
    opacity: 1; }
    /* line 51, ../sass/_states.sass */
    body.move #episodes li .hover {
      opacity: 0; }
    /* line 54, ../sass/_states.sass */
    body.move #episodes li h1,
    body.move #episodes li .sub,
    body.move #episodes li .duration {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
  /* line 80, ../sass/_states.sass */
  body.move #video {
    opacity: 0.4; }
  /* line 8, ../sass/_states.sass */
  body.move.about #content header {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
  /* line 28, ../sass/_states.sass */
  body.move.about #episodes li {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
    /* line 31, ../sass/_states.sass */
    body.move.about #episodes li .hover {
      opacity: 0; }
    /* line 34, ../sass/_states.sass */
    body.move.about #episodes li h1,
    body.move.about #episodes li .sub,
    body.move.about #episodes li .duration {
      opacity: 0;
      -webkit-transform: translateY(-400px);
      -moz-transform: translateY(-400px);
      -ms-transform: translateY(-400px);
      -o-transform: translateY(-400px);
      transform: translateY(-400px); }
    /* line 41, ../sass/_states.sass */
    body.move.about #episodes li .description h3,
    body.move.about #episodes li .description p {
      opacity: 0;
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%); }
  /* line 65, ../sass/_states.sass */
  body.move.about #info {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
    /* line 68, ../sass/_states.sass */
    body.move.about #info h1,
    body.move.about #info h2,
    body.move.about #info p,
    body.move.about #info .share {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
  /* line 80, ../sass/_states.sass */
  body.move.about #video {
    opacity: 0.4; }
  /* line 80, ../sass/_states.sass */
  body.move.loading #video {
    opacity: 0; }
  /* line 15, ../sass/_states.sass */
  body.touch #content header {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.4s 0.8s, opacity 0.4s 0.8s;
    -webkit-transition-delay: cubic-bezier(0.645, 0.045, 0.355, 1), cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: -moz-transform 0.4s 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: -o-transform 0.4s 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.8s cubic-bezier(0.645, 0.045, 0.355, 1); }
  /* line 84, ../sass/_states.sass */
  body.touch #video {
    display: none; }
  /* line 172, ../sass/_states.sass */
  body.touch #content .dots li {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 1s;
    -webkit-transition-delay: 0s, cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 1s cubic-bezier(0.645, 0.045, 0.355, 1); }
    /* line 176, ../sass/_states.sass */
    body.touch #content .dots li.current {
      -webkit-transform: scale(2, 2);
      -moz-transform: scale(2, 2);
      -ms-transform: scale(2, 2);
      -o-transform: scale(2, 2);
      transform: scale(2, 2); }
  /* line 179, ../sass/_states.sass */
  body.touch #episodes {
    overflow: hidden;
    background: url(../img/ep-bresil.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease; }
    /* line 185, ../sass/_states.sass */
    body.touch #episodes.bresil {
      background: url(../img/ep-bresil.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    /* line 189, ../sass/_states.sass */
    body.touch #episodes.afrique {
      background: url(../img/ep-afrique.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    /* line 193, ../sass/_states.sass */
    body.touch #episodes.orient {
      background: url(../img/ep-orient.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    /* line 197, ../sass/_states.sass */
    body.touch #episodes.djembtech {
      background: url(../img/ep-djembtech.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    /* line 201, ../sass/_states.sass */
    body.touch #episodes.iles {
      background: url(../img/ep-iles.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    /* line 205, ../sass/_states.sass */
    body.touch #episodes li {
      opacity: 1; }
      /* line 208, ../sass/_states.sass */
      body.touch #episodes li .hover {
        display: none; }
      /* line 211, ../sass/_states.sass */
      body.touch #episodes li h1 {
        bottom: 50%;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
      /* line 216, ../sass/_states.sass */
      body.touch #episodes li .sub {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
      /* line 220, ../sass/_states.sass */
      body.touch #episodes li .description {
        display: none; }
  /* line 8, ../sass/_states.sass */
  body.touch.about #content header {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
  /* line 28, ../sass/_states.sass */
  body.touch.about #episodes li {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
    /* line 31, ../sass/_states.sass */
    body.touch.about #episodes li .hover {
      opacity: 0; }
    /* line 34, ../sass/_states.sass */
    body.touch.about #episodes li h1,
    body.touch.about #episodes li .sub,
    body.touch.about #episodes li .duration {
      opacity: 0;
      -webkit-transform: translateY(-200px);
      -moz-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
      -o-transform: translateY(-200px);
      transform: translateY(-200px); }
    /* line 41, ../sass/_states.sass */
    body.touch.about #episodes li .description h3,
    body.touch.about #episodes li .description p {
      opacity: 0;
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%); }
  /* line 65, ../sass/_states.sass */
  body.touch.about #info {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
    /* line 68, ../sass/_states.sass */
    body.touch.about #info h1,
    body.touch.about #info h2,
    body.touch.about #info p,
    body.touch.about #info .share {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
  /* line 80, ../sass/_states.sass */
  body.touch.about #video {
    opacity: 0.4; }
  /* line 235, ../sass/_states.sass */
  body.touch.about #content .dots li {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
    /* line 239, ../sass/_states.sass */
    body.touch.about #content .dots li.current {
      -webkit-transform: scale(2, 2);
      -moz-transform: scale(2, 2);
      -ms-transform: scale(2, 2);
      -o-transform: scale(2, 2);
      transform: scale(2, 2); }
  /* line 242, ../sass/_states.sass */
  body.touch.about #episodes {
    overflow: hidden;
    background: url(../img/ep-bresil-blur.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease; }
    /* line 248, ../sass/_states.sass */
    body.touch.about #episodes.bresil {
      background: url(../img/ep-bresil-blur.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    /* line 252, ../sass/_states.sass */
    body.touch.about #episodes.afrique {
      background: url(../img/ep-afrique-blur.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    /* line 256, ../sass/_states.sass */
    body.touch.about #episodes.orient {
      background: url(../img/ep-orient-blur.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    /* line 260, ../sass/_states.sass */
    body.touch.about #episodes.djembtech {
      background: url(../img/ep-djembtech-blur.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    /* line 264, ../sass/_states.sass */
    body.touch.about #episodes.iles {
      background: url(../img/ep-iles-blur.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }

/* line 20, ../sass/_episodes.sass */
#episodes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  overflow: hidden; }
  /* line 29, ../sass/_episodes.sass */
  #episodes ul {
    display: block;
    margin: 0;
    padding: 0;
    width: 2005px;
    height: 100%;
    list-style: none;
    white-space: nowrap;
    position: absolute; }
    /* line 39, ../sass/_episodes.sass */
    #episodes ul li {
      display: inline-block;
      position: relative;
      width: 400px;  /* ==== LARGEUR DES BANDES GRISEES DE LA PREMIERE PAGE ==== */
      height: 100%;
      float: left;
      text-align: center;
      opacity: 0;
      cursor: pointer;
      -webkit-backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%);
      -webkit-transition: -webkit-transform 0.8s 0.25s, background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
      -webkit-transition-delay: cubic-bezier(0.645, 0.045, 0.355, 1), 0s, 0s;
      -moz-transition: -moz-transform 0.8s 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: -o-transform 0.8s 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: transform 0.8s 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
      /* line 9, ../sass/_episodes.sass */
      #episodes ul li:nth-child(6) h1 {
        -webkit-transition: -webkit-transform 0.4s 0.3s, opacity 0.4s 0.3s;
        -webkit-transition-delay: cubic-bezier(0.645, 0.045, 0.355, 1), cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: -moz-transform 0.4s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: -o-transform 0.4s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.4s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      /* line 12, ../sass/_episodes.sass */
      #episodes ul li:nth-child(6) .sub {
        -webkit-transition: -webkit-transform 0.4s 0.3s, opacity 0.4s 0.3s;
        -webkit-transition-delay: cubic-bezier(0.645, 0.045, 0.355, 1), cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: -moz-transform 0.4s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: -o-transform 0.4s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.4s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      /* line 15, ../sass/_episodes.sass */
      #episodes ul li:nth-child(6) .duration {
        -webkit-transition: -webkit-transform 0.4s 0.3s, opacity 0.4s 0.3s;
        -webkit-transition-delay: cubic-bezier(0.645, 0.045, 0.355, 1), cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: -moz-transform 0.4s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: -o-transform 0.4s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.4s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      /* line 9, ../sass/_episodes.sass */
      #episodes ul li:nth-child(5) h1 {
        -webkit-transition: -webkit-transform 0.4s 0.25s, opacity 0.4s 0.25s;
        -webkit-transition-delay: cubic-bezier(0.645, 0.045, 0.355, 1), cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: -moz-transform 0.4s 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: -o-transform 0.4s 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.4s 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
      /* line 12, ../sass/_episodes.sass */
      #episodes ul li:nth-child(5) .sub {
        -webkit-transition: -webkit-transform 0.4s 0.25s, opacity 0.4s 0.25s;
        -webkit-transition-delay: cubic-bezier(0.645, 0.045, 0.355, 1), cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: -moz-transform 0.4s 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: -o-transform 0.4s 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.4s 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
      /* line 15, ../sass/_episodes.sass */
      #episodes ul li:nth-child(5) .duration {
        -webkit-transition: -webkit-transform 0.4s 0.25s, opacity 0.4s 0.25s;
        -webkit-transition-delay: cubic-bezier(0.645, 0.045, 0.355, 1), cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: -moz-transform 0.4s 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: -o-transform 0.4s 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.4s 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
      /* line 9, ../sass/_episodes.sass */
      #episodes ul li:nth-child(4) h1 {
        -webkit-transition: -webkit-transform 0.4s 0.2s, opacity 0.4s 0.2s;
        -webkit-transition-delay: cubic-bezier(0.645, 0.045, 0.355, 1), cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: -moz-transform 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: -o-transform 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
      /* line 12, ../sass/_episodes.sass */
      #episodes ul li:nth-child(4) .sub {
        -webkit-transition: -webkit-transform 0.4s 0.2s, opacity 0.4s 0.2s;
        -webkit-transition-delay: cubic-bezier(0.645, 0.045, 0.355, 1), cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: -moz-transform 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: -o-transform 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
      /* line 15, ../sass/_episodes.sass */
      #episodes ul li:nth-child(4) .duration {
        -webkit-transition: -webkit-transform 0.4s 0.2s, opacity 0.4s 0.2s;
        -webkit-transition-delay: cubic-bezier(0.645, 0.045, 0.355, 1), cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: -moz-transform 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: -o-transform 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
      /* line 9, ../sass/_episodes.sass */
      #episodes ul li:nth-child(3) h1 {
        -webkit-transition: -webkit-transform 0.4s 0.15s, opacity 0.4s 0.15s;
        -webkit-transition-delay: cubic-bezier(0.645, 0.045, 0.355, 1), cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: -moz-transform 0.4s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: -o-transform 0.4s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.4s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
      /* line 12, ../sass/_episodes.sass */
      #episodes ul li:nth-child(3) .sub {
        -webkit-transition: -webkit-transform 0.4s 0.15s, opacity 0.4s 0.15s;
        -webkit-transition-delay: cubic-bezier(0.645, 0.045, 0.355, 1), cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: -moz-transform 0.4s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: -o-transform 0.4s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.4s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
      /* line 15, ../sass/_episodes.sass */
      #episodes ul li:nth-child(3) .duration {
        -webkit-transition: -webkit-transform 0.4s 0.15s, opacity 0.4s 0.15s;
        -webkit-transition-delay: cubic-bezier(0.645, 0.045, 0.355, 1), cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: -moz-transform 0.4s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: -o-transform 0.4s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.4s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
      /* line 9, ../sass/_episodes.sass */
      #episodes ul li:nth-child(2) h1 {
        -webkit-transition: -webkit-transform 0.4s 0.1s, opacity 0.4s 0.1s;
        -webkit-transition-delay: cubic-bezier(0.645, 0.045, 0.355, 1), cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: -moz-transform 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: -o-transform 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
      /* line 12, ../sass/_episodes.sass */
      #episodes ul li:nth-child(2) .sub {
        -webkit-transition: -webkit-transform 0.4s 0.1s, opacity 0.4s 0.1s;
        -webkit-transition-delay: cubic-bezier(0.645, 0.045, 0.355, 1), cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: -moz-transform 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: -o-transform 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
      /* line 15, ../sass/_episodes.sass */
      #episodes ul li:nth-child(2) .duration {
        -webkit-transition: -webkit-transform 0.4s 0.1s, opacity 0.4s 0.1s;
        -webkit-transition-delay: cubic-bezier(0.645, 0.045, 0.355, 1), cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: -moz-transform 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: -o-transform 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
      /* line 9, ../sass/_episodes.sass */
      #episodes ul li:nth-child(1) h1 {
        -webkit-transition: -webkit-transform 0.4s 0.05s, opacity 0.4s 0.05s;
        -webkit-transition-delay: cubic-bezier(0.645, 0.045, 0.355, 1), cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: -moz-transform 0.4s 0.05s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.05s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: -o-transform 0.4s 0.05s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.05s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.4s 0.05s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.05s cubic-bezier(0.645, 0.045, 0.355, 1); }
      /* line 12, ../sass/_episodes.sass */
      #episodes ul li:nth-child(1) .sub {
        -webkit-transition: -webkit-transform 0.4s 0.05s, opacity 0.4s 0.05s;
        -webkit-transition-delay: cubic-bezier(0.645, 0.045, 0.355, 1), cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: -moz-transform 0.4s 0.05s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.05s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: -o-transform 0.4s 0.05s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.05s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.4s 0.05s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.05s cubic-bezier(0.645, 0.045, 0.355, 1); }
      /* line 15, ../sass/_episodes.sass */
      #episodes ul li:nth-child(1) .duration {
        -webkit-transition: -webkit-transform 0.4s 0.05s, opacity 0.4s 0.05s;
        -webkit-transition-delay: cubic-bezier(0.645, 0.045, 0.355, 1), cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: -moz-transform 0.4s 0.05s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.05s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: -o-transform 0.4s 0.05s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.05s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.4s 0.05s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.05s cubic-bezier(0.645, 0.045, 0.355, 1); }
      /* line 57, ../sass/_episodes.sass */
      #episodes ul li.small {
        width: 0;
        border: none; }
      /* line 61, ../sass/_episodes.sass */
      #episodes ul li .hover {
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.1);
        opacity: 0;
        -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
      /* line 68, ../sass/_episodes.sass */
      #episodes ul li h1 {
        position: absolute;
        bottom: 44%;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        -webkit-transform: translateY(150px);
        -moz-transform: translateY(150px);
        -ms-transform: translateY(150px);
        -o-transform: translateY(150px);
        transform: translateY(150px); }
      /* line 77, ../sass/_episodes.sass */
      #episodes ul li .sub {
        position: absolute;
        bottom: 45%;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        font-size: 0.8em;
        opacity: 0;
        -webkit-transform: translateY(150px);
        -moz-transform: translateY(150px);
        -ms-transform: translateY(150px);
        -o-transform: translateY(150px);
        transform: translateY(150px); }
      /* line 89, ../sass/_episodes.sass */
      #episodes ul li .duration {
        position: absolute;
        bottom: 40%;
        left: 0;
        width: 100%;
        text-align: center;
        opacity: 0;
        -webkit-transform: translateY(150px);
        -moz-transform: translateY(150px);
        -ms-transform: translateY(150px);
        -o-transform: translateY(150px);
        transform: translateY(150px); }
      /* line 98, ../sass/_episodes.sass */
      #episodes ul li .description {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        padding: 0 40px;
        color: rgba(255, 255, 255, 0.4);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: color 0.2s ease;
        -moz-transition: color 0.2s ease;
        -o-transition: color 0.2s ease;
        transition: color 0.2s ease; }
        /* line 112, ../sass/_episodes.sass */
        #episodes ul li .description:hover {
          color: rgba(255, 255, 255, 0.8); }
        /* line 115, ../sass/_episodes.sass */
        #episodes ul li .description h3,
        #episodes ul li .description p {
          opacity: 0;
          -webkit-transform: translateY(100%);
          -moz-transform: translateY(100%);
          -ms-transform: translateY(100%);
          -o-transform: translateY(100%);
          transform: translateY(100%);
          -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          -moz-transition: -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          -o-transition: -o-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
          /* line 121, ../sass/_episodes.sass */
          #episodes ul li .description h3.url,
          #episodes ul li .description p.url {
            display: none; }
      /* line 126, ../sass/_episodes.sass */
      #episodes ul li:hover .hover {
        opacity: 1; }
      /* line 130, ../sass/_episodes.sass */
      #episodes ul li:hover .description h3,
      #episodes ul li:hover .description p {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }
      /* line 137, ../sass/_episodes.sass */
      #episodes ul li.playing .hover {
        opacity: 1; }
      /* line 141, ../sass/_episodes.sass */
      #episodes ul li.playing .description h3,
      #episodes ul li.playing .description p {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }

/* line 1, ../sass/_video.sass */
#video {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
  /* line 14, ../sass/_video.sass */
  #video .inner {
    width: 110%;
    position: absolute;
    top: -75px;
    left: 50%;
    bottom: -75px;
    margin-left: -55%;
    text-align: center;
    background: black;
    z-index: 1; }
  /* line 25, ../sass/_video.sass */
  #video .back {
    display: none; }
  /* line 28, ../sass/_video.sass */
  #video iframe {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1); }

/* line 1, ../sass/_info.sass */
#info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.8s 0.25s;
  -webkit-transition-delay: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: -moz-transform 0.8s 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0.8s 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.8s 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 6; }
  /* line 12, ../sass/_info.sass */
  #info .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 700px;
    font-size: 1.286em;
    padding: 0 1em;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      /* line 12, ../sass/_info.sass */
      #info .wrapper {
        font-size: 1em; } }
    /* line 25, ../sass/_info.sass */
    #info .wrapper h1,
    #info .wrapper h2 {
      width: 100%;
      text-align: center;
      opacity: 0;
      -webkit-transform: translateY(150px);
      -moz-transform: translateY(150px);
      -ms-transform: translateY(150px);
      -o-transform: translateY(150px);
      transform: translateY(150px);
      -webkit-transition: -webkit-transform 0.4s 0.2s, opacity 0.4s 0.2s;
      -webkit-transition-delay: cubic-bezier(0.645, 0.045, 0.355, 1), cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: -moz-transform 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: -o-transform 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: transform 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
    /* line 33, ../sass/_info.sass */
    #info .wrapper .videoframe {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      margin: 2em auto;
      overflow: auto; }
      /* line 40, ../sass/_info.sass */
      #info .wrapper .videoframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    /* line 47, ../sass/_info.sass */
    #info .wrapper p {
      color: rgba(255, 255, 255, 0.7);
      opacity: 0;
      margin: 2em 0;
      -webkit-transform: translateY(150px);
      -moz-transform: translateY(150px);
      -ms-transform: translateY(150px);
      -o-transform: translateY(150px);
      transform: translateY(150px);
      -webkit-transition: -webkit-transform 0.4s 0.1s, opacity 0.4s 0.1s;
      -webkit-transition-delay: cubic-bezier(0.645, 0.045, 0.355, 1), cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: -moz-transform 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: -o-transform 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: transform 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
      /* line 54, ../sass/_info.sass */
      #info .wrapper p.url {
        margin: -1.2em 0 1.5em 0;
        font-size: 0.8em;
        width: 100%;
        text-align: center; }
        /* line 60, ../sass/_info.sass */
        #info .wrapper p.url a {
          color: rgba(255, 255, 255, 0.5); }
      /* line 63, ../sass/_info.sass */
      #info .wrapper p span {
        display: none; }
    /* line 66, ../sass/_info.sass */
    #info .wrapper .share {
      list-style: none;
      width: 100%;
      text-align: center;
      margin: 0;
      padding: 0;
      opacity: 0;
      -webkit-transform: translateY(150px);
      -moz-transform: translateY(150px);
      -ms-transform: translateY(150px);
      -o-transform: translateY(150px);
      transform: translateY(150px);
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: -moz-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: -o-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
      /* line 76, ../sass/_info.sass */
      #info .wrapper .share li {
        display: inline-block;
        margin: 0 0.5em;
        overflow: hidden;
        text-indent: -9999px;
        width: 49px;
        height: 49px;
        border: 2px solid white;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }
        /* line 86, ../sass/_info.sass */
        #info .wrapper .share li a {
          display: block;
          width: 100%;
          height: 100%; }
        /* line 91, ../sass/_info.sass */
        #info .wrapper .share li.sharetitle {
          display: block;
          width: 100%;
          height: auto;
          text-align: center;
          margin: 1em 0;
          color: rgba(255, 255, 255, 0.5);
          font-size: 0.8em;
          border: none;
          text-indent: 0;
          -webkit-border-radius: none;
          -moz-border-radius: none;
          -ms-border-radius: none;
          -o-border-radius: none;
          border-radius: none; }
        /* line 103, ../sass/_info.sass */
        #info .wrapper .share li.facebook {
          background: url(../img/icon-facebook.png) no-repeat center center;
          -webkit-transition: background 0.2s ease;
          -moz-transition: background 0.2s ease;
          -o-transition: background 0.2s ease;
          transition: background 0.2s ease; }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            #info .wrapper .share li.facebook {
              background: url("../img/icon-facebook@2x.png") no-repeat center center;
              -webkit-background-size: 12px, 23px;
              -moz-background-size: 12px, 23px;
              -o-background-size: 12px, 23px;
              background-size: 12px, 23px; } }
          /* line 108, ../sass/_info.sass */
          #info .wrapper .share li.facebook:hover {
            background: rgba(255, 255, 255, 0.3) url(../img/icon-facebook.png) no-repeat center center; }
            @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
              #info .wrapper .share li.facebook:hover {
                background: rgba(255, 255, 255, 0.3) url("../img/icon-facebook@2x.png") no-repeat center center;
                -webkit-background-size: 12px, 23px;
                -moz-background-size: 12px, 23px;
                -o-background-size: 12px, 23px;
                background-size: 12px, 23px; } }
        /* line 112, ../sass/_info.sass */
        #info .wrapper .share li.twitter {
          background: url(../img/icon-twitter.png) no-repeat center center;
          -webkit-transition: background 0.2s ease;
          -moz-transition: background 0.2s ease;
          -o-transition: background 0.2s ease;
          transition: background 0.2s ease; }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            #info .wrapper .share li.twitter {
              background: url("../img/icon-twitter@2x.png") no-repeat center center;
              -webkit-background-size: 23px, 19px;
              -moz-background-size: 23px, 19px;
              -o-background-size: 23px, 19px;
              background-size: 23px, 19px; } }
          /* line 117, ../sass/_info.sass */
          #info .wrapper .share li.twitter:hover {
            background: rgba(255, 255, 255, 0.3) url(../img/icon-twitter.png) no-repeat center center; }
            @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
              #info .wrapper .share li.twitter:hover {
                background: rgba(255, 255, 255, 0.3) url("../img/icon-twitter@2x.png") no-repeat center center;
                -webkit-background-size: 23px, 19px;
                -moz-background-size: 23px, 19px;
                -o-background-size: 23px, 19px;
                background-size: 23px, 19px; } }


        #info .wrapper .share li.youtube {
          background: url(../img/icon-youtube.png) no-repeat center center;
          -webkit-transition: background 0.2s ease;
          -moz-transition: background 0.2s ease;
          -o-transition: background 0.2s ease;
          transition: background 0.2s ease; }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            /* line 103, ../sass/_info.sass */
            #info .wrapper .share li.youtube {
              background: url("../img/icon-youtube@2x.png") no-repeat center center;
              -webkit-background-size: 12px, 23px;
              -moz-background-size: 12px, 23px;
              -o-background-size: 12px, 23px;
              background-size: 12px, 23px; } }
          #info .wrapper .share li.youtube:hover {
            background: rgba(255, 255, 255, 0.3) url(../img/icon-youtube.png) no-repeat center center; }
            @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
              #info .wrapper .share li.youtube:hover {
                background: rgba(255, 255, 255, 0.3) url("../img/icon-youtube@2x.png") no-repeat center center;
                -webkit-background-size: 12px, 23px;
                -moz-background-size: 12px, 23px;
                -o-background-size: 12px, 23px;
                background-size: 12px, 23px; } }


        #info .wrapper .share li.vimeo {
          background: url(../img/icon-vimeo.png) no-repeat center center;
          -webkit-transition: background 0.2s ease;
          -moz-transition: background 0.2s ease;
          -o-transition: background 0.2s ease;
          transition: background 0.2s ease; }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            #info .wrapper .share li.vimeo {
              background: url("../img/icon-vimeo@2x.png") no-repeat center center;
              -webkit-background-size: 12px, 23px;
              -moz-background-size: 12px, 23px;
              -o-background-size: 12px, 23px;
              background-size: 12px, 23px; } }
          /* line 108, ../sass/_info.sass */
          #info .wrapper .share li.vimeo:hover {
            background: rgba(255, 255, 255, 0.3) url(../img/icon-vimeo.png) no-repeat center center; }
            @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
              #info .wrapper .share li.vimeo:hover {
                background: rgba(255, 255, 255, 0.3) url("../img/icon-vimeo@2x.png") no-repeat center center;
                -webkit-background-size: 12px, 23px;
                -moz-background-size: 12px, 23px;
                -o-background-size: 12px, 23px;
                background-size: 12px, 23px; } }



  /* line 121, ../sass/_info.sass */
  #info.infoscroll {
    overflow-y: scroll; }
    /* line 124, ../sass/_info.sass */
    #info.infoscroll .content {
      position: relative;
      top: 0;
      left: 0; }
      /* line 129, ../sass/_info.sass */
      #info.infoscroll .content .wrapper {
        position: static;
        margin: 57px auto;
        padding: 0 1em 6.5em 1em;
        -webkit-transform: translate(0, 1em);
        -moz-transform: translate(0, 1em);
        -ms-transform: translate(0, 1em);
        -o-transform: translate(0, 1em);
        transform: translate(0, 1em); }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          /* line 129, ../sass/_info.sass */
          #info.infoscroll .content .wrapper {
            margin: 0 auto; }
            /* line 137, ../sass/_info.sass */
            #info.infoscroll .content .wrapper:after {
              content: "";
              height: 60px;
              display: block; } }
