div.list-wrapper.ac_results {
  /* !important to force background color in IE on nightout popup */
  background-color: white !important;
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  height: auto !important;
  /* max-height: none !important; */
  height: auto;
  max-height: none;
  position: absolute;
  top: 26px;
  width: 137px;
  z-index: 9999;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  left: 0px; }
  div.list-wrapper.ac_results ul {
    padding: 8px 18px 8px 8px;
    overflow-y: auto; }
    div.list-wrapper.ac_results ul li {
      height: auto;
      display: block;
      font-family: Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: bold;
      color: #1b1b1b;
      background: white;
      padding-top: 0px;
      cursor: pointer; }
      div.list-wrapper.ac_results ul li + li {
        padding-top: 4px; }
      div.list-wrapper.ac_results ul li span {
        color: black;
        display: block;
        white-space: nowrap;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 20px; }
      div.list-wrapper.ac_results ul li:last-child {
        border-bottom: none; }
    div.list-wrapper.ac_results ul li.ac_over span {
      color: #009ee0;
      text-decoration: underline; }

div.list-wrapper.ac_results.address-results {
  min-width: 153px;
  width: auto; }

div.list-wrapper.ac_results {
  margin-top: 3px; }

/*------------------- Button Buy Tickets Small ----------------------*/
/*------------------- Submit Button ----------------------*/
/*-----------------------Square button ---------------------------*/
div.list-wrapper.ac_results {
  /* !important to force background color in IE on nightout popup */
  background-color: white !important;
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  height: auto !important;
  /* max-height: none !important; */
  height: auto;
  max-height: none;
  position: absolute;
  top: 26px;
  width: 137px;
  z-index: 9999;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  left: 0px; }
  div.list-wrapper.ac_results ul {
    padding: 8px 18px 8px 8px;
    overflow-y: auto; }
    div.list-wrapper.ac_results ul li {
      height: auto;
      display: block;
      font-family: Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: bold;
      color: #1b1b1b;
      background: white;
      padding-top: 0px;
      cursor: pointer; }
      div.list-wrapper.ac_results ul li + li {
        padding-top: 4px; }
      div.list-wrapper.ac_results ul li span {
        color: black;
        display: block;
        white-space: nowrap;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 20px; }
      div.list-wrapper.ac_results ul li:last-child {
        border-bottom: none; }
    div.list-wrapper.ac_results ul li.ac_over span {
      color: #009ee0;
      text-decoration: underline; }

div.list-wrapper.ac_results.address-results {
  min-width: 153px;
  width: auto; }

div.list-wrapper.ac_results {
  margin-top: 3px; }

/*------------------- Button Buy Tickets Small ----------------------*/
/*------------------- Submit Button ----------------------*/
/*-----------------------Square button ---------------------------*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 *
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px; }

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #dde;
  position: relative; }

.jspDrag {
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  text-indent: -20000px;
  display: block;
  cursor: pointer; }

.jspArrow.jspDisabled {
  cursor: default; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 15px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

/*
 *      IMAX Scroll Bar Styles - Default 
 */
.jspContainer {
  float: left; }

.jspTrack {
  background: black; }

