@charset "UTF-8";
/* CSS Document */

* {
    margin: 0; 
}

video::-webkit-media-controls {
    display:none !important;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

html,
body {

    font-family: 'Century Gothic W01';
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background: #000;
	/*background-color:#FFF;*/
}

body {
  -webkit-font-smoothing:subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  background: #fff;
}

input {
    border-radius: 0;
}


.wrapper {
    min-height: 100%;
    margin: 0 auto -50px;
    -webkit-overflow-scrolling: touch;

    /* the footer's height */
}

.snipe{
		position:relative;
	display:none;




}

	.snipeshow{
		position:relative;
	       display:relative !important;
		   background-color:#d32122;
			width:97%;
			display:inline-block !important;
			color:#FFF;
		  padding:12px;
		  margin-right:100px !important;

		 padding-right:5%;

		 cursor:pointer;

		 line-height:20px !important;

		padding-bottom:22px;

	}

	.home{
	   padding-top:75px;
	}


.review-max{
	display:inline-block;
  width:75vw;
  text-align:center;

  max-width:700px;

}

.photo-credit{
	text-align:center;
	font-size:12px;
	padding-bottom:10px;

}

.img-responsive {
  margin: 0 auto;
}

a {
  text-decoration: none;
}

@media only screen and (max-width:1100px) {

  .slide{
    width:85vw !important;
  }
}


@media only screen and (max-width: 700px) {

  .mobile-hide {
   display: none;
  }

  .mobile-btn {
    font-size:95%!important;
  }

}
/* SLID */
.hide-element {
        display: none;
 }

#bg-video {
	position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(polina.jpg) no-repeat;
  background-size: cover;
}

.w100 { width: 100%; }

#bg-video2 {
	position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -150;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(polina.jpg) no-repeat;
  background-size: cover;
}

.padding-20vw{
  display:inline-block;
  margin:0 10vw 0 10vw;
  display:none;
}

button {
  position: relative;
  color: #FFF;
  font-family: inherit;
  font-family: 'Century Gothic W01';
  font-size: 13px;
  line-height: 10px;
  width: 60px;
  border: 0px solid #FFF;
  background-color: #d32122;
  height: 20px;
  top: 0px;
}

button:hover {
  cursor: pointer;
}

footer-wrapper,
.wrapper {
    position: relative;
    width: 100%;
}

footer-wrapper {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #000 !important;
    text-align: center;
    z-index: 1001;
    font-family: 'Century Gothic W01';
}
.page-content {
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-top: 64px;
    max-width: 800px;
    width: 94%;
    z-index: 1000;
    /* overflow:hidden;*/
}
.page-content h1 {
    margin-top: 0;
}
/**
 * General
 */

.col3 {
    position: relative;
    float: left;
    width: 33%;
}
.col3a {
    z-index: 1000;
}
.col3b {
  display: block;
  position: relative;
  float: none;
  width: 100%;
}
@media (min-width:701px){
  .col3a {
    position: absolute;
    width: 25%;
    left: 1em;
    top: 1.75em;
  }
  .col3ab {
    right: 1em;
    left: auto;
  }
}
pagecontent {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 6em;
}
burst {
    position: absolute;
    display: block;
    top: 200px;
    left: 70vw;
	cursor:pointer;
}
burst img {
    width: calc(80px + 3vw);
}
quoteblock {
    display: inline-block;
    margin-top: 2vw;
    margin-bottom: 2vw;
}
quoteblock img {
    width: 55vw;
    max-width: 300px;
}
/*
  .acclaim quoteblock img {
    width: 90vw;
    max-width: 1200px;
  }*/

.acclaim quoteblock {
  font-size:0;
  width:90%;
  max-width:1200px;
  margin-top:2em;
  margin-bottom: 0;
}

.acclaim quoteblock .acclaim-laurel {
  width: auto;
  display: inline-block;
  vertical-align:top;
}

.acclaim quoteblock .acclaim-laurel img {
  max-width: 100%;
  width: auto;
  height:5em;
  font-size:1rem;
}

@media (min-width:768px) and (max-width:1299px) {
  .acclaim quoteblock .acclaim-laurel img {
    height:6em;
    font-size:1vw;
  }
}

@media (max-width:767px) {
  .acclaim quoteblock .acclaim-laurel img {
      height:11vw;
  }
}

@media (max-width:479px) {
  .acclaim quoteblock .acclaim-laurel img {
      height:15vw;
  }
}

pageblock {
    display: block;
    margin-top: 2em;
    margin-bottom: 2vw;
}


titleblock {
    display: block;
    margin-top: .5vh;
    margin-bottom: .5vh;
}
titleblock img {
    width: 35vw;
    max-width: 550px;
}

.titleblock-subpage{
	display:block;

	padding-bottom:20px;

}

.titleblock-subpage img{
	 width: calc(200px + 10vw);
    max-width: 500px;

}

.new-block {
  font-family: "Champion Welterwt A", "Champion Welterwt B";
  font-size: 3vw;
  margin-bottom:1.5em;
  text-transform: uppercase;
  margin-top:3em;
}

.new-block span.sm {
  font-size:85%;
  display:block;
  font-family: "Champion Lightwt A", "Champion Lightwt B";
  margin-top:-6px;
}

.new-block span.smaller {
  font-size:65%;
  display:block;
  font-family: "Champion Lightwt A", "Champion Lightwt B";
}

.new-block a, .new-block a:focus, .new-block a:visited {
  color:#d32122
}

.new-block a {
  color:#000!important;
  text-decoration:none;
  position:relative;
}

.new-block a:hover {
  color:#d32122!important;
}

@media (max-width:767px) {

  .new-block a:hover {
    text-decoration:none;
    color:#d32122!important;
  }

}

.cyber-mon {
  font-family: "Champion Welterwt A", "Champion Welterwt B";
  font-size: 3.2vw;
  margin:.5em 0 1.5em;
  text-transform: uppercase;
}


.cyber-mon span.cm-smaller {
  font-size:65%!important;
}

.cyber-mon span.gothic {
  font-family:'Century Gothic W01 Bold';
  font-size:55%;
  line-height:1.1em;
}

.cyber-mon span.smaller {
  font-size:80%;
}

.cyber-mon span.smallest {
  font-size:50%;
}

.cyber-mon a {
  color:#d32122;
}

.cyber-mon a:hover {
  color:#000;
}

.mouse-type {
    font-family: 'Century Gothic W01';
    text-transform:none;
    font-weight:normal;
    margin-top:2vw;
    text-align: justify;
    font-size:10px;
    padding:0 20px;
}

.cyber-mon sup, .new-block span.dollar, .new-block span.star {
  font-size:15px;
  display:inline-block;
  margin-top:-2px;
  vertical-align:top;
}

@media (max-width:700px) {
  .mouse-type {
    margin-top:14vw;
  }

  .cyber-mon {
    font-size: 5.5vw;
  }

  .cyber-mon sup {
    font-size:8px!important;
    margin-top:0;
  }
}

.btm-quote {
    font-family:'Trajan W01 Regular';
    padding:3vw 0 2vw;
    font-size:1.85vw;
    font-weight:bold;
}

.btm-quote cite {
  display:block;
  color:#d32122;
  font-size:55%;
  font-style: normal;
  font-weight:normal;
}

castblock {
    display: inline-block;
    margin-top: 0vw;
    margin-bottom: .5vw;
}
castblock img {
    width: 35vw;
    max-width: 400px;
}
showdate {
    display: block;
    margin-top: 0vw;
    margin-bottom: 1vw;
    font-family:'Trajan W01 Regular';
    font-size: calc(12px + 0.5vw);
    font-weight: bold;
}
producerblock {
    display: block;
    margin-top: 0;
    margin-bottom: 2vh;
    font-family:'Trajan W01 Regular';
    font-size: calc(15px + 1.8vw);
}
producerteaser {
    display: block;
    margin-top: 2vw;
    margin-bottom: 0vw;
    font-family:'Trajan W01 Regular';
    font-size: calc(9px + .1vw);
    color: #000;
}

producerteaser strong {
  font-weight:bold;
}

producerblock img {
  max-width:70%;
  margin:5vw auto 0;
}

.video-com:hover {
  cursor:pointer;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.main-content {
  width:89%;
  max-width: 1500px;
  margin:3em auto 0;
}

.frames {
  width:40%;
  float:left;
  margin-top:0em;
}

.frames a:hover {
  cursor: pointer;
}

.keyart {
  width:50%;
  float:right;
  position: relative;
}

.keyart.keyart3 {
  width:56%;
}

#keyart-img {
  padding-top:3.5%;
}

#nyt-best {
  position: absolute;
  bottom: 92.3%;
  left: 62%;
  transform: rotate(14deg);
  width: 47%;
}

#nyt-best2 {
  position: absolute;
  bottom: 89.6%;
  left: -15%;
  transform: rotate(-15deg);
  width: 47%;
}

#keyart-img3 {
   margin-top: -4%;
}

#nyt-best3 {
  transform: rotate(-1deg);
  padding-bottom:3%;
  max-width: 97%;
}

#nyt-best3b {
  display: none;
}

.keyart img, .frames img {
  max-width:100%;
}

.reviews-btn {
  background:#000;
  color:#fff;
  font-size:75%;
  display:block;
  text-decoration:none;
  padding:10px;
  width:22%;
  margin:0 auto 5px;
}

.address {
  font-family: "Champion Welterwt A", "Champion Welterwt B";
  font-size:200%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.fancybox-slide>* {
  background-color:#000!important;
  border:1px solid #888;
  color:#fff;
}

.fancybox-close-small:after {
  height:20px;
  width:20px;
  background:none!important;
}

html.fancybox-lock {
    overflow: visible !important;
}

#email-popup {
  display:none;
}

.featherlight-content #email-popup {
  display:block;
}

.modal-content {
  background-color:#000!important;
  border:1px solid #888;
  color:#fff;
  padding:25px 25px 25px!important;
  text-align:center;
  border-radius: 0px;
}

.modal-dialog {
  width:350px;
}

body.modal-open .modal {
    display: flex !important;
    height: 100%;
}

body.modal-open .modal .modal-dialog {
    margin: auto;
}

.featherlight .featherlight-close-icon {
  background:none!important;
  color:#888!important;
}

