/* ==|== primary styles =====================================================
   Author: Eric Curtis
   ========================================================================== */
/* normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
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 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 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).
 */
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.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'wmfont';
  src: url("../../font/wmfont-regular-webfont.eot");
  src: url("../../font/wmfont-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../font/wmfont-regular-webfont.woff") format("woff"), url("../../font/wmfont-regular-webfont.ttf") format("truetype"), url("../../font/wmfont-regular-webfont.svg#wmfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.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;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}

.swipe-wrap {
  overflow: hidden;
  position: relative;
}

.swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
}

a, a:focus {
  outline: none;
}

a:active {
  background-color: transparent;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Tahoma, "Arial Unicode MS", sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  line-height: 1.375;
  color: #000;
}

input {
  font: .9em/1.4;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
ul li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  margin: 0;
  font-weight: normal;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Tahoma, "Arial Unicode MS", sans-serif;
  text-rendering: optimizeLegibility;
  line-height: 1.1;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.1875em;
}

h4 {
  font-size: 1.1875em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
}

header {
  width: 100%;
  height: 50px;
  min-width: 1194px;
  z-index: 1000;
  position: absolute;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1100px) {
  header {
    min-width: 0;
    width: 1114px;
  }
}

html.lt-ie9 header {
  border-bottom: 1px solid #888;
}

.contentWrap {
  width: 100%;
  height: 100%;
}

.mainContent {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 100;
  position: relative;
  width: 100%;
  min-width: 1020px;
  min-height: 664px;
  height: 100%;
  color: #000;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  transition: opacity 1s;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
}

.no-js .mainContent {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

footer {
  width: 100%;
  min-width: 1000px;
  height: 90px;
  bottom: -90px;
  background-color: #232224;
  position: absolute;
}
@media (min-width: 1360px) {
  footer {
    height: 80px;
    bottom: -80px;
  }
}

header {
  background-color: rgba(0, 0, 0, 0.2);
}
header > ul > li {
  float: left;
  height: 49px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 52px;
}
header > ul > li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 20px;
}
header > ul > li a {
  height: 49px;
  width: 100%;
  display: block;
}
header > ul > li a.currentPage {
  color: #b1002b !important;
}
header > ul .monthlyIssue {
  padding: 0 20px 0 15px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 10px;
  display:none;
}
header .socialBlock {
  width: 305px;
  height: 49px;
  position: absolute;
  right: 105px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 49px;
  text-align: center;
  z-index: 10;
}
@media (min-width: 1400px) {
  header .socialBlock {
    width: 432px;
  }
}
@media (max-width: 1100px) {
  header .socialBlock {
    right: 45px;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
  header > ul .monthlyIssue {
    display: none;
  }

  header {
    min-width: 0;
    width: 1026px;
  }
}
html.lt-ie9 header ul li.monthlyIssue {
  border-right: 1px solid #777;
}

.smallSocial {
  position: relative;
  display: block;
  float: right;
  width: 31px;
  height: 50px;
  padding: 16px 10px 0 6px;
  z-index: 11000;
}
@media (max-width: 1100px) {
  .smallSocial {
    padding: 0;
    width: 29px;
  }
}
.smallSocial:after {
  display: block;
  position: absolute;
  top: 15px;
  color: #fff;
  line-height: 1.6;
  content: '\F001';
  font-weight: 400;
  font-family: "wmfont";
  text-rendering: optimizeLegibility;
  width: 27px;
  height: 27px;
  font-size: 15px;
}
.smallSocial:hover:after {
  color: #b1002b;
}
@media (min-width: 1400px) {
  .smallSocial {
    width: 37px;
  }
}

.directFacebook:after {
  content: '\F005';
}

.directTwitter:after {
  content: '\F003';
}

.directGoogle:after {
  content: '\F001';
}

.directTumblr:after {
  content: '\F006';
}

.directInsta:after {
  content: '\F004';
}

.directYoutube:after {
  content: '\F002';
  font-size: 18px;
  line-height: 1.3;
}

.shareDropdown {
  height: 49px;
  width: 87px;
  float: right;
  padding: 0 12px;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  line-height: 55px;
  text-align: left;
  position: relative;
}
.shareDropdown:before {
  content: 'Share';
}
.shareDropdown:after {
  display: block;
  position: absolute;
  top: 21px;
  right: 9px;
  color: #fff;
  line-height: 1;
  content: '\F011';
  font-weight: 400;
  font-family: "wmfont";
  text-rendering: optimizeLegibility;
  width: 15px;
  height: 15px;
  font-size: 13px;
}
.shareDropdown:hover, .shareDropdown:hover:after {
  color: #b1002b;
  cursor: pointer;
}
@media (min-width: 1400px) {
  .shareDropdown:before, .shareDropdown:after {
    display: none;
  }
}
@media (max-width: 1100px) {
  .shareDropdown {
    padding: 0;
    width: 65px;
    margin-right: 7px;
  }
  .shareDropdown:after {
    right: 0;
  }
}

#shareWindow {
  display: none;
  position: absolute;
  bottom: -50px;
  right: -10px;
  width: 300px;
  height: 50px;
  background-color: #b1002b;
  z-index: 9000;
}
#shareWindow:before {
  position: absolute;
  top: -13px;
  right: 18px;
  margin: 0;
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: #b1002b;
  line-height: 1;
  content: '\F017';
  font-weight: 400;
  font-family: "wmfont";
  text-rendering: optimizeLegibility;
  display: inline-block;
}
@media (min-width: 1400px) {
  #shareWindow {
    display: block;
    z-index: 10000;
    position: absolute;
    top: 5px;
    left: -170px;
    right: auto;
    height: 37px;
    width: 280px;
    background-color: transparent;
  }
  #shareWindow:before {
    display: none;
  }
}

.share-links {
  position: absolute;
  list-style: none;
  padding: 0;
  margin-top: 0;
  left: 5px;
  top: 5px;
  height: 37px;
}
@media (min-width: 1400px) {
  .share-links {
    top: -1px;
  }
}

.share-button {
  display: inline-block;
  max-width: 90px;
  height: 37px;
  margin-left: 10px;
  margin-bottom: 15px;
}

.plusone-button {
  width: 62px;
  margin-left: -5px;
}

#homeBackgroundSlider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.mfp-inline-holder {
  background-color: black;
}

