/*
Theme Name: KJI
Description: Kim Jong-il Interactive Cinema Experience
Author: Portable Studios
Author URI: http://portablestudios.com.au
Version: 1.0.0
*/
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, 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 52, sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 56, sass/_normalize.scss */
script {
  display: none !important;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 70, 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 80, sass/_normalize.scss */
body {
  margin: 0;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 100, sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 178, sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 187, sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 195, sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

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

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

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

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 255, sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 267, 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 278, sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 292, sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 316, 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 331, 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 341, sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 351, sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 362, 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 5 and Chrome
 * on OS X.
 */
/* line 375, sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 394, sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

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

/* line 146, global/*.png */
.global-sprite, .icon.twitter, .icon.twitter:hover .icon.twitter, .icon.facebook, .icon.facebook:hover .icon.facebook, .icon.youtube, .icon.youtube:hover .icon.youtube, .icon.play, .icon.play:hover .icon.play, .icon.youtube_black, .logo.kji_logo_black, .logo.kji_logo_white, .logo.australian_government, .logo.screen_australia, .logo.clf, #gallery-content #gallery-videos ul li:hover .play-icon img {
  background: url('img/global-s87f04d367e.png') no-repeat;
}

/* line 6, sass/_images.scss */
.icon.twitter {
  background-position: -171px -42px;
  height: 42px;
  width: 42px;
}
/* line 43, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icon.twitter:hover, .icon.twitter.twitter_hover, .icon.twitter.twitter-hover {
  background-position: -111px 0;
}
/* line 7, sass/_images.scss */
.icon.twitter:hover .icon.twitter {
  background-position: -111px 0;
  height: 42px;
  width: 42px;
}

/* line 6, sass/_images.scss */
.icon.facebook {
  background-position: -52px -84px;
  height: 42px;
  width: 42px;
}
/* line 43, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icon.facebook:hover, .icon.facebook.facebook_hover, .icon.facebook.facebook-hover {
  background-position: -129px -42px;
}
/* line 7, sass/_images.scss */
.icon.facebook:hover .icon.facebook {
  background-position: -129px -42px;
  height: 42px;
  width: 42px;
}

/* line 6, sass/_images.scss */
.icon.youtube {
  background-position: -153px 0;
  height: 42px;
  width: 42px;
}
/* line 43, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icon.youtube:hover, .icon.youtube.youtube_hover, .icon.youtube.youtube-hover {
  background-position: -155px -155px;
}
/* line 7, sass/_images.scss */
.icon.youtube:hover .icon.youtube {
  background-position: -155px -155px;
  height: 42px;
  width: 42px;
}

/* line 6, sass/_images.scss */
.icon.play {
  background-position: 0 -84px;
  height: 71px;
  width: 52px;
}
/* line 43, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icon.play:hover, .icon.play.play_hover, .icon.play.play-hover {
  background-position: -94px -84px;
}
/* line 7, sass/_images.scss */
.icon.play:hover .icon.play {
  background-position: -94px -84px;
  height: 71px;
  width: 52px;
}

/* line 12, sass/_images.scss */
.icon.youtube_black {
  background-position: 0 -155px;
  height: 88px;
  width: 87px;
}

/* line 16, sass/_images.scss */
.logo.kji_logo_black {
  background-position: 0 -333px;
  height: 90px;
  width: 222px;
}

/* line 16, sass/_images.scss */
.logo.kji_logo_white {
  background-position: 0 -243px;
  height: 90px;
  width: 222px;
}

/* line 16, sass/_images.scss */
.logo.australian_government {
  background-position: -87px -155px;
  height: 36px;
  width: 68px;
}

/* line 16, sass/_images.scss */
.logo.screen_australia {
  background-position: 0 0;
  height: 36px;
  width: 111px;
}

/* line 16, sass/_images.scss */
.logo.clf {
  background-position: 0 -42px;
  height: 42px;
  width: 129px;
}

/* line 74, home/*.png */
.home-sprite, .home #aim-high div.lhs .star, .home #news .burst, .home #news:hover .burst {
  background: url('img/home-s6732e651e5.png') no-repeat;
}

/* line 1, sass/_general.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5, sass/_general.scss */
body {
  background: #e6e6e6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  min-width: 320px;
}

/* line 12, sass/_general.scss */
h1, h2, h3 {
  font-family: "aldo_the_apacheregular";
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
}

/* line 19, sass/_general.scss */
h2 {
  font-size: 26px;
}

/* line 23, sass/_general.scss */
h3 {
  font-size: 20px;
}

/* line 27, sass/_general.scss */
a {
  color: blue;
}

/* line 32, sass/_general.scss */
a.button,
nav a {
  text-decoration: none;
}

/* line 37, sass/_general.scss */
.button,
button {
  outline: 0;
  cursor: pointer;
}
/* line 41, sass/_general.scss */
.button.reset,
button.reset {
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
}
/* line 48, sass/_general.scss */
.button:not(.initial):not(.mfp-close):not(.mfp-arrow),
button:not(.initial):not(.mfp-close):not(.mfp-arrow) {
  display: inline-block !important;
  font-family: "aldo_the_apacheregular";
  text-transform: uppercase;
  font-size: 22px;
  min-width: 100px;
  min-height: 35px;
  line-height: 35px;
  color: white;
  background: #333333;
  border: 0;
  padding: 0 10px;
  text-align: center;
  letter-spacing: 1px;
}
/* line 63, sass/_general.scss */
.button:not(.initial):not(.mfp-close):not(.mfp-arrow).red,
button:not(.initial):not(.mfp-close):not(.mfp-arrow).red {
  background: #dd5353;
}
/* line 66, sass/_general.scss */
.button:not(.initial):not(.mfp-close):not(.mfp-arrow).red:hover,
button:not(.initial):not(.mfp-close):not(.mfp-arrow).red:hover {
  background: #c7af8d;
}
/* line 71, sass/_general.scss */
.button:not(.initial):not(.mfp-close):not(.mfp-arrow).red2,
button:not(.initial):not(.mfp-close):not(.mfp-arrow).red2 {
  background: #dd5353;
}
/* line 74, sass/_general.scss */
.button:not(.initial):not(.mfp-close):not(.mfp-arrow).red2:hover,
button:not(.initial):not(.mfp-close):not(.mfp-arrow).red2:hover {
  background: #333333;
}
/* line 79, sass/_general.scss */
.button:not(.initial):not(.mfp-close):not(.mfp-arrow).beige,
button:not(.initial):not(.mfp-close):not(.mfp-arrow).beige {
  background: #c7af8d;
}
/* line 82, sass/_general.scss */
.button:not(.initial):not(.mfp-close):not(.mfp-arrow).beige:hover,
button:not(.initial):not(.mfp-close):not(.mfp-arrow).beige:hover {
  background: #dd5353;
}
/* line 87, sass/_general.scss */
.button:not(.initial):not(.mfp-close):not(.mfp-arrow).dark-gray,
button:not(.initial):not(.mfp-close):not(.mfp-arrow).dark-gray {
  background: #333333;
}
/* line 90, sass/_general.scss */
.button:not(.initial):not(.mfp-close):not(.mfp-arrow).dark-gray:hover,
button:not(.initial):not(.mfp-close):not(.mfp-arrow).dark-gray:hover {
  background: #dd5353;
}
/* line 95, sass/_general.scss */
.button:not(.initial):not(.mfp-close):not(.mfp-arrow).white,
button:not(.initial):not(.mfp-close):not(.mfp-arrow).white {
  color: #dd5353;
  background: white;
}

