/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*================ Media Query Mixin ================*/
*,
*:before,
*:after {
  box-sizing: inherit; }

html {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  position: relative;
  min-height: 100%;
  margin: 0;
  box-sizing: border-box;
  background: #000;
  color: #ffffff; }

ul {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px; }

.section {
  height: calc(100vh - 43px);
  width: 100%;
  opacity: 0;
  top: 0px;
  visibility: hidden;
  position: absolute;
  overflow: hidden; }
  @media only screen and (max-width: 1024px) {
    .section {
      height: 100%; } }
  .section.active {
    visibility: visible;
    transition: opacity 0.5s;
    opacity: 1;
    overflow: visible; }

.bold {
  font-weight: bold; }

#navToggle, #vidClose {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer; }

#navToggle span, #vidClose span {
  display: block;
  position: absolute;
  height: 2px;
  width: 70%;
  background: #fff;
  opacity: 1;
  left: 9px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: .25s ease-in-out; }

#vidClose span {
  left: auto;
  right: 9px; }

#navToggle span:nth-child(1), #vidClose span:nth-child(1) {
  top: 14px; }

#navToggle span:nth-child(2), #vidClose span:nth-child(2) {
  top: 21px; }

#navToggle span:nth-child(3), #vidClose span:nth-child(3) {
  top: 28px; }

#navToggle.open span:nth-child(1), #vidClose.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#navToggle.open span:nth-child(2), #vidClose.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

#navToggle.open span:nth-child(3), #vidClose.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  top: 22px; }

#navToggle.open span:nth-child(4), #vidClose.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

@media only screen and (max-width: 1024px) {
  #navigation {
    height: 100%; } }

#navToggle, #vidClose {
  background: #b92430;
  width: 60px;
  height: 45px;
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  z-index: 999; }
  @media only screen and (min-width: 1025px) {
    #navToggle, #vidClose {
      display: none; } }

nav.nav-content {
  width: 100%;
  height: auto;
  background: rgba(185, 36, 48, 0.5);
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 1;
  line-height: 23px; }
  @media only screen and (max-width: 1024px) {
    nav.nav-content {
      width: auto;
      max-width: 230px;
      height: 100%;
      background: #000;
      left: -100%;
      transition: left 0.5s;
      overflow: auto; }
      nav.nav-content.active {
        left: 0px; } }
  nav.nav-content #desktopNav {
    margin: 0px;
    overflow: hidden;
    text-align: center; }
    @media only screen and (max-width: 1024px) {
      nav.nav-content #desktopNav {
        display: none; } }
    nav.nav-content #desktopNav .nav-link {
      padding: 10px 20px;
      margin: 0px -2px;
      display: inline-block;
      color: #fff;
      cursor: pointer;
      transition: all 0.2s;
      position: relative; }
      nav.nav-content #desktopNav .nav-link:hover {
        background: rgba(185, 36, 48, 0.5); }
      nav.nav-content #desktopNav .nav-link.active {
        background: #b92430; }
      nav.nav-content #desktopNav .nav-link.active {
        cursor: default; }
    nav.nav-content #desktopNav #share {
      padding: 0px; }
      nav.nav-content #desktopNav #share .share-wrap .social-link {
        padding-left: 40px;
        transition: all 0.25s;
        position: relative;
        top: 0px; }
      nav.nav-content #desktopNav #share .share-wrap .hashtag {
        position: relative;
        top: 0px;
        transition: all 0.25s; }
      nav.nav-content #desktopNav #share .share-wrap:hover .social {
        top: 0px; }
      nav.nav-content #desktopNav #share .share-link {
        padding: 10px 20px;
        display: inline-block; }
        nav.nav-content #desktopNav #share .share-link .social {
          position: absolute;
          top: 105%;
          left: 0px;
          transition: all 0.25s;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          height: 100%;
          padding-left: 0px; }
          nav.nav-content #desktopNav #share .share-link .social li {
            min-width: 1%;
            -ms-flex: 1;
            flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            cursor: pointer;
            overflow: hidden;
            position: relative;
            background-size: auto 45%;
            background-repeat: no-repeat;
            background-position: 50%;
            position: relative;
            list-style: none; }
            nav.nav-content #desktopNav #share .share-link .social li .social-txt {
              opacity: 0;
              position: absolute;
              top: 0px;
              left: 0px;
              width: 100%;
              height: 100%;
              padding: 0px;
              margin: 0px; }
          nav.nav-content #desktopNav #share .share-link .social .facebook {
            background-color: #3b5998;
            background-image: url(../images/facebook.png); }
          nav.nav-content #desktopNav #share .share-link .social .twitter {
            background-color: #55acee;
            background-image: url(../images/twitter.png); }
          nav.nav-content #desktopNav #share .share-link .social .googleplus {
            background-color: #dc4e41;
            background-image: url(../images/googleplus.png); }
          nav.nav-content #desktopNav #share .share-link .social .email {
            background-color: #b92430;
            background-image: url(../images/email.png); }
  nav.nav-content #desktopMobile {
    position: absolute;
    top: 80px;
    width: 100%; }
    @media only screen and (min-width: 1025px) {
      nav.nav-content #desktopMobile {
        display: none; } }
    nav.nav-content #desktopMobile .nav-link {
      width: 100%;
      padding: 10px 20px; }
      nav.nav-content #desktopMobile .nav-link.active {
        background: #b92430; }
    nav.nav-content #desktopMobile .share-link .social {
      position: absolute;
      top: 95%;
      left: 0px;
      transition: all 0.25s;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 90px;
      padding: 20px; }
      nav.nav-content #desktopMobile .share-link .social li {
        min-width: 1%;
        -ms-flex: 1;
        flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        cursor: pointer;
        overflow: hidden;
        position: relative;
        background-size: auto 45%;
        background-repeat: no-repeat;
        background-position: 50%;
        position: relative; }
        nav.nav-content #desktopMobile .share-link .social li .social-txt {
          opacity: 0;
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          padding: 0px;
          margin: 0px; }
      nav.nav-content #desktopMobile .share-link .social .facebook {
        background-color: #3b5998;
        background-image: url(../images/facebook.png); }
      nav.nav-content #desktopMobile .share-link .social .twitter {
        background-color: #55acee;
        background-image: url(../images/twitter.png); }
      nav.nav-content #desktopMobile .share-link .social .googleplus {
        background-color: #dc4e41;
        background-image: url(../images/googleplus.png); }
      nav.nav-content #desktopMobile .share-link .social .email {
        background-color: #b92430;
        background-image: url(../images/email.png); }