.jspDrag {
  background: #009ee0; }

.jspVerticalBar {
  width: 11px; }

.jspVerticalBar .jspArrow {
  height: 15px; }

.jspHorizontalBar {
  height: 11px; }

.jspArrowUp, .jspArrowDown {
  background: black url('/static/images/theater-sprites.png') no-repeat -35px -221px;
  height: 15px;
  width: 11px; }

.jspArrowLeft, .jspArrowRight {
  background: black url('/static/images/theater-sprites.png') no-repeat -56px -221px;
  height: 11px;
  width: 11px; }

.jspArrowRight {
  background: black url('/static/images/theater-sprites.png') no-repeat -68px -221px; }

.jspArrowDown {
  background: url('/static/images/theater-sprites.png') no-repeat -35px -231px; }

div.promotion {
  width: 292px; }
  div.promotion .title_with_separator {
    margin-bottom: 20px; }
  div.promotion h2 {
    color: #009ee0;
    margin: 16px 0 8px 0; }
  div.promotion p {
    color: white; }
  div.promotion div.blog-article + div.blog-article {
    margin-top: 12px; }
  div.promotion div.blog-article a {
    display: block;
    text-decoration: none; }
    div.promotion div.blog-article a span.blog-date {
      color: #a5a5a5; }
    div.promotion div.blog-article a span.blog-date {
      float: left; }
    div.promotion div.blog-article a div.teaser-wrap {
      padding-left: 65px; }
    div.promotion div.blog-article a span.teaser:hover {
      text-decoration: underline; }
  div.promotion div.news-story + div.news-story {
    margin-top: 12px; }
  div.promotion div.news-story a {
    display: block;
    text-decoration: none; }
    div.promotion div.news-story a span.news-date {
      color: #a5a5a5; }
    div.promotion div.news-story a span.news-date {
      float: left; }
    div.promotion div.news-story a div.teaser-wrap {
      padding-left: 65px; }
    div.promotion div.news-story a span.teaser:hover {
      text-decoration: underline; }
  div.promotion.with_link h1:hover .title_text, div.promotion.with_link h2:hover {
    color: #009ee0;
    text-decoration: underline; }

div.list-wrapper.ac_results {
  /* !important to force background color in IE on nightout popup */
  background-color: white !important;
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  height: auto !important;
  /* max-height: none !important; */
  height: auto;
  max-height: none;
  position: absolute;
  top: 26px;
  width: 137px;
  z-index: 9999;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  left: 0px; }
  div.list-wrapper.ac_results ul {
    padding: 8px 18px 8px 8px;
    overflow-y: auto; }
    div.list-wrapper.ac_results ul li {
      height: auto;
      display: block;
      font-family: Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: bold;
      color: #1b1b1b;
      background: white;
      padding-top: 0px;
      cursor: pointer; }
      div.list-wrapper.ac_results ul li + li {
        padding-top: 4px; }
      div.list-wrapper.ac_results ul li span {
        color: black;
        display: block;
        white-space: nowrap;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 20px; }
      div.list-wrapper.ac_results ul li:last-child {
        border-bottom: none; }
    div.list-wrapper.ac_results ul li.ac_over span {
      color: #009ee0;
      text-decoration: underline; }

div.list-wrapper.ac_results.address-results {
  min-width: 153px;
  width: auto; }

div.list-wrapper.ac_results {
  margin-top: 3px; }

/*------------------- Button Buy Tickets Small ----------------------*/
/*------------------- Submit Button ----------------------*/
/*-----------------------Square button ---------------------------*/
#calroot {
  padding: 2px;
  width: 200px;
  font-size: 11px;
  background-color: white;
  border: 1px solid #cccccc;
  z-index: 30; }

#calhead {
  padding: 2px 0;
  height: 22px; }

#caltitle {
  font-size: 9pt;
  color: #248ad5;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  text-align: center;
  width: 186px; }

#calnext, #calprev {
  background: url('/static/images/theater-sprites.png') no-repeat;
  width: 5px;
  height: 9px;
  background-position: -41px -256px;
  display: inline-block;
  float: left;
  cursor: pointer;
  position: relative;
  top: 2px; }

#calnext {
  background-position: -47px -256px;
  float: right; }

#calprev.caldisabled, #calnext.caldisabled {
  visibility: hidden; }

#caltitle select {
  font-size: 10px; }

#caldays {
  height: 14px;
  border-bottom: 1px solid #ddd; }

#caldays span {
  font-size: 7pt;
  color: #1e1e1e;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  float: left;
  width: 28px;
  text-align: center; }

#calweeks {
  background-color: white;
  margin-top: 4px; }

.calweek {
  clear: left;
  height: 22px; }