/* line 103, sass/_general.scss */
ul.reset {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 11, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss */
ul.reset li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
/* line 109, sass/_general.scss */
ul.inline {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 112, sass/_general.scss */
ul.inline li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
  padding: 0;
  margin: 0;
}
/* line 48, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
ul.inline li:first-child, ul.inline li.first {
  padding-left: 0;
}
/* line 49, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
ul.inline li:last-child {
  padding-right: 0;
}
/* line 50, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
ul.inline li.last {
  padding-right: 0;
}

@media (min-width: 807px) {
  /* line 121, sass/_general.scss */
  .table {
    display: table;
    width: 100%;
  }
  /* line 125, sass/_general.scss */
  .table .table-row {
    display: table-row;
  }
  /* line 128, sass/_general.scss */
  .table .table-row .table-cell {
    display: table-cell;
  }
}
/* line 136, sass/_general.scss */
.message .success {
  color: #16a620;
}
/* line 140, sass/_general.scss */
.message .error {
  color: #dd5353;
}

/* line 145, sass/_general.scss */
.inline-block {
  display: inline-block;
}

/* line 149, sass/_general.scss */
.visible {
  display: block;
}

/* line 153, sass/_general.scss */
.invisible {
  display: none;
}

@media (max-width: 806px) {
  /* line 157, sass/_general.scss */
  .lower-only {
    display: initial;
  }
}
@media (min-width: 807px) {
  /* line 157, sass/_general.scss */
  .lower-only {
    display: none;
  }
}

@media (max-width: 806px) {
  /* line 166, sass/_general.scss */
  .upper-only {
    display: none;
  }
}
@media (min-width: 807px) {
  /* line 166, sass/_general.scss */
  .upper-only {
    display: initial;
  }
}

/* line 175, sass/_general.scss */
.full-width {
  width: 100%;
}

/* line 179, sass/_general.scss */
.align-left {
  text-align: left;
}

/* line 183, sass/_general.scss */
.align-center {
  text-align: center;
}

/* line 187, sass/_general.scss */
.align-right {
  text-align: right;
}

/* line 191, sass/_general.scss */
.clear {
  overflow: hidden;
  *zoom: 1;
}

/* line 195, sass/_general.scss */
.float-parent {
  overflow: hidden;
  *zoom: 1;
}

/* line 199, sass/_general.scss */
.float-left {
  display: inline;
  float: left;
}

/* line 203, sass/_general.scss */
.float-right {
  display: inline;
  float: right;
}

@media (max-width: 806px) {
  /* line 207, sass/_general.scss */
  .stackable {
    float: none;
  }
}

@media (max-width: 988px) {
  /* line 213, sass/_general.scss */
  .stackable-scrollpoint {
    float: none;
  }
}

/* line 219, sass/_general.scss */
.bold {
  font-weight: bold;
}

/* line 223, sass/_general.scss */
.smaller {
  font-size: smaller;
}

/* line 228, sass/_general.scss */
.row.fixed {
  margin: 0 auto;
}
@media (min-width: 807px) {
  /* line 228, sass/_general.scss */
  .row.fixed {
    max-width: 950px;
  }
}
@media (max-width: 988px) {
  /* line 228, sass/_general.scss */
  .row.fixed {
    margin-left: 3%;
    margin-right: 3%;
  }
}

/* line 241, sass/_general.scss */
.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* line 245, sass/_general.scss */
.object-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 255, sass/_general.scss */
.object-container video,
.object-container iframe,
.object-container object,
.object-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 264, sass/_general.scss */
.progress {
  height: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* line 272, sass/_general.scss */
.progress .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #5cb85c;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 285, sass/_general.scss */
.popup-dialog {
  position: relative;
  background-image: url('img/static-texture.jpg?1384839663');
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
/* line 293, sass/_general.scss */
.popup-dialog p {
  margin-top: 0;
}
/* line 296, sass/_general.scss */
.popup-dialog p:last-child {
  margin-bottom: 0;
}
/* line 302, sass/_general.scss */
.popup-dialog form > div {
  margin: 5px 0;
}
/* line 306, sass/_general.scss */
.popup-dialog form label {
  min-width: 120px;
  display: inline-block;
}
/* line 311, sass/_general.scss */
.popup-dialog form .buttons-row {
  margin: 1em 0 0 0;
}

/* line 317, sass/_general.scss */
.mfp-close-btn-in .mfp-close {
  color: white !important;
}

/* line 331, sass/_general.scss */
.full_width,
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth {
  float: left;
}

/* line 335, sass/_general.scss */
.clear_column {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}

/* line 345, sass/_general.scss */
.full_width {
  width: 100%;
}

/* line 348, sass/_general.scss */
.one_half {
  width: 50%;
}

/* line 351, sass/_general.scss */
.one_third {
  width: 33.33333%;
}

/* line 354, sass/_general.scss */
.two_third {
  width: 66.66667%;
}

/* line 357, sass/_general.scss */
.one_fourth {
  width: 25%;
}

/* line 360, sass/_general.scss */
.three_fourth {
  width: 75%;
}

/* line 363, sass/_general.scss */
.one_fifth {
  width: 20%;
}

/* line 366, sass/_general.scss */
.two_fifth {
  width: 40%;
}

/* line 369, sass/_general.scss */
.three_fifth {
  width: 60%;
}

/* line 372, sass/_general.scss */
.four_fifth {
  width: 80%;
}

/* line 375, sass/_general.scss */
.one_sixth {
  width: 16.66667%;
}

@media (max-width: 806px) {
  /* line 390, sass/_general.scss */
  .full_width,
  .one_half,
  .one_third,
  .two_third,
  .one_fourth,
  .three_fourth,
  .one_fifth,
  .two_fifth,
  .three_fifth,
  .four_fifth,
  .one_sixth {
    clear: both;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
/* line 1, sass/_wordpress.scss */
.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 6, sass/_wordpress.scss */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 11, sass/_wordpress.scss */
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 16, sass/_wordpress.scss */
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 21, sass/_wordpress.scss */
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 26, sass/_wordpress.scss */
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 31, sass/_wordpress.scss */
a img.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 35, sass/_wordpress.scss */
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 40, sass/_wordpress.scss */
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 46, sass/_wordpress.scss */
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

/* line 54, sass/_wordpress.scss */
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 58, sass/_wordpress.scss */
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

/* line 62, sass/_wordpress.scss */
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

/* line 66, sass/_wordpress.scss */
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

/* line 75, sass/_wordpress.scss */
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* line 1, sass/_layout.scss */
#root {
  border: 12px solid #333333;
}

/* line 5, sass/_layout.scss */
#big-background {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 807px) {
  /* line 5, sass/_layout.scss */
  #big-background {
    background-position: center 305px;
    top: -159px;
  }
}
@media (max-width: 806px) {
  /* line 5, sass/_layout.scss */
  #big-background {
    background-position: center 409px;
    top: -263px;
  }
}