.container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px; }

#videoBg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0; }
  #videoBg .home-video-dimensions video {
    position: absolute; }

#home {
  overflow: hidden; }
  #home .background-tt {
    position: absolute;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 820px; }
    #home .background-tt .cal-btn {
      margin: 25px 0px;
      cursor: pointer;
      transition: opacity 0.25s;
      text-align: center; }
      #home .background-tt .cal-btn:hover {
        opacity: 0.75; }
    #home .background-tt img {
      width: 100%; }
    @media only screen and (max-width: 1024px) {
      #home .background-tt {
        bottom: 110px; } }

#synopsis {
  overflow-x: hidden; }
  #synopsis .overlay-content {
    max-width: 1005px;
    width: 80vw;
    margin: 0 auto 45px;
    padding: 55px;
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 12px;
    line-height: 20px;
    background: rgba(185, 36, 48, 0.8);
    box-shadow: 0px 0px 12px #000; }
    #synopsis .overlay-content .title {
      font-size: 34px;
      line-height: 28px; }
    #synopsis .overlay-content .sub-title {
      font-size: 28px;
      line-height: 84px; }
      @media only screen and (max-width: 1024px) {
        #synopsis .overlay-content .sub-title {
          line-height: 30px;
          margin: 15px 0px; } }
    #synopsis .overlay-content .overlay-text {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row; }
      #synopsis .overlay-content .overlay-text .overlay-txt-left {
        width: 70%;
        margin-right: 20px; }
      #synopsis .overlay-content .overlay-text .overlay-txt-right {
        width: 30%; }
        #synopsis .overlay-content .overlay-text .overlay-txt-right p {
          display: -ms-flexbox;
          display: flex;
          margin: 0px;
          padding: 0px; }
        #synopsis .overlay-content .overlay-text .overlay-txt-right strong {
          min-width: 130px;
          text-transform: uppercase;
          display: inline-block; }
        #synopsis .overlay-content .overlay-text .overlay-txt-right .txt-cast strong {
          min-height: 200px; }
    @media only screen and (max-width: 1399px) {
      #synopsis .overlay-content {
        width: 90vw;
        padding: 25px;
        top: 100px; }
        #synopsis .overlay-content .overlay-text {
          -ms-flex-direction: column;
              flex-direction: column; }
          #synopsis .overlay-content .overlay-text .overlay-txt-left, #synopsis .overlay-content .overlay-text .overlay-txt-right {
            width: 100%;
            margin-right: 0px;
            margin-bottom: 20px; } }
    #synopsis .overlay-content .synopsis-tt {
      text-align: center;
      margin-bottom: 20px; }
      #synopsis .overlay-content .synopsis-tt img {
        width: 100%;
        max-width: 500px; }

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  color: #efefef;
  font-size: 12px;
  color: #fff;
  text-align: center; }
  .footer .footer-links {
    display: inline-block;
    margin-right: 25px; }
    @media only screen and (max-width: 1024px) {
      .footer .footer-links {
        margin-right: 0px; } }
  .footer li {
    list-style: none;
    display: inline-block;
    padding: 0 5px; }
  .footer a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s; }
    .footer a:hover {
      color: #b92430;
      opacity: 1; }
  .footer .copyright {
    display: inline-block;
    font-size: 10px;
    margin-top: 10px; }