#ticketing-popup {
  position: relative;
  width: 800px;
  height: 614px;
  margin: 0 auto;
}
#ticketing-popup .mfp-close {
  padding: 0;
  background-color: #b1002b;
  opacity: 1;
}
#ticketing-popup .ticketing-inner {
  position: relative;
  top: 72px;
  width: 800px;
  height: 462px;
  margin: 0 auto;
  border: 1px solid white;
  font-size: 0;
}
#ticketing-popup .ticketing-inner .bottom {
  height: 80px;
  /*border-top: 1px solid white;*/  
  display:none;
  position:absolute;
	text-align:center;
	Top:70%;
	width:580px;
	
}
#ticketing-popup .ticketing-inner .bottom ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: black;
  text-align: center;
}
#ticketing-popup .ticketing-inner .bottom :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
  text-align: center;
}
#ticketing-popup .ticketing-inner .bottom ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
  text-align: center;
}
#ticketing-popup .ticketing-inner .bottom :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: black;
  text-align: center;
}
#ticketing-popup .ticketing-inner .bottom .get-tickets {
 /* margin: 0 50px;*/
  display: inline-block;
  /*font: 53px/77px "Knockout 48 A", "Knockout 48 B";*/
   font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Tahoma, "Arial Unicode MS", sans-serif;
  text-rendering: optimizeLegibility;
  font-size: 23px;
  font-weight:500;
  vertical-align: middle;
  text-align:center;
  width:100%;
}
#ticketing-popup .ticketing-inner .bottom .zip-finder {
  display: inline-block;
  width: 294px;
  height: 80px;
  vertical-align: middle;
  margin-right: 50px;
  background-image: url(../img/tickets/ticket-middle-bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 280px;
}
#ticketing-popup .ticketing-inner .bottom .zip-finder input {
  font: 19px/28px "Knockout 48 A", "Knockout 48 B";
  color: black;
  width: 200px;
  height: 30px;
  position: absolute;
  left: 53px;
  top: 23px;
  text-align: center;
  background: none;
  border: none;
}
#ticketing-popup .ticketing-inner .bottom .select-provider {
  display: inline-block;
  vertical-align: middle;
  width: 215px;
  height: 53px;
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 574px;
}
#ticketing-popup .ticketing-inner .bottom .select-provider .ticket-provider {
  display: inline-block;
  width: 53px;
  height: 53px;
  overflow: hidden;
  text-decoration: none;
  background-position: left top;
  background-repeat: no-repeat;
}
#ticketing-popup .ticketing-inner .bottom .select-provider .ticket-provider.ticket-fandango {
  background-image: url(../img/tickets/fandango.jpg);
}
#ticketing-popup .ticketing-inner .bottom .select-provider .ticket-provider.ticket-movietickets {
  background-image: url(../img/tickets/movietickets.jpg);
  margin: 0 10px;
}
#ticketing-popup .ticketing-inner .bottom .select-provider .ticket-provider.ticket-yahoo {
  background-image: url(../img/tickets/yahoo.jpg);
}
#ticketing-popup .ticketing-inner .bottom .select-provider .ticket-provider:hover {
  background-position: 0 -53px;
}
.is-mobile #ticketing-popup .ticketing-inner .bottom .select-provider .ticket-provider:hover {
  background-position: 0 0;
}

.home .sliderWrap {
  position: fixed;
  height: 100%;
  width: 100%;
}
.home .sliderWrap .slider {
  min-height: 100%;
}
.home .sliderWrap .slide {
  z-index: 0;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
}
.home .sliderWrap .video-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.home .sliderWrap .video-wrapper video {
  display: block;
  position: absolute;
  top: 0;
  width: auto;
  height: 100%;
}
.home .sliderWrap .video-wrapper.landscape video {
  width: 100% !important;
  height: auto !important;
}
.home .sliderWrap .video-wrapper.portrait video {
  width: auto !important;
  height: 100% !important;
}

.walterFontLockup, .movieTitle, .dateText {
  z-index: 100;
  position: absolute;
  top: 65%;
  left: 34px;
  width: 510px;
  height: 280px;
  margin-top: -140px;
}
@media (min-width: 1101px) {
  .walterFontLockup, .movieTitle, .dateText {
    left: 50%;
    width: 610px;
    height: 330px;
    margin-top: -165px;
    margin-left: -521px;
  }
}
@media (min-width: 1360px) {
  .walterFontLockup, .movieTitle, .dateText {
    width: 810px;
    margin-left: -621px;
    height: 430px;
    margin-top: -215px;
  }
}

.movieTitle a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  text-indent: -5000px;
}
.movieTitle a:focus {
  border: none;
}
.movieTitle:after {
  display: block;
  position: absolute;
  top: 0;
  color: #fff;
  line-height: 1;
  content: '\F007';
  font-weight: 400;
  font-family: "wmfont";
  text-rendering: optimizeLegibility;
  width: 810px;
  height: 280px;
  font-size: 180px;
}
@media (min-width: 1101px) {
  .movieTitle:after {
    font-size: 200px;
    left: 25px;
  }
}
@media (min-width: 1360px) {
  .movieTitle:after {
    font-size: 277px;
    left: 10px;
  }
}
.preloadOverlaynewdateText{
	color: #FFFFFF;
font-family: arial;
font-size: 17px;
font-weight: bold;
left: 7%;
position: absolute;
top: 72%;
}
.newdateText{
	   color: #FFFFFF;
    font-family: arial;
    font-size: 27px;
    font-weight: bold;
    /*left: 28%;*/
    position: absolute;
    top: 66%;
	z-index: 101;
	min-width:600px;
	
}
#ticketTitle{
	color: #003e74;
font-family: arial;
font-size: 20px;
font-weight: bold;
left: 18%;
position: absolute;
top: 57%;
}

.dateText:after {
 /* display: block;
  position: absolute;
  top: 0;
  color: #fff;
  line-height: 1;
  content: '\F018';
  font-weight: 400;
  font-family: "wmfont";
  text-rendering: optimizeLegibility;
  width: 810px;
  height: 280px;
  font-size: 180px;
  left: 1px;*/
  font-size:16px;
  color:#FFF;
  font-family:Arial, Helvetica, sans-serif;
}
@media (min-width: 1101px) {
  .dateText:after {
    font-size: 200px;
    left: 25px;
  }
}
@media (min-width: 1360px) {
  .dateText:after {
    font-size: 27px;
    left: 13px;
  }
}

.christmas:after {
  content: '\F018';
}

.nowPlaying:after {
  /*content: 'dfsdf';*/
  color:#FFF;
  font-size:27px;
  font-family:Arial, Helvetica, sans-serif;
}

.playingTomorrow:after {
  content: '\F020';
}

.playingWednesday:after {
  content: '\F021';
}

.meetWalter {
  display: block;
  position: absolute;
  bottom: 27px;
  left: 50%;
  width: 260px;
  margin-left: -130px;
  background-color: #b1002b;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 500;
  padding: 15px 0;
  text-align: center;
}
.meetWalter:link, .meetWalter:active, .meetWalter:visited {
  color: #fff;
}
.meetWalter:hover {
  background-color: #fff;
  color: #b1002b;
}
@media (min-width: 1101px) {
  .meetWalter {
    bottom: 47px;
  }
}

.homeRightColumn {
  z-index: 100;
  width: 432px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: url("../../img/homeRightColumnBG.png") no-repeat;
}

.featuredVideo, .featuredContent {
  position: absolute;
  top: 122px;
  left: 20px;
  width: 395px;
  height: 223px;
}
.featuredVideo > h2, .featuredContent > h2 {
  font-size: 16px;
  margin-top: -14px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Knockout 48 A", "Knockout 48 B";
  text-rendering: optimizeLegibility;
  font-size: 42px;
}

.featuredContent {
  top: 420px;
  height: auto;
}