/* line 24, sass/_layout.scss */
#header {
  margin-bottom: 33px;
}
@media (min-width: 807px) {
  /* line 24, sass/_layout.scss */
  #header {
    padding: 35px 35px 0 35px;
  }
}
@media (max-width: 806px) {
  /* line 24, sass/_layout.scss */
  #header {
    padding: 35px 3% 0 3%;
  }
}
/* line 35, sass/_layout.scss */
#header .topbar {
  font-family: "aldo_the_apacheregular";
  text-transform: uppercase;
  font-weight: normal;
  min-height: 90px;
  letter-spacing: 1px;
}
@media (min-width: 807px) {
  /* line 35, sass/_layout.scss */
  #header .topbar {
    height: 90px;
  }
}
@media (max-width: 806px) {
  /* line 35, sass/_layout.scss */
  #header .topbar {
    position: relative;
  }
}
/* line 50, sass/_layout.scss */
#header .topbar h1 {
  margin: 0;
  padding-right: 15px;
}
/* line 54, sass/_layout.scss */
#header .topbar h1 img {
  display: block;
}
@media (min-width: 807px) {
  /* line 61, sass/_layout.scss */
  #header .topbar nav ul,
  #header .topbar > * {
    height: 100%;
  }
}
@media (min-width: 1339px) {
  /* line 67, sass/_layout.scss */
  #header .topbar nav ul li {
    height: 100%;
  }
}
/* line 73, sass/_layout.scss */
#header .topbar nav ul {
  background: white;
}
/* line 76, sass/_layout.scss */
#header .topbar nav ul li {
  min-width: 90px;
  width: auto !important;
  width: 90px;
}
/* line 79, sass/_layout.scss */
#header .topbar nav ul li a {
  display: block;
  color: #333333;
  height: 100%;
  font-size: 17px;
  text-align: center;
  padding: 59px 24px 0 24px;
}
@media (max-width: 1338px) {
  /* line 79, sass/_layout.scss */
  #header .topbar nav ul li a {
    padding: 13px 20px;
  }
}
/* line 91, sass/_layout.scss */
#header .topbar nav ul li a:hover {
  color: white;
  background: #dd5353;
}
/* line 97, sass/_layout.scss */
#header .topbar nav ul li.current-menu-item a {
  color: white;
  background: #dd5353;
}
@media (min-width: 807px) {
  /* line 73, sass/_layout.scss */
  #header .topbar nav ul {
    display: block !important;
  }
}
@media (max-width: 806px) {
  /* line 73, sass/_layout.scss */
  #header .topbar nav ul {
    clear: both;
    display: none;
    width: 100%;
    background: white;
  }
  /* line 113, sass/_layout.scss */
  #header .topbar nav ul li {
    width: 100%;
    float: none;
    display: block;
  }
  /* line 118, sass/_layout.scss */
  #header .topbar nav ul li a {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: right;
  }
}
/* line 127, sass/_layout.scss */
#header .topbar nav #mobile-menu {
  position: relative;
  border: 0;
  width: 36px;
  height: 36px;
  background: transparent;
  display: none;
  float: right;
  margin: 3px 4px 0 0;
}
@media (max-width: 806px) {
  /* line 127, sass/_layout.scss */
  #header .topbar nav #mobile-menu {
    display: inline;
  }
}
/* line 141, sass/_layout.scss */
#header .topbar nav #mobile-menu:before {
  position: absolute;
  right: 3px;
  top: 4px;
  border-bottom: 17px double #333333;
  border-top: 6px solid #333333;
  content: "";
  height: 5px;
  width: 30px;
}
/* line 155, sass/_layout.scss */
#header .topbar #social-media ul li {
  padding: 0;
}
/* line 158, sass/_layout.scss */
#header .topbar #social-media ul li:last-child {
  margin-right: 0;
}
@media (min-width: 807px) {
  /* line 154, sass/_layout.scss */
  #header .topbar #social-media {
    display: block !important;
    width: 200px;
    padding: 25px 22px;
    background: #333333;
  }
  /* line 169, sass/_layout.scss */
  #header .topbar #social-media ul li {
    margin-right: 15px;
  }
  /* line 173, sass/_layout.scss */
  #header .topbar #social-media.hide-super-important {
    display: none !important;
  }
}
@media (max-width: 806px) {
  /* line 154, sass/_layout.scss */
  #header .topbar #social-media {
    width: 150px;
    position: absolute;
    bottom: -2px;
    left: 2px;
    display: none;
  }
  /* line 185, sass/_layout.scss */
  #header .topbar #social-media ul li {
    float: none;
  }
}

/* line 193, sass/_layout.scss */
#body {
  margin-bottom: 50px;
}

/* line 197, sass/_layout.scss */
#footer {
  border: 12px solid transparent;
  border-top: 0;
}
/* line 201, sass/_layout.scss */
#footer > div {
  background-image: url('img/footer.png?1384410052');
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 807px) {
  /* line 201, sass/_layout.scss */
  #footer > div {
    height: 147px;
  }
}
@media (max-width: 806px) {
  /* line 201, sass/_layout.scss */
  #footer > div {
    height: 251px;
  }
}
@media (min-width: 807px) {
  /* line 214, sass/_layout.scss */
  #footer > div section {
    height: 100%;
  }
}
@media (max-width: 806px) {
  /* line 214, sass/_layout.scss */
  #footer > div section {
    text-align: center;
  }
}
/* line 223, sass/_layout.scss */
#footer > div section.fixed {
  width: 100%;
  padding: 45px;
}
@media (max-width: 806px) {
  /* line 223, sass/_layout.scss */
  #footer > div section.fixed {
    padding: 25px;
  }
}
/* line 232, sass/_layout.scss */
#footer > div section ul li:not(:last-child) {
  border-right: 1px solid #616161;
}
/* line 236, sass/_layout.scss */
#footer > div section#footer-left {
  padding-right: 15px;
}
@media (min-width: 807px) {
  /* line 236, sass/_layout.scss */
  #footer > div section#footer-left {
    max-width: 290px;
  }
}
/* line 243, sass/_layout.scss */
#footer > div section#footer-left a {
  margin: 0 10px;
  text-decoration: none;
}
/* line 249, sass/_layout.scss */
#footer > div section#footer-right {
  padding-left: 15px;
}
@media (min-width: 807px) {
  /* line 249, sass/_layout.scss */
  #footer > div section#footer-right {
    text-align: right;
    max-width: 190px;
  }
}
@media (max-width: 806px) {
  /* line 249, sass/_layout.scss */
  #footer > div section#footer-right {
    padding-top: 0;
  }
}
@media (max-width: 806px) {
  /* line 262, sass/_layout.scss */
  #footer > div section#footer-middle {
    padding: 25px;
  }
}
/* line 267, sass/_layout.scss */
#footer > div section#footer-middle a {
  color: #333333;
}
/* line 271, sass/_layout.scss */
#footer > div section#footer-middle nav {
  font-family: "aldo_the_apacheregular";
  text-transform: uppercase;
  margin: 50px 0 12px 0;
}
/* line 276, sass/_layout.scss */
#footer > div section#footer-middle nav a {
  margin: 0 10px;
}
@media (max-width: 806px) {
  /* line 276, sass/_layout.scss */
  #footer > div section#footer-middle nav a {
    margin: 0 6px;
  }
}
@media (max-width: 438px) {
  /* line 276, sass/_layout.scss */
  #footer > div section#footer-middle nav a {
    margin: 0 4px;
  }
}
/* line 290, sass/_layout.scss */
#footer > div section #copyright {
  margin: 0;
  font-size: 12px;
}
/* line 294, sass/_layout.scss */
#footer > div section #copyright a {
  text-decoration: none;
}
/* line 297, sass/_layout.scss */
#footer > div section #copyright a:hover {
  text-decoration: underline;
}

