/*
Theme Name: bouglione
Theme URI: http://akanyc.net/
Author: JMA689 for AKA NYC - TEST
Author URI: http://akanyc.net/
Description: Theme for Big Apple Circus
Version: 1.0

CSS RESET http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

img, embed, iframe, object, video {
  max-width: 100%; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

@-ms-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

.entry-content img, .comment-content img, .widget img, .entry-summary img, .wp-caption {
  max-width: 100%; }

img[class*="align"], img[class*="wp-image-"], .comment-content img[height], .entry-content img, .entry-summary img, img[class*="attachment-"] {
  height: auto; }

img.size-auto, img.size-full, img.size-large, img.size-medium, img.size-thumbnail, .wp-post-image, .post-thumbnail img {
  max-width: 100%;
  height: auto; }

/*
 __   ___   ___ ___   _   ___ _    ___ ___
 \ \ / /_\ | _ \_ _| /_\ | _ ) |  | __/ __|
  \ V / _ \|   /| | / _ \| _ \ |__| _|\__    \_/_/ \_\_|_\___/_/ \_\___/____|___|___/ !VARIABLES */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*___ _    ___  ___   _   _
  / __| |  / _ \| _ ) /_\ | |
 | (_ | |_| (_) | _ \/ _ \| |__
  \___|____\___/|___/_/ \_\____| !GLOBAL */
html {
  position: relative; }

body {
  min-height: 100vh;
  padding-bottom: 2vw;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: white;
  background: black; }

a {
  color: inherit;
  text-decoration: none; }

p, ul {
  line-height: 1.4; }
  p + p, p + ul, ul + p, ul + ul {
    margin-top: 1em; }
  p a, ul a {
    color: white;
    text-decoration: underline; }

h1, h2, h3, h4 {
  line-height: 1.2; }

strong, b, .bold {
  font-weight: 700; }

em, i {
  font-style: italic; }

.bigger {
  font-size: 1.25em; }

.biggest {
  font-size: 1.5em; }

.hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.visible {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0; }

video#bgvid {
  object-fit: fill;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("video/poster.jpg") no-repeat;
  background-size: cover; }
  @media (min-width: 960px) {
    video#bgvid {
      display: block; } }

/* !SITE HEADER */
#exelator {
  display: block; }

.top-bar {
  display: block;
  height: 14px;
  background: url("images/top-bar.png") center top repeat-x;
  background-size: contain;
  border-bottom: 1px solid #493a21; }

#header {
  display: block;
  background: url("images/nav-lite-texture.png") left bottom repeat-x;
  font-size: 0;
  text-align: left; }
  @media (min-width: 1280px) {
    #header {
      text-align: center;
      padding-right: 200px; } }
  #header #mainmenu {
    display: none;
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background: url("images/mob-nav-bgd.jpg") center top repeat-y;
    background-size: contain;
    font-size: 14px;
    transition: top 400ms, opacity 400ms;
    z-index: 1500;
    cursor: pointer; }
    @media (min-width: 1023px) {
      #header #mainmenu {
        display: inline-block;
        position: inherit;
        top: 0;
        width: auto;
        padding: 10px 0 0;
        background: transparent;
        font-size: 12px; } }
    #header #mainmenu.opened {
      display: block; }
      @media (min-width: 1023px) {
        #header #mainmenu.opened {
          display: inline-block; } }
    #header #mainmenu a {
      text-transform: uppercase;
      color: black; }
      #header #mainmenu a:hover {
        color: #da3232; }
      #header #mainmenu a.current {
        color: #da3232; }
    #header #mainmenu .mm_item {
      display: block;
      margin: 0 10px 0 40px;
      padding: 10px 0;
      border-bottom: 1px solid black;
      cursor: pointer; }
      @media (min-width: 1023px) {
        #header #mainmenu .mm_item {
          display: inline-block;
          margin: 0;
          padding: 9px 11px 9px 6px;
          border: none;
          border-right: 1px solid #b8721e;
          font-size: 0.8em; } }
      @media (min-width: 1117px) {
        #header #mainmenu .mm_item {
          font-size: 1em; } }
      @media (min-width: 1280px) {
        #header #mainmenu .mm_item {
          padding: 9px 15px 9px 10px; } }
      #header #mainmenu .mm_item#mm_media {
        border-bottom: 0; }
      @media (min-width: 1023px) {
        #header #mainmenu .mm_item.mm_item_home {
          display: none; } }
      @media (min-width: 1024px) {
        #header #mainmenu .mm_item.mm_item_home {
          display: inline-block; } }
    #header #mainmenu .has_dropdown_container {
      display: block; }
      @media (min-width: 1023px) {
        #header #mainmenu .has_dropdown_container {
          display: inline-block; }
          #header #mainmenu .has_dropdown_container:hover .submenus {
            display: block; } }
      #header #mainmenu .has_dropdown_container .mm_item {
        font-weight: 700;
        border-bottom: none; }
        @media (min-width: 1023px) {
          #header #mainmenu .has_dropdown_container .mm_item {
            font-weight: 400; } }
      #header #mainmenu .has_dropdown_container .submenus {
        display: block;
        margin: 0 10px 0 40px;
        padding: 0;
        border-bottom: 1px solid black; }
        @media (min-width: 1023px) {
          #header #mainmenu .has_dropdown_container .submenus {
            display: none;
            position: absolute;
            left: 0;
            width: 100%;
            margin: 0;
            padding-top: 12px;
            z-index: 8887; }
            #header #mainmenu .has_dropdown_container .submenus .submenu {
              display: block;
              text-align: center;
              padding: 5px 0;
              background: url("images/mob-nav-bgd.jpg") center top repeat; } }
        #header #mainmenu .has_dropdown_container .submenus .sm_item {
          display: block;
          margin: 0 0 0 20px;
          padding: 10px 0;
          border-top: 1px solid black;
          cursor: pointer; }
          #header #mainmenu .has_dropdown_container .submenus .sm_item:first-child {
            padding-top: 0;
            border: none; }
          @media (min-width: 1023px) {
            #header #mainmenu .has_dropdown_container .submenus .sm_item {
              display: inline-block;
              margin: 0;
              padding: 9px 15px 9px 10px;
              border: none;
              border-left: 1px solid #b8721e; } }
  #header .nav-centerer {
    display: inline; }
    @media (min-width: 1023px) {
      #header .nav-centerer {
        display: inline-block; } }

.logo {
  display: inline-block;
  width: 134px;
  margin-bottom: 3px;
  padding: 2px 10px 0; }
  @media (min-width: 568px) {
    .logo {
      width: 226px;
      padding: 0 10px; } }
  @media (min-width: 1023px) {
    .logo {
      float: left;
      width: 182px;
      padding: 6px 10px 0; } }
  @media (min-width: 1280px) {
    .logo {
      width: 206px;
      padding: 4px 10px 0px; } }
  @media (min-width: 1300px) {
    .logo {
      width: 226px;
      padding: 0 10px; } }

.logo img {
  display: block; }

.nav_gettix {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 118px;
  height: 32px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c0302c+0,6b0908+100 */
  background: #c0302c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c0302c 0%, #6b0908 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c0302c 0%, #6b0908 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c0302c 0%, #6b0908 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0302c', endColorstr='#6b0908',GradientType=0 );
  /* IE6-9 */
  float: right; }
  @media (min-width: 568px) {
    .nav_gettix {
      width: 140px;
      height: 52px; } }
  @media (min-width: 1023px) {
    .nav_gettix {
      float: none;
      width: 160px;
      margin-right: 10px; } }
  @media (min-width: 1280px) {
    .nav_gettix {
      width: 165px; } }
  .nav_gettix span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("images/nav-gettickets.png") center center no-repeat;
    background-size: contain; }
  .nav_gettix:hover span {
    background: url("images/nav-gettickets-hover.png") center center no-repeat;
    background-size: contain; }