#featuredVideoSlider {
  position: absolute;
  left: 0;
  top: 46px;
  width: 394px;
  height: 177px;
}

.fsVideoOne, .fsVideoTwo {
  position: relative;
  width: 394px;
  height: 177px;
  background: #b89f84 url("../../img/home/featuredExclusive.jpg") no-repeat right top;
  cursor: pointer;
}
.fsVideoOne:hover, .fsVideoTwo:hover {
  background-color: #b1002b;
}
.fsVideoOne p, .fsVideoTwo p {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  padding: 0 0 0 20px;
  margin: 0;
  color: #fff;
  font-size: 24px;
  width: 100%;
  height: 100%;
  line-height: 6.8em;
}
.fsVideoOne p:after, .fsVideoTwo p:after {
  position: absolute;
  bottom: 25px;
  right: 46%;
  font-size: 33px;
  width: 33px;
  height: 33px;
  color: #fff;
  line-height: 0;
  content: '\F008';
  font-weight: 400;
  font-family: "wmfont";
  text-rendering: optimizeLegibility;
  display: inline-block;
}

.fsVideoTwo {
  background: #b89f84 url("../../img/home/featuredTheatrical.jpg") no-repeat right top;
}

#featuredVideoSliderPosition, #featuredContentSliderPosition {
  position: absolute;
  top: 6px;
  right: 0;
}

#featuredContentSliderPosition {
  right: -66px;
}

.fcPageSliderMask {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 20px;
  overflow: hidden;
}

.pageIndicator li {
  width: 8px;
  height: 8px;
  background-color: #666364;
  float: left;
  margin: 0 6px;
  cursor: pointer;
}
.pageIndicator li.activeSlide {
  background-color: #b1002b;
  cursor: default;
}

#featuredContentSlider {
  position: absolute;
  top: 44px;
  left: 0px;
  width: 394px;
  height: 127px;
}

#featuredContentHolder {
  position: relative;
  width: 394px;
  overflow: hidden;
}

.fcLockup {
  display: block;
  position: relative;
  width: 394px;
  height: 127px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.fcLockup h2 {
  position: relative;
  padding-top: 23px;
  padding-left: 160px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}
.fcLockup h2 span {
  font-weight: 400;
  text-transform: capitalize;
}
.fcLockup p {
  font-family: "Sentinel SSm A", "Sentinel SSm B", georgia, serif;
  text-rendering: optimizeLegibility;
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  bottom: 20px;
  left: 160px;
  margin: 0;
}
.fcLockup:before {
  position: absolute;
  z-index: 100;
  width: 132px;
  height: 127px;
  content: '';
  background: #b89f84 url("../../img/fcFPO.png") no-repeat right top;
}
.fcLockup:after {
  display: inline-block;
  position: absolute;
  top: 53px;
  right: 20px;
  width: 11px;
  height: 20px;
  color: #000;
  font-size: 20px;
  line-height: 1;
  content: '\F009';
  font-weight: 400;
  font-family: "wmfont";
  text-rendering: optimizeLegibility;
}
.fcLockup:hover:before {
  background-color: #b1002b;
}
.fcLockup:hover p, .fcLockup:hover h2 {
  color: #000 !important;
}

#shutterFlyHomeSlide:before {
  background-image: url("../../img/fcShutterFly.jpg");
}

#nyff:before {
  background-image: url("../../img/WM_Main_112x127_NYFF.jpg");
}

#newyorker:before {
  background-image: url("../../img/WM_Main_112x127_NewYorker.jpg");
}

#hollywoodreporter:before {
  background-image: url("../../img/WM_Main_112x127_HollywoodReporter.jpg");
}

#soundtrack:before {
  background-image: url("../../img/WM_Main_112x127_soundtrack.jpg");
}

#benhonor:before {
  background-image: url("../../img/WM_Main_112x127_BenHonor.jpg");
}

#audible:before {
  background-image: url("../../img/WM_Main_112x127_audible.jpg");
}

#music_inspiredby:before {
  background-image: url("../../img/WM_Main_112x127_music_inspiredby.jpg");
}

#music_itunes:before {
  background-image: url("../../img/WM_Main_112x127_music_itunes.jpg");
}

#newadded:before {
  background-image: url("../../img/WM_Main_112x127_FPO.jpg");
}

#frame25:before {
  background-image: url("../../img/news/WM_Main_112x127_Frame_25.jpg");
}

#frame25 p{
	font-size:12.4px;
	bottom:auto;
	font-style:normal;
}

#sweeps:before {
  background-image: url("../../img/news/WM_Main_112x127_Sweeps.jpg");
}

#sweeps p{
	font-size:12.4px;
	bottom:auto;
	font-style:normal;
}


#projectmitty:before {
  background-image: url("../../img/news/WM_Main_112x127_projectmitty.jpg");
}
#projectmitty h2{
	font-size:12.5px;
	bottom:auto;
	font-style:normal;
}


#projectmitty p{
	font-size:12.4px;
	bottom:auto;
	font-style:normal;
}

#music_itunes h2{
	font-size:12.5px;
	padding-top:35px;
}

/**/