@media (min-width: 807px) {
  /* line 10, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss */
  html, body {
    height: 100%;
  }

  /* line 12, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss */
  #root {
    clear: both;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -159px;
  }
  /* line 18, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss */
  #root #root-footer {
    height: 159px;
  }

  /* line 20, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss */
  #footer {
    clear: both;
    position: relative;
    height: 159px;
  }
}
@media (max-width: 806px) {
  /* line 10, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss */
  html, body {
    height: 100%;
  }

  /* line 12, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss */
  #root {
    clear: both;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -263px;
  }
  /* line 18, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss */
  #root #root-footer {
    height: 263px;
  }

  /* line 20, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss */
  #footer {
    clear: both;
    position: relative;
    height: 263px;
  }
}
/* line 5, sass/_home.scss */
.home .hero-images {
  color: white;
  margin-bottom: 12px;
  margin-top: 33px;
}
/* line 11, sass/_home.scss */
.home .hero-images a {
  color: white;
}
/* line 14, sass/_home.scss */
.home .hero-images a > div {
  margin: 0 auto;
}
/* line 19, sass/_home.scss */
.home .hero-images h2, .home .hero-images h3 {
  margin: 0;
  font-size: 30px;
  line-height: 30px;
}
/* line 25, sass/_home.scss */
.home .hero-images .row {
  position: relative;
}
/* line 29, sass/_home.scss */
.home .hero-images.hero-images2 {
  margin-bottom: 0;
}
/* line 33, sass/_home.scss */
.home .hero-images .copy {
  min-height: 350px;
}
@media (max-width: 806px) {
  /* line 33, sass/_home.scss */
  .home .hero-images .copy {
    background: #333333;
    min-height: 700px;
  }
}
/* line 41, sass/_home.scss */
.home .hero-images .copy > div {
  min-height: 350px;
  overflow: hidden;
  top: 0;
  position: absolute;
}
@media (min-width: 807px) {
  /* line 41, sass/_home.scss */
  .home .hero-images .copy > div {
    width: 50%;
  }
  /* line 50, sass/_home.scss */
  .home .hero-images .copy > div > video {
    height: 100%;
  }
  /* line 54, sass/_home.scss */
  .home .hero-images .copy > div > img, .home .hero-images .copy > div > video, .home .hero-images .copy > div > div {
    position: absolute;
    top: 0;
  }
}
@media (max-width: 806px) {
  /* line 41, sass/_home.scss */
  .home .hero-images .copy > div {
    position: relative;
  }
  /* line 62, sass/_home.scss */
  .home .hero-images .copy > div > img, .home .hero-images .copy > div > video {
    width: 100%;
  }
}
/* line 67, sass/_home.scss */
.home .hero-images .copy > div div {
  text-align: center;
}
@media (min-width: 807px) {
  /* line 67, sass/_home.scss */
  .home .hero-images .copy > div div {
    width: 441.86047px;
    padding: 85px 85px 15px 85px;
  }
}
@media (max-width: 806px) {
  /* line 67, sass/_home.scss */
  .home .hero-images .copy > div div {
    padding: 15px 10%;
  }
}
/* line 78, sass/_home.scss */
.home .hero-images .copy > div div p {
  margin: 0;
}
/* line 83, sass/_home.scss */
.home .hero-images .copy > div div .button,
.home .hero-images .copy > div div button {
  margin: 25px 4.5px;
}
/* line 108, sass/_home.scss */
.home .hero-images .copy > div#documentary {
  left: 0;
}
/* line 111, sass/_home.scss */
.home .hero-images .copy > div#documentary > img, .home .hero-images .copy > div#documentary > video, .home .hero-images .copy > div#documentary > div {
  right: 0;
}
/* line 116, sass/_home.scss */
.home .hero-images .copy > div#create-film {
  right: 0;
}
/* line 119, sass/_home.scss */
.home .hero-images .copy > div#create-film > img, .home .hero-images .copy > div#create-film > video, .home .hero-images .copy > div#create-film > div {
  left: 0;
}
/* line 127, sass/_home.scss */
.home .hero-images #hero-city,
.home .hero-images #hero-farmer {
  max-width: 470px;
  height: 230px;
  margin-bottom: 12px;
}
@media (min-width: 807px) {
  /* line 127, sass/_home.scss */
  .home .hero-images #hero-city,
  .home .hero-images #hero-farmer {
    width: 470px;
  }
}
/* line 136, sass/_home.scss */
.home .hero-images #hero-city > div,
.home .hero-images #hero-farmer > div {
  padding: 17px;
  height: 100%;
}
/* line 140, sass/_home.scss */
.home .hero-images #hero-city > div > div,
.home .hero-images #hero-farmer > div > div {
  height: 100%;
  border: 3px solid white;
  position: relative;
}
/* line 145, sass/_home.scss */
.home .hero-images #hero-city > div > div h3,
.home .hero-images #hero-farmer > div > div h3 {
  max-width: 270px;
  top: 64px;
  left: 19px;
}
/* line 151, sass/_home.scss */
.home .hero-images #hero-city > div > div h3, .home .hero-images #hero-city > div > div img, .home .hero-images #hero-city > div > div a, .home .hero-images #hero-city > div > div span,
.home .hero-images #hero-farmer > div > div h3,
.home .hero-images #hero-farmer > div > div img,
.home .hero-images #hero-farmer > div > div a,
.home .hero-images #hero-farmer > div > div span {
  position: absolute;
}
/* line 156, sass/_home.scss */
.home .hero-images #hero-city > div:hover > div,
.home .hero-images #hero-farmer > div:hover > div {
  border-color: #dd5353;
}
/* line 162, sass/_home.scss */
.home .hero-images #hero-city {
  background-image: url('img/hero-city.jpg?1384410052');
  background-position: center center;
}
/* line 166, sass/_home.scss */
.home .hero-images #hero-city img.icon.youtube_black {
  top: 51px;
  right: 21px;
}
@media (max-width: 806px) {
  /* line 166, sass/_home.scss */
  .home .hero-images #hero-city img.icon.youtube_black {
    display: none;
  }
}
@media (max-width: 438px) {
  /* line 176, sass/_home.scss */
  .home .hero-images #hero-city > div > div h3 {
    top: 47px;
  }
}
/* line 182, sass/_home.scss */
.home .hero-images #hero-farmer {
  background-image: url('img/hero-farmer.jpg?1384410052');
  background-position: center center;
}
/* line 186, sass/_home.scss */
.home .hero-images #hero-farmer span {
  top: 78px;
  right: 21px;
}
@media (max-width: 806px) {
  /* line 186, sass/_home.scss */
  .home .hero-images #hero-farmer span {
    display: none;
  }
}
/* line 195, sass/_home.scss */
.home .hero-images #hero-farmer:hover span {
  background: #c7af8d;
}
@media (max-width: 438px) {
  /* line 200, sass/_home.scss */
  .home .hero-images #hero-farmer .button {
    display: none !important;
  }
}
/* line 207, sass/_home.scss */
.home #aim-high {
  position: relative;
  margin-bottom: 12px;
  background: #333333;
}
/* line 212, sass/_home.scss */
.home #aim-high img {
  display: block;
  width: 100%;
}
@media (min-width: 807px) {
  /* line 212, sass/_home.scss */
  .home #aim-high img {
    height: 80px;
  }
}
/* line 221, sass/_home.scss */
.home #aim-high a {
  color: white;
  text-decoration: none;
}
/* line 226, sass/_home.scss */
.home #aim-high div {
  padding: 13px 16px 0 16px;
}
/* line 229, sass/_home.scss */
.home #aim-high div:last-child {
  padding-bottom: 13px;
}
@media (min-width: 807px) {
  /* line 226, sass/_home.scss */
  .home #aim-high div {
    width: 275px;
    position: absolute;
    top: 0;
  }
}
/* line 239, sass/_home.scss */
.home #aim-high div.lhs {
  font-family: "aldo_the_apacheregular";
  text-transform: uppercase;
  font-size: 26px;
  line-height: 26px;
}
/* line 245, sass/_home.scss */
.home #aim-high div.lhs .star {
  background-position: -110px 0;
  height: 53px;
  width: 56px;
  margin-right: 9px;
}
/* line 250, sass/_home.scss */
.home #aim-high div.lhs .creation {
  font-size: 31px;
  margin-top: -2px;
  letter-spacing: 1px;
}
@media (max-width: 806px) {
  /* line 239, sass/_home.scss */
  .home #aim-high div.lhs {
    width: 220px;
    margin: 0 auto;
  }
}
/* line 262, sass/_home.scss */
.home #aim-high div.rhs {
  right: 0;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 807px) {
  /* line 262, sass/_home.scss */
  .home #aim-high div.rhs {
    text-align: right;
  }
}
@media (max-width: 806px) {
  /* line 262, sass/_home.scss */
  .home #aim-high div.rhs {
    text-align: center;
  }
}
/* line 277, sass/_home.scss */
.home #news {
  position: relative;
}
@media (max-width: 806px) {
  /* line 277, sass/_home.scss */
  .home #news {
    background: #333333;
  }
}
/* line 284, sass/_home.scss */
.home #news img {
  display: block;
  width: 100%;
}
@media (min-width: 807px) {
  /* line 284, sass/_home.scss */
  .home #news img {
    height: 80px;
  }
}
/* line 293, sass/_home.scss */
.home #news a {
  text-decoration: none;
}
@media (min-width: 807px) {
  /* line 293, sass/_home.scss */
  .home #news a {
    color: black;
  }
}
@media (max-width: 806px) {
  /* line 293, sass/_home.scss */
  .home #news a {
    color: white;
  }
}
/* line 304, sass/_home.scss */
.home #news:hover a div {
  color: #dd5353;
}
@media (max-width: 806px) {
  /* line 309, sass/_home.scss */
  .home #news div, .home #news p {
    padding: 13px 16px 0 16px;
  }
  /* line 312, sass/_home.scss */
  .home #news div:last-child, .home #news p:last-child {
    padding-bottom: 13px;
  }
}
/* line 317, sass/_home.scss */
.home #news div {
  font-family: "aldo_the_apacheregular";
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
}
@media (min-width: 807px) {
  /* line 317, sass/_home.scss */
  .home #news div {
    width: 237px;
    height: 80px;
    line-height: 80px;
  }
}
/* line 331, sass/_home.scss */
.home #news p {
  margin: 0;
  font-size: 15px;
}
@media (min-width: 807px) {
  /* line 331, sass/_home.scss */
  .home #news p {
    padding: 1% 175px 0 260px;
  }
}
@media (min-width: 989px) {
  /* line 331, sass/_home.scss */
  .home #news p {
    padding: 22px 175px 0 260px;
  }
}
@media (max-width: 806px) {
  /* line 331, sass/_home.scss */
  .home #news p {
    color: white;
  }
}
@media (min-width: 807px) {
  /* line 347, sass/_home.scss */
  .home #news div, .home #news .burst, .home #news p {
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* line 354, sass/_home.scss */
.home #news .burst {
  background-position: 0 -53px;
  height: 80px;
  width: 237px;
}
/* line 358, sass/_home.scss */
.home #news:hover .burst {
  background-position: 0 -133px;
  height: 80px;
  width: 237px;
}
@media (max-width: 806px) {
  /* line 363, sass/_home.scss */
  .home #news .burst {
    display: none;
  }
}

