article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  background: #000;
}
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0;
  padding: 0 0 0 0;
}
dd {
  margin: 0 0 0 0px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset,
p {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
.font {
  font-family: "din-condensed-web", sans-serif;
}
/* ========= Fancybox ==========================================================
	===========================================================================*/
/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #000;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-outer h3 {
  font-family: "din-condensed-web", sans-serif;
  color: #fff;
  font-size: 24px;
  float: left;
  margin-right: 10px;
  text-transform: uppercase;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  text-decoration: none;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif');
  /* helps IE */

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../img/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */

  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/* ===== Primary Styles ========================================================
   Author:1 trick pony
   ========================================================================== */
.preloader {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 1200px;
  z-index: 666;
  text-align: center;
}
.preloader img {
  margin-top: 120px;
}
/** Default **/
body {
  overflow-x: hidden;
  /** End Header
		Start Center
	**/

  /** End Main
		Start Bottom Content * Not bottom bar **/

}
body > header {
  max-width: 1350px;
  margin: 24px auto 0 auto;
  padding: 0 20px;
}
body > header nav {
  z-index: 10;
  position: relative;
  line-height: 18px;
}
body > header nav h3 {
  font-family: "din-condensed-web", sans-serif;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 9px;
  text-transform: uppercase;
  color: #b62524;
}
body > header nav li a,
body > header nav li a:active,
body > header nav li a:visted {
  font-family: "din-condensed-web", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
}
body > header nav a:hover {
  color: #b62524;
}
body > header #logo {
  z-index: 10;
  position: absolute;
  width: 424px;
  left: 50%;
  margin-left: -212px;
  text-align: center;
}
body > header #logo p {
  padding-top: 10px;
  font-size: 11px;
  letter-spacing: 4px;
  text-align: center;
  color: #cc3333;
  font-weight: 600;
}
body > header #watch-trailer-btn {
  margin-top: 8px;
}
body > header .head {
  display: none;
}
body > header #film {
  float: left;
}
body > header #film li a,
body > header #film li a:active,
body > header #film li a:visited {
  font-family: "din-condensed-web", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}
body > header #film li a:hover,
body > header #film li a:active:hover,
body > header #film li a:visited:hover {
  color: #b62524;
}
body > header #cause {
  float: right;
  text-align: right;
}
body > header #cause li a,
body > header #cause li a:active,
body > header #cause li a:visited {
  font-family: "din-condensed-web", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}
body > header #cause li a:hover,
body > header #cause li a:active:hover,
body > header #cause li a:visited:hover {
  color: #b62524;
}
body > header #cause li a:hover {
  color: #b62524;
}
body #main {
  z-index: 5;
  position: relative;
  max-width: 1350px;
  margin: 40px auto 0 auto;
  padding: 0 20px;
}
body #main .left {
  display: block;
  float: left;
  max-width: 97px;
  width: 35%;
  position: relative;
}
body #main .left img {
  position: absolute;
  top: 0;
  left: 0;
}
body #main .left span {
  display: block;
  width: 20px;
  height: 20px;
  background: #ccc;
  position: absolute;
  bottom: 0;
}
body #main .right {
  display: block;
  float: right;
  max-width: 159px;
  width: 35%;
  position: relative;
  min-width: 158px;
}
body #main section.quotes {
  color: #fff;
  width: 40%;
  height: 240px;
  position: absolute;
  left: 50%;
  margin-left: -20%;
}
body #bottom {
  position: relative;
  z-index: 5;
  max-width: 1350px;
  margin: 30px auto 126px auto;
  padding: 0 20px;
}
body #bottom .left {
  float: left;
  max-width: 238px;
  margin-top: 0;
}
body #bottom .left a.btn.lrg {
  background: url(../img/btn-red-arrow-sm.png) no-repeat right center #b62524;
  padding: 12px 25px 12px 10px;
  font-size: 18px;
  margin: 0;
  float: none;
}
body #bottom .left a.itunes {
  margin-top: 6px;
  display: block;
  background: url(../img/download-itunes.png) no-repeat;
  width: 110px;
  height: 40px;
  text-indent: -9999px;
}
body #bottom .left .countdown a {
  text-decoration: none;
}
body #bottom .left #time {
  font-family: "din-condensed-web", sans-serif;
  line-height: 18px;
  color: #b62524;
  font-size: 18px;
  text-transform: uppercase;
}
body #bottom .left #time .cd-time {
  color: #fff;
}
body #bottom .left #time .days,
body #bottom .left #time .hours,
body #bottom .left #time .seconds {
  font-size: 32px;
}
body #bottom .left .cd-time {
  color: #b62524;
}
body #bottom .left .copy {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: 600;
  margin-top: 8px;
}
body #bottom .right {
  float: right;
  width: 308px;
  position: relative;
  overflow: hidden;
}
body #bottom .right .social {
  position: relative;
  padding: 0 0 0 2px;
  /* overflow: hidden; */

  right: -246px;
  font-size: 18px;
  line-height: 18px;
}
body #bottom .right .social .open {
  margin: 0 0 0 4px;
  float: left;
  width: 60px;
  font-family: "din-condensed-web", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