.about .sideNav {
  position: fixed;
  z-index: 200;
  height: 100%;
  width: 25px;
  right: 37px;
  padding-top: 25px;
}
.about .sideNav .prev, .about .sideNav .next {
  position: absolute;
  width: 25px;
  height: 24px;
  display: block;
  right: 0;
  cursor: pointer;
  transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.about .sideNav .prev:after, .about .sideNav .next:after {
  transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 24px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  font-family: "wmfont";
  text-rendering: optimizeLegibility;
}
.about .sideNav .prev:hover:after, .about .sideNav .next:hover:after {
  color: #b1002b;
}
.about .sideNav .prev {
  top: 15%;
}
.about .sideNav .prev:after {
  content: '\F012';
  top: 45px;
}
.about .sideNav .next {
  bottom: 13.5%;
}
.about .sideNav .next:after {
  content: '\F011';
  top: 0;
}
.about .sideNav .sliderPositionWrap {
  height: 100%;
  position: fixed;
  display: table;
}
.about .sideNav .sliderPositionWrap .sliderPosition {
  display: table-cell;
  vertical-align: middle;
  width: 25px;
}
.about .sideNav .sliderPositionWrap .sliderPosition .positionIndicator {
  height: 20px;
  width: 25px;
  position: relative;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.about .sideNav .sliderPositionWrap .sliderPosition .positionIndicator:after, .about .sideNav .sliderPositionWrap .sliderPosition .positionIndicator.active:after {
  transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
}
.about .sideNav .sliderPositionWrap .sliderPosition .positionIndicator:after {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 8px;
  height: 8px;
  width: 8px;
  background-color: #fff;
  content: "";
}
.about .sideNav .sliderPositionWrap .sliderPosition .positionIndicator:hover:after, .about .sideNav .sliderPositionWrap .sliderPosition .positionIndicator.active:after {
  background-color: #b1002b;
}
.about .sideNav .sliderPositionWrap .sliderPosition .positionIndicator.active {
  cursor: default;
}
.about .sliderWrap {
  position: fixed;
  height: 100%;
  width: 100%;
}
.about .sliderWrap .slider {
  min-height: 100%;
}
.about .sliderWrap .slide-left .callout-wrapper {
  left: 130px;
}
.about .sliderWrap .slide-right .callout-wrapper {
  right: 130px;
}
.is-mobile .about .sliderWrap .mobile-left .callout-wrapper {
  left: 130px !important;
}
.is-mobile .about .sliderWrap .mobile-right .callout-wrapper {
  right: 130px !important;
}
.about .sliderWrap .slide {
  z-index: 0;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
}
.about .sliderWrap .slide .callout-wrapper {
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -24px;
}
.about .sliderWrap .slide .callout-wrapper .callout {
  top: -114px;
  width: 284px;
  height: 228px;
  position: relative;
  display: table-cell;
  background-color: #fff;
  vertical-align: middle;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.about .sliderWrap .slide .callout-wrapper .callout .count, .about .sliderWrap .slide .callout-wrapper .callout .continue, .about .sliderWrap .slide .callout-wrapper .callout .text {
  width: 100%;
}
.about .sliderWrap .slide .callout-wrapper .callout .count {
  position: absolute;
  top: 23px;
  color: #757171;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Tahoma, "Arial Unicode MS", sans-serif;
  text-rendering: optimizeLegibility;
  font-size: 11px;
}
.about .sliderWrap .slide .callout-wrapper .callout .text {
  color: #3a3939;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Tahoma, "Arial Unicode MS", sans-serif;
  text-rendering: optimizeLegibility;
  font-size: 13px;
  line-height: 23px;
  padding: 0 30px;
}
.about .sliderWrap .slide .callout-wrapper .callout .continue {
  position: absolute;
  color: #767171;
  font-family: "Sentinel SSm A", "Sentinel SSm B", georgia, serif;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: italic;
  bottom: 22px;
  display: block;
}
.about .sliderWrap .slide .coverSlide {
  background: url("/img/about/about-intro.jpg");
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  width: 100%;
  height: 100%;
  position: relative;
}
.about .sliderWrap .slide .coverLockup {
  position: absolute;
  top: 13%;
  left: 1%;
  width: 310px;
  height: 445px;
}
@media screen and (min-width: 1100px) and (min-height: 670px) {
  .about .sliderWrap .slide .coverLockup {
    top: 12%;
    left: 3%;
    width: 360px;
    height: 580px;
  }
}
@media screen and (min-width: 1400px) and (min-height: 745px) {
  .about .sliderWrap .slide .coverLockup {
    top: 15%;
    width: 410px;
    height: 610px;
  }
}
.about .sliderWrap .slide .coverLockup p {
  position: absolute;
  top: 268px;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #3b3939;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
}
.about .sliderWrap .slide .coverLockup p strong {
  font-weight: 500;
}
@media screen and (min-width: 1100px) and (min-height: 670px) {
  .about .sliderWrap .slide .coverLockup p {
    font-size: 16px;
    line-height: 1.9;
    top: 330px;
  }
}
@media screen and (min-width: 1400px) and (min-height: 745px) {
  .about .sliderWrap .slide .coverLockup p {
    top: 380px;
  }
}
.about .sliderWrap .slide .coverLockup a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 260px;
  margin-left: -130px;
  background-color: #b1002b;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 500;
  padding: 15px 0;
  text-align: center;
}
.about .sliderWrap .slide .coverLockup a:link, .about .sliderWrap .slide .coverLockup a:active, .about .sliderWrap .slide .coverLockup a:visited {
  color: #fff;
}
.about .sliderWrap .slide .coverLockup a:hover {
  background-color: #fff;
  color: #b1002b;
}
.about .sliderWrap .slide .coverLockup:after {
  display: block;
  position: absolute;
  top: 0;
  color: #222124;
  line-height: 1;
  content: '\F023';
  font-weight: 400;
  font-family: "wmfont";
  text-rendering: optimizeLegibility;
  text-align: center;
  width: 310px;
  font-size: 230px;
}
@media screen and (min-width: 1100px) and (min-height: 670px) {
  .about .sliderWrap .slide .coverLockup:after {
    font-size: 280px;
    width: 360px;
  }
}
@media screen and (min-width: 1400px) and (min-height: 745px) {
  .about .sliderWrap .slide .coverLockup:after {
    font-size: 330px;
    width: 410px;
  }
}
.about .sliderWrap .video-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.about .sliderWrap .video-wrapper video {
  display: block;
  position: absolute;
  top: 0;
  width: auto;
  height: 100%;
}
.about .sliderWrap .video-wrapper.landscape video {
  width: 100% !important;
  height: auto !important;
}
.about .sliderWrap .video-wrapper.portrait video {
  width: auto !important;
  height: 100% !important;
}

@-moz-document url-prefix() {
  .about .sliderWrap .slide .callout-wrapper {
    margin-top: -90px;
  }
}

.mainContent.videos {
  background-image: url("../../img/WM_Main_Treated_VideosBG.jpg");
}
.mainContent.videos .active {
  background-color: #b1002b !important;
}
.mainContent.videos .videoWrap {
  position: absolute;
  width: 100%;
  height: 580px;
  top: 10%;
  overflow: hidden;
}
.mainContent.videos .videoWrap h1 {
  width: 852px;
  margin: 0 auto;
  font-size: 82px;
  padding-left: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Knockout 48 A", "Knockout 48 B";
  text-rendering: optimizeLegibility;
}

.video-slider .slide {
  width: 822.4px;
  height: 397.6px;
  top: 0;
  left: 0;
  position: absolute;
  margin-left: 15px;
  opacity: 0;
}

.videoHolder {
  position: absolute;
  width: 100%;
  top: 20%;
}

.videoTitle {
  width: 822.4px;
  position: relative;
  top: 0;
  margin: 0% auto 0;
  font-size: 82px;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Knockout 48 A", "Knockout 48 B";
  text-rendering: optimizeLegibility;
}

.videoPrev,
.videoNext {
  height: 100px;
  position: absolute;
  width: 44px;
  margin-top: -50px;
  top: 50%;
  left: 0;
  z-index: 1000;
}
.videoPrev:after,
.videoNext:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -22px 0 0 0;
  font-size: 44px;
  width: 26px;
  height: 48px;
  color: #fff;
  line-height: 1.1;
  content: '\F010';
  font-weight: 400;
  font-family: "wmfont";
  text-rendering: optimizeLegibility;
  display: inline-block;
  transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
.videoPrev:hover,
.videoNext:hover {
  cursor: pointer;
}
.videoPrev:hover:after,
.videoNext:hover:after {
  color: #b1002b;
}

.videoNext {
  left: auto;
  right: 0;
}
.videoNext:after {
  right: auto;
  left: 0;
  content: '\F009';
}

.videos .slider {
  top: -10%;
  height: 397.6px;
  margin: 0 auto;
  width: 852px !important;
}
.videos .slider .video-group-wrap {
  text-align: center;
}

.videoPopup {
  width: 256px;
  height: 121.6px;
  display: block;
  position: relative;
  float: left;
  margin: 0 16px 16px 0;
  cursor: pointer;
  background-color: #b1002b;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.videoPopup span {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding: 0;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.videoPopup:after {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -19px;
  font-size: 38px;
  width: 38px;
  height: 38px;
  color: #fff;
  line-height: 1;
  content: '\F008';
  font-weight: 400;
  font-family: "wmfont";
  text-rendering: optimizeLegibility;
  display: inline-block;
}
.videoPopup:hover {
  background-color: #fff;
}

.photos .sideNav {
  position: fixed;
  z-index: 200;
  height: 100%;
  width: 25px;
  right: 37px;
  padding-top: 25px;
}
.photos .sideNav .prev, .photos .sideNav .next {
  position: absolute;
  width: 25px;
  height: 24px;
  display: block;
  right: 0;
  cursor: pointer;
  transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.photos .sideNav .prev:after, .photos .sideNav .next:after {
  transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 24px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  font-family: "wmfont";
  text-rendering: optimizeLegibility;
}
.photos .sideNav .prev:hover:after, .photos .sideNav .next:hover:after {
  color: #b1002b;
}
.is-mobile .photos .sideNav .prev:hover:after, .is-mobile .photos .sideNav .next:hover:after {
  color: white;
}
.photos .sideNav.initial .prev, .photos .sideNav.initial .next, .photos .sideNav.first .prev, .photos .sideNav.last .next {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.photos .sideNav .prev {
  top: 15%;
}
.photos .sideNav .prev:after {
  content: '\F012';
  top: 45px;
}
.photos .sideNav .next {
  bottom: 13.5%;
}
.photos .sideNav .next:after {
  content: '\F011';
  top: 0;
}
.photos .sideNav .sliderPositionWrap {
  height: 100%;
  position: fixed;
  display: table;
}
.photos .sideNav .sliderPositionWrap .sliderPosition {
  display: table-cell;
  vertical-align: middle;
  width: 25px;
}
.photos .sideNav .sliderPositionWrap .sliderPosition .positionIndicator {
  height: 20px;
  width: 25px;
  position: relative;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.photos .sideNav .sliderPositionWrap .sliderPosition .positionIndicator:after, .photos .sideNav .sliderPositionWrap .sliderPosition .positionIndicator.active:after {
  transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
}
.photos .sideNav .sliderPositionWrap .sliderPosition .positionIndicator:after {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 8px;
  height: 8px;
  width: 8px;
  background-color: #fff;
  content: "";
}
.photos .sideNav .sliderPositionWrap .sliderPosition .positionIndicator:hover:after, .photos .sideNav .sliderPositionWrap .sliderPosition .positionIndicator.active:after {
  background-color: #b1002b;
}
.photos .sideNav .sliderPositionWrap .sliderPosition .positionIndicator.active {
  cursor: default;
}
.photos .sliderWrap {
  position: fixed;
  height: 100%;
  width: 100%;
  /**
   * Loop over to apply the background images for the slider
   * May be done directly if needed by creating a photos.yaml file, specify the path there in a list of objects
   * and just set it directly via style attr on items
  */
}
.photos .sliderWrap .slider {
  min-height: 100%;
}
.photos .sliderWrap .slide-left .callout-wrapper {
  left: 156px;
}
.photos .sliderWrap .slide-right .callout-wrapper {
  right: 156px;
}
.photos .sliderWrap .slide {
  z-index: 0;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
}
.photos .sliderWrap .slide-1 {
  background: url("../../img/photos/photos-bg-1.jpg") no-repeat;
}
.photos .sliderWrap .slide-2 {
  background: url("../../img/photos/photos-bg-2.jpg") no-repeat;
}
.photos .sliderWrap .slide-3 {
  background: url("../../img/photos/photos-bg-3.jpg") no-repeat;
}
.photos .sliderWrap .slide-4 {
  background: url("../../img/photos/photos-bg-4.jpg") no-repeat;
}
.photos .sliderWrap .slide-5 {
  background: url("../../img/photos/photos-bg-5.jpg") no-repeat;
}
.photos .sliderWrap .slide-6 {
  background: url("../../img/photos/photos-bg-6.jpg") no-repeat;
}
.photos .sliderWrap .slide-7 {
  background: url("../../img/photos/photos-bg-7.jpg") no-repeat;
}

.cast-and-crew .sliderWrap {
  position: fixed;
  height: 100%;
  width: 100%;
}
.cast-and-crew .sliderWrap .slider {
  min-height: 100%;
}
.cast-and-crew .sliderWrap .slide {
  z-index: 0;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-position: top center;
}

.ccHolder {
  width: 575px;
  height: 603px;
  position: absolute;
  top: 50%;
  left: 30%;
  margin-top: -265px;
  margin-left: -287px;
  overflow: hidden;
  z-index: 110;
}
@media (min-width: 1360px) {
  .ccHolder {
    left: 135px;
    margin-left: 0;
  }
}
@media (min-height: 700px) {
  .ccHolder {
    margin-top: -302px;
  }
}
.ccHolder h1 {
  width: 100%;
  font-size: 52px;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Knockout 48 A", "Knockout 48 B";
  text-rendering: optimizeLegibility;
  display: none;
}
@media (min-height: 650px) {
  .ccHolder h1 {
    display: block;
  }
}
@media (min-height: 700px) {
  .ccHolder h1 {
    font-size: 82px;
  }
}

.bioBox {
  position: relative;
  background-color: #fff;
  height: 510px;
  width: 589px;
}
.bioBox nav {
  position: absolute;
  height: 510px;
  width: 176px;
  background: black url("/img/ccSideBoxBG2.jpg") repeat-y;
  padding-left: 18px;
}
.bioBox nav h3 {
  font-size: 18px;
  color: #fff;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Tahoma, "Arial Unicode MS", sans-serif;
  text-rendering: optimizeLegibility;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #c2B7a1;
  padding-bottom: 7px;
  margin: 52px 20px 10px 0;
}
.bioBox nav h3.crewTitle {
  margin: 25px 20px 10px 0;
}
.bioBox nav ul li {
  position: relative;
  font-size: 11px;
  color: #e8e5d6;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Tahoma, "Arial Unicode MS", sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  padding: 6px 0;
}
.bioBox nav ul li:hover, .bioBox nav ul li.active {
  color: #fff;
  font-weight: 700;
}
.bioBox nav ul li:hover:before, .bioBox nav ul li.active:before {
  position: absolute;
  top: 22%;
  right: -6px;
  margin: 0;
  font-size: 12px;
  width: 12px;
  height: 12px;
  color: #fff;
  line-height: 1;
  content: '\F015';
  font-weight: 400;
  font-family: "wmfont";
  text-rendering: optimizeLegibility;
  display: inline-block;
}
.bioBox article {
  position: absolute;
  left: 157px;
  width: 419px;
  height: 490px;
  padding: 23px 30px 49px 49px;
}
.bioBox article h2 {
  padding: 0;
  margin: 0;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Tahoma, "Arial Unicode MS", sans-serif;
  text-rendering: optimizeLegibility;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}
.bioBox article h2 i {
  text-transform: capitalize;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: -1px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", georgia, serif;
  text-rendering: optimizeLegibility;
}
.bioBox article .top-mask, .bioBox article .bottom-mask {
  width: 310px;
  height: 22px;
  position: absolute;
  left: 49px;
  z-index: 50;
}
.bioBox article .top-mask {
  top: 110px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.bioBox article .bottom-mask {
  bottom: -3px;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.bioBox article .nano, .bioBox article div.content {
  height: 381px;
}
.bioBox article .nano {
  margin-top: 8px;
}
.bioBox article div.content {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.83333;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Tahoma, "Arial Unicode MS", sans-serif;
  text-rendering: optimizeLegibility;
  overflow: auto;
  width: 360px;
  color: #3b3939;
  right: auto !important;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-right: 50px;
}
.is-mobile .bioBox article div.content {
  overflow: auto;
}

@-moz-document url-prefix() {
  .ccHolder .bioBox article div.content {
    width: 375px;
    padding-right: 40px;
  }
}

.mainContent.partners {
  background-image: url("../../img/WM_Main_Treated_PartnersBG.jpg");
}

.partnerHolder {
  width: 822.4px;
  height: 397.6px;
  position: absolute;
  top: 38.25%;
  left: 50%;
  margin-top: -198.8px;
  margin-left: -411.2px;
}
.partnerHolder h1 {
  width: 100%;
  font-size: 82px;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Knockout 48 A", "Knockout 48 B";
  text-rendering: optimizeLegibility;
}
.partnerHolder a {
  width: 256px;
  height: 121.6px;
  display: block;
  position: relative;
  float: left;
  margin: 0 16px 16px 0;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
}
.partnerHolder a:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

html.lt-ie9 .partnerHolder a {
  background-color: #ddd;
  border: 1px solid #fff;
}
html.lt-ie9 .partnerHolder a:hover {
  background-color: #ccc;
  border: 1px solid #fff;
}

.partnerthumb-1 {
  background-image: url("/img/delta.png");
  background-size: 235.2px 48.8px;
}

.partnerthumb-2 {
  background-image: url("/img/shutterfly.png");
  background-size: 200px 46.4px;
}

.partnerthumb-3 {
  background-image: url("/img/fujifilm.png");
  background-size: 224.8px 37.6px;
}

.partnerthumb-4 {
  background-image: url("/img/comcast.png");
  background-size: 177.6px 88px;
}

.partnerthumb-5 {
  background-image: url("/img/eharmony.png");
  background-size: 218.4px 44px;
}

.partnerthumb-6 {
  background-image: url("/img/gilt.png");
  background-size: 195.2px 32.8px;
}

.partnerthumb-7 {
  background-image: url("/img/audible.png");
  background-size: 143.2px 98.4px;
}

.partnerthumb-8 {
  background-image: url("/img/mtc.png");
  background-size: 213.6px 59.2px;
}

.partnerthumb-9 {
  background-image: url("/img/jeep.png");
  background-size: 179.2px 71.2px;
}

.mainContent.posters {
  background-image: url("../../img/WM_Main_Treated_PostersBG.jpg");
}
.mainContent.posters .active {
  background-color: #b1002b !important;
}

.posterOverlaySliderWrap {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 110;
  background: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  visibility: hidden;
  top: 0;
  left: 0;
}
.posterOverlaySliderWrap .slider {
  margin-top: 50px;
  height: 100%;
}
.posterOverlaySliderWrap .close {
  top: 50px;
  background-color: #b1002b;
  color: #fff;
  width: 44px;
  opacity: 1;
  right: 0px;
}
.posterOverlaySliderWrap .close:active {
  top: 50px;
}

.posterWrap {
  position: absolute;
  width: 100%;
  height: 580px;
  top: 10%;
  overflow: hidden;
}
.posterWrap h1 {
  width: 852px;
  margin: 0 auto;
  font-size: 82px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Knockout 48 A", "Knockout 48 B";
  text-rendering: optimizeLegibility;
}
@media (min-height: 900px) and (min-width: 1320px) {
  .posterWrap h1 {
    width: 1335px !important;
  }
}
@media (min-height: 700px) {
  .posterWrap {
    top: 15%;
  }
}
@media (min-height: 900px) {
  .posterWrap {
    top: 22%;
  }
}
@media (min-height: 900px) and (min-width: 1320px) {
  .posterWrap {
    height: 800px;
    top: 50%;
    margin-top: -400px;
  }
}

.sliderPosition.horizontalSlider {
  position: absolute;
  width: 300px;
  height: 20px;
  bottom: 30px;
  left: 50%;
  margin-left: -150px;
  text-align: center;
}
.sliderPosition.horizontalSlider li {
  display: inline-block;
  text-align: center;
  margin-left: 12px;
  width: 8px;
  height: 8px;
  background-color: #d8d7d7;
  transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
}
.sliderPosition.horizontalSlider li:hover {
  cursor: pointer;
  background-color: #b1002b;
}
.sliderPosition.horizontalSlider li:first-child {
  margin-left: 0;
}
@media (min-height: 700px) {
  .sliderPosition.horizontalSlider {
    bottom: 10px;
  }
}

.posterOverlayPrev,
.posterOverlayNext,
.posterPrev,
.posterNext {
  height: 100px;
  position: absolute;
  width: 44px;
  margin-top: -50px;
  top: 50%;
  left: 0;
  z-index: 1000;
}
.posterOverlayPrev:after,
.posterOverlayNext:after,
.posterPrev:after,
.posterNext:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -22px 0 0 0;
  font-size: 44px;
  width: 26px;
  height: 48px;
  color: #fff;
  line-height: 1.1;
  content: '\F010';
  font-weight: 400;
  font-family: "wmfont";
  text-rendering: optimizeLegibility;
  display: inline-block;
  transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
.posterOverlayPrev:hover,
.posterOverlayNext:hover,
.posterPrev:hover,
.posterNext:hover {
  cursor: pointer;
}
.posterOverlayPrev:hover:after,
.posterOverlayNext:hover:after,
.posterPrev:hover:after,
.posterNext:hover:after {
  color: #b1002b;
}

.posterOverlayNext,
.posterNext {
  left: auto;
  right: 0;
}
.posterOverlayNext:after,
.posterNext:after {
  right: auto;
  left: 0;
  content: '\F009';
}

.posters .slider {
  position: relative;
  height: 394px;
  width: 852px !important;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-height: 900px) and (min-width: 1320px) {
  .posters .slider {
    width: 1335px !important;
  }
}
@media (min-width: 1325px) and (min-height: 900px) {
  .posters .slider {
    height: 580px;
  }
}
.posters .slider .poster-group-wrap {
  text-align: center;
}
.posters .slider .slide {
  width: 267px;
  margin-right: 20px;
}
@media (min-height: 900px) and (min-width: 1320px) {
  .posters .slider .slide {
    width: 390px;
    margin-right: 80px;
  }
}

.smallPosterThumb {
  position: relative;
  display: inline-block;
  width: 267px;
  height: 394px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
}
.smallPosterThumb:before {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #b1002b;
  height: 20px;
  display: none;
  z-index: 100;
  content: '';
}
.smallPosterThumb:hover:before {
  display: block;
}
.smallPosterThumb:first-child {
  margin-left: 0;
}
@media (min-width: 1325px) and (min-height: 900px) {
  .smallPosterThumb {
    width: 394px;
    height: 580px;
  }
}

.sliderPositionWrap {
  position: absolute;
}

.fullPoster {
  height: 80%;
  text-align: center;
  min-width: 500px;
  min-height: 400px;
  max-height: 852px;
}
.fullPoster img {
  width: auto;
  min-width: 279px;
  min-height: 350px;
  height: 100%;
  max-height: 932px;
}

.posterActions {
  position: absolute;
  bottom: -80px;
  height: 40px;
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Tahoma, "Arial Unicode MS", sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.posterActions span {
  display: inline-block;
  height: 40px;
  position: relative;
  top: -15px;
  margin-left: 40px;
}

.posterTwitter,
.posterFacebook,
.posterDownload {
  display: inline-block;
  height: 40px;
  width: 40px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Tahoma, "Arial Unicode MS", sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  background-color: #b1002b;
  padding: 0;
  margin: 0;
  position: relative;
  margin-left: 18px;
}
.posterTwitter:after,
.posterFacebook:after,
.posterDownload:after {
  display: block;
  position: absolute;
  color: #fff;
  line-height: 2.4;
  content: '\F003';
  font-weight: 400;
  font-family: "wmfont";
  text-rendering: optimizeLegibility;
  width: 40px;
  height: 40px;
  font-size: 17px;
}
.posterTwitter:hover:after,
.posterFacebook:hover:after,
.posterDownload:hover:after {
  color: #b1002b;
  background-color: #fff;
}

.posterFacebook:after {
  content: '\F005';
  font-size: 19px;
  line-height: 2;
}

.posterDownload {
  width: 174px;
  margin-right: 45px;
}
.posterDownload:after {
  line-height: 2.6;
  width: 174px;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Tahoma, "Arial Unicode MS", sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  content: 'Download';
}

.tempWrapper {
  background-color: #000;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

footer {
  z-index: 2000;
}
footer p {
  color: #a0a0a0;
  font-size: 8px !important;
  font-weight: normal;
  font-weight: 500;
  margin: 0;
  line-height: 1.6;
  text-transform: uppercase;
  overflow: hidden;
}
footer a {
  font-weight: 500;
  text-decoration: underline;
}

.billingTrigger {
  height: 90px;
  width: 130px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 30px 22px 0;
  cursor: pointer;
}
.billingTrigger:after {
  position: absolute;
  top: 40px;
  right: 20px;
  font-size: 10px;
  width: 12px;
  height: 12px;
  color: #fff;
  line-height: 0;
  content: '\F017';
  font-weight: 400;
  font-family: "wmfont";
  text-rendering: optimizeLegibility;
  display: inline-block;
}
.billingTrigger:hover:after, .billingTrigger:hover {
  color: #b1002b;
}
@media (min-width: 1360px) {
  .billingTrigger {
    height: 80px;
    padding: 20px 22px 0;
  }
  .billingTrigger:after {
    top: 30px;
  }
}

.billingTrigger.billingTriggerArrowDown:after {
  content: '\F016';
}

#legalinclude-legal {
  font-size: 8px !important;
  line-height: 1.6;
  display: inline-block;
  padding-top: 3px;
  overflow: hidden;
}

.footerLegal {
  width: 66%;
  max-width: 790px;
  height: 90px;
  padding: 8px 24px 0 137px;
  float: left;
}
@media (min-width: 1360px) {
  .footerLegal {
    height: 80px;
    padding: 8px 10px 0 137px;
    line-height: 1.4;
  }
}

.foxLogo {
  float: left;
  height: 90px;
  width: 10px;
}
@media (min-width: 1360px) {
  .foxLogo {
    height: 80px;
    background-position: 0 18px;
  }
}

.rating {
  float: left;
  height: 90px;
  width: 187px;
  color: #a0a0a0;
  background: url("../../img/rated-sm.png") no-repeat 0 8px;
  position: relative;
  margin-left: 26px;
}
.rating p {
  position: absolute;
  top: 42px;
  font-size: 9px;
}
@media (min-width: 1360px) {
  .rating {
    height: 80px;
    margin-left: 155px;
    background-position: 0 30px;
    width: 340px;
  }
  .rating p {
    width: 130px;
    top: 31px;
    left: 82px;
  }
}

.audioSwitch {
  height: 50px;
  width: 90px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 20px 0 5px;
  cursor: pointer;
  font-weight: 500;
}
.audioSwitch span {
  font-weight: 400;
  color: #cbcaca;
  display: inline;
}
.audioSwitch img.spinner {
  width: 16px;
  height: 16px;
  display: none;
}
.audioSwitch.loading .spinner {
  display: block;
}
.audioSwitch.loading span {
  display: none;
}
@media (min-width: 1360px) {
  .audioSwitch {
    height: 50px;
    padding: 20px 20px 0 5px;
  }
}
@media (max-width: 1100px) {
  .audioSwitch {
    text-indent: -5000px;
    height: 50px;
    width: 34px;
    right: 3px;
    padding-right: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSINCgkgaWQ9ImxheWVyMSIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiIHhtbG5zOmNjPSJodHRwOi8vd2ViLnJlc291cmNlLm9yZy9jYy8iIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTk1cHgiIGhlaWdodD0iMjc0cHgiDQoJIHZpZXdCb3g9IjI1LjUgNjYuNSAxOTUgMjc0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDI1LjUgNjYuNSAxOTUgMjc0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGlkPSJwb2x5Z29uMSIgZmlsbD0iI0ZGRkZGRiIgc3Ryb2tlPSIjRjJGMkYyIiBzdHJva2Utd2lkdGg9IjUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHBvaW50cz0iMjEwLjEzMyw3My42IA0KCTExOC40LDE1Mi41MzMgMzIsMTUyLjUzMyAzMiwyNTQuNCAxMTcuMzMzLDI1NC40IDIxMC4xMzMsMzM0LjkzNCAiLz4NCjwvc3ZnPg0K);
    background-repeat: no-repeat;
    background-size: 13px 16px;
    background-position: left center;
    overflow: hidden;
    padding-right: 14px;
  }
  .audioSwitch.audio-on {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSINCgkgaWQ9ImxheWVyMSIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiIHhtbG5zOmNjPSJodHRwOi8vd2ViLnJlc291cmNlLm9yZy9jYy8iIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzU2cHgiIGhlaWdodD0iMjc0cHgiDQoJIHZpZXdCb3g9IjI1LjUgNjYuNSAzNTYgMjc0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDI1LjUgNjYuNSAzNTYgMjc0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGlkPSJwb2x5Z29uMSIgZmlsbD0iI0ZGRkZGRiIgc3Ryb2tlPSIjRjJGMkYyIiBzdHJva2Utd2lkdGg9IjUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHBvaW50cz0iMjEwLjEzMyw3My42IA0KCTExOC40LDE1Mi41MzMgMzIsMTUyLjUzMyAzMiwyNTQuNCAxMTcuMzMzLDI1NC40IDIxMC4xMzMsMzM0LjkzNCAiLz4NCjxwYXRoIGlkPSJwYXRoMSIgZmlsbD0iI0ZGRkZGRiIgc3Ryb2tlPSIjRjJGMkYyIiBzdHJva2Utd2lkdGg9IjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTI1Ni41MzMsMjYxLjMzNA0KCUMyNjcuMiwyNDQuOCwyNzMuMDY2LDIyNS42LDI3My4wNjYsMjA0LjhjMC0yMS4zMzMtNi40LTQxLjA2Ni0xNy4wNjYtNTcuNiIvPg0KPHBhdGggaWQ9InBhdGgyIiBmaWxsPSIjRkZGRkZGIiBzdHJva2U9IiNGMkYyRjIiIHN0cm9rZS13aWR0aD0iNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNMjkzLjg2NywxMDkuMzMzDQoJQzMxMy42LDEzNiwzMjUuMzM0LDE2OS4wNjcsMzI1LjMzNCwyMDQuOGMwLDM1LjItMTEuNzM0LDY3LjczMy0zMC45MzQsOTQuNCIvPg0KPHBhdGggaWQ9InBhdGgxXzFfIiBmaWxsPSIjRkZGRkZGIiBzdHJva2U9IiNGMkYyRjIiIHN0cm9rZS13aWR0aD0iNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNMzI5LjA2NiwzMzMuODY2DQoJYzI4LjI2OC0zNS43MzMsNDQuODAxLTgwLjUzMiw0NC44MDEtMTI5LjA2NmMwLTQ5LjA2Ni0xNy4wNjctOTQuNC00NS4zMzQtMTMwLjEzMyIvPg0KPC9zdmc+DQo=);
    background-size: 20px 16px;
    background-repeat: no-repeat;
    background-position: 1px center;
    padding-right: 0;
  }
  .audioSwitch img.spinner {
    display: none !important;
  }
}

.footerPopout {
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: -300px;
  z-index: 1500;
  background: black url("../../img/billing.png") no-repeat center center;
  /* #232224 is the color of the footer */
}

.preloadOverlay, .rotateTablet {
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1000;
  position: fixed;
  display: none;
}

.is-mobile .rotateTablet {
  display: none;
}
@media screen and (orientation: portrait) {
  .is-mobile .rotateTablet {
    display: block;
  }
}

.countLockup {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -73px 0 0 -233px;
  width: 472px;
  height: 147px;
  border: 1px solid #fff;
}
.countLockup .movieTitle, .countLockup .dateText {
  width: 242px;
  height: 87px;
  left: 32px;
  top: 30px;
  margin: 0;
}
.countLockup .movieTitle:after, .countLockup .dateText:after {
  width: 242px;
  height: 87px;
  font-size: 84px;
}
@media (min-width: 1101px) {
  .countLockup .movieTitle:after, .countLockup .dateText:after {
    font-size: 84px;
    left: 5px;
  }
}
@media (min-width: 1360px) {
  .countLockup .movieTitle:after, .countLockup .dateText:after {
    font-size: 84px;
    left: 2px;
  }
}
.countLockup .dateText {
  left: -11px;
  top: 3px;
}
.countLockup .dateText:after {
  width: 338px;
  height: 121px;
  font-size: 117px;
}
@media (min-width: 1101px) {
  .countLockup .dateText:after {
    font-size: 117px;
  }
}
@media (min-width: 1360px) {
  .countLockup .dateText:after {
    font-size: 117px;
  }
}

.rotateTablet .countLockup:before {
  position: absolute;
  bottom: -80px;
  font-size: 270px;
  text-align: center;
  width: 472px;
  height: 50px;
  color: #fff;
  line-height: .2;
  content: '\F024';
  font-weight: 400;
  font-family: "wmfont";
  text-rendering: optimizeLegibility;
  display: inline-block;
}

.preLoadCount, .tabletGraphic {
  position: absolute;
  width: 166px;
  height: 147px;
  right: 0;
  line-height: 1.15;
  background-color: #fff;
  color: #b1002b;
  font-family: "Knockout 48 A", "Knockout 48 B";
  text-rendering: optimizeLegibility;
  font-size: 120px;
  text-align: center;
}

.tabletGraphic:after {
  position: absolute;
  top: 40px;
  right: 25px;
  font-size: 65px;
  width: 106px;
  height: 67px;
  color: #b1002b;
  line-height: 1;
  content: '\F025';
  font-weight: 400;
  font-family: "wmfont";
  text-rendering: optimizeLegibility;
  display: inline-block;
}

a {
  text-decoration: none;
}

a:link {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  color: #416b7a;
}

a:active {
  color: #000;
}

header a:link {
  color: #fff;
}

header a:visited {
  color: #fff;
}

header a:hover {
  color: #b1002b;
}

header a:active {
  color: #fff;
}

footer a:link {
  color: #fff;
}

footer a:visited {
  color: #fff;
}

footer a:hover {
  color: #b1002b;
}

footer a:active {
  color: #fff;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.fullScreenVideo.mfp-bg {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  text-rendering: optimizeLegibility;
  background-color: #b1002b;
  color: #b1002b !important;
}
.mfp-close:after {
  display: block;
  position: absolute;
  top: 0;
  color: #fff;
  text-indent: 2px;
  line-height: 2.7;
  content: '\F013';
  font-weight: 400;
  font-family: "wmfont";
  text-rendering: optimizeLegibility;
  width: 44px;
  height: 44px;
  font-size: 17px;
  text-align: center;
}
.mfp-close:hover {
  background-color: #fff !important;
  color: #fff !important;
}
.mfp-close:hover:after {
  color: #b1002b !important;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.fullScreenVideo button.mfp-close {
  background-color: #b1002b;
  color: #b1002b;
  width: 44px;
  opacity: 1;
  right: 0px;
  top: -54px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 95%;
  max-width: 900px;
}

.fullScreenVideo .mfp-iframe-holder .mfp-content {
  max-width: 95%;
}
@media screen and (min-aspect-ratio: 14 / 9) {
  .fullScreenVideo .mfp-iframe-holder .mfp-content {
    width: 75%;
    max-width: 75%;
  }
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/** initial setup **/
.nano {
  margin-top: 28px;
  position: relative;
  width: 360px;
  height: 340px;
  overflow: hidden;
}

.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
}

.nano .content:focus {
  outline: thin dotted;
}

.nano .content::-webkit-scrollbar {
  visibility: hidden;
}

.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
}

.nano > .pane {
  background: transparent;
  position: absolute;
  width: 4px !important;
  right: 10px;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.nano > .pane > .slider {
  background: #d4d4d4;
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  padding: 0 !important;
  width: 4px;
}

.nano:hover > .pane, .pane.active, .pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}