.calweek a {
  display: block;
  float: left;
  width: 27px;
  height: 20px;
  text-decoration: none;
  font-size: 11px;
  margin-left: 1px;
  text-align: center;
  line-height: 20px;
  color: #1e1e1e; }
  .calweek a:hover {
    background-color: #ddd; }

a.calsun {
  color: red; }

a.caloff {
  color: #cccccc; }
  a.caloff:hover {
    background-color: #f5f5fa; }

a.caldisabled {
  background-color: #efefef !important;
  color: #cccccc !important;
  cursor: default; }

#calcurrent {
  background-color: #248ad5;
  color: white;
  font-weight: bold; }

#caltoday {
  background-color: #d8d8d8;
  color: black; }

.theater-search-mini {
  -moz-user-select: -moz-none;
  position: absolute;
  right: 748px;
  top: 10px;
  z-index: 12;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .theater-search-mini #id_address {
    display: none; }
  .theater-search-mini.active-search {
    right: 835px; }
  .theater-search-mini .top-part {
    height: 53px; }
    .theater-search-mini .top-part .plane {
      background: url('/static/images/searchbar-theater-bg.png') repeat-x left -64px;
      height: 100%;
      margin: 0 10px;
      position: relative; }
      .theater-search-mini .top-part .plane:after {
        background: url('/static/images/searchbar-theater-bg.png') no-repeat left 0;
        content: "";
        height: 100%;
        position: absolute;
        left: -10px;
        top: 0;
        width: 10px; }
      .theater-search-mini .top-part .plane:before {
        background: url('/static/images/searchbar-theater-bg.png') no-repeat right -128px;
        content: "";
        height: 100%;
        position: absolute;
        right: -10px;
        top: 0;
        width: 10px; }
  .theater-search-mini .bottom-part {
    clear: both;
    display: none;
    float: right;
    height: 78px;
    margin-top: 1px;
    width: 100%; }
    .theater-search-mini .bottom-part .plane {
      background: url('/static/images/searchbar-theater-bg-large.png') repeat-x left -88px;
      height: 100%;
      font-size: 14px;
      margin: 0 10px;
      position: relative; }
      .theater-search-mini .bottom-part .plane:after {
        background: url('/static/images/searchbar-theater-bg-large.png') no-repeat left 0;
        content: "";
        height: 100%;
        position: absolute;
        left: -10px;
        top: 0;
        width: 10px; }
      .theater-search-mini .bottom-part .plane:before {
        background: url('/static/images/searchbar-theater-bg-large.png') no-repeat right -176px;
        content: "";
        height: 100%;
        position: absolute;
        right: -10px;
        top: 0;
        width: 10px; }
      .theater-search-mini .bottom-part .plane .location,
      .theater-search-mini .bottom-part .plane .date-select {
        padding-top: 8px;
        position: relative;
        text-align: right;
        width: 100%; }
        .theater-search-mini .bottom-part .plane .location span,
        .theater-search-mini .bottom-part .plane .date-select span {
          float: left;
          line-height: 26px; }
        .theater-search-mini .bottom-part .plane .location input,
        .theater-search-mini .bottom-part .plane .date-select input {
          border: none;
          line-height: 23px;
          height: 23px;
          padding: 0 5px;
          top: 0px;
          border-radius: 4px 4px 3px 3px; }
      .theater-search-mini .bottom-part .plane .location input {
        -moz-user-select: text; }
      .theater-search-mini .bottom-part .plane .date-select input {
        cursor: pointer; }
        .theater-search-mini .bottom-part .plane .date-select input:active {
          cursor: pointer; }
      .theater-search-mini .bottom-part .plane .date-select .caltrigger {
        background: url('/static/images/night-out-sprites.png') no-repeat;
        width: 24px;
        height: 19px;
        background-position: -229px -8px;
        position: absolute;
        right: 4px;
        top: 10px; }
  .theater-search-mini form {
    height: 25px;
    float: right;
    padding: 8px 0 0 0; }
    .theater-search-mini form select {
      display: none; }
  .theater-search-mini .detailes {
    clear: both;
    color: #969696;
    display: block;
    height: 20px;
    float: left;
    overflow: hidden;
    position: relative;
    width: 304px;
    white-space: nowrap; }
    .theater-search-mini .detailes a {
      border-bottom: 1px dashed #009ee0;
      color: #009ee0; }
      .theater-search-mini .detailes a:hover {
        border-color: #f4f4f4;
        color: #f4f4f4;
        text-decoration: none; }
      .theater-search-mini .detailes a#locationHelpText {
        z-index: 0; }
    .theater-search-mini .detailes img {
      bottom: 3px;
      position: absolute;
      right: 0; }
  .theater-search-mini label {
    display: none; }
  .theater-search-mini .btn {
    position: relative;
    float: right;
    min-width: 113px;
    white-space: nowrap;
    height: 22px;
    margin: 1px 0 0 8px;
    padding: 0 11px;
    color: black;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 1px 1px 2px 0px rgba(255, 255, 255, 0.5);
    /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
    background-color: #3fb6e8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3fb6e8), to(#029edf));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, #3fb6e8, #029edf);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: linear-gradient(to bottom, #3fb6e8, #029edf);
    /* Firefox 16+, IE10, Opera 12.50+ */ }
    .theater-search-mini .btn:hover {
      color: white; }
    .theater-search-mini .btn.disabled {
      box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 1px 1px 2px 0px rgba(255, 255, 255, 0.3);
      background-color: transparent;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#909090), to(#6f6f6f));
      /* Safari 4+, Chrome */
      background-image: -webkit-linear-gradient(top, #909090, #6f6f6f);
      /* Chrome 10+, Safari 5.1+, iOS 5+ */
      background-image: linear-gradient(to bottom, #909090, #6f6f6f);
      /* Firefox 16+, IE10, Opera 12.50+ */ }
    .theater-search-mini .btn .btn-text {
      font-size: 12px;
      line-height: 22px;
      text-transform: uppercase;
      text-align: center;
      font-weight: bold;
      font-family: Arial, Helvetica, sans-serif; }
      .theater-search-mini .btn .btn-text:first-child {
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        text-indent: -999px;
        width: 9px;
        height: 19px;
        background: url('/static/images/searchbar-theater-bg.png') no-repeat -5px -310px; }
  .theater-search-mini .btn_ie {
    position: relative;
    right: -3px;
    margin: 0 0 0 3px;
    padding: 0;
    width: auto;
    height: 26px;
    background: transparent;
    border: none;
    border-radius: none;
    box-shadow: none; }
    .theater-search-mini .btn_ie .btn-text:first-child {
      width: 6px; }
    .theater-search-mini .btn_ie .left_bg {
      float: left;
      width: 8px;
      height: 26px;
      background: url('/static/images/searchbar-theater-bg.png') no-repeat left -220px; }
    .theater-search-mini .btn_ie .center_bg {
      float: left;
      min-width: 100px;
      height: 26px;
      line-height: 23px;
      background: url('/static/images/searchbar-theater-bg.png') repeat-x left -250px; }
    .theater-search-mini .btn_ie .right_bg {
      height: 26px;
      background: url('/static/images/searchbar-theater-bg.png') no-repeat right -280px;
      float: left;
      width: 8px; }
    .theater-search-mini .btn_ie .btn-text {
      line-height: 23px; }
    .theater-search-mini .btn_ie.disabled {
      background: none;
      box-shadow: none; }
      .theater-search-mini .btn_ie.disabled .left_bg {
        background-position: left -374px; }
      .theater-search-mini .btn_ie.disabled .right_bg {
        background-position: right -434px; }
      .theater-search-mini .btn_ie.disabled .center_bg {
        background-position: left -404px; }
  .theater-search-mini .combo {
    float: left; }
  .theater-search-mini .movie-select {
    text-align: left;
    cursor: pointer;
    height: 23px;
    width: 185px; }
    .theater-search-mini .movie-select input {
      border: none;
      cursor: pointer;
      line-height: 23px;
      height: 23px;
      position: relative;
      padding: 0 0 0 8px;
      top: 0px;
      width: 155px;
      border-radius: 4px 0 0 3px;
      font-family: Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: bold;
      color: #1b1b1b; }
      .theater-search-mini .movie-select input:active {
        cursor: pointer; }
    .theater-search-mini .movie-select .icon {
      background: url('/static/images/searchbar-theater-bg.png') no-repeat center -190px;
      /* @include specific-rounded-corners(0, $generalRoundCornerRadius, 0, 3px); */
      /* background: */
      border: 0;
      cursor: pointer;
      left: 163px;
      top: 0px;
      width: 20px;
      height: 23px; }
      .theater-search-mini .movie-select .icon.select-focus {
        background: url('/static/images/searchbar-theater-bg.png') no-repeat center -340px; }
    .theater-search-mini .movie-select input.select-focus {
      width: 155px;
      z-index: 10; }
    .theater-search-mini .movie-select .list-wrapper {
      /* !important to force background color in IE on nightout popup */
      background-color: white !important;
      -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
      height: auto !important;
      /* max-height: none !important; */
      height: auto;
      max-height: none;
      position: absolute;
      top: 26px;
      width: 167px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      left: 0px;
      padding: 8px; }
      .theater-search-mini .movie-select .list-wrapper ul {
        float: none; }
        .theater-search-mini .movie-select .list-wrapper ul li {
          height: auto;
          display: block;
          font-family: Arial, Helvetica, sans-serif;
          text-transform: uppercase;
          font-size: 11px;
          font-weight: bold;
          color: #1b1b1b;
          background: white;
          padding-top: 0px;
          min-width: 51%;
          width: auto; }
          .theater-search-mini .movie-select .list-wrapper ul li + li {
            padding-top: 4px; }
          .theater-search-mini .movie-select .list-wrapper ul li span {
            color: black;
            display: block;
            white-space: nowrap;
            font-family: Arial, Helvetica, sans-serif;
            line-height: 20px; }
          .theater-search-mini .movie-select .list-wrapper ul li .additional-text {
            color: #333;
            font-size: 11px;
            line-height: 12px !important;
            font-weight: normal;
            text-transform: none;
            margin: -4px 0 0;
            padding: 0 0 4px; }
          .theater-search-mini .movie-select .list-wrapper ul li:last-child {
            border-bottom: none; }
        .theater-search-mini .movie-select .list-wrapper ul li.active, .theater-search-mini .movie-select .list-wrapper ul li.active span {
          color: #009ee0;
          text-decoration: underline; }
    .theater-search-mini .movie-select .list-wrapper {
      min-width: 167px;
      width: auto; }

.browser-firefox .theater-search-mini button {
  top: -1px; }

.browser-chrome .theater-search-mini button .center_bg span:first-child, .browser-safari .theater-search-mini button .center_bg span:first-child {
  height: 19px; }

h1.title_with_separator .title_text, h1.title_with_separator .title_text a, h1.title_with_separator a .title_text, h1.title_with_separator a .title_text a {
  font-size: 14px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 16px;
  min-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold; }
h1.title_with_separator .title_text a:hover, h1.title_with_separator a .title_text a:hover {
  color: #009ee0; }
h1.title_with_separator .separator, h1.title_with_separator a .separator {
  width: 100%;
  height: 5px;
  margin-top: 4px; }
  h1.title_with_separator .separator .left, h1.title_with_separator a .separator .left {
    height: 5px;
    float: left;
    width: 20%;
    background: url('/static/images/separator.png') left 0px no-repeat; }
  h1.title_with_separator .separator .right, h1.title_with_separator a .separator .right {
    height: 5px;
    float: right;
    width: 80%;
    background: url('/static/images/separator.png') right 0px no-repeat; }

body.browser-chrome h1.title_with_separator .separator .right, body.browser-chrome h1.title_with_separator .separator .right, body.browser-safari h1.title_with_separator .separator .right, body.browser-safari h1.title_with_separator .separator .right {
  position: relative;
  left: -1px; }

#content-wrap #content {
  height: auto !important;
  position: relative;
  margin: 0px auto;
  width: 1200px; }

#media {
  -moz-user-select: -moz-none;
  margin: 0 auto;
  width: 1200px;
  height: 546px;
  position: relative;
  z-index: 5; }
  #media .theater-search-mini {
    position: absolute;
    z-index: 20;
    right: 747px;
    top: 10px; }
  #media #media-background {
    height: 480px;
    position: relative;
    overflow: visible;
    width: 1200px; }
    #media #media-background a {
      background: transparent url('/static/images/buttons/buy-tickets-a.png') no-repeat scroll top right;
      cursor: pointer;
      display: block;
      float: left;
      height: 76px;
      padding-right: 41px;
      text-decoration: none;
      position: absolute;
      top: 255px;
      left: 140px;
      z-index: 3; }
      #media #media-background a:hover {
        background-position: bottom right; }
        #media #media-background a:hover span {
          background-position: bottom left;
          vertical-align: top; }
      #media #media-background a span {
        background: transparent url('/static/images/buttons/buy-tickets-span.png') no-repeat scroll top left;
        color: white;
        display: block;
        font-size: 18px;
        font-weight: bold;
        line-height: 76px;
        padding-left: 41px;
        text-transform: uppercase; }
    #media #media-background span {
      white-space: nowrap; }
    #media #media-background img {
      z-index: 1;
      height: 480px;
      width: 1200px; }
  #media .hover:hover {
    cursor: pointer; }
  #media .hover.no-pointer:hover {
    cursor: auto; }
  #media .hover-event-blocker {
    background: none repeat scroll 0 0 black;
    height: 480px;
    opacity: 0;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    width: 100%;
    z-index: 5; }
  #media .fancy-border {
    background: url('/static/images/modules/carousels/corners.png') no-repeat;
    bottom: 63px;
    height: 263px;
    left: -3px;
    position: absolute;
    width: 1205px;
    z-index: -1; }
  #media .btn.btn_big {
    display: none;
    position: absolute;
    float: left;
    padding: 0 8px;
    height: 43px;
    color: black;
    text-decoration: none;
    border: 0px;
    cursor: pointer;
    z-index: 3;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 182, 232, 0.95)), to(rgba(2, 158, 223, 0.95)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, rgba(63, 182, 232, 0.95), rgba(2, 158, 223, 0.95));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: linear-gradient(to bottom, rgba(63, 182, 232, 0.95), rgba(2, 158, 223, 0.95));
    /* Firefox 16+, IE10, Opera 12.50+ */
    top: 195px; }
    #media .btn.btn_big:hover {
      color: white; }
    #media .btn.btn_big .btn-text:first-child {
      background: transparent url('/static/images/modules/carousels/play-trailer-bg.png') no-repeat scroll 0 -164px;
      display: inline-block;
      height: 17px;
      margin-left: 2px;
      text-indent: -9999px;
      vertical-align: middle;
      width: 9px; }
    #media .btn.btn_big .btn-text {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: bold;
      line-height: 43px;
      text-transform: uppercase;
      vertical-align: middle; }
  #media .btn.buy-tickets-tout {
    left: 100px;
    top: 315px; }
  #media .btn_ie.btn_big {
    padding: 0;
    background: transparent;
    border-radius: none; }
    #media .btn_ie.btn_big div {
      float: left;
      height: 43px; }
    #media .btn_ie.btn_big:hover {
      color: white; }
    #media .btn_ie.btn_big .left-cap {
      background: transparent url('/static/images/modules/carousels/play-trailer-bg.png') no-repeat scroll 0 0;
      width: 6px; }
    #media .btn_ie.btn_big .center {
      background: transparent url('/static/images/modules/carousels/play-trailer-bg.png') repeat-x scroll 0 -50px;
      padding: 0 4px 0 2px; }
    #media .btn_ie.btn_big .right-cap {
      background: transparent url('/static/images/modules/carousels/play-trailer-bg.png') no-repeat scroll 0 -100px;
      width: 6px; }
  #media .btn_ie.buy-tickets-tout {
    left: 100px;
    top: 315px; }
  #media #video {
    margin: 0 auto;
    width: 922px;
    background: url('/static/images/home-player-background.png') no-repeat;
    width: 922px;
    height: 478px; }
  #media #homepage-carousels {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    height: 130px;
    margin-top: -58px;
    left: 50%;
    position: relative;
    overflow: hidden;
    z-index: 10; }
    #media #homepage-carousels .slides-container {
      overflow: hidden;
      height: 88px;
      float: left; }
    #media #homepage-carousels #homepage-movies-carousel {
      display: block;
      margin: 0 auto;
      width: 788px;
      position: relative; }
      #media #homepage-carousels #homepage-movies-carousel span.scroll {
        background: url('/static/images/modules/carousels/carousels-sprite.png') no-repeat;
        width: 22px;
        height: 30px;
        background-position: 0 0;
        display: inline-block;
        float: left;
        margin: 30px 0 0px;
        position: absolute;
        cursor: pointer;
        z-index: 6; }
      #media #homepage-carousels #homepage-movies-carousel span.prev {
        left: -7px; }
        #media #homepage-carousels #homepage-movies-carousel span.prev:hover {
          background-position: 0px -39px; }
      #media #homepage-carousels #homepage-movies-carousel span.next {
        background-position: -32px 0;
        right: -8px; }
        #media #homepage-carousels #homepage-movies-carousel span.next:hover {
          background-position: -33px -39px; }
      #media #homepage-carousels #homepage-movies-carousel div.scrollable {
        float: left;
        width: 750px; }
        #media #homepage-carousels #homepage-movies-carousel div.scrollable ul {
          position: absolute; }
          #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li {
            float: left;
            height: 156px;
            margin: 4px;
            overflow: hidden;
            position: relative;
            width: 149px; }
            #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li:hover {
              cursor: pointer; }
            #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li.no-pointer:hover {
              cursor: auto; }
            #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li img.reflected {
              border: 1px solid #248ad5;
              margin: 2px;
              position: relative;
              z-index: 5; }
            #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li img.reflection {
              border: 1px #248ad5 solid;
              top: 80px;
              left: 2px;
              position: absolute; }
            #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li img.carousel_slide {
              background: none repeat scroll 0 0 black;
              border: 1px solid #248ad5;
              display: block;
              height: 78px;
              margin: 2px 0 0 2px;
              position: relative;
              width: 143px; }
            #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li canvas {
              position: absolute;
              left: 2px;
              top: 79px; }
            #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li .ico-new {
              position: relative;
              top: -40px;
              left: 95px;
              z-index: 6;
              width: 62px;
              height: 57px; }
              #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li .ico-new .reflected {
                border: none; }
              #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li .ico-new canvas {
                top: 49px; }
              #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li .ico-new .reflection {
                border: none;
                top: 49px; }
            #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li div.links {
              font-size: 14px;
              color: black;
              font-weight: bold;
              text-transform: uppercase;
              background: url('/static/images/modules/carousels/links-bg.png') no-repeat;
              width: 145px;
              height: 82px;
              background-position: 1px 2px;
              display: none;
              position: absolute;
              height: 80px;
              margin-left: 2px;
              top: 90px;
              width: 145px;
              z-index: 5; }
              #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li div.links dl {
                margin: 15px 0; }
                #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li div.links dl dt {
                  background: url('/static/images/modules/carousels/carousels-sprite.png') no-repeat scroll -58px 50%;
                  padding: 0 0 0 18px;
                  margin: 0 0 2px 4px; }
                  #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li div.links dl dt a {
                    color: black;
                    text-decoration: none;
                    font-family: Arial,Helvetica,sans-serif; }
                    #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li div.links dl dt a:hover {
                      color: white;
                      text-decoration: none; }
              #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li div.links dl:lang(es) {
                white-space: nowrap;
                margin: 13px 0; }
                #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li div.links dl:lang(es) dt {
                  margin: 0 11px 4px 4px; }
                  #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li div.links dl:lang(es) dt a {
                    font-size: 11px; }
              #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li div.links dl:lang(fr) {
                margin: 13px 0; }
                #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li div.links dl:lang(fr) dt a {
                  font-size: 10px; }
              #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li div.links dl:lang(de),
              #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li div.links dl:lang(ru) {
                margin: 14px 0; }
                #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li div.links dl:lang(de) dt a,
                #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li div.links dl:lang(ru) dt a {
                  font-size: 12px; }
              #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li div.links dl:lang(de) {
                margin: 8px 17px 8px 0; }
              #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li div.links span {
                display: inline-block;
                border-left: 1px dotted white;
                width: 1px;
                height: 13px;
                position: relative;
                top: 6px;
                margin: 0 5px; }
          #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li.center .carousel_slide .reflected {
            outline: 2px solid #248ad5; }
          #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li.center img.reflection {
            bottom: -6px; }
          #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li.center .ico-new {
            top: -40px; }
          #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li.active .links {
            display: block;
            top: 1px; }
          #media #homepage-carousels #homepage-movies-carousel div.scrollable ul li.active .ico-new {
            top: -40px; }
      #media #homepage-carousels #homepage-movies-carousel div.carousel-bg-event-blocker,
      #media #homepage-carousels #homepage-movies-carousel div.reflections-event-blocker {
        background-color: black;
        height: 78px;
        left: 0;
        position: absolute;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        top: 7px;
        width: 100%;
        z-index: 1; }
      #media #homepage-carousels #homepage-movies-carousel div.reflections-event-blocker {
        top: 87px;
        z-index: 15; }
  #media div.carousel-shadow {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    bottom: 20px;
    cursor: pointer;
    height: 100px;
    left: 50%;
    margin-left: -452px;
    position: absolute;
    width: 905px; }
    #media div.carousel-shadow.no-pointer {
      cursor: auto; }
    #media div.carousel-shadow div {
      float: left;
      height: 100%;
      width: 130px; }
    #media div.carousel-shadow div.left-cap {
      background: url('/static/images/modules/carousels/shadow.png') no-repeat scroll 0 0; }
    #media div.carousel-shadow div.center {
      background: url('/static/images/modules/carousels/shadow.png') repeat-x scroll 0 -100px;
      width: 645px; }
    #media div.carousel-shadow div.right-cap {
      background: url('/static/images/modules/carousels/shadow.png') no-repeat scroll 0 -200px; }