#email-popup form {
  text-align:center;
}

#home-cal {
  margin-top:-6vw;
}

.mobile {
  display:none;
}

@media (max-width:700px) {
  .reviews-btn {
    width:80%;
  }
}

.p-bigger{
    font-size: calc(12px + .5vw) !important;
}

.p-medium{
	font-size: calc(10px + .8vw) !important;

}
.p-small{
	font-size: calc(5px + .5vw) !important;
	color:#000 !important;

}

.p-vsmall{
	font-size: calc(5px + .8vw) !important;
	color:#000 !important;
  font-weight:bold;
}

@media (max-width:700px) {
  .desktop {
    display:none;
  }

  .mobile {
    display:block;
  }

  producerblock img {
    max-width:95%;
    margin:5vw auto 0;
  }

  .keyart, .keyart.keyart3 {
    float:none;
    width:100%;
  }

  #nyt-best, #nyt-best2, #nyt-best3b {
    display: inline-block;
    position: relative;
    bottom: auto;
    left: auto;
    transform: rotate(-4deg);
    width: 83%;
    margin-bottom: -4%;
    margin-top: -6%;
  }

  #keyart-img3 {
     margin-top: 0;
     padding-top: 3.5%;
  }

  .main-content {
    width:95%;
  }

  .frames {
    float:none;
    width:95%;
    margin:auto;
  }

  .home {
    padding-top:110px;
  }

  .new-block {
	  margin-top:1em;
    font-size:6vw;
  }

  .p-medium {
    font-size:calc(10px + 1.2vw)!important;
  }

  .p-vsmall {
    font-size:calc(5px + 1.2vw) !important;
  }

  .btm-quote {
    font-size:4.5vw;
  }

  .btm-quote cite {
    font-size:65%;
  }

  .col3b {
    float:none;
    width:100%;
  }

  .address {
    font-size:180%;
  }

  .col3a.right {
    margin-top:20px;
  }

  .sponsors {
      padding:0!important;
  }

  .privacy-link {
  }

  #home-cal {
    margin-top:-5vw;
  }

}

optinbox {
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 2vw;
    background-color: #000;
    width: 300px;
    height: 58px;
}
/* END TAKE 2 */
/* SPECIAL EFFECTS */

a:hover {
    color: #d32122;
}
.mirror {
    /*-webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);*/
    color: #d32122;
    /*.5s ease-in-out*/
}
.mirror a, .active > a {
    color: #d32122 !important;
}


/**


 * NAV TOP
 */

#navtop {
    position: fixed;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    font-family:'Century Gothic W01 Bold';
    text-align: center;
    z-index: 1000;
    background:#fff;
}
#navtop a {
    text-decoration: none;
    color: #000;
}

#navtop a:hover {
  color:#d32122;
}
#inner-nav {
    position: relative;
    display: inline-block;
    text-align: center;
	font-size:85%;
}
navspacer {
    position: relative;
    display: block;
    height: 0vw;
}
#navtop .ticketsnav a {
    color: #FFF;
}

.navtickets {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 0px;
    cursor: pointer;
    letter-spacing: .4vw;
    font-weight: bold;
    font-size:150%;

}

.navtickets > a {
  color: #FFF !important;
  background-color: #d32122;
  padding: .4em .3em .4em;
  display:block;
}

.navtickets > a:hover {
  background:#000;
}

.navtickets a:hover, .navtickets.active a {
    color:#fff!important;
}

.nav {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
    margin-top: .8em;
}

.active > a {
  color:#d32122;
}

.dropdown-menu, .acclaim-options {
  font-size:80%;
  display:none;
  margin-top:5px;
}

.navtickets .dropdown-menu {
  font-size:53%;
  letter-spacing:0;
  background:#fff;
}

.navtickets .dropdown-menu a {
  color:#000!important;
}

.navtickets .dropdown-menu a:hover {
  color:#d32122!important;
}

@media (max-width:700px) {
	.dropdown-menu a {
		display:block;
		margin: -15px 0 0 0;
	}
}

  .dropdown-menu {
    font-size:93%;
  }

@media (min-width:701px) {
  .dropdown-menu {
    position: absolute;
    top: 100%;
    width: 200%;
    left: -50%;
  }	
}

  .dropdown-menu br {
    display:none;
  }

.unhide .dropdown-menu {
    font-size:43%;
    margin-top:15px;
    margin-left:-5px;
  }

  .unhide .dropdown-menu a {
    line-height:1.7em;
     float:left;
     margin-right:15px;
     display:block;
  }

  .divide {
    display:block;
    float:left;
    font-weight:bold;
    font-size:200%;
    margin-right:15px;
    margin-top:-11px;
  }
}

@media (min-width:701px) and (max-width:800px) {
    #inner-nav {
      font-size:75%;
    }
}

@media (min-width:992px) {
    #inner-nav { font-size:110%; }
}

@media (min-width:1200px) {
    #inner-nav {
      font-size:130%;
    }
}

@media (max-width:700px) {
  #navtop {
    background:#d32122;
    color:#fff;
    min-height: 50px;
  }

  #navtop a {
    color:#fff;
    padding-left:10px;
	line-height: 1.25em;
    padding: 0;
	font-size:1em; 
  }

  #navtop a:hover {
    color:#000;
  }

  #inner-nav, #navtop {
    text-align:left;
  }


  hamburger {
    margin-right:15px!important;
  }
}

/**
 * Footer Styles
 */

footer {
  position: relative;
  display: block;
  width: 96vw;
  margin: 0 auto;
  padding: 1.1em 0;
  color: #FFF !important;
  text-transform: uppercase;
  font-size: 12px;
}

.green {
  max-width:90px;
  float:right;
}

@media (max-width:991px) {
  footer { font-size: 10px; }
}


@media (max-width:800px) {
  footer { font-size: 9px; }
}

@media (max-width:700px) {
  .green {
    margin:0 auto;
    float:none;
  }
}

footer a{
	text-decoration:none;
	color:#FFF;
}

footer a:hover{
	text-decoration:underline;
	color:#fff;
}
.theater-logo {
  vertical-align: middle;
  margin-top: -3px;
  width: 17px;
}
/* SOCIAL ICONS */

#social-footer {
  width: 100%;
  text-align: left;
}
#soc-icons {
  display: flex;
  justify-content: center;
  margin: 0 auto 0.75em;
  padding: 0;
  gap:10px;
}

  #soc-icons a {
    display: block;
    width: 30px;
    height: 35px;
    margin: 0;
    border-radius: 9px;
  }

    #soc-ig {
      background: url("../_img/_social/social-ig.png") center center;
    }
    #soc-fb {
      background: url("../_img/_social/social-fb.png") center center;
    }
    #soc-tt {
      background: url("../_img/_social/social-tt.png") center center;
    }
    #soc-x {
      background: url("../_img/_social/social-x.png") center center;
    }
    #soc-yt {
      background: url("../_img/_social/social-yt.png") center center;
    }
    #soc-ig,
    #soc-fb,
    #soc-x,
    #soc-tt,
    #soc-yt {
      background-size: contain;
      background-repeat: no-repeat;
    }

.xsoc-icon {
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  padding-bottom: 2em;
  height: 0;
  background: url(../_img/soc-icons2.png) top left no-repeat;
  background-size: 370%;
  margin-top: -8px;
}
#xsoc-fb {
  background-position: left top;
}
#xsoc-tw {
  background-position: 32% top;
}
#xsoc-ig {
  background-position: 66% top;
}
#xsoc-su {
  background-position: right top;
  font-size: 140%;
}
@media (max-width:700px) {
#xsoc-su {
  font-size: 240%;
}
}

#copyright {} .unhide {
    display: none;
}
hamburger {
    position: absolute;
    top: .125em;
    right: 5vw;
    z-index: 5000;
    text-align: right;
    padding: 0;
    margin: 0;
	margin-right:.2em !important;
    cursor: pointer;

}
hamburger img{
  margin-top: 42%;
  width: 85%;

}
.ham {}