.social {
  display: block;
  text-align: center;
  padding: 5px 0;
  z-index: 7777; }
  @media (min-width: 1023px) {
    .social {
      position: fixed;
      left: 10px;
      top: 200px;
      width: 70px; } }
  .social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 3px;
    border-radius: 50%; }
    .social a.fb {
      background: black url("images/social-mob-fb.png");
      background-size: contain; }
    .social a.tw {
      background: black url("images/social-mob-tw.png");
      background-size: contain; }
    .social a.ins {
      background: black url("images/social-mob-ins.png");
      background-size: contain; }
    .social a.yt {
      background: black url("images/social-mob-yt.png");
      background-size: contain; }
    .social a.tix {
      background: black url("images/social-mob-ticket.png");
      background-size: contain; }
    @media (min-width: 1023px) {
      .social a {
        display: block;
        margin: 0 0 10px; }
        .social a.fb {
          background: url("images/social-fb.png");
          background-size: contain; }
        .social a.tw {
          background: url("images/social-tw.png");
          background-size: contain; }
        .social a.ins {
          background: url("images/social-ins.png");
          background-size: contain; }
        .social a.yt {
          background: url("images/social-yt.png");
          background-size: contain; }
        .social a.tix {
          background: url("images/social-ticket.png");
          background-size: contain; }
        .social a:hover {
          background-color: #ac211c; } }

.subscribe {
  display: block;
  position: relative;
  width: 226px;
  margin: 10px auto 0;
  border: 2px solid #b75b00;
  cursor: pointer; }
  .subscribe span {
    display: block;
    background: #eec153;
    border: 1px solid #d16f00;
    padding: 7px 38px;
    text-align: center;
    color: black;
    text-transform: uppercase; }
    .subscribe span:hover {
      color: #da3232; }
  @media (min-width: 1023px) {
    .subscribe {
      position: absolute;
      right: 5px;
      top: 7px;
      width: 127px; }
      .subscribe span {
        padding: 9px 0 8px;
        font-size: 10px; } }
  @media (min-width: 1280px) {
    .subscribe {
      width: 188px; }
      .subscribe span {
        padding: 7px 0;
        font-size: 12px; } }

.site_header {
  padding: 1rem;
  text-align: center;
  background-color: #e0b661; }
  @media (min-width: 1600px) {
    .site_header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1rem 2rem;
      font-size: 1.125em; } }

.site_logo {
  display: block;
  max-width: 369px;
  margin: 0 auto 1rem; }
  .site_logo img {
    display: block;
    width: 100%; }
  @media (min-width: 1600px) {
    .site_logo {
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      margin-right: 1em; } }

.site_nav {
  margin: 1rem 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #67e4d4; }
  .site_nav a {
    padding: 0 1em; }
    .site_nav a:hover {
      color: white; }
  @media (min-width: 1600px) {
    .site_nav {
      display: inline-block;
      vertical-align: middle;
      margin: 0; } }

.social_icons {
  display: block;
  margin: 1rem; }
  @media (min-width: 768px) {
    .social_icons {
      display: inline-block;
      vertical-align: middle;
      margin: 0; } }

.social_icon {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  margin: 0 0.25rem; }
  .social_icon img {
    display: block;
    width: 100%; }

.tickets_buttons {
  display: block;
  margin: 1rem 0; }
  @media (min-width: 768px) {
    .tickets_buttons {
      display: inline-block;
      vertical-align: middle;
      margin: 0; } }

.tickets_button {
  display: block;
  padding: 0.5em 1em;
  font-size: 0.875em;
  font-weight: 700;
  color: #116a91;
  background-color: white; }
  .tickets_button:hover {
    color: white;
    background-color: #f89f00; }
  .tickets_button + .tickets_button {
    margin-top: 1rem; }
  @media (min-width: 568px) {
    .tickets_button {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0.5rem; }
      .tickets_button + .tickets_button {
        margin-top: 0; } }

.newsletter_signup {
  margin: 1rem 0 0; }
  @media (min-width: 768px) {
    .newsletter_signup {
      display: inline-block;
      vertical-align: middle;
      margin: 0; } }

.label_hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.input {
  display: inline-block;
  vertical-align: middle;
  width: 14.5em;
  padding: 0.5em 1em;
  font-size: 0.875em;
  font-family: inherit;
  color: #116a91;
  background-color: #67e4d4;
  border: 2px solid #3cdcc8;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.75); }
  .input:hover {
    background-color: #3cdcc8; }
  .input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #116a91; }
  .input::-moz-placeholder {
    /* Firefox 19+ */
    color: #116a91; }
  .input:-ms-input-placeholder {
    /* IE 10+ */
    color: #116a91; }
  .input:-moz-placeholder {
    /* Firefox 18- */
    color: #116a91; }

.submit {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  margin-left: 0.5em; }

#mobile_mm_toggle {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 3px 0;
  padding: 5px;
  background: transparent;
  cursor: pointer;
  border: none;
  outline: none; }
  @media (min-width: 568px) {
    #mobile_mm_toggle {
      padding: 15px; } }
  @media (min-width: 1023px) {
    #mobile_mm_toggle {
      display: none; } }

#mobile_mm_toggle .icon {
  position: relative;
  width: 30px;
  height: 19px;
  margin: 0 auto; }

#mobile_mm_toggle .icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #000000;
  opacity: 1;
  -webkit-transform: rotate(0deg) translateZ(0);
  transform: rotate(0deg) translateZ(0);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#mobile_mm_toggle:hover .icon span {
  background: #000000; }

#mobile_mm_toggle span:nth-child(even) {
  left: 50%;
  border-radius: 0 1px 1px 0; }

#mobile_mm_toggle .icon span:nth-child(odd) {
  left: 0;
  border-radius: 1px 0 0 1px; }

#mobile_mm_toggle .icon span:nth-child(1), #mobile_mm_toggle .icon span:nth-child(2) {
  top: 0; }

#mobile_mm_toggle .icon span:nth-child(3), #mobile_mm_toggle .icon span:nth-child(4) {
  top: 8px; }

#mobile_mm_toggle .icon span:nth-child(5), #mobile_mm_toggle .icon span:nth-child(6) {
  top: 16px; }

#header.opened #mobile_mm_toggle .icon span:nth-child(1), #header.opened #mobile_mm_toggle .icon span:nth-child(6) {
  transform: rotate(45deg); }

#header.opened #mobile_mm_toggle .icon span:nth-child(1) {
  left: 3px;
  top: 4px; }

#header.opened #mobile_mm_toggle .icon span:nth-child(2), #header.opened #mobile_mm_toggle .icon span:nth-child(5) {
  transform: rotate(-45deg); }

#header.opened #mobile_mm_toggle .icon span:nth-child(2) {
  left: calc(50% - 3px);
  top: 4px; }

#header.opened #mobile_mm_toggle .icon span:nth-child(3) {
  left: -50%;
  opacity: 0; }

#header.opened #mobile_mm_toggle .icon span:nth-child(4) {
  left: 100%;
  opacity: 0; }

#header.opened #mobile_mm_toggle .icon span:nth-child(5) {
  left: 3px;
  top: 12px; }

#header.opened #mobile_mm_toggle .icon span:nth-child(6) {
  left: calc(50% - 3px);
  top: 12px; }

.nav-inter {
  display: inline-block;
  height: 29px;
  vertical-align: top; }
  @media (min-width: 568px) {
    .nav-inter {
      height: 49px; } }
  @media (min-width: 960px) {
    .nav-inter {
      display: none; } }