body #bottom .right .social .open span {
  color: red;
}
body #bottom .right .social .container {
  width: 360px;
}
body #bottom .right .social .twitter-share {
  width: 90px;
  margin: 0 0 0 0;
}
body #bottom .right .social .fb-like {
  width: 90px;
  height: 25px;
  /* overflow: hidden; */

}
body #bottom .right .social .socialite-instance {
  float: left;
}
body #bottom .right .social .googleplus-one {
  height: 25px;
}
body #bottom .right .follow-container {
  overflow: hidden;
}
body #bottom .right .follow {
  font-size: 18px;
  line-height: 16px;
  position: relative;
  padding: 4px 0 0 2px;
  overflow: hidden;
  right: -237px;
}
body #bottom .right .follow .open {
  margin: 3px 0 3px 4px;
  float: left;
  width: 70px;
  font-family: "din-condensed-web", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
body #bottom .right .follow .open span {
  color: red;
}
body #bottom .right .follow .container {
  width: 90px;
  float: left;
}
body #bottom .right .follow .container a {
  display: block;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  float: left;
  background: url(../img/sprite-social.png) no-repeat;
  padding-left: 3px;
}
body #bottom .right .follow .container a.twitter:hover {
  opacity: .6;
}
body #bottom .right .follow .container a.facebook {
  background-position: -22px 0;
}
body #bottom .right .follow .container a.facebook:hover {
  opacity: .6;
}
body #bottom .right .follow .container a.pinterest {
  background-position: -44px 0;
}
body #bottom .right .follow .container a.pinterest:hover {
  -moz-opacity: .50;
  filter: alpha(opacity=50);
  opacity: .50;
}
body #bottom .awards {
  clear: both;
  display: inline;
  margin: 57px 0 0 0;
  float: left;
  max-width: 238px;
}
body #bottom .awards .award {
  float: left;
}
body #bottom .awards .award .a,
body #bottom .awards .award .b {
  background: url(../img/sundance-sprite.png) no-repeat;
  text-indent: -9999px;
  float: left;
  position: relative;
}
body #bottom .awards .sundance {
  position: relative;
  /* width: 210px; */

  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
}
body #bottom .awards .sundance .a,
body #bottom .awards .sundance .b {
  /*
				width: 213px;
				height: 80px;
*/

  width: auto;
  height: 55px;
}
body #bottom .awards .sundance .a img,
body #bottom .awards .sundance .b img {
  width: auto;
  height: 100%;
}
body #bottom .match {
  float: right;
  margin-top: -30px;
}
body #bottom .match a:hover {
  opacity: .6;
}
body > footer {
  position: fixed;
  z-index: 20;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 150px;
  background: #000;
}
body > footer #add {
  text-align: center;
  -moz-opacity: .50;
  filter: alpha(opacity=50);
  opacity: .50;
  padding-top: 5px;
}
body > footer .change {
  font-family: "din-condensed-web", sans-serif;
  color: #fff;
  background: #000000 url(../img/we-need-change.png) no-repeat center center;
  text-indent: -99999px;
  position: absolute;
  text-align: center;
  width: 171px;
  height: 60px;
  right: 0;
  top: 0;
  z-index: 500;
}
body > footer .change:after {
  /*content: " ";
	        display: block;
			width: 128px;
			height: 10px;
			background: url(../img/footer-arrow.png) center top no-repeat;
			position: absolute;
			left: 0;
			bottom: -10px;*/

}
body > footer section {
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 10px;
  background: #000;
  border-bottom: 2px solid #333333;
}
body > footer .profiles {
  overflow: hidden;
}
body > footer .profiles .jcarousel-prev {
  display: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 76px;
  height: 76px;
  background: url(../img/characters-nav-prev.png);
  z-index: 22;
}
body > footer .profiles .jcarousel-next {
  display: none !important;
  position: absolute;
  top: 0;
  right: 0;
  width: 76px;
  height: 76px;
  background: url(../img/characters-nav-next.png);
  z-index: 22;
}
body > footer .profiles .profile {
  float: left;
  display: block;
  position: relative;
  width: 150px;
  padding: 10px 5px 0 0;
  font-size: 10px;
  color: #fff;
  text-decoration: none;
  -moz-opacity: .50;
  filter: alpha(opacity=50);
  opacity: .50;
}
body > footer .profiles .profile:hover {
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
body > footer .profiles .profile img {
  float: left;
  padding: 0 5px 0 0;
}
body > footer .profiles .profile .name {
  font-weight: 600;
}
body > footer .profiles .profile .more {
  display: none;
  background: url(../img/more-bg.png);
  width: 300px;
  height: 100px;
  position: absolute;
  font-size: 13px;
  line-height: 16px;
  top: -140px;
  color: #000;
  padding: 15px;
  border-top: 10px solid #b62524;
}
body > footer .profiles .profile .more .link {
  font-family: "din-condensed-web", sans-serif;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  float: right;
}
body .fancybox-close {
  width: 70px;
  top: -24px;
  background: none;
}
body .fancybox-close:after {
  content: 'Close X';
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "din-condensed-web", sans-serif;
}
body a.btn.lrg {
  font-family: "din-condensed-web", sans-serif;
  background: url(../img/btn-red-arrow.png) no-repeat top right #b62524;
  max-width: 180px;
  padding: 7px 46px 8px 8px;
  font-size: 20px;
  line-height: 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  color: #fff;
  margin-left: 5px;
}
body a.btn.lrg:hover {
  background: url(../img/btn-black-arrow.png) no-repeat top right #000000;
}
body .email-form {
  color: #fff;
  margin: 0px auto;
  width: 452px;
}
body .email-form label {
  font-family: "din-condensed-web", sans-serif;
  font-size: 24px;
  font-weight: bold;
  float: left;
  text-transform: uppercase;
}
body .fancybox-outer {
  padding-bottom: 24px;
}
body .fancybox-inner {
  clear: both;
}
body .email-form input[type=text] {
  font-family: "din-condensed-web", sans-serif;
  background: #B62524;
  border: none;
  color: #fff;
  float: left;
  font-size: 18px;
  margin-left: 3px;
  padding: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
body .email-form #movement_join {
  font-family: "din-condensed-web", sans-serif;
  background: #B62524;
  border: none;
  color: #fff;
  float: left;
  font-size: 20px;
  height: 30px;
  margin-left: 3px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
body .share-block a,
body .share-block a:visited {
  position: relative;
  background: #B62524 !important;
}
body .share-block a span,
body .share-block a:visited span {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  top: 5px;
  right: 10px;
}
body .share-block a span img,
body .share-block a:visited span img {
  height: 100%;
  width: 100%;
}
#actions {
  text-align: right;
  float: right;
  width: 200px;
  margin-top: 40px;
}
#actions span {
  font-family: "din-condensed-web", sans-serif;
  padding: 0 5px;
  background: #000;
  color: #cc0000;
  font-size: 37px;
  margin-left: 2px;
}
#actions h4 {
  font-family: "din-condensed-web", sans-serif;
  font-sze: 19px;
}
/*********************************************
 right blacks out ************************/