#showBilling {
  cursor: pointer;
  margin-left: 25px; }
  @media only screen and (max-width: 1024px) {
    #showBilling {
      margin-left: 0px;
      margin-top: 10px; } }

#billing {
  height: auto;
  position: fixed;
  bottom: -100%;
  width: 100%;
  background-color: #FFF;
  z-index: 9999;
  transition: bottom 0.5s; }
  #billing .billing-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    #billing .billing-close span {
      display: block;
      position: absolute;
      height: 2px;
      width: 70%;
      background: #000;
      opacity: 1;
      left: 4px;
      top: 13px;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
      transition: .25s ease-in-out; }
    #billing .billing-close span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    #billing .billing-close span:nth-child(2) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  #billing .billing-container {
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 30px 24px; }
    #billing .billing-container img {
      max-width: 100%; }
  #billing .footer_links {
    height: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #231F20;
    padding-bottom: 15px; }
  #billing a {
    color: #000; }

#teconsent {
  position: absolute;
  bottom: 0px;
  left: 0px; }

#consent_blackbar {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #000;
  z-index: 9999; }
  #consent_blackbar button {
    background: #fff;
    border: 1px solid #fff;
    color: #000; }

#outdated {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #000; }
  #outdated .background-tt img {
    height: 540px; }

.outdated {
  overflow: hidden;
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%; }
  .outdated .container {
    display: none; }
  .outdated #outdated {
    padding-top: 100px;
    display: block;
    text-align: center;
    width: 100%; }
    .outdated #outdated img {
      width: 100%;
      max-width: 820px;
      height: auto; }