modal {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10000;
    display: inline-block;
    color: #FFF;
    padding: 0;
    margin: 0 auto -50px;
    display: none;
}
modal-close {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    cursor: pointer;
	color:#FFF;
	font-size:30px;
	z-index: 3000;
}
.not-active {
    opacity: 0;
    left: -100%;
    visibility: hidden;
}
.now-active {
    opacity: 1;
    left: 0px;
    visibility: visible;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.not-active-fade {
    opacity: 0;

    visibility: hidden;
}
.now-active-fade {
    opacity: 1;

    visibility: visible;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.spacing{
	 line-height:200% !important;

}


nav-hamburger {

    display: inline-block;
    color: #FFF;
	vertical-align:middle;
   /* padding-top: cal(20px+ 3vh);*/

    font-family:'Trajan W01 Regular';
    font-size: 5vw;
    line-height: 8vh;
	position: relative;
  top: 50%;
  transform: translateY(-50%);
}
nav-hamburger a {
    text-decoration: none;
    color: #FFF;
}
nav-hamburger nav {
    display: block;
    width: 100%;
    text-align: center;
}
.subscribe label {
    font-family: 'Century Gothic W01';
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
}


.gag-fade {
    opacity: 0;
   /* left: 0px;*/
    visibility: visible;
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
}

.not-active-fadein {
    opacity: .5;

    visibility: hidden;
}

.gag-fadein {
    opacity: 1;
   /* left: 0px;*/
    visibility: visible;
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
}


.gag-fade-fall {
	position:absolute;
    opacity: 0;
    top: 700px;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}


wrench{
	position:absolute;
	display:inline-block;
	 position: absolute;
  left: 0;
  right: 0;
  top:0;
  bottom:0;
  margin:auto;
  top:40%;

	z-index:2000;

	text-align:center;
}
/*ABOUT PAGE*/

.stars{
	 width: calc(100px + 10vw);
    max-width: 400px;
	padding-bottom:10px;

}

.sans{
	font-family: 'Century Gothic W01';
}
.serif{
 font-family:'Trajan W01 Regular';
}
.notbold{
	font-weight:normal !important;

}

.font-snipe{

	font-size:120%;

}

.snipe-top{

	font-size:120%;

}

.font-snipe-small{
	left:0;right:0;
	bottom:7px;
	margin:auto;
	position:absolute;
	display:inline-block;
	font-size:70%;
	letter-spacing:.08vw;
	margin-top:20vw;
	line-height:10px;
	left:-3.2vw;



}
.italic{
	font-style:italic;
}

.large{
	font-size:calc(25px + .2vw);
}

.medium{
	font-size:calc(15px + .2vw);
}

.medium2{
	/*font-size:calc(18px + .2vw);
	font-weight:normal !important;*/
}
.mobile-br{
    height:20px;
}


.small{
	font-size:calc(10px + .2vw);
}

.small-2{
	margin-top:5px;
	font-size:calc(8px + .2vw);
	font-weight:bold;
  display:block;
}

.red{
	color:#d32122;
}
.size-flex{
   	 font-size:calc(12px + .3vw);
}


midquote{
  display:block;
  padding-top:calc(10px + 1vw);
   padding-bottom:calc(20px + 1vw);
}

.copy{
   font-size:calc(5px + 1vw);
   line-height:calc(5px + 1.5vw);
}




.midquote::before {
    content: "\201C";
}
.midquote::after {
    content: "\201D";
}

actors{
	position:relative;
	display:inline-block;

	width:100vw;
	height:300px;

}

 actorblock {
        display: block;
        margin-top: 3vw;
    }
    actorblock img {
        width: 100vw;
        max-width: 800px;
    }

	aboutbottom {
        display: block;
        margin-top: 3vw;
    }
    aboutbottom img {
        width: 100vw;
        max-width: 800px;
    }


castbottom {
        display: block;
        margin-top: 3vw;



    }

castbottom square {

	font-family:'Trajan W01 Regular';
	position:relative;
	display:inline-block;

    width: 53vw;
    max-width: 600px;

	padding-left: 1vh;
    padding-right: 1vh;



	vertical-align:middle;


}

castbottom square img{
	position:relative;
	display:inline-block;

    width: calc(200px + 20vw);
    max-width: 600px;

	margin:0;

}

castbottom .copy{
	font-size:calc(10px + .2vw);
	line-height:calc(10px + 1.5vw);

}


aboutleft{
	position:relative;

	display: inline-block;
	border:1px solid #F000;
	text-align:center;
	left:0px;
	vertical-align:middle;
	font-family: 'Josefin Slab', serif;
	padding-right:2vw;



}

aboutleft a{
	text-decoration:none;
	color:#000;

}

aboutleft img{
	padding-top:20px;
  width:calc(150px + .5vw);
  max-width:175px;
}

aboutleft .bigger{
	font-size:calc(15px + .5vw);

}

aboutright{
	position:relative;
	display: inline-block;
	border:1px solid #F000;
	text-align:center;
	left:0px;
	padding-left:2vw;

	vertical-align:middle;

}

aboutright img{
  padding-top0px;
  width:calc(150px + .5vw);
  max-width:175px;

}


/*PRIVACY*/

privacy{
	display:inline-block;
	margin-left:15vw;
	margin-right:15vw;
	max-width:700px;
	text-transform:none;
	text-align:left;
}

privacy h1 {
  margin-bottom:1em;
}

privacy h3{
  margin-top:3vw;
}

privacy p{
  margin-bottom:1vw;
  font-weight:normal;
}

 #privacy-content {
   padding:0 2em 2em;
 }


 privacy tr td:first-of-type {
   width:20%;
   padding:10px;
   border:1px solid #000;
 }

 privacy tr td:nth-of-type(2) {
   width:30%;
   padding:10px;
   border:1px solid #000;
 }

 privacy table {
	 margin-bottom:3em;
 }



/* SPONSORS */
.sponsors{

  padding:0;
  text-align:center;
}
.sponsorspace{
	display:inline-block;
	width:2vw;

}


/*REVIEWS*/
/*ACCLAIM*/
#critic-reviews {
  padding-right:1em;
  padding-left: 1em;
  max-width: 1400px;
  margin: .5em auto 8em;
}
reviewblock {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color:#000;
  width:80%;
  margin: 1em auto;
  font-weight: bold;
  letter-spacing: .05em;
  text-align:center;
  color: #fff;
  background: #000;
  padding: 1em 2em 1em;
  text-transform: uppercase;
}
reviewblock:nth-child(even) {
  background:#d32122;
}

/* hide on mobile */
#lady-holding, #man-jumping, #sword-guy, #review-blank2 {
  display: none;
}

@media (max-width: 699px) {
  #review-blank1 {
    display: block;
    min-height: 3em !important;
    padding: 0;
    margin: 1.125em auto 0;
  }
}

.subnav {
  font-family: 'Century Gothic W01 Bold';
  color: #d32122;
   letter-spacing: .05em;
}

a.page-nav { color: #222; text-decoration: none; }
a.page-nav:hover { color: #d32122; }
span.page-nav { }

reviewblock {
}

@media screen and (max-width: 319px) {
  reviewblock {
    font-size: 4vw;
  }
}

@media screen and (max-width: 699px) {
  reviewblock {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {

  #critic-reviews {
    margin-bottom: 6em;
  }

  reviewblock {
    font-size: 1.25vw;
    width:40%;
    margin: 1.5em 1em;
    min-height: 3.5em;
  }

  #review-blank1, #review-blank2 {
    display: inline-block;
  }

  #review1, #review4, #review6, #review7, #review10, #review12  { background: #d32122; }
  #review2, #review3, #review5, #review8, #review9, #review11 { background: #000; }

  #review1, #review6, #review10 {
    transform: rotate(2deg);
  }

  #review2, #review8 {
    transform: rotate(-3deg);
  }

  #review3, #review9, #review11 {
    transform: rotate(-2deg);
  }

  #review5 {
    transform: rotate(-4deg);
  }

  #review4, #review7 {
    transform: rotate(1deg);
  }

  #review12 {
    transform: rotate(3deg);
  }

  #review6 {
    top: -15.5em;
    left: -19.5em;
  }

  #review11, #review12 {
    display: block;
    margin: 3em auto;
  }

  #lady-holding {
    display: block;
    position: absolute;
    width: 13em;
    height: auto;
    top: 0;
    left: 100%;
    transform: translate(-35%,-3%);
  }

  #dead-guy {
    display: block;
    position: absolute;
    width: 28em;
    height: auto;
    bottom: -4em;
    left: 4em;
  }

  #man-jumping {
    display: block;
    position: absolute;
    width: 9em;
    height: auto;
    top: 100%;
    left: 100%;
    transform: translate(-11em,-2em);
  }
	#man-jumping.nws {
		width:24em;
	    transform: translate(-14em,-2em);
	}

  #sword-guy {
    display: block;
    position: absolute;
    width: 15em;
    height: auto;
    bottom: -26em;
    left: 0em;
  }

}
@media screen and (min-width: 1300px) {
  reviewblock {
    font-size: 16px;
  }
}

reviewblock attrib{
	display:block;
	font-weight:bold;
	font-style:italic;
	margin-top: .6em;
	font-size:80%;


}
reviewblock attrib author{
	font-style:normal !important;
}

reviewblock quote{
	display:block;
	width:100%;
}
reviewblock quote img{
   display:inline-block;
   width:10vw;
   min-width:100px;
}


reviewblock large{
	display: block;
	font-size: 140%;
}

@media (min-width:1400px) {
  reviewblock large {
    /*font-size:22px;*/
  }
}

readmore{
	  display: block;
        padding-top: 1vh;
        margin-bottom: .5vh;
		color:#000;
		width:100vw;
		font-family:'Trajan W01 Regular';
		text-decoration:underline;
		cursor:pointer;
		font-size:calc(8px + .3vw);



}

heading{
	  display: block;
        padding-top: 1vh;
        margin-bottom: .5vh;
		color:#000;
		width:100vw;
		font-family:'Trajan W01 Regular';
		text-decoration:underline;
		cursor:pointer;
		font-size:calc(8px + .3vw);



}

moregood{
	display:none;


}

morebad{
	display:none;

}

.moregood{}
.show{
   display:block;
}
.unshow{
	display:none;

}


 reviewbottom {
        display: block;
        margin-top: .5vh;
        margin-bottom: -10px;
		text-align:center;
    }
    reviewbottom img {

        width: 87vw;
        max-width: 900px;
    }


	reviewbottomimg{
		display:block;

	}



	reviewbottom quoteholder{
		position:absolute;
		left:0;right:0;
		margin:auto;
		font-size:calc(18px + .3vw);
		margin-top:calc(28px + .3vw);
		margin-left:20px;
	}

	reviewbottom quote{
	    display:block;
		left:0;right:0;
		margin:auto;
		margin-bottom:calc(18px + .3vw);
		font-size:calc(18px + .3vw);
	}

	reviewbottom quote attrib{
	   font-size:calc(12px + .3vw);
	   font-style:italic;

	}


	/* MEDIA */

	.mediabg{
		background-size:30%;
		background-image:url(../_img/media-light-bg.png);
		background-repeat:no-repeat;
		background-position: 110% bottom;

	}

	mediaold {
		position:relative;
    display: inline-block;
    margin-top: .5vh;

	cursor:pointer;
	padding:0;
	margin:0;


	width:1000px !important;





}
mediaold img {
   display:block;
	width:1000px !important;
	height:300vw;
	border:1px solid #F00;


}

.media-row{
	position:relative;

	width:100%;
	max-width:820px;
	display:inline-block;

}

.media-block {
  width:85%;
  margin:0 auto;
}
@media (max-width:700px){
  .media-block {
    max-width: 400px;
  }
}

media {
	position:relative;
    display: block;
background: #d32122;
    margin-top: 3vh;
    margin-bottom: 3vh;
	width:48%;
  float:left;
	max-width:400px;
	cursor:pointer;

	margin-left:5px;
  margin-right:5px;

	left:0;right:0;
  z-index:10;



}

/*media.trailer {
    float:none;
    margin:3vh auto;
    background:none;
    z-index:1;
    padding-top:75em;
}*/

media img {
	position:relative;
	float:-left;
    width: 100%;
    max-width: 400px;

}


spam-button{
	text-align:right;
	position:absolute;
    display: inline-block;
    margin-top: 10%;

	right:0vw;

	cursor:pointer;

}

optinbox-chase{

	position:absolute;
    display: inline-block;
    margin-top: 10%;

	right:0vw;

}

spam-button img{
	position:relative;
	display:block;

	width: 100%;
}