/* line 1, sass/_pages.scss */
.slug-interactive-documentary.desktop #mobile-menu {
  display: none !important;
}

/* line 8, sass/_pages.scss */
#facts-content ul li .thumbnail,
#gallery-content ul li .thumbnail {
  position: relative;
  width: 100%;
  display: block;
  background: #333333;
  text-decoration: none;
}
/* line 15, sass/_pages.scss */
#facts-content ul li .thumbnail .description,
#gallery-content ul li .thumbnail .description {
  padding: 10px;
  width: 100%;
  background: #333333;
  color: white;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
/* line 23, sass/_pages.scss */
#facts-content ul li .thumbnail .description h3,
#gallery-content ul li .thumbnail .description h3 {
  margin: 0;
}
/* line 27, sass/_pages.scss */
#facts-content ul li .thumbnail .description span,
#gallery-content ul li .thumbnail .description span {
  font-size: 15px;
}
/* line 32, sass/_pages.scss */
#facts-content ul li .thumbnail:hover .description,
#gallery-content ul li .thumbnail:hover .description {
  background: #dd5353;
}

/* line 42, sass/_pages.scss */
#gallery-content #upload-button,
#upload-film-content .button,
#upload-film-content button,
.home #body .hero-images .button {
  font-size: 23px;
}

/* line 46, sass/_pages.scss */
.slug-unexpected-facts #big-background {
  background-image: url('img/bg-gallery.jpg?1384833769');
}

/* line 51, sass/_pages.scss */
#facts-content .object-container {
  margin-bottom: 19px;
}
/* line 55, sass/_pages.scss */
#facts-content ul {
  margin: 0 -5px;
}
/* line 58, sass/_pages.scss */
#facts-content ul li {
  padding: 0 5px;
  margin-top: 10px;
  white-space: normal;
  font-size: 15px;
}
@media (min-width: 807px) {
  /* line 58, sass/_pages.scss */
  #facts-content ul li {
    width: 33.3%;
  }
}
@media (min-width: 989px) {
  /* line 58, sass/_pages.scss */
  #facts-content ul li {
    width: 25%;
  }
}
@media (max-width: 806px) {
  /* line 58, sass/_pages.scss */
  #facts-content ul li {
    width: 50%;
  }
}
/* line 76, sass/_pages.scss */
#facts-content ul li img {
  display: block;
}

/* line 84, sass/_pages.scss */
.slug-gallery #big-background {
  background-image: url('img/bg-gallery.jpg?1384833769');
}
/* line 88, sass/_pages.scss */
.slug-gallery .mfp-content {
  max-width: 1200px;
}
/* line 92, sass/_pages.scss */
.slug-gallery .object-container {
  overflow: visible;
}
/* line 95, sass/_pages.scss */
.slug-gallery .object-container video {
  height: auto;
}
/* line 100, sass/_pages.scss */
.slug-gallery .video .mfp-close {
  margin-top: -40px;
}

/* line 105, sass/_pages.scss */
.device.slug-gallery .object-container {
  padding-bottom: 50%;
}