#gallery {
  background: #000000;
  overflow: hidden; }
  #gallery .gallery-img {
    transition: opacity 0.5s;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    #gallery .gallery-img img {
      height: 100%;
      position: relative; }
      @media only screen and (max-width: 1024px) {
        #gallery .gallery-img img {
          width: 100%;
          height: auto; } }
      @media (max-height: 1020px) {
        #gallery .gallery-img img {
          width: auto;
          height: 100%; } }
    #gallery .gallery-img.current {
      opacity: 1; }
  #gallery .gallery-nav {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%; }
    #gallery .gallery-nav #leftArrow {
      cursor: pointer;
      position: absolute;
      top: 50%;
      left: 25px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      transition: left 0.25s; }
      #gallery .gallery-nav #leftArrow:hover {
        left: 20px; }
    #gallery .gallery-nav #rightArrow {
      cursor: pointer;
      position: absolute;
      top: 50%;
      right: 25px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      transition: right 0.25s; }
      #gallery .gallery-nav #rightArrow:hover {
        right: 20px; }
  #gallery .gallery-share {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 66px;
    height: 70px;
    cursor: pointer;
    background: #000; }
    @media only screen and (max-width: 1024px) {
      #gallery .gallery-share {
        top: 50px; } }
    #gallery .gallery-share .social-title {
      font-size: 10px;
      text-align: center;
      margin-top: -17px; }
    #gallery .gallery-share .social {
      padding-left: 0px;
      position: absolute;
      top: 9px;
      left: -200%;
      transition: all 0.25s;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: start;
          flex-direction: start;
      width: 107px;
      height: 50px; }
      #gallery .gallery-share .social li {
        min-width: 1%;
        -ms-flex: 1;
        flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        cursor: pointer;
        overflow: hidden;
        position: relative;
        background-size: auto 45%;
        background-repeat: no-repeat;
        background-position: 50%;
        position: relative; }
        #gallery .gallery-share .social li .social-txt {
          opacity: 0;
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          padding: 0px;
          margin: 0px; }
      #gallery .gallery-share .social .facebook {
        background-color: #3b5998;
        background-image: url(../images/facebook.png); }
      #gallery .gallery-share .social .twitter {
        background-color: #55acee;
        background-image: url(../images/twitter.png); }
    #gallery .gallery-share:hover .social {
      left: 66px; }
  #gallery .gallery-toggle {
    width: 66px;
    height: 70px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    cursor: pointer;
    background: #000; }
    #gallery .gallery-toggle svg {
      fill: #fff;
      width: 20px; }
    #gallery .gallery-toggle .with-thumbs, #gallery .gallery-toggle .without-thumbs {
      margin-top: 25px; }
    #gallery .gallery-toggle .without-thumbs {
      display: none; }
    #gallery .gallery-toggle.clicked .without-thumbs {
      display: block; }
    #gallery .gallery-toggle.clicked .with-thumbs {
      display: none; }
  #gallery .gallery-content {
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: height 0.5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  #gallery .gallery-thumbs {
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    transition: bottom 0.5s; }
    #gallery .gallery-thumbs .thumb-scroller {
      width: 100% !important;
      position: relative;
      transition: margin 0.25s; }
    #gallery .gallery-thumbs #thumbRight {
      position: absolute;
      right: 0px;
      top: 0px;
      cursor: pointer; }
    #gallery .gallery-thumbs #thumbLeft {
      position: absolute;
      left: 0px;
      top: 0px;
      cursor: pointer; }
    #gallery .gallery-thumbs.hide {
      bottom: -50%; }

/* http://www.menucool.com/jquery-slider */
#thumbnail-slider {
  margin: 0 auto;
  /*center-aligned*/
  width: 100%;
  /*width:400px;*/
  box-sizing: border-box;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none; }

#thumbnail-slider div.inner {
  /*the followings should not be changed */
  position: relative;
  overflow: hidden;
  padding: 2px 0;
  margin: 0; }

#thumbnail-slider div.inner ul {
  /*the followings should not be changed */
  white-space: nowrap;
  position: relative;
  left: 0;
  top: 0;
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 0;
  float: left !important;
  width: auto !important;
  height: auto !important; }

#thumbnail-slider ul li {
  display: inline-block;
  *display: inline !important;
  /*IE7 hack*/
  margin: 0;
  margin-right: 10px;
  /* Spacing between thumbs*/
  transition: border-color 0.3s;
  box-sizing: content-box;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  position: relative;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 0px solid #000000; }
  #thumbnail-slider ul li.current {
    border: 1px solid #ffffff; }

#thumbnail-slider ul li.active {
  border-color: white; }

#thumbnail-slider .thumb {
  opacity: 1;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  font-size: 0; }

/* --------- navigation controls ------- */
/* The nav id should be: slider id + ("-prev", "-next", and "-pause-play") */
#thumbnail-slider-pause-play {
  display: none; }

/*.pause*/
#thumbnail-slider-prev {
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
  background: url("../images/thumb_leftarrow.png");
  width: 58px;
  height: 100%; }

#thumbnail-slider-next {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  background: url("../images/thumb_rightarrow.png");
  width: 58px;
  height: 100%; }

#thumbnail-slider-next.disabled, #thumbnail-slider-prev.disabled {
  opacity: 0.3;
  cursor: default; }

/*Responsive settings*/
@media only screen and (max-width: 736px) {
  #thumbnail-slider {
    padding: 10px 26px; }
  #thumbnail-slider-prev {
    left: 0px; }
  #thumbnail-slider-next {
    right: 0px; } }