body.switch > header nav li a,
body.switch > header nav li a:active,
body.switch > header nav li a:visited {
  font-family: "din-condensed-web", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}
body.switch > header nav li a:hover {
  color: #b62524;
}
body.switch > header #cause li a,
body.switch > header #cause li a:active,
body.switch > header #cause li a:visited {
  font-family: "din-condensed-web", sans-serif;
  color: #fff;
}
body.switch > header #cause li a:hover {
  color: #b62524;
}
body.switch > header #film li a,
body.switch > header #film li a:active,
body.switch > header #film li a:visited {
  font-family: "din-condensed-web", sans-serif;
  color: #000;
}
body.switch > header #film li a:hover {
  color: #b62524;
}
body.switch #bottom .left #time .cd-time {
  color: #000;
}
body.switch #bottom .left .copy {
  color: #000;
}
body.switch #bottom .right .social .open {
  color: #ffffff;
}
body.switch #bottom .right .follow .open {
  color: #fff;
}
body.switch #actions {
  color: #fff;
}
body.switch #actions span {
  font-family: "din-condensed-web", sans-serif;
  padding: 0 5px;
  background: #fff;
  color: #cc0000;
  font-size: 37px;
}
body.switch #actions h4 {
  font-family: "din-condensed-web", sans-serif;
  font-sze: 19px;
}
/** 1400 swap **/
.swap {
  width: 1400px;
  left: 50%;
  top: 0;
  margin-left: -700px;
  position: absolute;
  display: none;
}
/*** flash text **/
#flashcontent {
  top: 0px;
  left: 0px;
  height: 240px;
  width: 30%;
  margin: 0px;
  padding: 0px;
}
#backup {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  position: absolute;
  color: #FFF;
  font-size: 35px;
  font-family: "din-condensed-web", sans-serif;
  text-transform: uppercase;
  line-height: 32px;
}
#source {
  width: 100%;
}
#source a {
  color: #fff;
  text-decoration: none;
}
#source a .author,
#source a .title {
  float: right;
  color: #b62524;
  clear: both;
  font-size: 18px;
}
/** Mouse catchers ***/
#leftcatch {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 800px;
  z-index: 0;
}
#rightcatch {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 800px;
  z-index: 0;
}
/* =============================================================================
   Media Queries
   ========================================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 1400px) {
  #add img {
    padding: 0 5px;
  }
  #bottom {
    margin: 30px auto 30px auto !important;
  }
}
@media only screen and (min-width: 1400px) {
  body #backstretch {
    /** background:#000 url(../img/bg-l.jpg) no-repeat center top; **/
  
    width: 1400px;
    height: 1400px;
    margin: 0 auto;
  }
  body #backstretch img {
    display: none !important;
  }
  body footer {
    position: relative;
  }
  body.switch #backstretch {
    /** background:#000 url(../img/bg-r.jpg) no-repeat center top; **/
  
    width: 1400px;
    height: 1400px;
    margin: 0 auto;
  }
  body.switch #backstretch img {
    display: none !important;
  }
  .swap {
    width: 1400px;
    left: 50%;
    top: 0;
    margin-left: -700px;
    position: absolute;
    display: block;
  }
}
@media only screen and (max-width: 959px) {
  body #bottom {
    margin: 30px auto 30px auto;
  }
  body #bottom .right .open {
    color: #fff;
  }
  body #bottom .right .social {
    right: 0 !important;
    margin-top: 10px;
  }
  body #bottom .right .follow {
    right: -162px !important;
  }
  #actions {
    display: none;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  body > header {
    width: 728px;
  }
  body > header #logo {
    max-width: 380px;
    left: 50%;
    margin-left: -190px;
  }
  body > header .head {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -384px;
  }
  body > header #cause li a,
  body > header #cause li a:active,
  body > header #cause li a:visited {
    color: #fff;
    line-height: 27px;
  }
  body > header #film li a,
  body > header #film li a:active,
  body > header #film li a:visited {
    color: #fff;
    line-height: 27px;
  }
  body #main {
    width: 728px;
    margin-top: 0;
  }
  body #main section.quotes {
    position: relative;
    width: 300px;
    height: 225px;
  }
  body #bottom {
    width: 728px;
  }
  body #bottom .left {
    margin-top: 54px;
  }
  body #bottom .match {
    position: absolute;
    left: 50%;
    margin-left: -54px;
    margin-top: -50px;
    z-index: 5;
  }
  body #bottom .awards .sundance {
    position: relative;
    float: left;
    margin: 10px 10px 10px 0;
    width: auto;
    height: 40px;
  }
  body #bottom .awards .bdd {
    margin-right: 0;
  }
  body #bottom .awards .hr {
    margin-left: 5px;
  }
  body #bottom .awards .aa {
    /* margin-left: 85px; */
  
  }
  body #bottom .awards .start {
    width: 200px;
    height: 80px;
    clear: both;
    float: none;
    margin: -20px 0 0 160px;
  }
  body #bottom .awards .second {
    display: none;
  }
  body #bottom .awards .sundance .a,
  body #bottom .awards .sundance .b {
    width: auto;
    height: 40px;
  }
  body #bottom .awards .start .a,
  body #bottom .awards .start .b {
    width: 267px;
    height: 80px;
  }
  body #bottom .awards .sundance img {
    width: auto;
    height: 100%;
  }
  body #bottom .awards {
    width: 580px !important;
    margin: 50px 0 20px 0;
    max-width: none;
    left: 50%;
    margin-left: 56px !important;
    clear: both;
    display: block;
    text-align: center;
    height: 160px;
  }
  body #bottom .awards .award {
    float: none;
    display: inline-block;
  }
  body #bottom .right {
    margin: 45px 0 0 0;
    z-index: 10;
  }
  body #bottom .right .social {
    background: none;
    width: 100%;
    margin: 10px 0;
    color: #fff;
  }
  body #bottom .right .social .open {
    font-size: 20px;
  }
  body #bottom .right .social .open span {
    display: none;
  }
  body #bottom .right .social .container {
    margin-right: 0;
  }
  body #bottom .right .follow {
    background: none;
    width: 100%;
    margin: 10px 0;
    color: #fff;
  }
  body #bottom .right .follow .open {
    font-size: 20px;
  }
  body #bottom .right .follow .open span {
    display: none;
  }
  body #bottom .right .follow .container {
    margin-right: 0;
  }
  #backstretch img {
    display: none !important;
  }
  footer {
    position: relative !important;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  #backstretch img {
    display: none !important;
  }
  body > header {
    max-width: 480px;
  }
  body > header #cause li a,
  body > header #cause li a:active,
  body > header #cause li a:visited {
    color: #fff;
  }
  body > header #film li a,
  body > header #film li a:active,
  body > header #film li a:visited {
    color: #fff;
  }
  body > #main {
    max-width: 480px;
  }
  body > #main section.quotes {
    position: relative;
  }
  body > #bottom {
    max-width: 480px;
  }
  body > #bottom .match {
    position: relative;
    width: 100%;
    text-align: center;
  }
  body > #bottom .left {
    float: none;
    width: 250px;
    text-align: center;
    margin-bottom: 20px;
    margin: 0 auto;
  }
  body > #bottom .left a.btn.buy-now {
    float: left;
  }
  body > #bottom .left a.itunes {
    display: inline-block;
    /* margin-top: 0; */
  
    float: right;
  }
  body > #bottom .left .countdown {
    width: 200px;
    margin: 0 auto;
  }
  body > #bottom .awards {
    margin-top: -152px !important;
  }
  body > #bottom .awards .start {
    position: absolute;
    margin-top: -64px;
    left: 50%;
    margin-left: -68px;
    width: 200px;
    height: 80px;
  }
  body > #bottom .awards .sundance {
    height: 40px;
    width: auto;
  }
  body > #bottom .awards .sundance .a,
  body > #bottom .awards .sundance .b {
    width: auto;
    height: 40px;
  }
  body > #bottom .awards .sundance img {
    width: auto;
    height: 100%;
  }
  body > #bottom .right {
    margin-top: 176px !important;
    float: none;
    margin: 0 auto;
  }
  body footer {
    height: 175px;
  }
  body footer .profiles {
    position: relative;
    margin: 0;
    left: 0;
  }
  body footer #add {
    padding-top: 45px;
  }
  body footer #add .ratings {
    margin-top: -40px;
    position: absolute;
    left: 50%;
    margin-left: -96px;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body > header #logo {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    max-width: 100%;
    left: 0;
    margin: 0 auto 40px auto;
  }
  body > header nav h3 {
    font-size: 36px;
  }
  body > header #cause li,
  body > header #cause li a {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -1px;
  }
  body > header #film li,
  body > header #film li a {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -1px;
  }
  body > header .head {
    display: none;
  }
  body > #main section {
    display: none;
  }
  body #bottom .match {
    margin-top: -500px;
  }
  body #bottom .right .follow .open span,
  body #bottom .right .social .open span {
    display: none;
  }
  body #bottom .right .follow {
    right: -82px !important;
  }
  body #bottom .left {
    margin-top: 165px;
    width: 110px;
  }
  body #bottom .left .countdown {
    width: 227px;
  }
  body #bottom .left .countdown #time {
    line-height: 20px;
    font-size: 21px;
  }
  body #bottom .left .countdown #time .days,
  body #bottom .left .countdown #time .hours {
    font-size: 34px;
  }
  body #bottom .left .countdown #time .seconds {
    font-size: 28px;
  }
  body #bottom .left .copy {
    font-size: 12px;
    line-height: 16px;
    margin-left: -5px;
    text-align: center;
  }
  body #bottom .awards {
    width: 480px !important;
    margin: 0px auto 0 auto;
    max-width: none;
    margin-left: 10px;
    height: 160px;
    position: absolute;
    top: 180px;
    left: 30px;
    /*
  		  		.sundance{
  				  position: relative;
  				  float: left;
  				  width:120px;
  				  height: 80px;
  		  		}
  */
  
    /*
  			  .sundance .a, .sundance .b{
  				  width:120px;
  				  height: 80px;
  			  }
  			  .start .a, .start .b{
  				  width:200px;
  				  height: 80px;
  			  }
  */
  
  }
  body #bottom .awards .sundance {
    position: relative;
    float: left;
    height: 30px;
    width: auto;
    margin: 10px 5px 10px 0;
  }
  body #bottom .awards .bdd {
    margin-right: 0;
  }
  body #bottom .awards .hr {
    margin-left: 5px;
  }
  body #bottom .awards .second {
    display: none;
  }
  body #bottom .awards .sundance .a,
  body #bottom .awards .sundance .b {
    width: auto;
    height: 30px;
  }
  body #bottom .awards .start {
    position: absolute;
    top: -60px;
    left: 152px;
    width: auto;
    height: 50px;
  }
  body #bottom .awards .start .a,
  body #bottom .awards .start .b {
    width: auto;
    height: 50px;
  }
  body #bottom .awards .sundance img {
    width: auto;
    height: 100%;
  }
  body > footer {
    overflow: hidden;
    position: relative;
    padding-top: 33px;
  }
  body > footer .profiles {
    width: 100%;
  }
  body > footer section {
    overflow: hidden;
    border-top: 2px solid #b62524;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  body > header #logo {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    max-width: 100%;
    left: 0;
    margin: 0 auto 40px auto;
  }
  body > header .head {
    display: none;
  }
  body > header nav h3 {
    font-size: 34px;
  }
  body > header #cause li,
  body > header #cause li a {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -1px;
  }
  body > header #film li,
  body > header #film li a {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -1px;
  }
  body > #main section {
    display: none;
  }
  body #bottom .match {
    margin-top: -500px;
  }
  body #bottom .right .follow .open span,
  body #bottom .right .social .open span {
    display: none;
  }
  body #bottom .right .follow {
    right: -82px !important;
  }
  body #bottom .left {
    margin-top: 165px;
    width: 110px;
  }
  body #bottom .left .countdown {
    width: 227px;
  }
  body #bottom .left .countdown #time {
    line-height: 20px;
    font-size: 21px;
  }
  body #bottom .left .countdown #time .days,
  body #bottom .left .countdown #time .hours {
    font-size: 34px;
  }
  body #bottom .left .countdown #time .seconds {
    font-size: 28px;
  }
  body #bottom .left .copy {
    font-size: 12px;
    line-height: 16px;
    margin-left: -5px;
    text-align: center;
  }
  body #bottom .awards {
    width: 400px !important;
    margin: 0px auto 0 auto;
    max-width: none;
    height: 160px;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -178px;
  }
  body #bottom .awards .sundance {
    position: relative;
    float: left;
    height: 25px;
    width: auto;
    margin: 10px 5px 10px 0;
  }
  body #bottom .awards .bdd {
    margin-right: 0;
  }
  body #bottom .awards .hr {
    margin-left: 5px;
  }
  body #bottom .awards .second {
    display: none;
  }
  body #bottom .awards .sundance .a,
  body #bottom .awards .sundance .b {
    width: auto;
    height: 25px;
  }
  body #bottom .awards .start {
    position: absolute;
    top: -60px;
    left: 108px;
    width: auto;
    height: 50px;
  }
  body #bottom .awards .start .a,
  body #bottom .awards .start .b {
    width: auto;
    height: 50px;
  }
  body #bottom .awards .sundance img {
    width: auto;
    height: 100%;
  }
  body > footer {
    overflow: hidden;
    position: relative;
    padding-top: 33px;
  }
  body > footer .profiles {
    width: 100%;
  }
  body > footer section {
    border-top: 2px solid #b62524;
  }
}
/* ===================================================
	IE Classes
	================================================*/
.lt-ie9 body > header #logo {
  height: 99px;
}
.lt-ie9 body > header #logo img {
  height: 99px;
}
.lt-ie9 body > header #logo #watch-trailer-btn img {
  height: auto;
  width: auto;
}
.lt-ie9 body #bottom .awards .sundance .a img,
.lt-ie9 body #bottom .awards .sundance .b img {
  height: 67px;
}
.lt-ie9 body #bottom .awards .sundance.start .a img {
  height: 60px;
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.a,
.b {
  width: 100%;
  height: auto;
}
.b {
  position: absolute;
  top: 0;
  left: 0;
}
/* =============================================================================
   Print Styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