.playimg{
	position:absolute;
  width:15% !important;

  left:0;right:0;
  top:-30%;bottom:0;
  margin:auto;

  z-index:900;

}

.small-thumb-society{

}

captions{
	position:relative;
    display:block;
	background: #d32122;
	color: white;
	margin-top:-5px;
	padding:.5em 1em;
  text-transform: uppercase;
  font-size:16px;
  min-height: 40px;
}

captions.long-caption {
  font-size:13px;
}


captions span {
  text-align:center;
}

@media (max-width:700px) {
  captions {
    height:auto;
    font-size:14px;
  }
}


gallery {
	position:relative;
    display: block;
    margin-top: 3vh;
    margin-bottom: 3vh;
	width:70vw;
	max-width:800px;
  clear:both;
}
gallery img {
	position:relative;
	float:-left;
    width: 45vw;
    max-width: 170px;

}


div#wrapper {
    margin: -2em auto 5em;
    clear:both;
    width:85%;
}

#gallery {
    margin-left: 5% !important;
}

#gallery {
  text-align: left;
  padding-top: 1em;
}

@media (min-width:700px) {
  #gallery {
    padding: 5vw 0;
  }
}

#gallery.grouped:after {
    content: "";
    display: table;
    clear: both;
}

#gallery h2 {
    color: #bbb;
    font-size: 200%;
    margin-bottom: 1%;
}

ol.thumbnail-grid {
  margin:0;
  padding:0;
}

ol.thumbnail-grid li {
    display: inline-block;
    width: 17%;
    margin: 0 1% 2% 1%;
    position: relative;
    overflow: hidden;
}

ol.thumbnail-grid li:nth-child(5n) {
    margin-right: 0;
}

ol.thumbnail-grid li.video-item {
    background-color: #000;
}

ol.thumbnail-grid li a img {
    width: 100%;
    height: auto;
}

ol.thumbnail-grid li.video-item a {
    display: block;
    width: 100%;
    height: auto;
}



  castbottom square .stretchBREAK{
	  display:block;

	  height:14px;

  }
@media (max-width:900px){
castbottom square .stretchBREAK{
	  display:block;

	  height:8px;

  }
  }

@media (min-width:1100px) {
  div#wrapper {
    width:75%;
  }


}

@media (max-width:700px) {
  div#wrapper {
    width:100%;
    margin-top:.5em;
  }

  ol.thumbnail-grid li {
      display: inline-block;
      width: 46%;
      margin: 0 1% 2% 1%;
      position: relative;
      overflow: hidden;
  }

  ol.thumbnail-grid li:nth-child(5n) {
      margin-right: 1%;
  }

  ol.thumbnail-grid li:nth-child(2n) {
      margin-right: 0;
  }

}


	subhead .copy br{
		display:block;
	}
/*
@media (min-width:1100px) {
actor2{
	 display:block !important;


	 left:0;right:0;
	 margin:auto;
	 margin-left:10vw;



}

pageblock{

}
}*/

.woobox-offer-frame{

  width:90vw;
  height:100vh;
  border:1px solid #F00;
}



@media (max-width:1100px) and (min-width:700px) {
    gallery img {
	position:relative;
	float:-left;
    width: 50vw;
    max-width: 250px;

}
}​




	mediabottom{
		position:relative;
		display:block;
		height:70vw;
		min-height:200px;
		max-height:400px;

	}

modal-generic {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index: 10000;
    display: inline-block;
    color: #FFF;
    padding: 0;
    overflow: hidden;
	/*display:none;*/

}
modal-generic-close {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    cursor: pointer;
	font-size:50px;
	color:#FFF;
}


/*TICKETS*/

	.ticketsbg{
		/*background-size:30%;
		background-image:url(../_img/tickets-bg.png);
		background-repeat:no-repeat;
		background-position: left 90%;*/

	}



	calendar-holder{
		display: block;
        margin-top: .5vh;
        margin-bottom: -10px;

	}


    calendar-holder img {
        width: 80vw;
        max-width:670px;
    }

	footnote{

		position:relative;
		display: block;
        margin-top: .5vh;

		text-transform:uppercase;
		color:#686868;

		font-size:calc(10px + .3vw);

	}

	.red{
		  color: #d32122;

	}




	buyholder{
		position:relative;
	display:inline-block;
	}

	subhead{

		position:relative;
		display: block;


		color:#686868;
		 font-family:'Century Gothic W01 Bold';

		 margin-top:2vw;
		 margin-bottom:calc(10px + 3vw);

		font-size:calc(14px + .5vw);


	}

	subhead .medium{

	    color:#000 !important;

		font-size:calc(18px + .5vw) !important;


	}

	 .big-subhead{
		 position:relative;
		 display:block;

	    color:#999 !important;

		font-size:calc(14px + .5vw) !important;
		padding-top:2vw;
		padding-bottom:2vw;
			line-height:calc(14px + .5vw) !important;


	}

	subhead .copy{

		display:block;
		text-align:center;
		font-family: 'Century Gothic W01';
		color:#000 !important;


		padding-top:0 !important;

		font-size:calc(8px + .5vw) !important;
    font-weight:normal;


	}

	subhead .copy a{
		color:#000 !important;


	}

	subhead .copy a:hover{
		color:#d32122 !important;


	}

	subhead .copy br{
		display:block;
	}




	feetblock{
		display: block;
        margin-top: -10vh;
        margin-bottom: 10px;
	}

	feetblock img{

	  width:30vw;

	  padding-bottom:10vw;
	}

	iconblock {
	position:relative;
    display: block;
    margin-top: 3vh;
    margin-bottom: 3vh;


	width:100vw;
	/*max-width:900px;*/

	font-family: 'Century Gothic W01';
}
iconblock square {
	position:relative;
	display:inline-block;

    width: 50vw;
    max-width: 200px;

	padding-left: 1vh;
    padding-right: 1vh;


	vertical-align:top;

}

iconblock square img{
	position:relative;
	display:inline-block;

    width: 16vw;
    max-width: 100px;

	margin:0;

}

iconblock square footnote{


		display: block;
        padding: 10px;

		text-transform:uppercase;
		background-color:#000;
		color:#FFF;
		margin:0;

		font-size:calc(8px + .3vw);
		height:30px;

	}

	iconblock square footnote a{
		text-decoration:none;
		color:#FFF;

	}

	iconblock square .small{
	  font-size:8px;
	}
	.oneline{
		display:inline-block;
		margin-top:8px;

	}
	 .twolines{

	}



	/*CAST*/

	actor {
	position:relative;
    display: block;
    margin-top: 3vh;
    margin-bottom: 3vh;
	width:90vw;
	max-width:600px;
}
actor img {

	display:inline-block;

    width: 217px;
    max-width: 217px;


}

actor mask{
   position:relative;
	display:inline-block;
	width: 217px;
	 height: 275px;
	 overflow:hidden;

	 margin:10px;
	 cursor:pointer;

}

alt-actor{


 max-width:1000px;
 padding-bottom:2vw;

 display:block !important;


 left:0;right:0;
 margin:auto;

}

actor2{
	 display:block !important;


	 left:0;right:0;
	 margin:auto;

}
actor2 img{
	width:20vw;
	max-width:200px;
	cursor:pointer;
}

understudy, manager{

	display:inline-block;
	cursor:pointer;
	font-family:'Trajan W01 Regular';
	padding-left:1vw;
	padding-right:1vw;

}


cast-chain{
	position:absolute;
	right:20px;
	top:0px;
	z-index:200;
	cursor:pointer;

}

bigger{
	font-size:larger;
	font-size:200%;

}

.title{
	display:block;
  padding-top:50px;
  border:1px solid #F00;
}
.inline{
   display:inline-block;
   line-height:15px;
}

smaller{
	font-size:50%;


}

small{
	font-size:17px;
	/*line-height:2px !important;*/

}

.castbio-block{

	position:relative;
	display:inline-block;
	margin-top:calc(40px + 2vw);
	margin-bottom:calc(40px + 2vw);

	height:90vh !important;
	width:2000vw;



}


castbio square{
    position:relative;
	padding-left:1vw;
	display:inline-block;
	vertical-align:middle;
	width:99vw !important;

}

castbio square a{
    color: white;
    text-decoration: underline;

}

castbio square img{
	width:40vw !important;
		display:inline-block;
		vertical-align:middle;
	max-width:calc(400px + 5vw);
		margin-left:5vw;
}

castbio square biotext-block{
	 position:relative;
	margin-left:2vw;
		margin-right:2vw;
	display:inline-block;
	vertical-align:middle;

	font-size:calc(12px + .5vw);


	width:40vw;

}

navbuttonLEFT{
  position:absolute;
  display:inline-block;
  top:50%;

 left:0px;
  font-size:calc(40px + 5vw);
  cursor:pointer;
  outline: none;

  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed */


}

navbuttonRIGHT{
  position:absolute;
  display:inline-block;
  top:50%;

 right:0px;
  font-size:calc(40px + 5vw);
  cursor:pointer;
  outline: none;

   -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed */


}



.sweeps2{
	width:100% !important;
	position:relative;
	margin-left:5px;
	padding:0;
   margin-left:0px !important;


}





@media all and (orientation: portrait) {
    burst {
        right: calc(0px + 8vw);
    }
    showdate {
        margin-top: 1vh;
        margin-bottom: 2vh;
    }
    castblock {
        margin-top: 3vh;
        margin-bottom: 3vh;
    }
    castblock img {
        width: 55vw;
        max-width: 600px;
    }




}
@media screen and (min-width: 1099px) {
    actor {

	max-width:1200px;
  }

}
@media screen and (max-width: 810px) {

.media-row{


	width:400px;

	display:inline-block;


}
}