#trailer {
  background: #000;
  overflow: hidden; }
  #trailer .trailer-wrap {
    position: relative;
    transition: height 0.5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  #trailer #trailerVid {
    position: relative;
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 1024px) {
      #trailer #trailerVid {
        height: 50%; } }
    @media only screen and (orientation: landscape) {
      #trailer #trailerVid {
        height: 100%; } }
  #trailer .trailer-toggle {
    width: 20px;
    height: 25px;
    position: relative;
    margin: 0px auto;
    cursor: pointer; }
    #trailer .trailer-toggle.open span {
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #fff; }
    #trailer .trailer-toggle.closed span {
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #fff; }
  #trailer #trailerNav {
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    transition: bottom 0.5s; }
    #trailer #trailerNav .trailer-link {
      margin: 0 10px;
      cursor: pointer;
      border: 1px solid #000;
      height: 180px; }
      #trailer #trailerNav .trailer-link.active {
        border: 1px solid #fff; }
      #trailer #trailerNav .trailer-link img {
        height: 100%; }
      @media only screen and (max-width: 1024px) {
        #trailer #trailerNav .trailer-link {
          height: 80px;
          margin: 0 5px; } }
    #trailer #trailerNav.hide {
      bottom: -40%; }

.mobile .small--hide {
  display: none; }

.desktop .medium-up--hide {
  display: none; }

.mobile .medium-up--hide {
  display: block; }

#mobileBg, #mobileSiteBg {
  position: fixed;
  top: 1vh;
  left: 0px;
  width: 100%;
  height: auto;
  background: #ffffff; }
  #mobileBg img, #mobileSiteBg img {
    width: 100%; }

.home #mobileBg {
  position: relative; }

.home #mobileSiteBg {
  display: none; }

.mobile-show {
  display: none; }

body.mobile, body.iPad {
  background: #fff; }
  body.mobile .section, body.iPad .section {
    height: 100%; }
  body.mobile .desktop-show, body.iPad .desktop-show {
    display: none; }
  body.mobile .mobile-show, body.iPad .mobile-show {
    display: block; }
  body.mobile #home, body.iPad #home {
    overflow: auto; }
    body.mobile #home .background-tt, body.iPad #home .background-tt {
      top: auto;
      bottom: auto;
      position: relative;
      margin-top: 15px; }
  body.mobile #home .background-tt .cal-btn, body.iPad #home .background-tt .cal-btn {
    margin: 5px 0px; }
  body.mobile .footer, body.iPad .footer {
    color: #000;
    top: auto;
    bottom: auto;
    position: relative; }
    body.mobile .footer a, body.iPad .footer a {
      color: #000; }
  body.mobile .home-trailer-wrap, body.iPad .home-trailer-wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #000; }
  body.mobile #homeTrailerVid, body.iPad #homeTrailerVid {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  body.mobile #gallery .gallery-share:hover .social, body.iPad #gallery .gallery-share:hover .social {
    left: -200%; }
  body.mobile #gallery .gallery-share.open .social, body.iPad #gallery .gallery-share.open .social {
    left: 66px; }
  body.mobile #gallery .gallery-nav #rightArrow, body.iPad #gallery .gallery-nav #rightArrow {
    right: 0px; }
  body.mobile #gallery .gallery-nav #leftArrow, body.iPad #gallery .gallery-nav #leftArrow {
    left: 0px; }

body.iPad #homeTrailer {
  display: none !important; }

@media only screen and (max-width: 750px) and (orientation: landscape) {
  .landscape {
    display: block; }
  .portrait {
    display: none; }
  body.mobile #home .background-tt {
    margin-top: 50px; }
  body.mobile #homeTrailerVid {
    height: 100%; } }

@media only screen and (max-width: 750px) and (orientation: portrait) {
  .landscape {
    display: none; }
  .portrait {
    display: block; } }

@media only screen and (max-width: 1024px) and (orientation: landscape) {
  .landscape {
    display: block; }
  .portrait {
    display: none; }
  body.iPad #gallery .gallery-img {
    height: 100%;
    width: 100%; }
    body.iPad #gallery .gallery-img img {
      height: 100%;
      width: auto; } }

@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .landscape {
    display: none; }
  .portrait {
    display: block; } }

.vjs-control-bar,
.vjs-hidden,
.vjs-big-play-button {
  display: none; }