#callouts {
  /* @include adjust-for-navbar; */
  /* @include wrapper(1200px); */
  /* background: url('/static/images/home-backer-2.png') repeat-x 0 -250px #000; */
  /* height: auto !important; */
  /* height: 579px; */
  position: relative;
  z-index: 6; }
  #callouts div.callouts-wrapper {
    margin: 0 auto;
    width: 980px; }
  #callouts div.promotion {
    padding-right: 50px;
    float: left;
    clear: none; }
    #callouts div.promotion:last-child {
      padding-right: 0px; }
    #callouts div.promotion.last-child {
      padding-right: 0px; }
  #callouts .promotion-block {
    margin-bottom: 15px; }
  #callouts .subscribe-block .subscribe-short-form {
    position: relative; }
    #callouts .subscribe-block .subscribe-short-form .subscribe-zipcode, #callouts .subscribe-block .subscribe-short-form .subscribe-email {
      margin: 0px 55px 2px 0px; }
    #callouts .subscribe-block .subscribe-short-form .subscribe-zipcode {
      margin-bottom: 10px; }
    #callouts .subscribe-block .subscribe-short-form .subscribe-error div {
      display: none; }
    #callouts .subscribe-block .subscribe-short-form .subscribe-error .subscribe-error-email, #callouts .subscribe-block .subscribe-short-form .subscribe-error .subscribe-error-zip_code, #callouts .subscribe-block .subscribe-short-form .subscribe-error .subscribe-error-submit {
      color: red; }
    #callouts .subscribe-block .subscribe-short-form .subscribe-error .subscribe-success {
      color: #009ee0; }
    #callouts .subscribe-block .subscribe-short-form .subscribe-message {
      color: #878787;
      font-size: 11px; }
      #callouts .subscribe-block .subscribe-short-form .subscribe-message a {
        color: #878787;
        text-decoration: underline; }
        #callouts .subscribe-block .subscribe-short-form .subscribe-message a:hover {
          color: #969696; }
    #callouts .subscribe-block .subscribe-short-form label {
      width: 85px;
      display: inline-block; }
    #callouts .subscribe-block .subscribe-short-form input {
      width: 130px;
      margin: 2px 0px;
      border: 2px solid white; }
      #callouts .subscribe-block .subscribe-short-form input.invalid-field {
        border-color: red; }
    #callouts .subscribe-block .subscribe-short-form button {
      background: #696969;
      margin: 0;
      padding: 9px;
      border: none;
      border-radius: 25px;
      height: 50px;
      width: 50px;
      cursor: pointer;
      overflow: visible;
      position: absolute;
      top: 2px;
      right: -5px;
      -webkit-transition: background 0.2s;
      -moz-transition: background 0.2s;
      transition: background 0.2s; }
      #callouts .subscribe-block .subscribe-short-form button span {
        background: url('/static/images/subscribe-icons.png') no-repeat 0 -25px;
        width: 32px;
        display: block;
        height: 23px;
        -webkit-transition: background 0.2s;
        -moz-transition: background 0.2s;
        transition: background 0.2s; }
      #callouts .subscribe-block .subscribe-short-form button:after {
        top: -5px;
        left: -5px;
        padding: 5px;
        box-shadow: 0 0 0 3px #27a2db;
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
        -webkit-transform: scale(0.8);
        -moz-transition: -moz-transform 0.2s, opacity 0.2s;
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transition: transform 0.2s, opacity 0.2s;
        transform: scale(0.8);
        opacity: 0; }
      #callouts .subscribe-block .subscribe-short-form button:hover {
        background: #27a2db; }
        #callouts .subscribe-block .subscribe-short-form button:hover span {
          background-position: 0 0; }
        #callouts .subscribe-block .subscribe-short-form button:hover:after {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          opacity: 1; }
  #callouts .subscribe-block.subscribe-inline h1 {
    width: 292px;
    margin-bottom: 20px; }
  #callouts .subscribe-block.subscribe-inline .subscribe-zipcode, #callouts .subscribe-block.subscribe-inline .subscribe-email {
    margin: 0px 45px 10px 0px;
    display: inline-block; }
  #callouts .subscribe-block.subscribe-inline label {
    width: auto;
    margin-right: 30px; }
  #callouts .subscribe-block.subscribe-inline input {
    width: 240px; }
  #callouts .subscribe-block.subscribe-inline button {
    top: -4px;
    right: 0;
    position: relative;
    margin-top: -10px; }

body#imax-home.browser-msie9 #media #homepage-movies-carousel div.scrollable ul li div.links dl:lang(es) {
  margin: 5px 0; }
  body#imax-home.browser-msie9 #media #homepage-movies-carousel div.scrollable ul li div.links dl:lang(es) dt {
    margin: 0 11px 4px 4px; }
    body#imax-home.browser-msie9 #media #homepage-movies-carousel div.scrollable ul li div.links dl:lang(es) dt a {
      font-size: 11px; }

body#imax-home.browser-msie9 #callouts div.callout h1 span.arrow {
  background-position: -22px -33px; }

body#imax-home #social-links .subscribe {
  display: none; }