@media screen and (max-width: 700px) {



.sponsorspace{
	display:none;


}

	subhead{





		/*border:1px solid #F00;*/

         margin-top:0vw !important;
		 margin-bottom:2vw !important;

		 padding-top:10vw !important;

	}






	schedule{
	   display:block;
	   margin-top:15vw;

	}
	buyholder{

		margin-top:calc(100px - 15vw);
	display:inline-block;
	}
	alt-actor{

 display:block;
 max-width:100vw;
 padding-bottom:2vw;


}


actor2{

}

actor2 img{
	width:40vw;
	max-width:200px;
	cursor:pointer;
}


	.col3b {
    margin-top:10px;
    }

	castbio square{
    position:relative;
	padding-left:1vw;
	display:inline-block;


	vertical-align:top;

	width:99vw !important;

	padding-top:5vw;







}

	castbio square img{

		left:0;right:0;
		margin:auto;

		display:block;

		width:60vw !important;
		margin-top:-20px;










}

castbio square biotext-block{


		left:0;right:0;
		margin:auto;

		display:block;
		width:80vw !important;
		font-size:calc(10px +.3vw);

		padding-top:5vw;

}


/*
castbio square img{

		left:0;right:0;
		margin:auto;

		display:block;

		width:40vw !important;
		margin-top:-20px;
		padding-bottom:10vw;










}

castbio square biotext-block{


		left:0;right:0;
		margin:auto;

		display:block;
		width:80vw !important;
		font-size:calc(10px +.3vw);

		padding-top:10vw;



		max-height:100px;
		overflow-y:scroll;

}
*/


    navspacer {
        height: 2vw;
    }
    #navticket {} #navticket a {
        display: block;
        text-decoration: none;
        color: #FFF;
    }
    .center {
        position: relative;
        display: block;
        text-align: center;
        height: 10px;
    }
    modal {
        display: block;
    }
    .block {
        display: block;
    }
    .hide {
        display: none;
    }
    .unhide {
        display: block;
    }
    footer {
        font-size: 11px;
    }
    .soc-icon {
        font-size: 18px;
        margin-top: -2px;
    }
    .theater-logo {
        vertical-align: top;
        margin-top: 0px;
        width: 1.1em;
    }
    .navtickets-small {
        position: relative;
        display: inline-block;
        font-size: 3vw;
        letter-spacing: .4vw;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 6px;
        padding-right: 6px;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 1vw;
        margin-bottom: 5vw;
        background-color: #FFF;
        font-size: 15px;
        border: 1px solid #000;
    }
    .navtickets-small a {
        color: #000 !important;
    }
    .navtickets-small a:hover {
        color: #d32122 !important;
    }
    nav {
        font-size: 15px;
    }
    .nav {
        margin-top: 4px;
        margin-right: 20px;
        margin: 0;
        padding: 0;
        padding: .5em 1em;
    }
    burst {
        top: 55vw;
        left: 80vw;
    }
    burst img {
        width: calc(50px + 3vw);
    }
    titleblock {
        display: block;
        margin-top: .5vh;
        margin-bottom: -10px;

		margin-left:-4vw;
    }
    titleblock img {
        width: 87vw;
        max-width: 600px;
    }
    quoteblock {
        margin-bottom: 5vw;
    }
	pageblock{
		 margin-bottom: 5vw;
	}
    castblock {
        margin-top: 4vw;
        margin-bottom: 1vw;
    }
    castblock img {
        width: 75vw;
        max-width: 400px;
    }
    producerblock {
        display: block;
        padding-top: 0vw;
        margin-bottom: 4vw;
        font-family:'Trajan W01 Regular';
        font-size: calc(20px + 1.0vw);
    }
    producerteaser {
        display: block;
        margin-top: 2vw;
        margin-bottom: 0vw;
        font-family:'Trajan W01 Regular';
        font-size: calc(10px + 0.5vw);
        font-weight: bold;
        color: #000;
		line-height:20px;
    }
    showdate {
        margin-top: 1vw;
        font-size: calc(16px + 1.0vw);
    }

	.titleblock-subpage img{
	 width: calc(200px + 10vw);
    max-width: 500px;
	margin-left:4vw;

}



	/*ABOUT*/
	.copy{
	  text-align:center;
	  font-size:13px;
	  padding:8vw;
	   line-height:18px;
}

/*	.copy br{
  display:none;
}*/

.upper{
	text-transform:uppercase;

}

/*REVIEW*/
	reviewbottom img.sleeping{

         width: 100%;
        max-width: 1000px;
		padding-top:30px;
		padding-bottom:70px;
	}

	reviewbottom quoteholder{

		margin-top:calc(30px);
	}


reviewbottom quote{

		margin-bottom:calc(15px + .3vw);
		font-size:calc(10px + .3vw);
	}

	reviewbottom quote attrib{
	   font-size:calc(10px);


	}

/*MEDIA*/

gallery {
	position:relative;
    display: block;
    margin-top: 3vh;
    margin-bottom: 3vh;
	width:90vw;
	max-width:600px;
}
gallery img {
	position:relative;
	float:-left;
    width: 50vw;
    max-width: 200px;

}

#social-footer {

    text-align: center;
	font-size:5px !important;
}

/*media{
  width:80vw;
  margin-top:10vw;





}

.mediaimg {
    width: 1000px !important;
	margin:0;
	padding:0;


	max-width:80vw;;


}*/

media {
  position:relative;
  display: block;
  width:100%;
  max-width:700px;
  cursor:pointer;
  left:0;right:0;
  margin: 1em auto;
}
media img {
	position:relative;
  width: 100%;
  max-width: 700px;
}

.playimg{
  position:absolute;
  left:0;right:0;
  top:0;bottom:0;
  margin:auto;
  z-index:1000;
}

iconblock square {
	margin-top:5vh;

	vertical-align:top;

}

/*CAST*/
castbottom square {



    width: 80vw;



}

cast-chain{
    top:80px;
	right:0px;


}


aboutleft{
	position:relative;
	float:none;
	clear:both;
	display: block;

	text-align:center;
	padding-top:50px;



}



aboutright{
	position:relative;
	float:none;
	clear:both;
	display: block;

	text-align:center;



}


}


@media screen and (max-width: 500px) {
	gallery img {
		position:relative;
		float:-left;
	    width: 50vw;
	    max-width: 150px;
	
	}

    footer {
        font-size: 9px;
    }

	.col3a{
		 margin-top:-5px;
     width:100%;
     float:none;
     text-align:center;

	}
}


@media (max-width:700px) {
  .col3a{
		 margin-top:-5px;
     width:100%;
     float:none;
     text-align:center;

	}
}



/* THE FOLLOWING SHOULD BE TRIMMED
ONLY A FEW OVERRIDES ARE USED */
 @media screen and (max-width: 360px) {
	 .spacing{
	 line-height:110% !important;

}
	 .submit{
	top:2px;
width:70px;
}




    .320block{
	  display:block !important;
	  border:1px solid #F00;
	}
	.subcredit{
		display:inline-block;
	 font-size:10px;
	 padding-bottom:10px;
	}

	.subcredit2{

	 display:inline-block;
	 padding-top:10px;
	}

	small{
	font-size:12px;
	/*line-height:2px !important;*/

}


    actorblock img {
        width: 100vw;
        max-width: 300px !important;
    }

	schedule{
	   display:block;
	   margin-top:15vw;

	}
	buyholder{

		margin-top:calc(100px - 15vw);
	display:inline-block;
	}
	alt-actor{

 display:block;
 max-width:100vw;
 padding-bottom:2vw;


}

subhead{


		 margin-top:16vw;
		 margin-bottom:12vw;



	}

actor2{

}

actor2 img{
	width:40vw;
	max-width:200px;
	cursor:pointer;
}



.privacy{
  padding-top:5px;
}
	.col3b {
    margin-top: .25em;
	font-weight:bold;
	    }

	.col3a{
		 margin-top:0px;

	font-size:8px !important;
	}

	castbio square{
    position:relative;
	padding-left:1vw;
	display:inline-block;


	vertical-align:top;

	width:99vw !important;

	padding-top:5vw;







}
	castbio square img{

		left:0;right:0;
		margin:auto;

		display:block;

		width:60vw !important;










}

castbio square biotext-block{


		left:0;right:0;
		margin:auto;

		display:block;
		width:80vw !important;
		font-size:calc(15px +.3vw);

		padding-top:5vw;

}


    navspacer {
        height: 2vw;
    }
    #navticket {} #navticket a {
        display: block;
        text-decoration: none;
        color: #FFF;
    }
    .center {
        position: relative;
        display: block;
        text-align: center;
        height: 10px;
    }
    modal {
        display: block;
    }
    .block {
        display: block;
    }
    .hide {
        display: none;
    }
    .unhide {
        display: block;
    }
    footer {
        font-size: 3.5vw;
    }
    .soc-icon {
        font-size: 15px;
        margin-top: -2px;
    }
    .navtickets-small {
        position: relative;
        display: inline-block;
        font-size: 3vw;
        letter-spacing: .4vw;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 6px;
        padding-right: 6px;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 1vw;
        margin-bottom: 5vw;
        background-color: #FFF;
        font-size: 15px;
        border: 1px solid #000;
    }
    .navtickets-small a {
        color: #000 !important;
    }
    .navtickets-small a:hover {
        color: #d32122 !important;
    }
    nav {
        font-size: 14px;
        font-size: 4vw;
    }
    .nav {
        margin-top: 8px;
        margin-right: 10px;
    }
    burst {
        top: 55vw;
        left: 80vw;
    }
    burst img {
        width: calc(50px + 3vw);
    }
    titleblock {
        display: block;
        margin-top: .5vh;
        margin-bottom: -10px;
    }
    titleblock img {
        width: 87vw;
        max-width: 320px !important;

    }
    quoteblock {
        margin-bottom: 5vw;
    }
	pageblock{
		 margin-bottom: 5vw;
	}
    castblock {
        margin-top: 4vw;
        margin-bottom: 1vw;
    }
    castblock img {
        width: 75vw;
        max-width: 400px;
    }
    producerblock {
        display: block;
        padding-top: 0vw;
        margin-bottom: 4vw;
        font-family:'Trajan W01 Regular';
        font-size: calc(20px + 1.0vw);
    }
    producerteaser {
        display: block;
        margin-top: 2vw;
        margin-bottom: 0vw;
        font-family:'Trajan W01 Regular';
        font-size: calc(10px + 0.5vw);
        font-weight: bold;
        color: #000;
    }
    showdate {
        margin-top: 1vw;
        font-size: calc(16px + 1.0vw);
    }

	.titleblock-subpage img{

    max-width: 250px !important;
	margin-left:1vw;

}

	/*ABOUT*/
	.copy{
	  text-align:center;
	  font-size:13px;
	  padding:8vw;
	   line-height:18px;
}

	.copy br{
  display:none;
}