/* line 110, sass/_pages.scss */
#gallery-content {
  padding-top: 18px;
  color: white;
}
@media (max-width: 438px) {
  /* line 114, sass/_pages.scss */
  #gallery-content #upload-button {
    width: 100%;
  }
}
/* line 120, sass/_pages.scss */
#gallery-content section {
  margin-top: 20px;
  overflow: visible;
}
/* line 124, sass/_pages.scss */
#gallery-content section h2 {
  margin-top: 0;
  cursor: default;
}
@media (min-width: 1339px) {
  /* line 124, sass/_pages.scss */
  #gallery-content section h2 {
    margin-left: -100px;
  }
}
@media (max-width: 1338px) {
  /* line 124, sass/_pages.scss */
  #gallery-content section h2 {
    width: 100%;
    margin-bottom: 0;
  }
}
/* line 138, sass/_pages.scss */
#gallery-content section img {
  display: block;
}
/* line 143, sass/_pages.scss */
#gallery-content ul {
  background-image: url('img/static-texture.jpg?1384839663');
  background-color: #f7e9d3;
}
@media (max-width: 1338px) {
  /* line 143, sass/_pages.scss */
  #gallery-content ul {
    clear: both;
  }
}
/* line 151, sass/_pages.scss */
#gallery-content ul li .description {
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 159, sass/_pages.scss */
#gallery-content #gallery-videos ul {
  padding: 15px;
}
/* line 162, sass/_pages.scss */
#gallery-content #gallery-videos ul li {
  padding: 0 15px;
  margin: 15px 0;
  white-space: normal;
  width: 100%;
}
@media (min-width: 807px) {
  /* line 162, sass/_pages.scss */
  #gallery-content #gallery-videos ul li {
    width: 50%;
  }
}
/* line 172, sass/_pages.scss */
#gallery-content #gallery-videos ul li .thumbnail {
  border: 5px solid #333333;
}
/* line 176, sass/_pages.scss */
#gallery-content #gallery-videos ul li .play-icon {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 100;
}
/* line 185, sass/_pages.scss */
#gallery-content #gallery-videos ul li .play-icon img {
  margin: 9% auto;
}
@media (max-width: 438px) {
  /* line 185, sass/_pages.scss */
  #gallery-content #gallery-videos ul li .play-icon img {
    margin: 5% auto;
  }
}
/* line 194, sass/_pages.scss */
#gallery-content #gallery-videos ul li:hover .play-icon img {
  background-position: -94px -84px;
  height: 71px;
  width: 52px;
}
/* line 198, sass/_pages.scss */
#gallery-content #gallery-videos ul li .description {
  background: #dd5353;
}
@media (max-width: 438px) {
  /* line 198, sass/_pages.scss */
  #gallery-content #gallery-videos ul li .description {
    display: none;
  }
}
/* line 210, sass/_pages.scss */
#gallery-content #gallery-images ul {
  padding: 15px;
}
/* line 213, sass/_pages.scss */
#gallery-content #gallery-images ul li {
  padding: 0 12px;
  margin: 12px 0;
  white-space: normal;
}
@media (min-width: 807px) {
  /* line 213, sass/_pages.scss */
  #gallery-content #gallery-images ul li {
    width: 50%;
  }
}
@media (min-width: 989px) {
  /* line 213, sass/_pages.scss */
  #gallery-content #gallery-images ul li {
    width: 33.3%;
  }
}
@media (max-width: 806px) {
  /* line 213, sass/_pages.scss */
  #gallery-content #gallery-images ul li {
    width: 100%;
  }
}
/* line 230, sass/_pages.scss */
#gallery-content #gallery-images ul li img {
  min-height: 140px;
}

/* line 239, sass/_pages.scss */
.slug-upload-film .container-buttons > div {
  margin: 5px 0;
}
/* line 243, sass/_pages.scss */
.slug-upload-film .back-button {
  margin-top: 1em;
}
/* line 247, sass/_pages.scss */
.slug-upload-film #filename {
  margin-top: 20px;
}

@media (min-width: 807px) {
  /* line 254, sass/_pages.scss */
  #interactive-documentary-device .object-container {
    padding-bottom: 41.5%;
  }
}
@media (min-width: 989px) {
  /* line 260, sass/_pages.scss */
  #interactive-documentary-device .object-container {
    padding-bottom: 53%;
  }
}
@media (max-width: 806px) {
  /* line 266, sass/_pages.scss */
  #interactive-documentary-device .object-container {
    padding-bottom: 52%;
  }
}

/* line 273, sass/_pages.scss */
#interactive-documentary h1, #interactive-documentary h2, #interactive-documentary h3 {
  text-transform: uppercase;
}
/* line 277, sass/_pages.scss */
#interactive-documentary, #interactive-documentary .main-video {
  background: black url("img/loading.gif") no-repeat center;
}
/* line 281, sass/_pages.scss */
#interactive-documentary, #interactive-documentary .triptych, #interactive-documentary .overlay, #interactive-documentary .main-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
/* line 290, sass/_pages.scss */
#interactive-documentary .triptych, #interactive-documentary .link {
  cursor: pointer;
}
/* line 294, sass/_pages.scss */
#interactive-documentary .triptych {
  left: 100%;
}
/* line 297, sass/_pages.scss */
#interactive-documentary .triptych.one {
  background: #524080;
}
/* line 301, sass/_pages.scss */
#interactive-documentary .triptych.two {
  background: #80000d;
}
/* line 305, sass/_pages.scss */
#interactive-documentary .triptych.three {
  background: #ffa880;
}
/* line 309, sass/_pages.scss */
#interactive-documentary .triptych video {
  opacity: 0.8;
}
/* line 313, sass/_pages.scss */
#interactive-documentary .triptych h1 {
  z-index: 1;
  position: absolute;
  bottom: -60px;
  color: white;
  line-height: 0;
  font-size: 40pt;
}
/* line 323, sass/_pages.scss */
#interactive-documentary video {
  position: absolute;
}
/* line 327, sass/_pages.scss */
#interactive-documentary .overlay {
  background: rgba(0, 0, 0, 0.75);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  z-index: 3;
  display: table;
  color: white;
  height: 100%;
  width: 100%;
}
/* line 343, sass/_pages.scss */
#interactive-documentary .overlay .main {
  width: 65%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 10%;
  padding-right: 10%;
}
/* line 350, sass/_pages.scss */
#interactive-documentary .overlay .main h1 {
  color: #dc5556;
  font-size: 32pt;
  line-height: 100%;
}
/* line 357, sass/_pages.scss */
#interactive-documentary .overlay .back-button, #interactive-documentary .overlay .resume-button {
  height: 73px;
  cursor: pointer;
  font-family: "aldo_the_apacheregular";
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 26px;
  padding-left: 90px;
}
/* line 367, sass/_pages.scss */
#interactive-documentary .overlay .back-button {
  background: url("img/back-button.png") no-repeat top left;
  margin-bottom: 40px;
}
/* line 372, sass/_pages.scss */
#interactive-documentary .overlay .resume-button {
  background: url("img/next-button.png") no-repeat top left;
  margin-top: 40px;
  display: none;
}
/* line 378, sass/_pages.scss */
#interactive-documentary .overlay .list {
  width: 35%;
  display: table-cell;
  vertical-align: middle;
}
/* line 383, sass/_pages.scss */
#interactive-documentary .overlay .list h3 {
  color: #dc5556;
  line-height: 0;
  padding-top: 20px;
}
/* line 389, sass/_pages.scss */
#interactive-documentary .overlay .list .thumbnail {
  border: 4px solid #333333;
  width: 248px;
  height: 143px;
  background-color: black;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