/* !FOOTER */
.footergradient {
  display: block;
  position: relative;
  height: 80px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

footer {
  display: block;
  position: relative;
  background: black;
  margin: 0 auto;
  padding: 0 5%; }
  @media (min-width: 768px) {
    footer {
      padding: 0 5% 15px;
      text-align: center; } }
  footer .footer-unit {
    display: block;
    position: relative;
    padding: 20px 0;
    text-align: left; }
    footer .footer-unit.footerlogo {
      display: none;
      z-index: 666; }
      @media (min-width: 1020px) {
        footer .footer-unit.footerlogo {
          display: inline-block;
          vertical-align: top;
          width: 25%;
          padding: 0; } }
      @media (min-width: 1200px) {
        footer .footer-unit.footerlogo {
          width: 28%;
          width: 25%; } }
      @media (min-width: 1300px) {
        footer .footer-unit.footerlogo {
          width: 344px;
          width: 270px; } }
      @media (min-width: 1500px) {
        footer .footer-unit.footerlogo {
          width: 400px;
          width: 270px; } }
      footer .footer-unit.footerlogo img {
        display: block;
        width: 60%;
        width: 85%; }
        footer .footer-unit.footerlogo img.granny {
          position: absolute;
          top: -17%;
          right: -22%;
          width: 75%; }
          @media (min-width: 1300px) {
            footer .footer-unit.footerlogo img.granny {
              right: -19%;
              width: 71%; } }
          @media (min-width: 1500px) {
            footer .footer-unit.footerlogo img.granny {
              right: -16%;
              width: 61%; } }
    footer .footer-unit .line {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px; }
      @media (max-width: 767px) {
        footer .footer-unit .line {
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#83734f+0,a1794f+48,fdee94+49,fdee94+51,a1794f+52,83734f+100 */
          background: #83734f;
          /* Old browsers */
          background: -moz-linear-gradient(left, #83734f 0%, #a1794f 48%, #fdee94 49%, #fdee94 51%, #a1794f 52%, #83734f 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(left, #83734f 0%, #a1794f 48%, #fdee94 49%, #fdee94 51%, #a1794f 52%, #83734f 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to right, #83734f 0%, #a1794f 48%, #fdee94 49%, #fdee94 51%, #a1794f 52%, #83734f 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83734f', endColorstr='#83734f',GradientType=1 );
          /* IE6-9 */ } }
      @media (min-width: 768px) {
        footer .footer-unit .line {
          width: 2px;
          height: 100%;
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#83734f+0,a1794f+48,fdee94+49,fdee94+51,a1794f+52,83734f+100 */
          background: #83734f;
          /* Old browsers */
          background: -moz-linear-gradient(top, #83734f 0%, #a1794f 48%, #fdee94 49%, #fdee94 51%, #a1794f 52%, #83734f 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, #83734f 0%, #a1794f 48%, #fdee94 49%, #fdee94 51%, #a1794f 52%, #83734f 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, #83734f 0%, #a1794f 48%, #fdee94 49%, #fdee94 51%, #a1794f 52%, #83734f 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83734f', endColorstr='#83734f',GradientType=0 );
          /* IE6-9 */ } }
    footer .footer-unit h3 {
      display: block;
      margin: 0 0 5px;
      font-family: "bebas-neue", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      letter-spacing: 1px;
      color: #dab25e; }
      footer .footer-unit h3.sec {
        margin-top: 10px; }
    footer .footer-unit p {
      display: block;
      line-height: 1.2;
      font-size: 12px;
      color: #757575; }
    footer .footer-unit a.with-icon {
      display: block;
      margin: 3px 0;
      padding: 4px 0 4px 28px;
      font-size: 12px;
      color: #dab25e; }
      footer .footer-unit a.with-icon.mail {
        background: url("images/footer-icon-mail.png") left center no-repeat;
        background-size: contain; }
      footer .footer-unit a.with-icon.phone {
        background: url("images/footer-icon-phone.png") left center no-repeat;
        background-size: contain; }
    @media (min-width: 568px) {
      footer .footer-unit.one {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        margin-right: 1%; } }
    @media (min-width: 768px) {
      footer .footer-unit.one {
        width: 31.3333%;
        margin-right: 0; }
        footer .footer-unit.one .line {
          display: none; } }
    @media (min-width: 768px) and (min-width: 1020px) {
      footer .footer-unit.one .line {
        display: block; } }
    @media (min-width: 1020px) {
      footer .footer-unit.one {
        display: inline-block;
        vertical-align: top;
        width: 23%;
        margin: 0 0 0 2%;
        padding: 30px 0 20px 2%; } }
    @media (min-width: 1280px) {
      footer .footer-unit.one {
        width: 251px;
        padding: 30px 0 20px 2.5%; } }
    @media (min-width: 568px) {
      footer .footer-unit.two {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        margin-left: 1%; } }
    @media (min-width: 768px) {
      footer .footer-unit.two {
        width: 35.3333%;
        margin: 0 2%;
        padding: 20px 3%; } }
    @media (min-width: 1020px) {
      footer .footer-unit.two {
        width: 26%;
        margin: 0 0 0 2%;
        padding: 30px 3% 20px 3%; } }
    @media (min-width: 1200px) {
      footer .footer-unit.two {
        width: 23%;
        padding: 30px 2% 20px 2%; } }
    @media (min-width: 1280px) {
      footer .footer-unit.two {
        width: 251px;
        padding: 30px 0.5% 20px 2.5%; } }
    footer .footer-unit.three {
      text-align: center; }
      @media (min-width: 768px) {
        footer .footer-unit.three {
          display: inline-block;
          vertical-align: top;
          width: 27.3333%; } }
      @media (min-width: 1020px) {
        footer .footer-unit.three {
          width: 20%;
          margin: 0 0 0 2%;
          padding: 30px 0 20px; } }
      @media (min-width: 1280px) {
        footer .footer-unit.three {
          width: 240px; } }
      footer .footer-unit.three a {
        display: block;
        margin: 0 0 10px;
        text-align: center;
        font-size: 12px;
        color: #dab25e; }
        footer .footer-unit.three a.foot-buytix {
          display: none; }
          @media (min-width: 768px) {
            footer .footer-unit.three a.foot-buytix {
              display: block;
              width: 80%;
              margin: 0 auto 15px; } }

.newsletter-signup {
  display: none;
  position: absolute;
  top: 40px;
  left: 5%;
  width: 90%;
  background: white;
  padding: 25px;
  color: black;
  overflow-y: auto;
  text-align: left;
  z-index: 8888;
  -webkit-box-shadow: 4px 4px 12px 0px rgba(50, 50, 50, 0.7);
  -moz-box-shadow: 4px 4px 12px 0px rgba(50, 50, 50, 0.7);
  box-shadow: 4px 4px 12px 0px rgba(50, 50, 50, 0.7); }
  @media (min-width: 1024px) {
    .newsletter-signup {
      top: 80px;
      left: 50%;
      width: 940px;
      margin-left: -470px;
      padding: 40px 30px; } }
  .newsletter-signup .closeform {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    cursor: pointer;
    opacity: 0.6; }
  .newsletter-signup #mc_embed_signup {
    background: #fff;
    clear: left; }
    .newsletter-signup #mc_embed_signup form {
      padding: 0;
      text-align: center; }
      .newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll {
        text-align: left; }
        .newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll h2 {
          display: inline-block;
          font-size: 1.8em;
          color: #d9b164;
          text-transform: uppercase;
          line-height: 1.1;
          letter-spacing: 1px;
          font-weight: bold;
          padding: 0;
          margin: 15px 0; }
          @media (min-width: 1024px) {
            .newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll h2 {
              margin-top: 0; } }
        .newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll .indicates-required {
          display: inline-block;
          float: right; }
        .newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll #mce-EMAIL {
          display: inline-block;
          width: 48%;
          height: auto;
          background: white;
          color: #000;
          margin: 0;
          padding-left: 5px;
          vertical-align: top;
          font-size: 10px;
          font-weight: 400; }
        .newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll #mc-embedded-subscribe {
          display: inline-block;
          text-indent: -9999px;
          font-size: 1px;
          width: 160px;
          height: 50px;
          margin: 0;
          background: black url("images/submit.png") center center no-repeat;
          background-size: contain;
          border-radius: 0; }
        .newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll div.response {
          width: 100%; }
        .newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll #mce-success-response {
          color: black;
          font-size: 1.4em;
          text-align: center; }

/* SUBPAGES GENERAL */
.content-container {
  position: relative;
  background: black; }
  .content-container.video {
    display: block;
    background: url("images/video-bgd-mob.jpg") top center no-repeat;
    background-size: cover; }
    @media (min-width: 960px) {
      .content-container.video {
        background: transparent; } }
  .content-container .heading {
    display: block;
    padding: 20px 0;
    text-align: center;
    font-weight: 700;
    color: white;
    letter-spacing: 1px;
    font-size: 2em; }
    @media (min-width: 960px) {
      .content-container .heading {
        padding: 35px 0;
        letter-spacing: 2px;
        font-size: 3em; } }
    @media (min-width: 1280px) {
      .content-container .heading {
        padding: 50px 0;
        font-size: 4em; } }
    .content-container .heading span {
      font-size: 110%; }
  .content-container .subheading {
    display: block;
    padding: 20px 0;
    text-align: left;
    color: #ddbb7c;
    letter-spacing: 1px;
    font-size: 1.5em; }
    @media (min-width: 960px) {
      .content-container .subheading {
        padding: 35px 0;
        letter-spacing: 2px;
        font-size: 2em; } }
    @media (min-width: 1280px) {
      .content-container .subheading {
        padding: 50px 0;
        font-size: 2.8em; } }

/* !Generic page */
.default-page .content-container {
  display: block;
  text-align: center;
  padding-bottom: 100px;
  background: #000 url("images/tix-bgd-mob.jpg") top center no-repeat;
  background-size: cover; }
  @media (min-width: 960px) {
    .default-page .content-container {
      background: #000 url("images/tix-bgd.jpg") top center no-repeat; } }
  .default-page .content-container .subheading {
    display: block;
    padding: 20px 0;
    text-align: left;
    color: #ddbb7c;
    letter-spacing: 1px;
    font-size: 1.5em; }
    @media (min-width: 960px) {
      .default-page .content-container .subheading {
        padding: 35px 0;
        letter-spacing: 2px;
        font-size: 2em; } }

.default-left {
  display: block;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center; }
  @media (min-width: 960px) {
    .default-left {
      display: inline-block;
      vertical-align: top;
      width: 29%;
      max-width: 360px;
      padding: 50px 3%;
      background: #0c223e;
      text-align: left; } }
  .default-left div {
    display: block;
    margin: 0 auto 20px;
    text-align: left; }
    .default-left div h4 {
      display: block;
      text-align: left;
      margin: 0 0 5px;
      font-family: "bebas-neue", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 26px;
      letter-spacing: 2px; }
    .default-left div p {
      display: block; }

.default-right {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 5% 5%;
  text-align: left;
  background: #223f63;
  background: rgba(22, 78, 131, 0.7); }
  @media (min-width: 960px) {
    .default-right {
      display: inline-block;
      vertical-align: top;
      width: 57%;
      max-width: 1010px; } }

.default-left ul, .default-right ul {
  list-style: square; }

.default-left ol, .default-right ol {
  list-style: decimal; }

.default-left ul, .default-left ol, .default-right ul, .default-right ol {
  padding-left: 40px; }

/* !HOME PAGE */
.home-content {
  position: relative;
  background: black; }
  @media (min-width: 768px) {
    .home-content {
      background: #000 url("images/hom-bgd-nowplaying2b.jpg") top center no-repeat;
      background-size: contain; }
      .home-content .home-top {
        display: block;
        position: relative; } }
  .home-content .quotes-bar {
    position: relative;
    max-width: 1340px;
    width: 84%;
    margin: 0 auto 30px; }
    .home-content .quotes-bar:before, .home-content .quotes-bar:after {
      content: " ";
      display: block; }
    @media (min-width: 960px) {
      .home-content .quotes-bar:after {
        width: 100px;
        height: 100px; } }
    .home-content .quotes-bar:before {
      margin: 0 auto;
      display: block;
      background: transparent url(images/nyt-criticspic.png) center center no-repeat;
      background-size: contain;
      height: 100px;
      width: 100px;
      margin: 0 auto; }
      @media (min-width: 960px) {
        .home-content .quotes-bar:before {
          margin: 0; } }
    @media (min-width: 960px) {
      .home-content .quotes-bar {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin: 0 auto 45px; } }
  .home-content .new-quotes.slick-slider {
    width: 90%;
    margin: 20px auto 0;
    text-align: center; }
    @media (min-width: 960px) {
      .home-content .new-quotes.slick-slider {
        margin: 0;
        max-width: 60%; } }
    .home-content .new-quotes.slick-slider .quote.slick-slide span {
      display: block;
      padding-top: 4px;
      font-style: italic;
      font-size: 80%; }
    @media (min-width: 960px) {
      .home-content .new-quotes.slick-slider .quote.slick-slide {
        font-size: 1.25em; }
        .home-content .new-quotes.slick-slider .quote.slick-slide span {
          font-size: 70%; } }
    @media (min-width: 1400px) {
      .home-content .new-quotes.slick-slider .quote.slick-slide {
        font-size: 1.4em; }
        .home-content .new-quotes.slick-slider .quote.slick-slide span {
          font-size: 60%;
          padding-top: 7px; } }
  .home-content .mob-hp {
    display: block; }
    @media (min-width: 768px) {
      .home-content .mob-hp {
        display: none; } }
  .home-content .mob-now {
    display: block;
    text-align: center;
    margin: 0 15px 15px;
    color: #f4dc70;
    text-transform: uppercase;
    font-family: "bebas-neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5em;
    letter-spacing: 1px; }
    @media (min-width: 768px) {
      .home-content .mob-now {
        display: none; } }
  .home-content .hp-spacer {
    display: none; }
    @media (min-width: 768px) {
      .home-content .hp-spacer {
        display: block;
        width: 100%; } }
  .home-content .countdown-box {
    display: block; }
    @media (min-width: 768px) {
      .home-content .countdown-box {
        text-align: center;
        padding: 20px 0; }
        .home-content .countdown-box .content_countdown {
          display: inline-block;
          vertical-align: middle; } }
    .home-content .countdown-box h3 {
      text-align: center;
      font-weight: 700;
      text-transform: uppercase; }
      @media (min-width: 1024px) {
        .home-content .countdown-box h3 {
          display: inline-block;
          vertical-align: middle;
          margin-right: 25px; } }
    .home-content .countdown-box a#countdown-tix-button:hover {
      color: #da3232; }
    .home-content .countdown-box #main_countedown_1 .countdown {
      font-size: 0; }
    .home-content .countdown-box #main_countedown_1 .element_conteiner {
      position: relative;
      border-left: 1px solid #a5a5a5;
      width: 25%; }
      @media (max-width: 768px) {
        .home-content .countdown-box #main_countedown_1 .element_conteiner {
          min-width: 20px;
          max-width: 80px; } }
      .home-content .countdown-box #main_countedown_1 .element_conteiner:first-child {
        border-left: none; }
      .home-content .countdown-box #main_countedown_1 .element_conteiner .time_left {
        background: transparent;
        padding-top: 13px;
        color: white;
        font-family: "bebas-neue", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 42px;
        letter-spacing: 2px; }
      .home-content .countdown-box #main_countedown_1 .element_conteiner .time_description {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
        font-style: normal;
        font-weight: 400;
        color: white;
        font-size: 11px;
        text-transform: uppercase; }
    .home-content .countdown-box p {
      display: block;
      max-width: 250px;
      margin: 0 auto;
      text-align: center;
      font-size: 12px; }
      @media (min-width: 768px) {
        .home-content .countdown-box p {
          display: inline-block;
          vertical-align: middle;
          margin-left: 25px; } }
      .home-content .countdown-box p a {
        display: block;
        margin: 15px 0 35px;
        padding: 10px 0;
        background: url("images/hp-gold-bgd.jpg") center center;
        background-size: cover;
        color: black;
        font-weight: bold;
        text-decoration: none; }
        @media (min-width: 768px) {
          .home-content .countdown-box p a {
            margin: 5px 0 0;
            min-width: 150px; } }
  .home-content .hp-hours {
    display: block;
    text-align: center;
    padding: 0 0 20px;
    line-height: 1.3;
    color: #f4dc70;
    font-size: 0.8em; }
    @media (min-width: 768px) {
      .home-content .hp-hours {
        position: absolute;
        padding: 0;
        top: 69.5%;
        left: 10%;
        width: 33.5%;
        font-size: 0.7em;
        line-height: 1.5; } }
    @media (min-width: 1024px) {
      .home-content .hp-hours {
        font-size: 0.85em; } }
    @media (min-width: 1280px) {
      .home-content .hp-hours {
        font-size: 1em;
        line-height: 1.4; } }
    .home-content .hp-hours span {
      color: #e30b17; }
    .home-content .hp-hours a {
      display: inline-block;
      text-decoration: none;
      color: #f4dc70;
      margin-bottom: 5px; }
  .home-content .home-video {
    display: block;
    width: 90%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ca9a4f+10,e6c489+50,ca9a4f+90 */
    background: #ca9a4f;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ca9a4f 10%, #e6c489 50%, #ca9a4f 90%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ca9a4f 10%, #e6c489 50%, #ca9a4f 90%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ca9a4f 10%, #e6c489 50%, #ca9a4f 90%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca9a4f', endColorstr='#ca9a4f',GradientType=1 );
    /* IE6-9 */ }
    @media (min-width: 960px) {
      .home-content .home-video {
        width: 84%; } }
    .home-content .home-video .video-unit {
      position: relative; }
      .home-content .home-video .video-unit img {
        display: block; }
      .home-content .home-video .video-unit .video-button {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 50px;
        text-align: center;
        font-size: 11px; }
        @media (min-width: 768px) {
          .home-content .home-video .video-unit .video-button {
            width: 70px;
            font-size: 12px; } }
        .home-content .home-video .video-unit .video-button .video-icon {
          display: block;
          position: relative;
          width: 40px;
          height: 40px;
          margin: 0 auto 10px;
          background: url("images/hp-gold-bgd.jpg") center center;
          background-size: cover;
          border-radius: 50%; }
          @media (min-width: 768px) {
            .home-content .home-video .video-unit .video-button .video-icon {
              width: 60px;
              height: 60px; } }
          .home-content .home-video .video-unit .video-button .video-icon div {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url("images/video-play.png") center center;
            background-size: cover; }

.red-carpet {
  display: block;
  position: relative;
  margin: 20px 0;
  padding: 60px 0;
  background: url("images/red-carpet-mob.jpg") center center;
  background-size: cover; }
  @media (min-width: 960px) {
    .red-carpet {
      background: url("images/red-carpet.jpg") center center;
      background-size: cover; } }
  .red-carpet .boxes {
    display: block;
    width: 80%;
    max-width: 1340px;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 768px) {
      .red-carpet .boxes {
        width: 90%; } }
    @media (min-width: 960px) {
      .red-carpet .boxes {
        width: 84%; } }
    .red-carpet .boxes .box {
      padding: 0 10px; }
      @media (min-width: 960px) {
        .red-carpet .boxes .box {
          display: inline-block;
          vertical-align: top;
          width: 22%;
          margin: 0 2%;
          padding: 0; }
          .red-carpet .boxes .box:first-child {
            margin-left: 0; }
          .red-carpet .boxes .box:nth-child(4) {
            margin-right: 0; } }
      .red-carpet .boxes .box img {
        display: block;
        margin-bottom: 10px; }
        @media (min-width: 960px) {
          .red-carpet .boxes .box img {
            margin-bottom: 20px; } }
      .red-carpet .boxes .box p {
        font-size: 12px; }
        @media (min-width: 960px) {
          .red-carpet .boxes .box p {
            font-size: 14px; } }
      .red-carpet .boxes .box a {
        display: inline-block;
        margin-top: 10px;
        text-decoration: underline;
        font-size: 12px; }
        @media (min-width: 960px) {
          .red-carpet .boxes .box a {
            font-size: 14px;
            margin-top: 20px; } }
    .red-carpet .boxes .slick-prev, .red-carpet .boxes .slick-next {
      display: block;
      position: absolute;
      top: 50%;
      width: 20px;
      height: 38px;
      font-size: 0;
      border: none;
      text-indent: -9999px;
      z-index: 666;
      margin-top: -16px; }
    .red-carpet .boxes .slick-prev {
      left: -20px;
      background: url("images/prev.png") center center no-repeat;
      background-size: contain; }
    .red-carpet .boxes .slick-next {
      right: -20px;
      background: url("images/next.png") center center no-repeat;
      background-size: contain; }
    .red-carpet .boxes .slick-prev.slick-disabled, .red-carpet .boxes .slick-next.slick-disabled {
      opacity: 0.3; }

/* !TICKETS */
.page-tickets .content-container, .page-ticket-info .content-container, .page-groups .content-container, .page-tour .content-container {
  background: #000 url("images/tix-bgd-mob.jpg") top center no-repeat;
  background-size: contain; }
  @media (min-width: 768px) {
    .page-tickets .content-container, .page-ticket-info .content-container, .page-groups .content-container, .page-tour .content-container {
      background: #000 url("images/tix-bgd.jpg") top center no-repeat;
      background-size: contain; } }

.tix-specials {
  display: block;
  position: relative;
  text-align: center; }
  @media (min-width: 768px) {
    .tix-specials {
      margin-top: -10px; } }
  @media (min-width: 768px) {
    .tix-specials {
      margin-top: -10px; } }
  .tix-specials .starburst {
    display: block;
    margin: 0 auto 30px; }
    @media (min-width: 768px) {
      .tix-specials .starburst {
        display: inline-block;
        vertical-align: middle;
        margin: 0 25px 30px 0; } }
  .tix-specials .tix-messaging {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    color: #ddbb7c;
    font-size: 18px;
    letter-spacing: 1px; }
    @media (min-width: 768px) {
      .tix-specials .tix-messaging {
        width: auto;
        margin: 10px auto 15px; } }
    @media (min-width: 960px) {
      .tix-specials .tix-messaging {
        font-size: 25px; } }
    @media (min-width: 1280px) {
      .tix-specials .tix-messaging {
        font-size: 30px;
        margin: 20px auto 30px; } }
    .tix-specials .tix-messaging span {
      font-size: 70%; }
    .tix-specials .tix-messaging a {
      display: inline-block;
      padding: 2px 10px;
      background: #ddbb7c;
      color: black;
      text-decoration: none; }
      .tix-specials .tix-messaging a:hover {
        background: white; }
  .tix-specials .unit {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0; }
    .tix-specials .unit:nth-child(2) {
      margin: 0 3%; }
    @media (min-width: 768px) {
      .tix-specials .unit {
        display: inline-block;
        width: 25%;
        max-width: 180px;
        vertical-align: middle; }
        .tix-specials .unit:nth-child(2) {
          margin: 0; }
        .tix-specials .unit:nth-child(3) {
          margin: 0 3%; } }
    .tix-specials .unit span {
      display: block;
      padding-bottom: 8px;
      text-align: center;
      text-transform: uppercase;
      font-size: 10px; }
      @media (min-width: 960px) {
        .tix-specials .unit span {
          font-size: 12px;
          padding-bottom: 12px; } }
    .tix-specials .unit div {
      display: inline-block;
      vertical-align: top;
      line-height: 0.8;
      font-size: 42px;
      font-weight: 700; }
      @media (min-width: 960px) {
        .tix-specials .unit div {
          font-size: 56px; } }
    .tix-specials .unit .supers {
      font-size: 40%; }

.cal-align {
  display: block;
  text-align: center;
  font-size: 0; }

.tix-left {
  display: block;
  width: 90%;
  max-width: 340px;
  margin: 0 auto;
  padding: 30px 0 10px; }
  @media (min-width: 960px) {
    .tix-left {
      display: inline-block;
      vertical-align: top;
      width: 22%;
      padding: 40px 30px;
      background: #0c223e; } }
  .tix-left .unit {
    display: block;
    text-align: left;
    padding-bottom: 20px; }
    .tix-left .unit a {
      text-decoration: none; }
    .tix-left .unit h3 {
      display: block;
      margin-bottom: 4px;
      font-family: "bebas-neue", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 25px;
      letter-spacing: 1px; }
      @media (min-width: 960px) {
        .tix-left .unit h3 {
          font-size: 35px; } }
    .tix-left .unit p {
      display: block;
      font-size: 14px; }
      @media (min-width: 960px) {
        .tix-left .unit p {
          font-size: 16px; } }
    .tix-left .unit .map {
      display: inline-block;
      margin: 5px auto 0;
      max-width: 60%;
      border: 1px solid #c9923f; }
      @media (min-width: 960px) {
        .tix-left .unit .map {
          max-width: 100%;
          margin: 10px auto 0; } }

#calendar {
  display: block;
  position: relative;
  padding: 2%;
  background: #223f63;
  background: rgba(22, 78, 131, 0.7);
  max-width: 1000px;
  font-size: 14px; }
  @media (min-width: 960px) {
    #calendar {
      display: inline-block;
      vertical-align: top;
      width: 72%;
      padding: 40px;
      font-size: 20px; } }
  #calendar .tix-calendar.slick-slider {
    margin-bottom: 0; }
    #calendar .tix-calendar.slick-slider button {
      display: block;
      position: absolute;
      top: 10px;
      width: 20px;
      height: 38px;
      font-size: 0;
      border: none;
      text-indent: -9999px;
      z-index: 666; }
      @media (min-width: 960px) {
        #calendar .tix-calendar.slick-slider button {
          width: 34px;
          height: 64px; } }
      #calendar .tix-calendar.slick-slider button.slick-prev {
        left: 4px;
        background: url("images/cal-prev.png") center center no-repeat;
        background-size: contain; }
      #calendar .tix-calendar.slick-slider button.slick-next {
        right: 4px;
        background: url("images/cal-next.png") center center no-repeat;
        background-size: contain; }
    #calendar .tix-calendar.slick-slider .calendar_month {
      display: inline-block;
      width: 100%;
      position: relative;
      text-align: left;
      padding: 0; }
      #calendar .tix-calendar.slick-slider .calendar_month .calendar-month-head {
        display: block;
        position: relative;
        margin: 0 0 15px;
        padding: 0;
        color: #ddbb7c;
        font-family: "bebas-neue", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 42px;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center; }
        @media (min-width: 960px) {
          #calendar .tix-calendar.slick-slider .calendar_month .calendar-month-head {
            margin-bottom: 20px;
            font-size: 50px; } }
        #calendar .tix-calendar.slick-slider .calendar_month .calendar-month-head span {
          display: block;
          text-align: center;
          font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 80%; }
      #calendar .tix-calendar.slick-slider .calendar_month .calendar_day {
        display: block;
        float: left;
        width: 14.28571%;
        height: 130px;
        padding: 10px 0;
        text-align: center;
        border-bottom: 1px solid #3a5a7a; }
        @media (min-width: 960px) {
          #calendar .tix-calendar.slick-slider .calendar_month .calendar_day {
            height: 140px; } }
        #calendar .tix-calendar.slick-slider .calendar_month .calendar_day.calendar_header {
          height: 26px;
          font-size: 0.7em;
          border-bottom: none; }
        #calendar .tix-calendar.slick-slider .calendar_month .calendar_day .day_of_month {
          display: block;
          margin: 0 0 3px;
          font-family: "bebas-neue", sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 34px; }
        #calendar .tix-calendar.slick-slider .calendar_month .calendar_day .showtime {
          display: block;
          margin: 0 0 5px;
          text-align: center;
          font-family: "bebas-neue", sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 0.9em;
          letter-spacing: 1px; }
          #calendar .tix-calendar.slick-slider .calendar_month .calendar_day .showtime a:hover {
            color: #ddbb7c; }
          #calendar .tix-calendar.slick-slider .calendar_month .calendar_day .showtime div {
            text-decoration: line-through; }
        #calendar .tix-calendar.slick-slider .calendar_month .calendar_day.passed .day_of_month {
          color: #3a5a7a; }
        #calendar .tix-calendar.slick-slider .calendar_month .calendar_day.passed .showtimez {
          display: none; }