/*REVIEW*/
	reviewbottom img{

         width: 95vw;
        max-width: 1000px;
		padding-top:30px;
		padding-bottom:70px;
	}

	reviewbottom quoteholder{

		margin-top:calc(30px);
	}


reviewbottom quote{

		margin-bottom:calc(15px + .3vw);
		font-size:calc(10px + .3vw);
	}

	reviewbottom quote attrib{
	   font-size:calc(10px);


	}

/*MEDIA*/

gallery {
	position:relative;
    display: block;
    margin-top: 3vh;
    margin-bottom: 3vh;
	width:90vw;
	max-width:600px;
}
gallery img {
	position:relative;
	float:-left;
    width: 50vw;
    max-width: 200px;

}


/*media{
  width:80vw;
  margin-top:10vw;





}

.mediaimg {
    width: 1000px !important;
	margin:0;
	padding:0;


	max-width:80vw;;


}*/

media {
  position: relative;
  display: block;
  width: 100%;
  max-width: 700px;
  cursor: pointer;
  left: 0;
  right: 0;
  margin: 1em auto;
}
media img {
	position:relative;
    width: 100%;
    max-width: 700px;

}


.playimg{
	position:absolute;


  left:0;right:0;
  top:0;bottom:0;
  margin:auto;

  z-index:1000;

}

iconblock square {
	margin-top:5vh;

	vertical-align:top;

}

/*CAST*/
castbottom square {



    width: 80vw;



}

cast-chain{
    top:80px;
	right:0px;


}


aboutleft{
	position:relative;
	float:none;
	clear:both;
	display: block;

	text-align:center;
	padding-top:50px;



}



aboutright{
	position:relative;
	float:none;
	clear:both;
	display: block;

	text-align:center;



}


.hide320{
	  color:#000 !important;
	  display:none !important;
	  opacity:0;
	  font-size:300px !important;

	}
	br320{
	display:block;
	}


 }
 
 #navtop #ticketsnav3 {
	 display: none;
	 padding: 10px 0;
 }
#ticketsnav3 img {
	display: block;
	width: 100px; 
	margin: 0 auto;
	
}

@media (max-width: 667px) {
	 #navtop #ticketsnav3 {
		 display: block;		 
	 }
	#inner-nav  {
		display: block;
		width: 100%;
	}
	#covid {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 48px;
		text-align: center;
		padding-right: 60px!important;
	}
	
	hamburger {
		position: absolute;
		top: 0;
		right: 15px;
		z-index: 5000;
		text-align: right;
		padding: 0;
		margin: 0;
		margin-right:.2em !important;
		cursor: pointer;
	}
}


@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
	.font-snipe{
	display:block;
	font-size:11px !important;


}

.snipe-top{
	display:block;
	font-size:11px !important;
	padding-right:3%;


}

.sweeps2{
 width:20% !important;
  margin-top:20px !important;
   margin-left:-30px !important;




}

.woobox-offer{
	 width:20% !important;
	  margin-top:-60vw;
	  margin-left:-25vw;

	   -ms-transform: scale(.7, .7); /* IE 9 */
    -webkit-transform: scale(.7, .7); /* Safari */
    transform: scale(.7, .7);

}


hamburger {
    position: absolute;
    top: 5px;
    right: 0vw;
    z-index: 5000;
    text-align: right;
    padding: 0;
    margin: 0;
	margin-right:.2em !important;
    cursor: pointer;

}
hamburger img{
  margin-top: 41%;
  width: 85%;

}




 }

 @media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {


hamburger {
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 5000;
	text-align: right;
	padding: 0;
	margin: 0;
	margin-right:.2em !important;
	cursor: pointer;
}
hamburger img{
  margin-top: 34%;
  width: 90%;

}

.mobile-nav{
  padding:.6em 1em;

}

burst {
	top: 250px;
}

.sweeps2{

  margin-top:60px !important;
   margin-left:20px !important;

     -ms-transform: none; /* IE 9 */
    -webkit-transform: none !important;
    transform: none !important;
	transform:none !important;



}

 .big-subhead{
		 position:relative;
		 display:block;

	    color:#999 !important;

		font-size:calc(14px + .5vw) !important;
		padding-top:2vw;
		padding-bottom:2vw;
			line-height:calc(14px + .5vw) !important;


	}

}

 /*

.slideshow {

  width: 100%;
  text-align: center;
  height: auto;


}
.slideshow .slide {

}
.slideshow .slide {
  opacity: 0;
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 100%;
}
.slideshow .slide:first-child {
  position: relative;
}*/



.slide {
  position: absolute;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  left:0;right:0; margin:auto;


  width:50vw;
  max-width:600px;


}

.slideshow{
	font-family:'Trajan W01 Regular';


	position:relative;
	height:12vw;
	/*max-height:200px;*/

	text-align:center;




}


 .slide .quote-headline{
	 font-size:180% !important;
	 line-height:100%;

	 color:#d32122;


 }
 .slide .quote-attrib{
	 position:relative;
	 display:block;
	 font-size:100%;
	 line-height:50%;

	 padding:0;
	 margin:0;

	  padding-top:.75em;


 }

.slide .quote-prehead{
	 position:relative;
	 display:block;
	 font-size:100%;
	 line-height:100%;

	 padding:0;
	 margin:0;

	  padding-top:.75em;


 }



 .slide .quote-headline-bigger{
	 font-size:260% !important;
	 line-height:100%;
	 color:#d32122;


 }

 @media only screen and (max-width: 800px) {
	 .slideshow{

	height:18vw;


    }


	.snipe-top{

	font-size:90%;



}

.font-snipe{

	font-size:90%;



}



 }


@media only screen and (max-width: 667px) {

	.slide .quote-headline{
	 font-size:170% !important;

	 color:#d32122;

 }
	.slide{
	 width:80vw;
	}

	.slideshow{

	height:25vw;
	top:-10px;

    }

	.slide .quote-attrib{



	 font-size:85%;




 }



  .big-subhead{

        top:-50px;


		font-size:calc(14px + .5vw) !important;
		padding-bottom:0vw;
		padding:0;
		margin:0;
		margin-bottom:-100vw;
			line-height:calc(14px + .5vw) !important;


	}

.snipe-top{

	font-size:90%;



}

.font-snipe{

	font-size:90%;



}

.font-snipe-small{

	font-size:50%;d


}

}



@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {

	.snipeshow{
	   line-height:16px !important;
	   left:-5px !important;
	}
	.snipe-top{

	font-size:75% !important;



}

.font-snipe{

	font-size:75% !important;



}


	.font-snipe-small{

	font-size:50%;


}

	burst {

    top: 220px;

}

.slide .quote-headline{
	display:block;
	 font-size:92% !important;

	line-height:110% !important;


 }
 .slide .quote-attrib{



	 font-size:70%;
	 line-height:70%;



 }

  .big-subhead{
		 position:relative;
		 display:block;

	    color:#999 !important;

		font-size:calc(18px + .5vw) !important;
		padding-top:2vw;
		padding-bottom:2vw;
			line-height:calc(18px + .5vw) !important;


	}

}


@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {

.snipe{
	line-height:13px !important;

}
.font-snipe{

	font-size:80% !important;


}

.font-snipe-small{

	font-size:60%;


}

.slide .quote-headline{
	display:block;
	 font-size:130% !important;

	  line-height:110% !important;




 }

 .slideshow{

	height:35vw;
	top:-10px;

    }

	.slide .quote-attrib{



	 font-size:80%;
	 line-height:80%;



 }

 .big-subhead{
		 position:relative;
		 display:block;

	    color:#999 !important;

		font-size:calc(14px + .5vw) !important;
		padding-top:2vw;
		padding-bottom:2vw;
			line-height:calc(14px + .5vw) !important;


	}


}



.copy-single nobr{
	 line-height:0px !important;

}

/* WEEKLY CALENDAR */
#home-cal {
  position:relative;
}

#weekly-cal > div {
  background: #fff;
  /*padding: 20px 20px 0; SR*/
  min-height: 75px;

  -webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;


  margin-bottom: -100px;
	/*box-shadow: 1px 3px 6px 0px rgba(0, 0, 0, .5);*/


}

.date-box {
	display: inline-block;
	background: #000;
	position: relative;
  width: 12.5%;
  padding-bottom: 12.5%;
	height: 0;
	vertical-align: bottom;
	margin: 2em .25em 1em;
}
@media (min-width:710px) {
  .date-box {
    width: 10.5%;
    padding-bottom: 10.5%;
  }
}

#home-cal > div#weekly-calendar {
	padding: .5em;
}

.date-box .date {
	position: absolute;
	top: -1.5em;
	width: 100%;
	line-height: 1em;
	font-size: 100%;
  font-family:'Century Gothic W01 Bold';
}

.date-box .t {
  margin-top:11%;
}

.date-box a {
	display: block;
  font-size: 2.5vw;
  line-height: 1.2em;
  color:#fff;
  text-decoration:none;
  font-family: "Champion Welterwt A", "Champion Welterwt B";
}

.date-box a:hover {
  color:#d32122;
}

.date-box.full {
  background:#d32122;
}

.date-box.full a {
  margin-top: 1em;
  font-size: 1.9vw;
  line-height: 1.2em;
}

.date-box.full a:hover {
  color:#000;
}

.date-box:nth-of-type(2) {
    -ms-transform: rotate(4deg); /* IE 9 */
    -webkit-transform: rotate(4deg); /* Chrome, Safari, Opera */
    transform: rotate(4deg);
}

.date-box:nth-of-type(2) > .date {
  -ms-transform: rotate(-4deg); /* IE 9 */
  -webkit-transform: rotate(-4deg); /* Chrome, Safari, Opera */
  transform: rotate(-4deg);
}

.cal-man div {

}

.cal-man img {
  width:100%;
  right:-5%;
  bottom:-100%;
  position:absolute;
  z-index:-1;
	display:none !important;
}

@media (min-width:701px) and (max-width:950px) {
  .date-box.full a {
    margin-top:28%;
    font-size:85%;
  }

  .date-box a {
    font-size:120%;
  }

  .cal-man img {
    display:none;
  }
}