/* line 399, sass/_pages.scss */
#interactive-documentary .overlay .list .thumbnail:after {
  content: '';
  display: block;
  background: url("img/play-overlay.png") no-repeat center;
  width: 100%;
  height: 100%;
}
/* line 407, sass/_pages.scss */
#interactive-documentary .overlay .list .thumbnail .timer {
  position: absolute;
  top: -5px;
  right: 15px;
  line-height: 0;
  font-size: 30pt;
}
/* line 417, sass/_pages.scss */
#interactive-documentary .overlay .list .video.link:hover h2 {
  color: #dc5556;
}
/* line 421, sass/_pages.scss */
#interactive-documentary .overlay .list .video.link:hover .thumbnail:after {
  background: rgba(0, 0, 0, 0.5) url("img/play-overlay-hover.png") no-repeat center;
}
/* line 426, sass/_pages.scss */
#interactive-documentary .overlay .list .video.link.seen {
  opacity: 0.5;
}
/* line 432, sass/_pages.scss */
#interactive-documentary .video-controls {
  position: absolute;
  width: 800px;
  height: 56px;
  background: url("img/control-bar.png");
  left: 50%;
  margin-left: -400px;
  bottom: 2%;
  display: none;
  z-index: 2;
  color: white;
  padding-top: 12px;
}
/* line 445, sass/_pages.scss */
#interactive-documentary .video-controls .volume.extender {
  position: absolute;
  height: 150px;
  width: 30px;
  background: url("img/volume-extender.png");
  left: 45px;
  top: -150px;
  display: none;
}
/* line 454, sass/_pages.scss */
#interactive-documentary .video-controls .volume.extender .vslider {
  position: absolute;
  left: 11px;
  width: 8px;
  top: 11px;
  bottom: 11px;
  cursor: pointer;
  background: #111;
}
/* line 463, sass/_pages.scss */
#interactive-documentary .video-controls .volume.extender .vslider .active {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #dc5556;
}
/* line 471, sass/_pages.scss */
#interactive-documentary .video-controls .volume.extender .vslider .active:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  margin-left: -6px;
  margin-top: -4px;
}
/* line 488, sass/_pages.scss */
#interactive-documentary .video-controls .control {
  position: absolute;
  cursor: pointer;
  margin: 10px 12px;
  width: 24px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 497, sass/_pages.scss */
#interactive-documentary .video-controls .control.pause {
  background-image: url("img/pause-control.png");
}
/* line 501, sass/_pages.scss */
#interactive-documentary .video-controls .control.volume {
  background-image: url("img/volume-control.png");
  left: 36px;
}
/* line 505, sass/_pages.scss */
#interactive-documentary .video-controls .control.volume.muted {
  background-image: url("img/volume-control-muted.png");
}
/* line 510, sass/_pages.scss */
#interactive-documentary .video-controls .control.hd {
  background-image: url("img/hd-control.png");
  right: 41px;
}
/* line 514, sass/_pages.scss */
#interactive-documentary .video-controls .control.hd.enabled {
  background-color: #888;
  width: 34px;
  border-radius: 4px;
}
/* line 521, sass/_pages.scss */
#interactive-documentary .video-controls .control.fullscreen {
  background-image: url("img/fullscreen-control.png");
  right: 0;
}
/* line 527, sass/_pages.scss */
#interactive-documentary .video-controls .slider {
  position: absolute;
  top: 0;
  height: 8px;
  left: 0;
  right: 0;
  cursor: pointer;
}
/* line 535, sass/_pages.scss */
#interactive-documentary .video-controls .slider .active {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background: #dc5556;
}
/* line 543, sass/_pages.scss */
#interactive-documentary .video-controls .slider .active:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  margin-left: -6px;
  margin-top: -2px;
}
/* line 559, sass/_pages.scss */
#interactive-documentary .video-controls .timer {
  padding-top: 12px;
  text-align: center;
}
/* line 563, sass/_pages.scss */
#interactive-documentary .video-controls .timer .current {
  font-weight: bold;
}
/* line 569, sass/_pages.scss */
#interactive-documentary .main-video {
  z-index: 1;
  display: none;
}

/* line 578, sass/_pages.scss */
.slug-about .table {
  margin-bottom: 25px;
}
@media (max-width: 806px) {
  /* line 581, sass/_pages.scss */
  .slug-about .table .table-cell {
    text-align: center;
  }
}
@media (min-width: 807px) {
  /* line 581, sass/_pages.scss */
  .slug-about .table .table-cell {
    width: 50%;
  }
  /* line 589, sass/_pages.scss */
  .slug-about .table .table-cell:nth-child(2n+1) {
    padding-right: 25px;
    text-align: right;
  }
  /* line 594, sass/_pages.scss */
  .slug-about .table .table-cell:nth-child(2n) {
    padding-left: 25px;
    text-align: left;
  }
}