.tix-calendar {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1024px;
  padding: 1em 2em;
  margin-bottom: 0; }
  @media (min-width: 960px) {
    .tix-calendar {
      background: rgba(22, 78, 131, 0.7); } }
  .tix-calendar .close-calendar {
    display: block;
    position: absolute;
    top: -35px;
    right: 0; }
  .tix-calendar .calendar_month {
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: left;
    padding: 0; }
    .tix-calendar .calendar_month .calendar-month-head {
      display: block;
      position: relative;
      margin: 0 0 15px;
      padding: 0;
      color: #ddbb7c;
      font-family: "bebas-neue", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 42px;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-align: center; }
      @media (min-width: 960px) {
        .tix-calendar .calendar_month .calendar-month-head {
          margin-bottom: 20px;
          font-size: 50px; } }
      .tix-calendar .calendar_month .calendar-month-head span {
        display: block;
        text-align: center;
        font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 55%; }
    .tix-calendar .calendar_month .calendar_day {
      display: block;
      float: left;
      width: 14.28571%;
      height: 130px;
      padding: 10px 0;
      text-align: center;
      border-bottom: 1px solid #3a5a7a; }
      @media (min-width: 960px) {
        .tix-calendar .calendar_month .calendar_day {
          height: 140px; } }
      .tix-calendar .calendar_month .calendar_day.calendar_header {
        height: 26px;
        font-size: 0.7em;
        border-bottom: none; }
      .tix-calendar .calendar_month .calendar_day .day_of_month {
        display: block;
        margin: 0 0 3px;
        font-family: "bebas-neue", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 34px; }
      .tix-calendar .calendar_month .calendar_day .month_of_month {
        font-size: 0.75em; }
      .tix-calendar .calendar_month .calendar_day .showtime {
        display: block;
        margin: 0 0 5px;
        text-align: center;
        font-family: "bebas-neue", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 0.9em;
        letter-spacing: 1px; }
        .tix-calendar .calendar_month .calendar_day .showtime.highlighted a {
          color: #ddbb7c; }
        .tix-calendar .calendar_month .calendar_day .showtime a:hover {
          color: #ddbb7c; }
        .tix-calendar .calendar_month .calendar_day .showtime div {
          text-decoration: line-through; }
      .tix-calendar .calendar_month .calendar_day.passed .day_of_month {
        color: #3a5a7a; }
      .tix-calendar .calendar_month .calendar_day.passed .showtimez {
        display: none; }

.keys {
  display: block;
  padding: 30px 20px;
  max-width: 1000px;
  color: white; }
  .keys h3 {
    font-family: "bebas-neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media (min-width: 960px) {
      .keys h3 {
        font-size: 40px; } }
  .keys span {
    display: inline-block; }
    .keys span.cond {
      font-family: "bebas-neue", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 120%; }
    .keys span.red {
      color: #e3737f; }
    .keys span.green {
      color: #4c9260; }
    .keys span.purple {
      color: #8e61bc; }
    .keys span.yello {
      color: #ddbb7c; }
  @media (min-width: 768px) {
    .keys {
      display: inline-block;
      width: 298px;
      padding: 1.5em; } }
  @media (min-width: 960px) {
    .keys {
      background: rgba(10, 12, 29, 0.7); } }

.tickets-key th, .tickets-key td {
  padding: 0.5em; }
  @media (min-width: 768px) {
    .tickets-key th, .tickets-key td {
      border: 1px solid #ddbb7c; } }

.tickets-key td {
  text-align: left;
  font-size: 0.9em; }

.tickets-key th {
  font-weight: bold;
  color: #ddbb7c;
  font-size: 1.1em; }

.tickets-key td:first-child, .tickets-key td:nth-child(3) {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  text-align: right; }
  @media (min-width: 768px) {
    .tickets-key td:first-child, .tickets-key td:nth-child(3) {
      width: 20%;
      display: table-cell; } }

@media (min-width: 768px) {
  .tickets-key td:nth-child(3) {
    border-left: 2px solid #ddbb7c; } }

.tickets-key td:nth-child(2), .tickets-key td:nth-child(4) {
  width: 80%;
  padding-left: 20px;
  display: inline-block;
  padding-bottom: 1em; }
  @media (min-width: 768px) {
    .tickets-key td:nth-child(2), .tickets-key td:nth-child(4) {
      width: 80%;
      display: table-cell; } }

@media (min-width: 768px) {
  .tickets-key td:nth-child(2) {
    width: 80%; } }

.tickets-key a {
  text-decoration: underline; }

.showtime-flag-A {
  color: #9289ab; }

.showtime-flag-SS {
  color: #a7b99b; }

.showtime-flag-COS {
  color: #e3737f; }

.showtime-flag-AUT {
  color: #4c9260; }

.showtime-flag-PN {
  color: #8e61bc; }

.showtime-flag-P {
  display: none; }

.venue-info {
  display: block;
  position: relative;
  width: 90%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 40px 0; }
  @media (min-width: 960px) {
    .venue-info {
      text-align: right; } }
  .venue-info img {
    display: block;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .venue-info img {
        display: inline-block;
        vertical-align: top;
        width: 23.5%;
        margin-right: 2.5%; } }
  .venue-info div {
    display: block;
    text-align: left;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .venue-info div {
        display: inline-block;
        vertical-align: top;
        width: 72.5%; } }
    .venue-info div h3 {
      display: block;
      position: relative;
      margin: 0 0 15px;
      color: #ddbb7c;
      font-family: "bebas-neue", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 22px;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-align: left; }
      @media (min-width: 960px) {
        .venue-info div h3 {
          margin-bottom: 20px;
          font-size: 40px; } }

.page-faqs .content-container {
  background: #000 url("images/tix-bgd-mob.jpg") top center no-repeat;
  background-size: cover; }
  @media (min-width: 960px) {
    .page-faqs .content-container {
      background: #000 url("images/tix-bgd.jpg") top center no-repeat; } }

.faq-container {
  display: block;
  position: relative;
  width: 90%;
  max-width: 790px;
  min-height: 500px;
  margin: 0 auto;
  padding: 0 0 30px; }
  @media (min-width: 960px) {
    .faq-container {
      width: 50%; } }
  @media (min-width: 1280px) {
    .faq-container {
      width: 38%; } }
  .faq-container .tickets-faq-units {
    display: block;
    position: relative;
    margin: 0 auto 20px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddbb7c; }
    .faq-container .tickets-faq-units .tickets-faq-question {
      display: block;
      margin: 0;
      padding: 0 42px 0 0;
      font-size: 1.1em;
      line-height: 1.2;
      color: #ddbb7c; }
      .faq-container .tickets-faq-units .tickets-faq-question .arrow {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 37px;
        height: 19px;
        background: url("images/faq-arrow-down.png") center center no-repeat;
        background-size: contain; }
    .faq-container .tickets-faq-units .tickets-faq-answer {
      display: inline-block;
      width: 100%;
      height: 1px;
      opacity: 0;
      overflow: hidden;
      margin: 0;
      font-size: .9em;
      line-height: 1.2;
      color: #ffffff; }
    .faq-container .tickets-faq-units.expanded .arrow {
      background: url("images/faq-arrow-up.png") center center no-repeat;
      background-size: contain; }
    .faq-container .tickets-faq-units.expanded .tickets-faq-answer {
      opacity: 1;
      height: auto;
      padding-top: 15px;
      -webkit-transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s; }

.page-groups .content-container {
  display: block;
  text-align: center;
  background-size: cover;
  padding-bottom: 100px; }

.groups-left {
  display: block;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center; }
  @media (min-width: 960px) {
    .groups-left {
      display: inline-block;
      vertical-align: top;
      width: 29%;
      max-width: 360px;
      padding: 50px 3%;
      background: #0c223e;
      text-align: left; } }
  .groups-left div {
    display: block;
    margin: 0 auto 20px;
    text-align: left; }
    .groups-left div h4 {
      display: block;
      text-align: left;
      margin: 0 0 5px;
      font-family: "bebas-neue", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 26px;
      letter-spacing: 2px; }
    .groups-left div p {
      display: block; }

.groups-right {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 5% 5%;
  text-align: left;
  background: #223f63;
  background: rgba(22, 78, 131, 0.7); }
  @media (min-width: 960px) {
    .groups-right {
      display: inline-block;
      vertical-align: top;
      width: 57%;
      max-width: 1010px; } }

.star-break {
  display: block;
  position: relative;
  width: 90%;
  max-width: 1100px;
  height: 36px;
  margin: 15px auto;
  background: url("images/history-star.png") center center no-repeat; }

.page-story .content-container {
  text-align: center; }

.about-intro {
  display: block;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto; }

.history-left {
  display: block;
  width: 90%;
  max-width: 418px;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 960px) {
    .history-left {
      display: inline-block;
      vertical-align: top;
      width: 38%;
      text-align: left; } }
  .history-left img {
    display: block;
    max-width: 90%;
    margin: 0 auto 5px; }
    @media (min-width: 960px) {
      .history-left img {
        margin: 0 0 5px; } }
  .history-left h4 {
    display: block;
    text-align: center;
    margin: 0 0 20px; }
    @media (min-width: 960px) {
      .history-left h4 {
        text-align: left;
        margin: 0 0 30px; } }

.history-right {
  display: block;
  width: 90%;
  max-width: 682px;
  margin: 0 auto;
  text-align: left; }
  @media (min-width: 960px) {
    .history-right {
      display: inline-block;
      vertical-align: top;
      width: 61%; } }

.partners-container {
  display: block;
  position: relative;
  width: 90%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 0 40px 0;
  text-align: left;
  font-size: 0; }
  .partners-container .partner-unit {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 1% 2%;
    padding: 0 0 15px;
    font-size: 12px;
    text-align: left; }
    @media (min-width: 768px) {
      .partners-container .partner-unit {
        width: 31.3333%;
        font-size: 14px; } }
    @media (min-width: 960px) {
      .partners-container .partner-unit {
        width: 23%;
        font-size: 15px; } }
    .partners-container .partner-unit img {
      display: block;
      margin: 0 0 10px; }
    .partners-container .partner-unit h4 {
      display: block;
      margin: 0 0 5px;
      text-transform: uppercase; }
    .partners-container .partner-unit a {
      text-decoration: underline; }

.page-bios .content-container .castcontent, .page-acts .content-container .castcontent {
  display: block;
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 0 auto; }
  .page-bios .content-container .castcontent .star-break, .page-acts .content-container .castcontent .star-break {
    width: 98%;
    margin: 25px auto 10px; }
  .page-bios .content-container .castcontent .thumbs-container, .page-acts .content-container .castcontent .thumbs-container {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 0; }
    .page-bios .content-container .castcontent .thumbs-container .wrapblock, .page-acts .content-container .castcontent .thumbs-container .wrapblock {
      display: inline-block;
      position: relative;
      padding: 0;
      vertical-align: top;
      width: 48%;
      color: #fff;
      font-size: 12px;
      text-align: center;
      margin: 0 1% 2%; }
      @media (min-width: 768px) {
        .page-bios .content-container .castcontent .thumbs-container .wrapblock, .page-acts .content-container .castcontent .thumbs-container .wrapblock {
          width: 31.3333%;
          font-size: 14px; } }
      @media (min-width: 960px) {
        .page-bios .content-container .castcontent .thumbs-container .wrapblock, .page-acts .content-container .castcontent .thumbs-container .wrapblock {
          width: 23%;
          font-size: 15px; } }
      .page-bios .content-container .castcontent .thumbs-container .wrapblock.lastofline, .page-acts .content-container .castcontent .thumbs-container .wrapblock.lastofline {
        background: 0 0;
        width: 0.1% !important;
        min-height: 1px;
        max-height: 1px;
        margin: .001%;
        opacity: 0; }
      .page-bios .content-container .castcontent .thumbs-container .wrapblock img, .page-acts .content-container .castcontent .thumbs-container .wrapblock img {
        display: block;
        width: 100%; }
      .page-bios .content-container .castcontent .thumbs-container .wrapblock h3, .page-acts .content-container .castcontent .thumbs-container .wrapblock h3 {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px 5px;
        background: rgba(0, 0, 0, 0.6);
        text-transform: uppercase;
        font-family: "bebas-neue", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 20px; }
      .page-bios .content-container .castcontent .thumbs-container .wrapblock .arrow-down, .page-acts .content-container .castcontent .thumbs-container .wrapblock .arrow-down {
        display: none;
        position: absolute;
        bottom: -14px;
        left: 50%;
        margin-left: -14px;
        width: 0;
        height: 0;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-top: 14px solid rgba(227, 169, 69, 0.6); }
      .page-bios .content-container .castcontent .thumbs-container .wrapblock.creamember, .page-acts .content-container .castcontent .thumbs-container .wrapblock.creamember {
        height: 80px;
        background: #0f375c; }
        .page-bios .content-container .castcontent .thumbs-container .wrapblock.creamember span, .page-acts .content-container .castcontent .thumbs-container .wrapblock.creamember span {
          display: block;
          position: relative;
          text-align: center;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          .page-bios .content-container .castcontent .thumbs-container .wrapblock.creamember span h3, .page-acts .content-container .castcontent .thumbs-container .wrapblock.creamember span h3 {
            position: relative;
            background: transparent; }
      .page-bios .content-container .castcontent .thumbs-container .wrapblock.open .arrow-down, .page-acts .content-container .castcontent .thumbs-container .wrapblock.open .arrow-down {
        display: block; }
      .page-bios .content-container .castcontent .thumbs-container .wrapblock.open.castmember, .page-acts .content-container .castcontent .thumbs-container .wrapblock.open.castmember {
        background: rgba(227, 169, 69, 0.6); }
        .page-bios .content-container .castcontent .thumbs-container .wrapblock.open.castmember img, .page-acts .content-container .castcontent .thumbs-container .wrapblock.open.castmember img {
          opacity: 0; }
        .page-bios .content-container .castcontent .thumbs-container .wrapblock.open.castmember span, .page-acts .content-container .castcontent .thumbs-container .wrapblock.open.castmember span {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          .page-bios .content-container .castcontent .thumbs-container .wrapblock.open.castmember span h3, .page-acts .content-container .castcontent .thumbs-container .wrapblock.open.castmember span h3 {
            display: block;
            position: relative;
            text-align: center;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            background: transparent; }
      .page-bios .content-container .castcontent .thumbs-container .wrapblock.open.creamember, .page-acts .content-container .castcontent .thumbs-container .wrapblock.open.creamember {
        background: rgba(227, 169, 69, 0.6); }
    .page-bios .content-container .castcontent .thumbs-container #single-post-container, .page-acts .content-container .castcontent .thumbs-container #single-post-container {
      display: none;
      vertical-align: top;
      position: relative;
      width: 98%;
      margin: 0 auto 2%;
      background: #1e3e67;
      background: rgba(22, 78, 131, 0.7);
      font-size: 0;
      color: #34091f;
      padding: 0; }
      .page-bios .content-container .castcontent .thumbs-container #single-post-container img, .page-acts .content-container .castcontent .thumbs-container #single-post-container img {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        max-width: 250px; }
        @media (min-width: 960px) {
          .page-bios .content-container .castcontent .thumbs-container #single-post-container img, .page-acts .content-container .castcontent .thumbs-container #single-post-container img {
            width: 49%;
            max-width: none; } }
      .page-bios .content-container .castcontent .thumbs-container #single-post-container .cast-txt, .page-acts .content-container .castcontent .thumbs-container #single-post-container .cast-txt {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 20px;
        font-size: 14px;
        text-align: left;
        color: white; }
        @media (min-width: 960px) {
          .page-bios .content-container .castcontent .thumbs-container #single-post-container .cast-txt, .page-acts .content-container .castcontent .thumbs-container #single-post-container .cast-txt {
            width: 51%; } }
        @media (min-width: 1280px) {
          .page-bios .content-container .castcontent .thumbs-container #single-post-container .cast-txt, .page-acts .content-container .castcontent .thumbs-container #single-post-container .cast-txt {
            font-size: 16px; } }
        .page-bios .content-container .castcontent .thumbs-container #single-post-container .cast-txt h4, .page-acts .content-container .castcontent .thumbs-container #single-post-container .cast-txt h4 {
          display: block;
          text-align: left;
          margin: 0 0 5px; }
  .page-bios .content-container .castcontent.creacontent .cast-txt, .page-acts .content-container .castcontent.creacontent .cast-txt {
    width: 100% !important; }

.page-news-reviews .content-container .star-break {
  max-width: 1340px; }

.news-container {
  display: block;
  position: relative;
  width: 90%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  font-size: 0; }
  .news-container .news-unit {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 1% 2%;
    padding: 0 0 15px;
    font-size: 12px;
    text-align: left; }
    @media (min-width: 768px) {
      .news-container .news-unit {
        width: 31.3333%;
        font-size: 14px; } }
    @media (min-width: 960px) {
      .news-container .news-unit {
        width: 23%;
        font-size: 15px; } }
    .news-container .news-unit img {
      display: block;
      margin: 0 0 20px; }
    .news-container .news-unit h4 {
      display: block;
      margin: 0 0 5px;
      text-transform: uppercase; }
    .news-container .news-unit p {
      display: block;
      margin: 0 0 5px; }
      .news-container .news-unit p.publication {
        display: block;
        margin: 0 0 15px;
        font-size: 80%;
        font-style: italic; }
    .news-container .news-unit a {
      text-decoration: underline; }
  .news-container.reviews-container {
    padding-top: 60px;
    background: transparent url(images/nyt-criticspic-revs.png) top center no-repeat; }
    @media (min-width: 960px) {
      .news-container.reviews-container {
        padding-top: 0; } }
  .news-container .reviews-unit {
    display: inline-block;
    vertical-align: top;
    width: 98%;
    margin: 0 1% 2%;
    padding: 0 0 15px;
    font-size: 12px;
    text-align: center; }
    @media (min-width: 960px) {
      .news-container .reviews-unit:nth-child(2) {
        padding-top: 60px; } }
    @media (min-width: 960px) {
      .news-container .reviews-unit {
        width: 29.3333%;
        margin: 0 2% 3%;
        font-size: 15px; } }
    .news-container .reviews-unit h4 {
      display: block;
      margin: 0 0 5px;
      font-size: 2em;
      text-transform: uppercase;
      font-weight: normal; }
      .news-container .reviews-unit h4 span {
        font-size: 0.5em;
        line-height: 1.7;
        display: block; }
    .news-container .reviews-unit p {
      display: block;
      margin: 1em 0 10px;
      font-size: 1em;
      font-style: italic;
      color: #dbb756; }

.bac-container {
  display: block;
  position: relative;
  width: 90%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  font-size: 0; }
  @media (min-width: 960px) {
    .bac-container {
      width: 80%; } }
  .bac-container .bac-unit {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 40px;
    padding: 0;
    font-size: 13px;
    text-align: left; }
    @media (min-width: 768px) {
      .bac-container .bac-unit {
        font-size: 14px; } }
    @media (min-width: 960px) {
      .bac-container .bac-unit {
        font-size: 16px; } }
    .bac-container .bac-unit img {
      display: block;
      width: 250px;
      margin: 0 auto 20px; }
      @media (min-width: 960px) {
        .bac-container .bac-unit img {
          display: inline-block;
          vertical-align: top;
          width: 31.5%;
          margin: 0 5% 0 0; } }
    @media (min-width: 960px) {
      .bac-container .bac-unit div {
        display: inline-block;
        vertical-align: top;
        width: 63.5%;
        margin: 0; } }
    .bac-container .bac-unit div p {
      display: block;
      margin: 0 0 15px; }
    .bac-container .bac-unit a {
      text-decoration: underline; }

.page-media .content-container .star-break, .page-photos .content-container .star-break, .page-videos .content-container .star-break {
  width: 98%;
  max-width: 1340px; }

.page-media .content-container .subheading, .page-photos .content-container .subheading, .page-videos .content-container .subheading {
  padding-left: 0.5%; }
  .page-media .content-container .subheading:first-child, .page-photos .content-container .subheading:first-child, .page-videos .content-container .subheading:first-child {
    padding-top: 0; }

.page-media .media_link, .page-photos .media_link, .page-videos .media_link {
  position: relative; }
  .page-media .media_link.video:after, .page-photos .media_link.video:after, .page-videos .media_link.video:after {
    background: red;
    position: absolute;
    content: '';
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    background: transparent url(images/media-play.png) center center no-repeat;
    background-size: contain;
    opacity: 0.7; }
  .page-media .media_link.video:hover:after, .page-photos .media_link.video:hover:after, .page-videos .media_link.video:hover:after {
    opacity: 1; }
  .page-media .media_link h4, .page-photos .media_link h4, .page-videos .media_link h4 {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 5px;
    background: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    font-family: "bebas-neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px; }

.page-media .mfp-content, .page-videos .mfp-content, .page-home .mfp-content, .page-photos .mfp-content {
  border: 1px solid #d9b164; }

.page-media .mfp-figure:after, .page-videos .mfp-figure:after, .page-home .mfp-figure:after, .page-photos .mfp-figure:after {
  background: transparent;
  box-shadow: none; }

.page-media .mfp-title, .page-videos .mfp-title, .page-home .mfp-title, .page-photos .mfp-title {
  padding-left: 10px;
  font-size: 12px; }

.page-media .mfp-counter, .page-videos .mfp-counter, .page-home .mfp-counter, .page-photos .mfp-counter {
  right: 10px; }

.page-media .mfp-iframe-holder .mfp-close, .page-media .mfp-image-holder .mfp-close, .page-videos .mfp-iframe-holder .mfp-close, .page-videos .mfp-image-holder .mfp-close, .page-home .mfp-iframe-holder .mfp-close, .page-home .mfp-image-holder .mfp-close, .page-photos .mfp-iframe-holder .mfp-close, .page-photos .mfp-image-holder .mfp-close {
  right: 0; }

.page-media .mfp-arrow-left .mfp-b, .page-media .mfp-arrow-left:before, .page-videos .mfp-arrow-left .mfp-b, .page-videos .mfp-arrow-left:before, .page-home .mfp-arrow-left .mfp-b, .page-home .mfp-arrow-left:before, .page-photos .mfp-arrow-left .mfp-b, .page-photos .mfp-arrow-left:before {
  border-right: 27px solid #d9b164; }

.page-media .mfp-arrow-right .mfp-b, .page-media .mfp-arrow-right:before, .page-videos .mfp-arrow-right .mfp-b, .page-videos .mfp-arrow-right:before, .page-home .mfp-arrow-right .mfp-b, .page-home .mfp-arrow-right:before, .page-photos .mfp-arrow-right .mfp-b, .page-photos .mfp-arrow-right:before {
  border-left: 27px solid #d9b164; }

.page-media .mfp-arrow-right:before, .page-media .mfp-arrow-right:after, .page-media .mfp-arrow-left:before, .page-media .mfp-arrow-left:after, .page-videos .mfp-arrow-right:before, .page-videos .mfp-arrow-right:after, .page-videos .mfp-arrow-left:before, .page-videos .mfp-arrow-left:after, .page-home .mfp-arrow-right:before, .page-home .mfp-arrow-right:after, .page-home .mfp-arrow-left:before, .page-home .mfp-arrow-left:after, .page-photos .mfp-arrow-right:before, .page-photos .mfp-arrow-right:after, .page-photos .mfp-arrow-left:before, .page-photos .mfp-arrow-left:after {
  display: none !important; }

.page-media .mfp-arrow-right, .page-videos .mfp-arrow-right, .page-home .mfp-arrow-right, .page-photos .mfp-arrow-right {
  width: 50px;
  height: 60px;
  background: transparent url(images/media-arrow-right.png) top right no-repeat;
  background-size: contain;
  right: 8%; }

.page-media .mfp-arrow-left, .page-videos .mfp-arrow-left, .page-home .mfp-arrow-left, .page-photos .mfp-arrow-left {
  width: 50px;
  height: 60px;
  background: transparent url(images/media-arrow-left.png) top right no-repeat;
  background-size: contain;
  left: 8%; }

.page-media img.mfp-img, .page-videos img.mfp-img, .page-home img.mfp-img, .page-photos img.mfp-img {
  padding: 40px 0 70px; }

.page-media .mfp-bottom-bar, .page-videos .mfp-bottom-bar, .page-home .mfp-bottom-bar, .page-photos .mfp-bottom-bar {
  margin-top: -60px; }

.page-media .mfp-close, .page-videos .mfp-close, .page-home .mfp-close, .page-photos .mfp-close {
  background: transparent url(images/media-popup-close.png) top right no-repeat;
  margin: 10px;
  background-size: contain;
  width: 20px;
  height: 20px;
  text-indent: -5000px; }

.media-container {
  display: block;
  position: relative;
  width: 90%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0;
  text-align: left; }
  @media (min-width: 960px) {
    .media-container {
      width: 80%; } }
  .media-container a {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 1% 2%;
    padding: 0;
    text-align: left; }
    @media (min-width: 768px) {
      .media-container a {
        width: 31.3333%; } }
    @media (min-width: 960px) {
      .media-container a {
        width: 23%; } }
    .media-container a img {
      display: block; }

.page-circus-to-go .content-container {
  min-height: 640px; }

.page-circus-to-go .about-intro strong {
  display: block;
  text-align: center;
  font-size: 130%; }

.page-circus-to-go .about-intro img {
  display: block;
  width: 100%;
  margin: 20px auto; }
  @media (min-width: 960px) {
    .page-circus-to-go .about-intro img {
      width: 94%; } }

.page-sponsorship .about-intro a {
  color: #dab25e; }

.page-sponsorship .sponsors {
  display: block;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center; }
  .page-sponsorship .sponsors h3 {
    display: block;
    margin: 0 auto 20px;
    font-family: "bebas-neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.3em;
    letter-spacing: 1px;
    color: #dab25e; }
  .page-sponsorship .sponsors .sponsor-unit {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    max-width: 320px;
    margin: 0 3% 6%; }
    .page-sponsorship .sponsors .sponsor-unit.last {
      display: block;
      width: 80%;
      margin: 0 auto 4%; }
    @media (min-width: 768px) {
      .page-sponsorship .sponsors .sponsor-unit {
        width: 46%;
        margin: 0 2% 4%; }
        .page-sponsorship .sponsors .sponsor-unit.last {
          width: 28%; } }
    @media (min-width: 1100px) {
      .page-sponsorship .sponsors .sponsor-unit {
        width: 29.3333%; }
        .page-sponsorship .sponsors .sponsor-unit.last {
          width: 22%; } }
    .page-sponsorship .sponsors .sponsor-unit img {
      display: block;
      width: 100%;
      margin: 0 0 15px; }
    .page-sponsorship .sponsors .sponsor-unit p {
      display: block;
      text-align: left;
      margin: 0 0 15px; }
      .page-sponsorship .sponsors .sponsor-unit p.name {
        margin: 0 0 4px; }
      .page-sponsorship .sponsors .sponsor-unit p strong {
        text-transform: uppercase; }
      .page-sponsorship .sponsors .sponsor-unit p a {
        display: block;
        letter-spacing: 2px;
        color: white;
        text-align: left;
        text-decoration: underline; }

.page-tour .content-container {
  background-size: cover; }
  @media (min-width: 768px) {
    .page-tour .content-container {
      min-height: 550px;
      background-size: 100% auto; } }

.page-tour .tour-holdercont {
  display: none; }

.page-tour .tour-holder {
  display: block;
  max-width: 1000px;
  margin: 1em auto 0;
  padding: 0 0 3em; }
  .page-tour .tour-holder#calendar-section {
    background: #0f233d; }
    @media (min-width: 768px) {
      .page-tour .tour-holder#calendar-section {
        background: transparent; } }
  @media (min-width: 768px) {
    .page-tour .tour-holder {
      display: flex;
      background: transparent; } }
  @media (min-width: 960px) {
    .page-tour .tour-holder {
      padding: 0 0 5em; } }

.page-tour .international-map {
  display: none;
  position: relative;
  max-width: 1000px;
  background: rgba(15, 35, 61, 0.5);
  padding: 1em; }
  @media (min-width: 768px) {
    .page-tour .international-map {
      display: initial;
      height: 100%; } }
  .page-tour .international-map .mapholder {
    float: right;
    position: relative;
    display: block;
    width: 200px; }
  .page-tour .international-map .marker {
    position: absolute;
    width: 40px; }
    .page-tour .international-map .marker:hover .place {
      display: block; }
  .page-tour .international-map .pin {
    height: 33px;
    width: 40px;
    background: transparent url("images/map-pin.png") bottom center no-repeat;
    background-size: contain; }
  .page-tour .international-map .place {
    display: none;
    width: 150px;
    color: black;
    font-size: 0.8em;
    text-align: center;
    margin: 0 0 0 -55px;
    padding: 0;
    background: #0f223c;
    color: white;
    /*
			&:before {
				content: "";
				margin-left: -100%;
			}
			&:after {
				content: "";
				margin-right: -100%;
			}
*/ }
    .page-tour .international-map .place strong {
      display: block;
      padding: 5px;
      font-family: "bebas-neue", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 1.2em;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #dab25e; }
    .page-tour .international-map .place p {
      display: block;
      padding: 0 5px 10px;
      font-size: 0.6em;
      line-height: 1.5;
      color: #dab25e; }
    .page-tour .international-map .place a {
      display: block;
      padding: 10px 5px;
      background: #164e83;
      text-align: center;
      font-size: 1em;
      line-height: 0.75;
      color: white; }
      .page-tour .international-map .place a + a {
        border-top: 1px solid #0f223c; }
      .page-tour .international-map .place a span {
        display: block;
        text-transform: uppercase;
        text-align: center;
        font-size: 80%;
        color: #dab25e; }

.page-tour .international-list {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1024px;
  padding: 1em 2em;
  background: #0f233d; }
  @media (min-width: 960px) {
    .page-tour .international-list {
      background: rgba(22, 78, 131, 0.7); } }
  .page-tour .international-list h3 {
    margin: 15px 0 20px; }
    @media (min-width: 768px) {
      .page-tour .international-list h3 {
        text-align: center; } }
  .page-tour .international-list .tour-unit {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #535362;
    position: relative; }
    @media (min-width: 960px) {
      .page-tour .international-list .tour-unit {
        margin-bottom: 30px;
        padding-bottom: 30px; }
        .page-tour .international-list .tour-unit.two {
          padding-bottom: 60px; } }
    @media (min-width: 960px) and (min-width: 960px) {
      .page-tour .international-list .tour-unit.two {
        padding-bottom: 80px; } }
    .page-tour .international-list .tour-unit:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
      .page-tour .international-list .tour-unit:last-child.two {
        padding-bottom: 60px; }
        @media (min-width: 960px) {
          .page-tour .international-list .tour-unit:last-child.two {
            padding-bottom: 80px; } }
    .page-tour .international-list .tour-unit p + p {
      margin: 0.5em 0; }
    .page-tour .international-list .tour-unit p {
      width: 100%;
      font-size: 0.9em;
      line-height: 1;
      margin-bottom: 0.5em;
      vertical-align: middle; }
      @media (min-width: 568px) {
        .page-tour .international-list .tour-unit p {
          width: 49%; } }
      @media (min-width: 960px) {
        .page-tour .international-list .tour-unit p {
          display: inline-block;
          width: 22.5%;
          margin-bottom: 0;
          padding-top: 5px;
          text-align: left;
          color: white; } }
      .page-tour .international-list .tour-unit p.location {
        font-family: "bebas-neue", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.5em;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #dab25e; }
        @media (min-width: 960px) {
          .page-tour .international-list .tour-unit p.location {
            width: 29%; } }
    .page-tour .international-list .tour-unit a {
      display: inline-block;
      padding: 10px 20px;
      border: 1px solid white;
      font-size: 0.9em; }
      @media (min-width: 568px) {
        .page-tour .international-list .tour-unit a {
          position: absolute;
          right: 1em;
          top: 1em; } }
    .page-tour .international-list .tour-unit .duo p {
      margin: 0.5em 0; }
    @media (min-width: 568px) {
      .page-tour .international-list .tour-unit .duo {
        position: absolute;
        right: 1em;
        top: 1em;
        text-align: right; }
        .page-tour .international-list .tour-unit .duo p {
          display: block;
          width: 100%;
          margin: 0;
          text-align: right; }
        .page-tour .international-list .tour-unit .duo a {
          display: inline-block;
          position: relative;
          right: 0;
          top: 0;
          margin: 5px 0; } }
    @media (min-width: 960px) {
      .page-tour .international-list .tour-unit .duo {
        top: 0;
        max-width: 150px; }
        .page-tour .international-list .tour-unit .duo p {
          font-size: 80%;
          text-align: center; } }

.specialoffer {
  display: block;
  display: none;
  margin: 0;
  padding: 1em;
  background: url("images/msg-bgd-mob.jpg") center center no-repeat;
  background-size: cover; }
  .specialoffer img {
    display: block;
    width: 100%; }
    .specialoffer img.desk {
      display: none; }
  @media (min-width: 768px) {
    .specialoffer {
      padding: 1.3em 0.5em;
      background: url("images/whoopi-bgd-desk.jpg") center center no-repeat;
      background-size: cover; }
      .specialoffer img {
        display: none;
        width: 65%;
        max-width: 1905px;
        margin: 0 auto; }
        .specialoffer img.desk {
          display: block; } }
  @media (min-width: 1280px) {
    .specialoffer {
      padding: 2em 0.5em; } }
  @media (min-width: 1600px) {
    .specialoffer {
      padding: 2.5em 0.5em; } }
  .specialoffer a {
    display: block;
    text-align: center;
    font-family: "bebas-neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 1px;
    color: black; }
    .specialoffer a:hover {
      color: #990000; }
    @media (min-width: 568px) {
      .specialoffer a {
        font-size: 40px; } }
    @media (min-width: 768px) {
      .specialoffer a {
        font-size: 3em;
        letter-spacing: 2px; } }
    @media (min-width: 960px) {
      .specialoffer a {
        font-size: 4em; } }
    @media (min-width: 1280px) {
      .specialoffer a {
        font-size: 4.5em; } }

.page-social .top-bar, .page-social #header, .page-social footer {
  display: none !important; }

#social-proj {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  background: url("images/background-image.jpg") center bottom no-repeat;
  background-size: cover; }
  #social-proj .frame {
    display: block;
    width: 100%; }
  #social-proj .left, #social-proj .right {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%; }
  #social-proj .left {
    left: 0; }
    #social-proj .left .hash {
      display: block;
      position: absolute;
      top: 4.2%;
      left: 15%;
      width: 70%; }
    #social-proj .left .video-cont {
      display: block;
      position: absolute;
      top: 14%;
      left: 6%;
      width: 90%; }
      #social-proj .left .video-cont img {
        display: block;
        width: 100%; }
      #social-proj .left .video-cont iframe {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  #social-proj .right {
    right: 0; }
    #social-proj .right .tintup {
      height: 100% !important; }

/* EMERGENCY ALERT */
#sitewide_alert {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75); }

.centercenter {
  display: table-cell;
  vertical-align: middle; }

#alert_content {
  max-width: 30em;
  margin: 0 auto;
  padding: 1.5em;
  color: red;
  background-color: white;
  border: 3px solid;
  border-radius: 0.5em; }

#alert_content p {
  margin-bottom: 0;
  font-size: 1.3em;
  font-family: "alternate-gothic-no-3-d",sans-serif;
  font-style: normal;
  font-weight: 400; }

#alert_content p + p {
  margin-top: 1em; }

.alert_close {
  color: red; }

/*# sourceMappingURL=style.map */