@media (max-width: 700px) {
	#weekly-calendar {
		font-size: 2.5vw;
	}

	#home-cal > div {
	    margin: 0 10px;
		min-height: 0;
		padding: 1em 1.5em 0;
    }

  .date-box a {
    font-size:160%;
    line-height: 1.2vem;
  }

  .date-box.full {
    width:60%;
    margin:0 auto;
    padding: 0 0 .75em;
    height: auto;
  }

  .date-box.full a {
    margin-top:5%;
    font-size:230%;
  }

  #home-cal {
    margin-bottom:5vw;
  }

  .cal-man img {
    display:none;
  }
}

@media (min-width: 701px) {
	#home-cal > div#weekly-calendar {
		line-height: 1.2em;
		width: 80% !important;
		margin: 0 auto;
	}
}

/* BWAY WEEK 2017 */

.bway {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight:700;
}

.bway .wrapper {
  margin-bottom:0!important;
  min-height:65%;
}

.bway pagecontent {
  padding-bottom:0;
}

.bway pageblock {
  margin-bottom:0em;
  margin-top:2.5em;
}

.bway pageblock h1 {
  font-size:275%;
  margin-top:3px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight:800;
}

.bway pageblock h2 {
  font-size:170%;
  text-transform:uppercase;
}

.bway pageblock h3 {
  font-size:130%;
}

.bway-legal {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight:400;
  font-size:60%;
  text-transform:uppercase;
  margin-bottom:5px;
  text-align:center;
}

.bway-perfs {
  font-size:155%;
  margin-top:.75em;
  margin-bottom:2em;
}

.bway pageblock a {
  color: #FFF !important;
  background-color: #d32122;
  letter-spacing: .1vw;
  font-weight: bold;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight:700;
  text-decoration:none;
  font-size: 130%;
  padding: .4em 1.3em .4em;
}

.bway-btn {
  color: #FFF !important;
  background-color: #000;
  letter-spacing: .1vw;
  font-weight: bold;
  font-family: 'Century Gothic W01';
  text-decoration:none;
  font-size: 75%;
  padding: .1em 0em;
  display:block;
  width:19%;
  margin:0 auto;
}

.bway-btn:hover {
  background:#d32122;
}

.bway pageblock a:hover {
  background:#000;
}

.bway .navtickets {
  margin-top:10px;
  font-size:110%;
}

.bway #homenav a img {
  max-width:120px;
}

@media (max-width:700px) {
  .bway pageblock h1 {
    font-size:6.8vw;
    margin-top:3px;
  }

  .bway pageblock h2 {
    font-size:5vw;
  }

  .bway pageblock h3 {
    font-size:4vw;
  }

  .bway-perfs {
    margin-bottom:3em;
  }

  .bway-legal {
    margin-top:3em;
    width:98%;
    margin-left:auto;
    margin-right:auto;
  }

  .bway pagecontent {
    padding-top:4em;
    width:90%;
    margin:0 auto;
  }

  .bway .titleblock-subpage img {
    width: calc(180px + 10vw);
    max-width: 500px;
    margin-left: 4vw;
    margin-bottom:2em;
    margin-top:1em;
  }

  .bway hamburger img {
    margin-top: 8%;
    width: 56%;
    margin-right: 15px;
  }

  .bway-btn {
    width:45%;
  }
}

/*HOME ROTATION*/

ul#quotes {
    text-align: center;
    -webkit-overflow-scrolling: touch;
    width:65%;
    margin:2.25em auto 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*height:95px;*/
    height:auto;
    padding:0;
		list-style-type:none;
    display:table;
}

ul#quotes li {
    display: none;
    vertical-align: middle;
    padding: 0 !important;
    line-height:1.1em;
    color:#000;
    display:table-cell;
}

ul#quotes a.new-tix-link {
  color:#000!important;
  padding:0em 0;
  display:block;
}

.underline {
  text-decoration:underline!important;
}

.underline:hover {
  text-decoration:none!important;
}

ul#quotes a:hover {
  color:#d32122!important;
}


ul#quotes li:first-child {
	display:list-item;
}

.holiday {
  width:70%;
  margin:0 auto;
  max-width:720px;
}

@media (max-width:700px) {
  .holiday {
    width:100%;
    padding-top:10px;
  }

  .new-block  {
    font-size: 7vw;
  }

  ul#quotes {
    width:95%;
    margin-top:1.25em;
  }

  ul#quotes img {
    margin-top:20px;
  }
}

@media (min-width:1300px) {
  ul#quotes {
    height:85px;
  }
}

/* WINTER */
.winter {
  font-family: 'Century Gothic W01';
  font-weight: normal;
  font-size:115%;
  margin-bottom:2.5em;
  margin-top:-1.5em;
}

.winter strong {
  display:block;
  font-weight:bold;
  font-size:150%;
}

.home-winter {
  font-size:70%;
  font-family: "Champion Lightwt A", "Champion Lightwt B";
  margin-top:0px;
}

.home-winter strong {
  display:block;
  font-size:115%;
  font-family: "Champion Welterwt A", "Champion Welterwt B";
}

.home-winter a {
  color:#000!important;
}

.home-winter a strong {
  color:#d32122;
}

.home-winter a:hover {
  color:#d32122;
}

.home-winter span {
  font-size:90%;
}

.home-winter span strong {
  display:inline-block;
  font-size:100%;
}

.strike {
    position: relative;
    display: inline-block;
}

.strike::before {
  content: '';
  border-bottom: 4px solid #d32122;
  width: 100%;
  position: absolute;
  right: 0;
  top: 48%;
}

.home-winter .strike::before {
    content: '';
    border-bottom: 6px solid #d32122;
    width: 100%;
    position: absolute;
    right: 0;
    top: 35%;
}




@media (max-width:767px) {
  .winter {
    font-size:200%;
    margin-top:0;
  }

  .home-winter {
    margin-top:45px!important;
  }
}

/* RULES PAGE */
.rules div {
  padding:3em 8em;
}

.rules h1, .rules h2, .rules h3 {
  text-align:center;
}

.rules p, .rules h2, .rules h3 {
  margin-bottom:1.5em;
}

@media (max-width:767px) {
  .rules div {
    padding:3em;
  }
}

/* SPRING 2018 PROMO */

.bway.spring-promo a.mobile-btn sup {
  font-size:13px;
  display:inline-block;
  margin-top:2px;
  vertical-align:top;
}

.bway.spring-promo pagecontent {
  padding-bottom:10em;
  z-index:100;
}
.bway.spring-promo .wrapper {
  overflow:hidden;
}

.bway.spring-promo .bway-legal {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight:400;
  font-size:60%;
  text-align:center;
  background:#000;
  color:#fff;
  padding:.5em 2em;
  text-align:left;
  text-transform:none;
  margin:0;
}

.bway.spring-promo .bway-perfs {
  font-size:105%;
  margin-top:.75em;
  margin-bottom:2em;
}

.offer {
  max-width:75%;
  margin:0em auto 3em;
}

.bway.spring-promo .red {
  color:#ca1230;
}

.bway.spring-promo a.mobile-btn {
  background-color:#ca1230;
}

.tix-burst {
  width:15%;
  max-width:200px;
  position:absolute;
  top:10%;
  right:18%;
  z-index:900;
}

.cast-top-left, .cast-top-right, .cast-left, .cast-btm-left, .cast-btm-mid, .cast-btm-right {
  position:absolute;
}

.cast-top-left, .cast-top-right {
  z-index:1010;
}

.cast-top-left {
  top:0;
  left:0;
  width:16%;
  max-width:270px;
}

.cast-left {
  top:16%;
  left:0;
  width:12%;
  max-width:170px;
}

.cast-top-right {
  top:0;
  right:0;
  width:15%;
  max-width:240px;
}

.cast-btm-left {
  bottom:0;
  left:0;
  width:35%;
  max-width:500px;
}

.cast-btm-mid {
  bottom:0;
  right:20%;
  width:20%;
  max-width:260px;
}

.cast-btm-right {
  bottom:0;
  right:0;
  width:15%;
  max-height:570px;
}

@media (min-width:701px) and (max-width:1150px) {
  .cast-top-left, .cast-top-right {
    display:none;
  }
}

@media (max-width:700px) {
  .bway.spring-promo .bway-perfs {
    font-size:85%;
  }

  .bway.spring-promo pagecontent {
    padding-bottom: 13em;
}

  .tix-burst {
    width:19%;
    max-width:200px;
    position:absolute;
    top:7%;
    right:0%;
    z-index:900;
  }

  .cast-top-left {
    top:50px;
    left:0;
    width:33%;
    z-index:900;
  }

  .cast-left {
    top:22%;
    left:-22px;
    width:21%;
    max-width:170px;
  }

  .cast-top-right {
    top:22%;
    right:0px;
    width:13%;
    max-width:240px;
    z-index:900;
  }

  .cast-btm-left {
    bottom:0;
    left:-60px;
    width:51%;
    max-width:500px;
  }

  .cast-btm-mid {
    bottom:0;
    right:20%;
    width:26%;
    max-width:260px;
  }

  .cast-btm-right {
    bottom:0;
    right:0;
    width:19%;
    max-height:570px;
  }
}

@media (min-width:701px) and (max-width:991px) {
  .tix-burst {
    right:8%;
  }

  .cast-left {
    width:16%;
  }

  .cast-btm-left {
    width:42%;
  }

  .cast-btm-right {
    width:18%;
  }

  .cast-btm-mid {
      width:22%;
  }
}

@media (max-width:480px) {

  .bway.spring-promo pagecontent {
    padding-bottom: 10em;
}

    .tix-burst {
      width:23%;
      position:absolute;
      top:9%;
      right:3%;
      z-index:900;
    }

    .cast-top-right {
      top:22%;
      right:0px;
      width:14%;
      z-index:900;
    }

    .cast-btm-left {
      left:-40px;
    }


}

/* TOUR
   --------------------------------------------------*/
.tour-page .tour-cast {
  font-family: "Gotham SSm A", "Gotham SSm B";
}

.tour-page .tour-cast castbottom square {
  font-family: "Gotham SSm A", "Gotham SSm B";
}

.tour-page .tour-cast castbottom square h2 {
    text-transform: uppercase;
    font-size: 1.8em;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight:700;
}

.tour-page .tour-cast understudy {
      font-family: "Gotham SSm A", "Gotham SSm B";
}