/* line 5, sass/_templates.scss */
.slug-upload-film #big-background,
.single-post #big-background,
.slug-news #big-background,
.page-template-template-static-php #big-background {
  background-image: url('img/bg-static.jpg?1385016371');
}
/* line 9, sass/_templates.scss */
.slug-upload-film article,
.single-post article,
.slug-news article,
.page-template-template-static-php article {
  background-image: url('img/static-texture.jpg?1384839663');
  background-color: #f7e9d3;
  position: relative;
  margin-top: 160px !important;
  margin-bottom: 180px !important;
}
/* line 17, sass/_templates.scss */
.slug-upload-film article header,
.slug-upload-film article footer,
.single-post article header,
.single-post article footer,
.slug-news article header,
.slug-news article footer,
.page-template-template-static-php article header,
.page-template-template-static-php article footer {
  position: absolute;
  left: 0;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
/* line 25, sass/_templates.scss */
.slug-upload-film article header,
.single-post article header,
.slug-news article header,
.page-template-template-static-php article header {
  background-image: url('img/static-header.png?1385441949');
  height: 118px;
  top: -74px;
  text-align: center;
}
/* line 34, sass/_templates.scss */
.slug-upload-film article section,
.single-post article section,
.slug-news article section,
.page-template-template-static-php article section {
  padding: 50px;
}
/* line 39, sass/_templates.scss */
.slug-upload-film article .one_half,
.single-post article .one_half,
.slug-news article .one_half,
.page-template-template-static-php article .one_half {
  margin: 0;
}
@media (min-width: 807px) {
  /* line 39, sass/_templates.scss */
  .slug-upload-film article .one_half,
  .single-post article .one_half,
  .slug-news article .one_half,
  .page-template-template-static-php article .one_half {
    padding-right: 50px;
    margin-right: 50px;
  }
  /* line 46, sass/_templates.scss */
  .slug-upload-film article .one_half.last_column,
  .single-post article .one_half.last_column,
  .slug-news article .one_half.last_column,
  .page-template-template-static-php article .one_half.last_column {
    padding-right: 50px;
    margin-right: -50px;
  }
}
/* line 39, sass/_templates.scss */
.slug-upload-film article .one_third,
.single-post article .one_third,
.slug-news article .one_third,
.page-template-template-static-php article .one_third {
  margin: 0;
}
@media (min-width: 807px) {
  /* line 39, sass/_templates.scss */
  .slug-upload-film article .one_third,
  .single-post article .one_third,
  .slug-news article .one_third,
  .page-template-template-static-php article .one_third {
    padding-right: 25px;
    margin-right: 25px;
  }
  /* line 46, sass/_templates.scss */
  .slug-upload-film article .one_third.last_column,
  .single-post article .one_third.last_column,
  .slug-news article .one_third.last_column,
  .page-template-template-static-php article .one_third.last_column {
    padding-right: 50px;
    margin-right: -50px;
  }
}
/* line 39, sass/_templates.scss */
.slug-upload-film article .two_third,
.single-post article .two_third,
.slug-news article .two_third,
.page-template-template-static-php article .two_third {
  margin: 0;
}
@media (min-width: 807px) {
  /* line 39, sass/_templates.scss */
  .slug-upload-film article .two_third,
  .single-post article .two_third,
  .slug-news article .two_third,
  .page-template-template-static-php article .two_third {
    padding-right: 25px;
    margin-right: 25px;
  }
  /* line 46, sass/_templates.scss */
  .slug-upload-film article .two_third.last_column,
  .single-post article .two_third.last_column,
  .slug-news article .two_third.last_column,
  .page-template-template-static-php article .two_third.last_column {
    padding-right: 50px;
    margin-right: -50px;
  }
}
/* line 39, sass/_templates.scss */
.slug-upload-film article .one_fourth,
.single-post article .one_fourth,
.slug-news article .one_fourth,
.page-template-template-static-php article .one_fourth {
  margin: 0;
}
@media (min-width: 807px) {
  /* line 39, sass/_templates.scss */
  .slug-upload-film article .one_fourth,
  .single-post article .one_fourth,
  .slug-news article .one_fourth,
  .page-template-template-static-php article .one_fourth {
    padding-right: 16.66667px;
    margin-right: 16.66667px;
  }
  /* line 46, sass/_templates.scss */
  .slug-upload-film article .one_fourth.last_column,
  .single-post article .one_fourth.last_column,
  .slug-news article .one_fourth.last_column,
  .page-template-template-static-php article .one_fourth.last_column {
    padding-right: 50px;
    margin-right: -50px;
  }
}
/* line 39, sass/_templates.scss */
.slug-upload-film article .three_fourth,
.single-post article .three_fourth,
.slug-news article .three_fourth,
.page-template-template-static-php article .three_fourth {
  margin: 0;
}
@media (min-width: 807px) {
  /* line 39, sass/_templates.scss */
  .slug-upload-film article .three_fourth,
  .single-post article .three_fourth,
  .slug-news article .three_fourth,
  .page-template-template-static-php article .three_fourth {
    padding-right: 16.66667px;
    margin-right: 16.66667px;
  }
  /* line 46, sass/_templates.scss */
  .slug-upload-film article .three_fourth.last_column,
  .single-post article .three_fourth.last_column,
  .slug-news article .three_fourth.last_column,
  .page-template-template-static-php article .three_fourth.last_column {
    padding-right: 50px;
    margin-right: -50px;
  }
}
/* line 39, sass/_templates.scss */
.slug-upload-film article .one_fifth,
.single-post article .one_fifth,
.slug-news article .one_fifth,
.page-template-template-static-php article .one_fifth {
  margin: 0;
}
@media (min-width: 807px) {
  /* line 39, sass/_templates.scss */
  .slug-upload-film article .one_fifth,
  .single-post article .one_fifth,
  .slug-news article .one_fifth,
  .page-template-template-static-php article .one_fifth {
    padding-right: 12.5px;
    margin-right: 12.5px;
  }
  /* line 46, sass/_templates.scss */
  .slug-upload-film article .one_fifth.last_column,
  .single-post article .one_fifth.last_column,
  .slug-news article .one_fifth.last_column,
  .page-template-template-static-php article .one_fifth.last_column {
    padding-right: 50px;
    margin-right: -50px;
  }
}
/* line 39, sass/_templates.scss */
.slug-upload-film article .two_fifth,
.single-post article .two_fifth,
.slug-news article .two_fifth,
.page-template-template-static-php article .two_fifth {
  margin: 0;
}
@media (min-width: 807px) {
  /* line 39, sass/_templates.scss */
  .slug-upload-film article .two_fifth,
  .single-post article .two_fifth,
  .slug-news article .two_fifth,
  .page-template-template-static-php article .two_fifth {
    padding-right: 12.5px;
    margin-right: 12.5px;
  }
  /* line 46, sass/_templates.scss */
  .slug-upload-film article .two_fifth.last_column,
  .single-post article .two_fifth.last_column,
  .slug-news article .two_fifth.last_column,
  .page-template-template-static-php article .two_fifth.last_column {
    padding-right: 50px;
    margin-right: -50px;
  }
}
/* line 39, sass/_templates.scss */
.slug-upload-film article .three_fifth,
.single-post article .three_fifth,
.slug-news article .three_fifth,
.page-template-template-static-php article .three_fifth {
  margin: 0;
}
@media (min-width: 807px) {
  /* line 39, sass/_templates.scss */
  .slug-upload-film article .three_fifth,
  .single-post article .three_fifth,
  .slug-news article .three_fifth,
  .page-template-template-static-php article .three_fifth {
    padding-right: 12.5px;
    margin-right: 12.5px;
  }
  /* line 46, sass/_templates.scss */
  .slug-upload-film article .three_fifth.last_column,
  .single-post article .three_fifth.last_column,
  .slug-news article .three_fifth.last_column,
  .page-template-template-static-php article .three_fifth.last_column {
    padding-right: 50px;
    margin-right: -50px;
  }
}
/* line 39, sass/_templates.scss */
.slug-upload-film article .four_fifth,
.single-post article .four_fifth,
.slug-news article .four_fifth,
.page-template-template-static-php article .four_fifth {
  margin: 0;
}
@media (min-width: 807px) {
  /* line 39, sass/_templates.scss */
  .slug-upload-film article .four_fifth,
  .single-post article .four_fifth,
  .slug-news article .four_fifth,
  .page-template-template-static-php article .four_fifth {
    padding-right: 12.5px;
    margin-right: 12.5px;
  }
  /* line 46, sass/_templates.scss */
  .slug-upload-film article .four_fifth.last_column,
  .single-post article .four_fifth.last_column,
  .slug-news article .four_fifth.last_column,
  .page-template-template-static-php article .four_fifth.last_column {
    padding-right: 50px;
    margin-right: -50px;
  }
}
/* line 39, sass/_templates.scss */
.slug-upload-film article .one_sixth,
.single-post article .one_sixth,
.slug-news article .one_sixth,
.page-template-template-static-php article .one_sixth {
  margin: 0;
}
@media (min-width: 807px) {
  /* line 39, sass/_templates.scss */
  .slug-upload-film article .one_sixth,
  .single-post article .one_sixth,
  .slug-news article .one_sixth,
  .page-template-template-static-php article .one_sixth {
    padding-right: 10px;
    margin-right: 10px;
  }
  /* line 46, sass/_templates.scss */
  .slug-upload-film article .one_sixth.last_column,
  .single-post article .one_sixth.last_column,
  .slug-news article .one_sixth.last_column,
  .page-template-template-static-php article .one_sixth.last_column {
    padding-right: 50px;
    margin-right: -50px;
  }
}
/* line 65, sass/_templates.scss */
.slug-upload-film article p,
.single-post article p,
.slug-news article p,
.page-template-template-static-php article p {
  margin-top: 0;
}
@media (min-width: 807px) {
  /* line 69, sass/_templates.scss */
  .slug-upload-film article p:last-child,
  .single-post article p:last-child,
  .slug-news article p:last-child,
  .page-template-template-static-php article p:last-child {
    margin-bottom: 0;
  }
}
/* line 75, sass/_templates.scss */
.slug-upload-film article h2,
.single-post article h2,
.slug-news article h2,
.page-template-template-static-php article h2 {
  color: white;
}
/* line 79, sass/_templates.scss */
.slug-upload-film article h3,
.single-post article h3,
.slug-news article h3,
.page-template-template-static-php article h3 {
  color: #dd5353;
  margin-bottom: 0;
}
/* line 83, sass/_templates.scss */
.slug-upload-film article h3 a,
.single-post article h3 a,
.slug-news article h3 a,
.page-template-template-static-php article h3 a {
  color: #dd5353;
  text-decoration: none;
}
/* line 89, sass/_templates.scss */
.slug-upload-film article h4,
.single-post article h4,
.slug-news article h4,
.page-template-template-static-php article h4 {
  margin-bottom: 0;
}
/* line 93, sass/_templates.scss */
.slug-upload-film article footer,
.single-post article footer,
.slug-news article footer,
.page-template-template-static-php article footer {
  background-image: url('img/static-footer.png?1385442864');
  height: 66px;
  bottom: -65px;
}