.tour-page .tour-cast understudy b {
  margin-bottom:7px;
  display:block;
}

actor2 img {
  margin:0px 2px;
}

.scroll-text {
  display:none;
}

@media (min-width:701px) { .tour-titleblock { display: none; } }
#tour-container {
  margin-top:1em;
  font-weight:700;
  font-family: "Gotham SSm A", "Gotham SSm B";
}

#tour-container h1 {
  font-weight: 800;
}
#tour-container h2 {
  text-transform:uppercase;
  font-size:1.8em;
}
#tour-container h3 {
  font-weight:bold;
  text-transform:uppercase;
  font-size:1.4em;
}

.map-ani {
  width:28em;
  margin:2em auto 0;
}
.map-ani > img {
  width: 100%!important;
  height:auto!important;
}
@media (max-width: 600px){

.map-ani {
  width:90%;;
}
}

.tour {
  max-width:85%;
  margin:0 auto;
}

.tour-logo {
  margin:4em auto 0;
  text-align:center;
  max-width:60%;
}

#tour-container p.more {
  margin:2em 0;
  font-size:140%;
  font-weight:800;
}

#tour-list a.mobile-tix {
  display:none;
}

 #tour-list {
   clear:both;
   margin-top:2em;
   margin-bottom:2em;
   height: auto;
   overflow-y: scroll;
 }

 .tour-stop{
 	position: relative;
 }

 #tour-list .city, #tour-list .date, #tour-list .venue {
     float: left;
     font-size:100%;
     line-height: 1em;
 }

 #tour-list .city {
     width: 23%;
     font-weight: 800;
     color:#d32122;
     white-space: nowrap;
     line-height: normal !important;
     text-transform:uppercase;
     text-align:left;
	 font-size:.85em;
 }

 #tour-list p {
   color: #fff;
 }

 #tour-list .date {
     width: 23%;
     font-size: 73%;
     color:#595959;
     text-align:left;
     line-height:1.3em;
     letter-spacing: -.02em;
      line-height: 1.85em;
 }

 #tour-list .venue {
     width: 25%;
     font-weight: 700;
     padding-right: 2em;
     color:#000;
     text-transform: uppercase;
     font-size:75%;
     text-align:left;
     font-weight: 800;
     line-height:1.3em;
 }

 #tour-list a {
 	float: right;
     font-weight: bold;
     font-size:80%;
     z-index: 999;
 }

 #tour-list p {
     padding:1em 0;
     margin: 0 auto;
 }



 #tour-list hr {
   margin: 0 auto;
   border-color:#cccccc;
 }

 #tour-list hr:last-of-type {
   display:none;
 }

 #tour-list a {
     margin-right: 1em;
     margin-top:.75em;
     letter-spacing: .05em;
     display: inline-block;
     margin-bottom: 0;
     line-height: 1;
     text-align: center;
     color:#fff !important;
     background:#d32122;
     padding:.55em .75em;
     text-decoration:none;
     font-size:92%;
 }

 #tour-list a:hover,
 #tour-list a:focus {
    background:#000;
     text-decoration: none;
 }

 .tour {
     position:relative;
 }

 @media (min-width:992px) {
   #tour-list p {
     min-height:1.325em;
	 height:auto;
   }

   #tour-list p.toronto {
     height:2.325em;
   }

   #tour-container {
     font-size: 1.875vw;
   }
 }

 @media (min-width:992px) and (max-width:1199px) {
   #tour-list p {
     min-height:1.75em;
	 height:auto;
   }
   #tour-list p.charlotte {
      height:2.5em;
   }
 }

 @media (min-width:1200px) {
   #tour-list p.charlotte {
      height:1.875em;
   }
   #tour-container {
     font-size: 1.325vw;
   }

  .tour {
    max-width:65%;
    }
 }

 @media (min-width:2000px) {
   #tour-container {
     font-size: 26px;
   }
   }

 @media (min-width: 769px) and (max-width: 991px) {
     #tour-list .city {
         width: 49%;
     }

     #tour-list .date {
         width:100%;
     }

     #tour-list .venue {
         width:50%;
         font-size:95%!important;
     }

     #tour-list .city, #tour-list .date, #tour-list .venue {
         line-height: 1em !important
     }

     #tour-list .date, #tour-list .venue {
         font-size:80%;
         line-height: 1.3em !important;
     }

     #tour-list .city {
       font-size:100%;
     }

     #tour-list .date {
       font-size:100%;
     }

     #tour-list p.charlotte .date {
       margin-top:-40px;
     }
 }

 @media (max-width: 768px) {
     #tour-list .city, #tour-list .date, #tour-list .venue {
         display:block;
         width:100%;
         margin:3px 0 0;
     }

     #tour-list p {
 	    position: relative;
     }

     #tour-list {
       font-size: 125%;
       height:15em;
       overflow-x:hidden;
     }

     #tour-list {
       border:1px solid #000;
       padding:5px 10px;
       width:90%;
       margin:2em auto 0em;
     }

 	#tour-list a.mobile-tix {
      float:left;
      margin-top:1.5em;
      font-size:90%;
      display:block;
 	}

  .tour-logo {
    margin:4em auto 0;
    text-align:center;
    max-width:85%;
  }

  .tour h1 {
    font-size:160%;
  }

  #tour-list p.charlotte a.mobile-tix {
    margin-top:5em;
  }

  #tour-list p.charlotte .venue {
    font-size:70%!important;
  }

  .tour-stop {
    display:none;
  }

  .tour-page footer {
    height:130px!important;
  }

  .scroll-text {
    display:block;
    margin-top:1em;
    margin-bottom:2em;
    font-size:80%;
    text-transform:uppercase;
    opacity:.5;
  }
 }

 .tour-page footer {
   height:80px;
 }

.ib {
  display: inline-block;
}


/* CELEB REVIEWS */

#celeb-names {
  margin: 2em auto 4em;
}

#celeb-col1,
#celeb-col2,
#celeb-col3 {
  display: inline-block;
  vertical-align: top;
  line-height: 2em;
  padding: 0 1.5em;
}

@media (max-width: 699px) {
  #celeb-col1,
  #celeb-col2,
  #celeb-col3 {
    display: block;
  }

}

#celeb-reviews {
	width:100%;
	text-align:center;
	max-width:  1540px;
	margin: .5em auto;
}

.celeb-review {
  display: inline-block;
	margin: 1.5%;
	width: 80%;
	max-width: 333px;
}
.celeb-review img {
  max-width: 100%;
}

#celeb-review1 {
	transform: rotate(-3deg) translate(-.5em,0);
}

#celeb-review2 {
	transform: rotate(3deg) translate(.5em,0);
}

#celeb-review3 {
	transform: rotate(-3deg) translate(-.5em,0);
}

@media (min-width:768px){
	.celeb-review {
  	width: 44%;
	}

	#celeb-review1 {
  	transform: rotate(-3deg) translate(0,-.5em);
	}

	#celeb-review2 {
  	transform: rotate(3deg) translate(0,.5em);
	}

	#celeb-review3 {
  	transform: rotate(-3deg) translate(0,-.5em);
	}
}

@media (min-width:992px){
	.celeb-review {
  	width: 29%;
  	max-width: 400px;
	}
}

/*
 CELEB SLIDER
 ----------------------------------------------------------------------------*/

#celeb-slider-wrap {
  position:relative;
  max-width:840px;
  max-width:1200px;
  margin: 1.5em auto;
  display: none;
  opacity: 0;
  transition: opacity;
  box-sizing: border-box;
  font-size: 3vw;
}

#slider-border{
  border: 4px solid #000;
  box-shadow: .5em .5em 5em rgba(0,0,0,.25);
}

@media (min-width:768px) and (max-width:991px) {
  #celeb-slider-wrap {
    margin: 1.5em;
  }
}

@media (max-width:767px) {

  #slider-border{
    border-right: 0;
    border-left: 0;
  }
}

.page-loaded #celeb-slider-wrap {
  display: block;
}

#celeb-slider-wrap .slick-track {
  background: #fff;
}

.page-loaded #celeb-slider-wrap {
  opacity: 1;
}

#celeb-slider {
  position: relative;
}

#celeb-images a {
  outline: none;
}

#celeb-images a:hover {
  cursor:pointer;
}


#celeb-images a img.vid-thumb {
  opacity: .4;
  position:absolute;
}

#celeb-images .slick-slide a img.vid-thumb {
  position:relative;
}

#celeb-images .slick-active a img.vid-thumb {
  opacity: .9;
  transition: opacity .2s;
}

#celeb-images .slick-active a:hover img.vid-thumb {
  opacity: 1;
}

#celeb-images .slick-active a:hover {
  background: #fff;
}

#celeb-images .slick-active a:hover img.vid-thumb {
  opacity: 1;
}

#celeb-prev,
#celeb-next {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  line-height: 2em;
  font-size: 140%;
}

.arrow-l,
.arrow-r {
  /*background: url(../_img/arrows-lr4.png) no-repeat #000;
  background-size: 200% auto;*/
  width: 2em;
  height: 2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index:10;
}

.arrow-l {
  background-position: left top;
  left: 0;
}

.arrow-r {
  background-position: right top;
  right: 0;
}

.arrow-l:hover {
  background-position: left bottom;
  cursor: pointer;
  color: #d32122!important;
}

.arrow-r:hover {
  background-position: right bottom;
  cursor: pointer;
  color: #d32122!important;
}

#red-dress, #trevor { display: none }

#butler {
  display: block;
  position: relative;
  width: 10em;
  height: auto;
  margin: 0 auto 1em;
}



@media (min-width:480px){
  #celeb-slider-wrap{
    font-size: inherit;
  }
}

@media (min-width:992px){

  #celeb-slider-wrap{
    padding: 0 14.5%;
    margin: 3em auto 4em;
  }

  #butler { display: none }

  #red-dress {
    display: block;
    position: absolute;
    width: 18.5%;
    height: auto;
    bottom: 0;
    left: 84%;
  }

  #trevor {
    display: block;
    position: absolute;
    width: 11.5%;
    height: auto;
    bottom: -1%;
    left: 0%;
  }

}

/* Tickets page */
.tickets-bottom {
	display: block;
	margin: 0 auto;
	max-width: 90%;
}
