@charset "UTF-8";

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, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }

*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; width:100%; height: 100%; }
img, embed, iframe, object { max-width: 100%; }
.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-full, img.size-large, .wp-post-image, .post-thumbnail img { max-width: 100%; height: auto; }
@-ms-viewport { width: device-width; } @viewport { width: device-width; }

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
} 

 /* !Global */

html, body {
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
}

body {
    background-image:url(../imgs/WoodBackground.jpg);
    color: #000;
    font-family: "roboto",sans-serif;
	font-style: normal;
	font-weight: 400;
    font-size: 1.1em;
}
.body-wrapper {
	min-height: 100%;
	position: relative;
}
	.centered-container {
		max-width: 1024px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}


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

	
	p {
		line-height: 1.4;
	}
		p + p {
			margin-top: 1em;
		}
		b, strong {
			font-weight: 700;
		}
		em, i {
			font-style: italic;
		}
		.superscript {
			vertical-align: super;
			font-size: .5em;
		}
	
	a {
		color: inherit;
		text-decoration: none;
	}
		a:hover {
			cursor: pointer;
		}
		
		p a {
			text-decoration: underline;
		}

button {
	
	background-color: #00aeef;
	border: none;
	border-radius: 10px;
	color: white;
	font-size: 20px;
	padding: 20px 20px 20px 20px;
	text-align: center;	
}


.show {
	display: inline-block;
}
.hide {
	display: none;
}

.backgrounded {
    background: url('images/sub-background-mob.jpg') top center;
    background-size: cover;
}



/* !Header */
#header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: left;
	background-color: rgba(165, 30, 35, .8);
	z-index: 2000;
	padding: 0;
	
}

#clear {
	clear: both;
}

	#mobile_mm_toggle {
	display: inline-block;
	vertical-align: top;
	padding: 12px 12px 8px;
    background-color: transparent;
    cursor: pointer;
    border: none;
    outline: none;
}
	
	#mobile_mm_toggle .icon {
	    position: relative;
	    width: 30px;
	    height: 22px;
	    margin: 0 auto;
	}
	
		#mobile_mm_toggle .icon span {
		    display: block;
		    position: absolute;
		    height: 3px;
		    width: 50%;
		    background: #fff;
		    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: #fff;
		}
			#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;
		}
		
	#mobile_mm_toggle .label span {
	    -webkit-transform: translateZ(0);
	    transform: translateZ(0);
	    -webkit-transition: .25s ease-in-out;
	    transition: .25s ease-in-out;
	    color: #fff;
	    font-size: 10px;
	    letter-spacing: 1px;
	    padding-top: 0px;
	}
	#mobile_mm_toggle:hover .label span {
		color: #fff;
	}
	#mobile_mm_toggle .label span.closed, #header.opened #mobile_mm_toggle .label span.opened {
	    display: block;
	}
	#mobile_mm_toggle .label span.opened, #header.opened #mobile_mm_toggle .label span.closed {
	    display: none;
	}
	
	#head-gettix {
		display: none;
	}
	#head-gettix.mob {
		display: block;
		position: absolute;
		top:0;
		right: 0;
		width: 120px;
		height: 54px;
		border: 1px solid #a7a5a8;
		border-radius: 10px;

	}
	
	#head-gettix:hover {
		background: #ffffff;
	}
	
	

	
		


@media screen and (max-width: 919px) {
	
	.logo-container {
	
		
	float: none;
	width: 100%;
	
}
	#mm-home {
		display: none!important;
	}	
		#mainmenu {
		display: none;
		position: absolute;
		top: 54px;
		left: 0;
		width: 100%;
		
		padding-top: 0.5em;
		padding-bottom: 1em;
		background-color: rgba(165,30,35,.8);
		transition: top 400ms, opacity 400ms;
		z-index: 1500;
	}
		#mainmenu.opened {
			display: block;
		}
		.mm_item {
			display: block;
			text-align: center;
			padding: 0.2em 0.75em;
			font-size: 29px;
			text-transform: uppercase;
			color: #fff;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
		}
			
			.mm_item:hover, .mm_item.current, .mm_item.open {
				color: #ffffff;

			}
			.has_dropdown_container {width: 100%;}
					#submenus {
				display: block;
		
				width: auto;
			}
				.submenu {
					display: block; text-align: center;
				}
				.submenu.open {
					display: block; 
				}
					.sm_item {
						display: inline-block;
						width: 100%;
						padding: 0.2em 0.75em;
						font-size: 29px;
						text-transform: uppercase;
						color: #4e8f9f;
						font-family: "trumpgothicpro",sans-serif;
						font-style: normal;
						font-weight: 400;
					}
					.sm_item.top {
			
					}
						.sm_item.current, .sm_item:hover {
							color: #4e8f9f;
						}
			#head-gettix span {
		display: block;
		position: relative;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align: center;
		padding: 0;
		font-size: 14px;
		color: #fff;
		font-family: "futura-pt",sans-serif;
		font-style: normal;
		font-weight: 300;
		text-transform: uppercase;
		letter-spacing: 1px;
				border-radius: 10px;
		}
		
		#head-gettix:hover span {
			color: #1d181e;
		}					
	
}

	
.section-title {
	display: block;
	position: relative;
	width: 100%;
	height: 30px;
	margin-bottom: 15px;
}

.footer {
	display: block;
	position: fixed;
	background-color: #a51e23;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 0 0;
	text-align: center;
	z-index: 5555;
}
	.footer div {
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		margin-bottom: 5px;
	}
	.footer .social {
		width: 112px;
	}
	.signup {
		display: inline-block;
		vertical-align: top;
		width: 195px;
		margin: 0;
	}
	.footer-txt {
		width: 100%;
		color: white;
		font-size: 0.5em;
	}
	

/* HOME */
#home {
	display: block;
	position: relative;
}
	.home-tix {
	    display:block;
	    position: absolute;
	    left: 71%;
	    width: 22.7%;
	    height: 11.6%;
	    bottom: 4%;
	    background: #8a8a8a;
	    text-align: center;
	    color: white;
	    font-size: 11px;
	    line-height: 1.1;
			border-radius:10px;
	}
		.home-tix span {
			display: inline-block;
			position: relative;
			top: 50%;
			-ms-transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
		}
	.desk-home, .home-dates, .desk-home-logo {
		display: none;
	}
	.mob-home {
		display: block;
		width: 100%;
	}
	.mob-quote {
		display: block;
		width: 100%;
	}

#licensing {
	display: block;
	position: relative;
	
	padding: 20px 10px;
	color: white;
}
	.mob-licensing {
		display: block;
		width: 100%;
	}

#licensing .licensing-quote {
		display: block;
		padding: 0 0 15px;
		margin-bottom: 15px;
		
	}
		#licensing .licensing-quote span {
			display: block;
			text-align: center;
			font-size: 70%;
			font-style: italic;
/**/
		}
		#licensing .licensing-quote strong {
			font-size: 125%;
		}

#licensing h1 {
	display: block;
		padding: 0 0 15px;
		margin-bottom: 15px;
	font-size: 300%;
	color: white;
	text-align: center;
}

#licensing .licensing-highlight {
	display: block;
		padding: 0 0 15px;
		margin-bottom: 15px;
	font-size: 150%;
	color: white;
	text-align: center;
}


	
#logo {
	display: block;
	position: relative;
}
	.gettix {
	    display: block;
	    position: absolute;
	    right: 6%;
	    bottom: 8%;
	    width: 18%;
	}
	#logo .desk {
		display: none;
	}
	
#about {
	display: block;
	position: relative;
	text-align: center;
	padding: 20px 10px;

	color: white;
}
	#about .about-quote {
		display: block;
		padding: 0 0 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #fff;
	}
		#about .about-quote span {
			display: block;
			text-align: center;
			font-size: 70%;
			font-style: italic;
/**/
		}
		#about .about-quote strong {
			font-size: 125%;
		}

	.about-cont {
		display: block;
		max-width: 90%;
		margin: 0 auto;
		background-color: rgba(249, 234, 215, .8);
		border-radius: 25px;
		padding: 20px 20px 20px 20px; 
		color: black; 
		
	}

.about-cont h1 {
	
	padding: 0 0 15px;
	margin-bottom: 10px 20px 20px ;
	font-size: 200%;
	color: black;
	text-align: center;
}

.logo-container {
	
	
	float: none;
	width: 100%;
	
}


#reviews {
	display: block;
	position: relative;
	text-align: center;
	padding: 20px 10px;
	color: white;
}



#reviews .reviews-quote {
		display: block;
		padding: 0 0 15px;
		margin-bottom: 15px;
		
	}
		#reviews .reviews-quote span {
			display: block;
			text-align: center;
			font-size: 70%;
			font-style: italic;
/**/
		}
		#reviews .reviews-quote strong {
			font-size: 125%;
		}








#tickets {
	display: block;
	position: relative;
	background: #150000;
}

	.threeways {
		display: block;
		position: relative;
		background: #150000;
		padding: 20px;
	}
		.threeways .title {
			display: block;
			max-width: 50%;
			margin: 0 0 25px;
		}
		.three-unit {
			display: block;
			margin: 0 0 15px;
			color: white;
		}
			.three-unit h3{
				display: block;
				margin: 0;
				font-size: 1.2em;
				color: #ffffff;
				text-transform: uppercase;
				font-weight: 700;
			}
				.threeways a {
					text-decoration: none;
				}
				.threeways a.box {
					display: inline-block;
					padding: 8px 15px;
					border: 1px solid white;
					border-radius: 10px;
					margin-top: 4px;
				}

				.threeways a.red {
					color: #ffffff;
				}
				
		.nws {
			display: inline-block;
			width: 26px;
			margin-right: 2px;
		}
	.andmore {
		display: block;
		position: relative;
		background: #eeeeee;
		padding: 20px;
	}

	.andmore h1 {
		display: block;
		position: relative;
		background: #eeeeee;
		padding: 20px;
		line-height: 1.2;
		font-size: 16px;
	}

	.cast h1 {
		
		color: #ffffff;
		padding: 20px;
		font-size: 16px;
	}
		.grey-unit {
			display: block;
			margin: 0 0 15px;
			color: #666;
		}
			.grey-unit h3{
				display: block;
				margin: 0;
				font-size: 1.2em;
				font-weight: 700;
				color: #666;
				text-transform: uppercase;
			}
				.grey-unit a {
					text-decoration: underline;
				}
	/* 	MONTHLY CALENDAR */	
#calendar {display: block; margin:0 auto; padding: 30px 0 0; clear: right;}
	.cal-element {width: 100%; height: auto; display: block;}
	
		#calendar_wrapper {
    display: block;
    width: 100%;
    margin: 0 auto; padding-bottom: 20px;
}
	.cal-months {display: block; width: 100%; height: 40px;padding-left: 10px;}
	.cal-months div {display: block; width: 90px; height: 40px; float: left; text-align: center; padding-top: 8px;
font-style: normal;
font-weight: 400; font-size: 22px; color:#a1a1a1; letter-spacing: 2px; cursor: pointer;}
	.cal-months div.selected { background: #000; border: 1px solid #b48e4a; border-bottom: none; color: #ffffff;}

.ticket_calendar {
	width: 100%;
	max-width: 1444px;
	margin: 0 auto;
	height: 670px;
	display: block;
}
	.calendar_month {
		display: inline-block;
		width: 100%;
		position: relative;
		text-align: left;
		padding: 0;
		margin-top: 1px;
	}
		.calendar_month h4 {
			text-align: center;
			background-image: none;
			font-size: 3em;
			width: 100%;
			margin: 0 auto;
		}
		
		.calendar_day {
			display: block;
			float: left;
			width: 14.2857%;
			margin: 0;
			padding: 0.5% 0; border: 1px solid #454545; border-top: none; border-left: none;
			height: 90px;
			overflow: hidden;
			text-align: left;
			font-style: normal;
			font-weight: 400;
			line-height: 1;
			position: relative;
		}
		
			.over-red {
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				
			}
			.calendar_day:hover .over-red {
				/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#910e11+0,910e11+100,910e11+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(145,14,17,0) 0%, rgba(145,14,17,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(145,14,17,0) 0%,rgba(145,14,17,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(145,14,17,0) 0%,rgba(145,14,17,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00910e11', endColorstr='#910e11',GradientType=0 ); /* IE6-9 */
Current gradient has opacity, switching 
			}
		
			.calendar_header, .calendar_header:hover { height: 28px; font-size: 13px; color:#404040; padding: 6px 0; border: 1px solid #454545; border-left: none; text-align: center; text-transform: uppercase; font-style: normal; font-weight: 400;}
			.actual_day {
				 padding: 0;
			}
			
			.actual_day:hover {}
			
			.calendar_month div.calendar_day:nth-child(2), .calendar_month div.calendar_day:nth-child(9), .calendar_month div.calendar_day:nth-child(16), .calendar_month div.calendar_day:nth-child(23), .calendar_month div.calendar_day:nth-child(30), .calendar_month div.calendar_day:nth-child(37), .calendar_month div.calendar_day:nth-child(44) {border-left: 1px solid #454545;}
	
			
				.day_of_month {
					display: block;
					position: absolute;
					bottom: -5px;
					right: -3px;
					color: #747474;
					padding: 0;
					font-size: 42px;
					font-family: "roboto",sans-serif;
					font-style: normal;
					font-weight: 900;
					letter-spacing: -2px;
					line-height: 1;
					}
				.passed .day_of_month {
					color: #252525;
					}
				.showtimez { position: relative; padding-top: 20px;}
				.calendar_day.passed .showtimez {display: none;}
				.calendar_day:hover .showtimez {}
				.tix-calendar span.showtime {
					display: block; 
					text-align: center;
					margin: 0;
					padding: 0 0 2px;
					line-height: 1;
					font-size: 20px;
					color: #858585;
					letter-spacing: 0;
				}
					.tix-calendar span.showtime a {
						text-decoration: none; font-size: 14px;
					}						
	
					.calendar_day .showtimez .showtime:hover a {
						color: white;
					}
					.specialoffer {
						position: absolute;
						left: 4px;
						top: 3px;
					}
					
.tix-calendar {display: block; padding-top: 0;}
				.calendar-month-head {
					display: block;
					position: relative;
					clear: both;
					margin: 0; 
					text-align: center; 
					text-transform: uppercase; 
					padding:15px 0;
					color: #ffffff;
					font-size: 28px; 
					letter-spacing: 1px;
					-webkit-transition: all 0.3s ease 0s;
					-moz-transition: all 0.3s ease 0s;
					-o-transition: all 0.3s ease 0s;
					transition: all 0.3s ease 0s;
				}
				
.tix-calendar.slick-slider .slick-prev, .tix-calendar.slick-slider .slick-next {
	display: block;
	position: absolute;
	top: 16px;
	width: 38px;
	height: 33px;
	font-size: 0;
	border: none;
	text-indent: -9999px;
	z-index: 666;
}
.tix-calendar.slick-slider .slick-prev {
	left: 10px;
	background: url('images/home-cal-arrow-l.png') center center no-repeat;
	background-size: contain;
}
.tix-calendar.slick-slider .slick-next {
	right: 10px;
	background: url('images/home-cal-arrow-r.png') center center no-repeat;
	background-size: contain;
}
.tix-calendar.slick-slider .slick-prev.slick-disabled, .tix-calendar.slick-slider .slick-next.slick-disabled {opacity: 0.3;}

				.tix-calendar.slick-slider {background: url('images/tix-calendar-med.jpg') top center no-repeat; background-size: cover; margin-bottom: 0;}
				#tickets .slick-initialized .slick-slide {display: block!important;}
				
				.calendar_month.expanded .calendar_day {display: inline-block;}
				.calendar_month.expanded .calendar-month-head span {background: url('images/calendar-up.png') right center no-repeat;}
				
@media screen and (max-width: 1140px) {
.tix-calendar span.showtime {letter-spacing: -1px;}
.superscript {font-size: 0.4em; letter-spacing: 0;}
}

@media screen and (max-width: 930px) {
	
	.logo-container {
	
	
	float: none;
	width: 100%;
	
}
.tix-calendar span.showtime {font-size:16px;}
}

.logo-container {
	
		
	float: none;
	width: 100%;
}

.twitter.telex {
	display: none;
}

#faq {
	display: block;
	position: relative;
	padding: 25px 0 50px;
	background: url('images/mob-faq-bgd.jpg') top center no-repeat;
}
	#faq .section-title {
		background: url('images/questions.png') center center no-repeat;
		background-size: contain;
	}

.tickets-faq {display: block; padding: 2% 0 0.5%; text-align: left;

}
	h4.faq_title {
	    text-align: center;
	    display: table;
	    width: 96%;
	    margin: 0 auto 10px;
	}
	h4.faq_title > span, h4.faq_title:before, h4.faq_title:after {
	    display: table-cell;
	}
	h4.faq_title:before, h4.faq_title:after {
	    width: 50%;
	    content: ' ';
	}
	h4.faq_title > span {
	    white-space: nowrap;
	    padding: 0 15px;
	    font-size: 18px;
	    color: #431c30;
		text-transform: uppercase;
	}


	.tickets-faq-units {
		display: block;
		margin: 0 auto 5px;
		padding:1% 2%;
		background: rgba(48,106,80,0.4);
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	.tickets-faq-units.expanded {
		background: rgba(48,106,80,0.8);
	}
	
		.tickets-faq-question {
			display: block;
			position: relative;
			margin: 0;
			padding: 5px 45px 5px 5px;
			font-size: 20px;
		    color: #fff;
		    font-style: normal;
		    font-weight: 400;
		    text-transform: uppercase;
		    cursor: pointer;
		}
		
		.tickets-faq-answer {display: none; width: 100%; margin: 0; padding: 10px 0; font-size: 1em; color: white;}
			.tickets-faq-answer p {
				line-height: 1.1;
			}
		.tickets-faq-units.expanded .tickets-faq-answer {display: inline-block;}

	.tickets-faq-question .faqarrow {
	    display: block;
	    position: absolute;
	    top: 50%;
	    right: 10px;
	    width: 25px;
	    height: 13px;
	    background: url('images/calendar-down.png') center center no-repeat;
	    background-size: contain;
	    margin-top: -6px;
	}
	.tickets-faq-units.expanded .tickets-faq-question .faqarrow {
	    background: url('images/calendar-up.png') center center no-repeat;
	    background-size: contain;
	}
	
/* NEWS */
#news {
	display: block;
	position: relative;
	background: #000 url('images/reviews-bgd.jpg') center top;
	padding: 15px 40px;
}

	#news .section-title {
		background: url('images/latest-news.png') center center no-repeat;
		background-size: contain;
	}
	
	#calendar .section-title {
		background: url('images/performances.png') center center no-repeat;
		background-size: contain;
	}
	
	#news-container {
		display: block;
		margin-top: 30px;
	}
	.article-news {
		padding: 15px;
	}
		.article-news img {
			display: inline-block;
			width: 100%;
			margin-bottom: 15px;
		}
		.article-news h3 {
			display: inline-block;
			width: 100%;
			margin-bottom: 15px;
			font-weight: bold;
			font-size: 20px;
			color: white;
		}
		.read-story {
			display: inline-block;
			padding: 10px 20px;
			text-transform: uppercase;
			color: white;
			letter-spacing: 1px;
			border: 1px solid #666;
		}
		.read-story:hover {
			background: black;
		}

#news-container.slick-slider .slick-prev, #news-container.slick-slider .slick-next {
	display: block;
	position: absolute;
	top: 16px;
	width: 38px;
	height: 33px;
	font-size: 0;
	border: none;
	text-indent: -9999px;
	z-index: 666;
}
	#news-container.slick-slider .slick-prev {
		left: -40px;
		background: url('images/home-cal-arrow-l.png') center center no-repeat;
		background-size: contain;
	}
	#news-container.slick-slider .slick-next {
		right: -40px;
		background: url('images/home-cal-arrow-r.png') center center no-repeat;
		background-size: contain;
	}
	#news-container.slick-slider .slick-prev.slick-disabled, #news-container.slick-slider .slick-next.slick-disabled {opacity: 0.3;}
	
/* PRODUCTIONS */
#productions {
	display: block;
	position: relative;
	background: #f3f6f8;
}
	.prod-intro {
		display: block;
		padding: 5px 20px 10px;
		color: #000;
		font-size: 14px;
		line-height: 1.2;
	}
	.prod-slider {
		display: block;
		padding: 15px 50px;
		font-size: 13px;
	}
	.desktitle {
	}
		.prod-units {
			padding: 5px;
		}
			.prod-city, .prod-state, .prod-venue, .prod-dates {
				display: block;
				letter-spacing: 1px;
			}
			.prod-city, .prod-state {
				
			    font-weight: 400;
			    font-style: normal;
			}
			.prod-city {
				line-height: 1.2;
				font-size: 1.1em;
				margin-bottom: 5px;
			}
			.prod-state {
				font-size: 3em;
			}
			.prod-venue, .prod-dates {
				color: #828282;
			}
			.prod-venue {
				margin-bottom: 5px;
				text-transform: uppercase;
			}
			.prod-dates {
				margin-bottom: 5px;
			}
			.get-tix {
				display: inline-block;
				vertical-align: middle;
				font-weight: bold;
				color: #8a8a8a;
				padding: 4px 0;
			}
			.prod-fb {
				display: inline-block;
				vertical-align: middle;
				width: 25px;
				height: 25px;
				margin-left: 4px;
				border: 3px solid #db0f06;
				background: url('images/prod-fb.png');
				background-size: cover;
			}
			.prod-fb:hover {
				background: url('images/prod-fb2.png');
				background-size: cover;
			}			

.prod-slider.slick-slider .slick-prev, .prod-slider.slick-slider .slick-next {
	display: block;
	position: absolute;
	top: 50%;
	width: 38px;
	height: 33px;
	margin-top: -16px;
	font-size: 0;
	border: none;
	text-indent: -9999px;
	z-index: 666;
}
	.prod-slider.slick-slider .slick-prev {
		left: 0;
		background: url('images/home-cal-redarrow-l.png') center center no-repeat;
		background-size: contain;
	}
	.prod-slider.slick-slider .slick-next {
		right: 0;
		background: url('images/home-cal-redarrow-r.png') center center no-repeat;
		background-size: contain;
	}
	.prod-slider.slick-slider .slick-prev.slick-disabled, .prod-slider.slick-slider .slick-next.slick-disabled {opacity: 0.3;}
	
/* BIOS */
#bios {
	display: block;
	position: relative;
	background: url('images/mob-bios-half-bgd.jpg') center top;
	background-size: cover;
	
}
	.cast-names .slick-track {
		-webkit-transform: translate3d(0, 0, 0)!important;
	    -moz-transform: translate3d(0, 0, 0)!important;
	    -ms-transform: translate3d(0, 0, 0)!important;
	    -o-transform: translate3d(0, 0, 0)!important;
	    transform: translate3d(0, 0, 0)!important;		
	}
	.cast-names .cast-unit.slick-slide.slick-cloned {
		display: none!important;
	}
	.cast-names .slick-track {
	 width: 100%!important;
	}
	.cast-unit.slick-slide {
		display: inline-block!important;
		position: relative!important;
		width: 100%!important;
		float: none;
		vertical-align: top;
		background: black;
	}
	.cast-unit.slick-slide.noncreative {
		width: 50%!important;
	}
	.cast-unit.slick-slide.creative {
		margin: 2px 0;
		padding: 15px 10px;
		background: rgba(0,0,0,0.3);
	}
		.cast-unit h3 {
			display: block;
			position: relative;
			width: 100%;
			padding: 2px 0;
			text-align: center;
			font-size: 16px;
			letter-spacing: 1px;
			text-transform: uppercase;
			color: #fff;
		    font-weight: 400;
		    font-style: normal;
		}
		.cast-unit.slick-slide.noncreative h3 {
			display: block;
			position: absolute;
			bottom: 10px;
			left: 10%;
			width: 80%;
			font-size: 1.25em;
			text-align: left;
			line-height: 1.1;
		}
		.cast-unit.slick-slide.creative h4 {
			display: block;
			position: relative;
			width: 100%;
			padding: 2px 0;
			text-align: center;
			font-size: 13px;
			letter-spacing: 1px;
			text-transform: uppercase;
			color: #fff;
			 
		    font-weight: 400;
		    font-style: normal;
		}
.bio_name {
	
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 20px;
	margin-top: 10px;
	
	
}		

	.cast-bios.slick-initialized.slick-slider {
		display: block;
		opacity: 0;
		position: absolute;
		top:0;
		left:0;
		width: 100%;
		height: 0;
		overflow: hidden;
		background: #000;
		color: white;
		z-index: 40;
		}
	.cast-bios.slick-initialized.slick-slider.focused {
		opacity: 1;
		height: auto;
		min-height: 100%;
		}
	.bio_bio.slick-slide {
		display: block;
		padding: 15px;
		font-size: 16px;
		color: white;
		text-align: left;
		padding-left: 40px;
		}
		.bio_bio.slick-slide h3 {
			display: block;
			margin-bottom: 5px;
			font-size: 1.4em;
		}
		.bio_bio.slick-slide h4 {
			display: block;
			margin-bottom: 5px;
			font-size: 1em;
			color: red;
			text-transform: uppercase;
		}
		.bio_bio.slick-slide p {
			font-size: 1em;
			color: white;
		} 
		
		.cast_bio_close {display: block; position: absolute; top: 20px; left: 5px; width: 26px; z-index: 445;}
		.cast-bios .slick-prev, .cast-bios .slick-prev:focus,  .cast-bios .slick-prev:hover, .cast-bios .slick-next, .cast-bios .slick-next:focus, .cast-bios .slick-next:hover {display: block; position: absolute; width: 20px; height: 38px; text-indent: -9999px; left: 5px; border: none; z-index: 444;}
		.cast-bios .slick-prev, .cast-bios .slick-prev:focus,  .cast-bios .slick-prev:hover {top: 66px; background: url('images/home-cal-redarrow-l.png') no-repeat; background-size: contain;}
		.cast-bios .slick-next, .cast-bios .slick-next:focus , .cast-bios .slick-next:hover {top: 116px;background: url('images/home-cal-redarrow-r.png') no-repeat; background-size: contain;}
dwdada
	

#buzz {
	display: block;
	background: blue;
	height: 1700px;
}

/* 520+ */
@media screen and (min-width: 520px) {
	
	.logo-container {

		padding: 25px 25px 25px 25px; 
	width: 100%;
	
}

.showtimez {
    padding-left: 13px;
}
	
	.logo-container {
	
 		
	float: none;
	width: 100%;
	
}
	.tix-calendar span.showtime {
		text-align: left;
	}	
.day_of_month {
    font-size: 52px;
}
	
}

/* 568+ */
@media screen and (min-width: 568px) {
.logo-container {
	
	
	float: none;
	width: 100%;
	
}
	
	.footer {
	text-align: left;
	padding: 5px 5px 0;
}
	.footer-txt {
		width: auto;
		float: right;
		margin: 13px 0 0 0;
	}
	
	.signup {
		display: block;
		position: absolute;
		top: 5px;
		left: 50%;
		margin: 0 0 0 -101px;
		width: 203px;
		height: 32px;
	}

.threeways {
	text-align: center;
	padding: 50px 10px;
}
	.threeways .title {
		margin: 0 auto 30px;
	}
	
	.three-unit {
	    display: inline-block;
	    vertical-align: top;
	    width: 32%;
	    margin: 0;
	    border-left: 1px solid #ffffff;
	}

	
}

/* 768+ */
@media screen and (min-width: 768px) 


{
	
	.logo-container {
	
	float: none;
	width: 100%;
}
	
	.mob-home, .mob-quote {
		display: none;
	}
	.desk-home {
		display: block;
		width: 100%;
	}
	.desk-home-logo {
		display: block;
		position: absolute;
		left: 4.7%;
		width: 54.5%;
		top: 16.8%;
	}
	.home-dates {
		display: block;
		position: absolute;
		left: 4.7%;
		width: 21.75%;
		bottom: 5.64%;
	}
	.home-tix {
	    display: block;
	    position: absolute;
	    left: 28.8%;
	    width: 8.5%;
	    height: 8.7%;
	    bottom: 5.64%;
	    background: #8a8a8a;
	    text-align: center;
	    color: white;
	    font-size: 11px;
	    line-height: 1.1;
		border-radius:10px;
	}
	.home-tix:hover {
	    background: #ffffff;
		color: #000000;
	}
	
#logo {
	padding: 3% 3.2%;
	font-size: 0;
}	
	#logo .mob {
		display: none;
	}
	#logo .desk {
		display: inline-block;
	}
	#logo .logo {
		width: 54.43%;
	}
	#logo .logo2 {
		width: 45.57%;
	}
	#logo .gettix {
	    display: block;
	    position: absolute;
	    left: 3.2%;
	    bottom: 17%;
	    width: 14.5%;
	    height: 28%;
	    background: #e30015;
	    text-align: center;
	    color: white;
	    font-size: 13px;
	}
		#logo .gettix span {
			display: block;
			position: relative;
			top: 50%;
			 -ms-transform: translateY(-50%);
			 -webkit-transform: translateY(-50%);
			 transform: translateY(-50%);
		}
#about {
	padding: 40px 10px;
}
	.about-cont {
		display: block;
		max-width: 90%;
		margin: 0 auto;
		background-color: rgba(249, 234, 215, .8);
		border-radius: 25px;
		padding: 20px 20px 20px 20px; 
		color: black; 
		
	}
		#about .about-quote {
			max-width: 70%;
			margin: 0 auto 25px;
			padding: 0 0 25px;
			font-size: 1.2em;
		}

.threeways {
	max-width: 1200px;
	margin: 0 auto;
}

.threeways .title, .three-unit {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin: 0;
}
.threeways .title{
    width: 22%;
    margin: 0 2% 0 0;
}

.andmore {
	text-align: center;
	padding: 50px 10px;
	margin: 0 auto;
}
	.grey-unit {
	    display: inline-block;
	    vertical-align: top;
	    width: 32%;
	    margin: 0;
	    max-width: 360px;
	}
		
.day_of_month {
    bottom: -10px;
    font-size: 72px;
}

/* News */
#news {
    padding: 40px;
}

#news-container.slick-slider .slick-prev, #news-container.slick-slider .slick-next {
	top: 0;
	width: 30px;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.article-news {
	border-left: 1px solid #ffffff;
    padding: 20px;
}

#productions {
	display: block;
	position: relative;
	background: white;
}
	#productions .mobtitle {
		display: none;
	}
	.prod-intro {
		display: block;
		padding: 10px 10px 10px 30%;
		background: #828282;
		color: white;
		font-size: 14px;
		line-height: 1.2;
	}
	.prod-slider {
		display: block;
		padding: 15px 10px 15px 30%;
		background: #fff;
		font-size: 13px;
	}
		.prod-slider.slick-slider .slick-prev {
			left: 25.5%;
		}
	.desktitle {
		display: block;
		position: absolute;
		width: 24%;
		height: 110%;
		top: -5%;
		left: 1.5%;
		z-index: 200;
		-webkit-box-shadow: 10px 0px 14px 0px rgba(50, 50, 50, 0.3);
		-moz-box-shadow:    10px 0px 14px 0px rgba(50, 50, 50, 0.3);
		box-shadow:         10px 0px 14px 0px rgba(50, 50, 50, 0.3);
		background:white url('images/productions-map.png') center center no-repeat;
		background-size: contain;
	}
		.prod-units {
			padding: 5px;
		}
			.prod-city, .prod-state, .prod-venue, .prod-dates {
				display: block;
				letter-spacing: 1px;
			}
			.prod-city, .prod-state {
				
			    font-weight: 400;
			    font-style: normal;
			}
			.prod-city {
				line-height: 1.2;
				font-size: 1.1em;
				margin-bottom: 5px;
			}
			.prod-state {
				font-size: 3em;
			}
			.prod-venue, .prod-dates {
				color: #828282;
			}
			.prod-venue {
				margin-bottom: 5px;
				text-transform: uppercase;
			}
			.prod-dates {
				margin-bottom: 5px;
			}
			.get-tix {
				letter-spacing: 1px;
				font-weight: bold;
				color: #db0f06;
				padding: 4px 0;
			}
			
.bio_bio.slick-slide {
	padding: 40px 100px;	
}
	.cast_bio_close, .cast-bios .slick-prev, .cast-bios .slick-prev:focus, .cast-bios .slick-prev:hover, .cast-bios .slick-next, .cast-bios .slick-next:focus, .cast-bios .slick-next:hover {
		left: 40px;
	}
	.cast_bio_close {
		top: 46px;
	}
	.cast-bios .slick-prev, .cast-bios .slick-prev:focus, .cast-bios .slick-prev:hover {
		top: 92px;
	}
	.cast-bios .slick-next, .cast-bios .slick-next:focus, .cast-bios .slick-next:hover {
		top: 142px;
	}

}

/* 920+ */
@media screen and (min-width: 920px) {
	
	.logo-container {
	
		
	float: none;
	width: 100%;
	
}

#mobile_mm_toggle {
	display: none;
}
	#head-gettix.mob {
		display: none;
	}	
	#head-gettix {
		display: inline-block;
	}
		#head-gettix:hover {
		background: black;
	}
#header {
	display: block;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(165, 30, 35,0.8);
	color: white;
	text-align: left;
	padding: 10px 15px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
#header.subbed {
	background: url('images/nav-bgd.jpg') top center;
	background-size: cover;
	text-align: right;
}
	#mainmenu {inline
		display: inline-block;
		width: 100%;
		position: relative;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		

	}
		.mm_item, .mm_hashtag, #head-gettix {
			display: inline-block;
			vertical-align: middle;
			margin: 0 6px;
			font-size: 12px;
			letter-spacing: 1px;
			border-radius: 10px;
		}
		.mm_item {
			text-transform: uppercase;
		}
		#mm-home {
		    display: none;
		    position: absolute;
		    top: 3px;
		    left: 0;
		    width: 190px;
		}
		#head-gettix {
			padding: 6px 15px;
			border: 1px solid white;
			text-transform: uppercase;
			border-radius: 10px;
		}
	.home-tix {
	    font-size: 13px;
	
	}
	
	.signup {
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -140px;
		width: 279px;
		height: 44px;
	}
	.footer-txt {
	    font-size: 0.65em;
	}

.cast-names .slick-track {
	text-align: right;
}
.cast-unit.slick-slide.noncreative {
	display: block!important;
	width: 20%!important;
	float: left;
}
.cast-unit.slick-slide.creative {
	width: 60%!important;
	vertical-align: top;
}
	.cast-unit.slick-slide.creative h3 h4 {
		font-size: 1.5em;
		color: white;
	}
	
}

/* 960+ */
@media screen and (min-width: 960px) {
	
	.logo-container {
	
		
	float: none;
	width: 100%;
	
}
#logo .gettix {
	font-size: 17px;
}

#faq {
	padding: 30px 0 50px;
	background: url('images/faq-bgd.jpg') top center no-repeat;
}

.article-news h3 {
    font-size: 26px;
}

.prod-intro {
	font-size: 16px;
	padding: 15px 10px 15px 30%;
}

}


/* 1024+ */
@media screen and (min-width: 1024px) {
#about .about-quote {
    font-size: 1.5em;
}
.about-cont p {
	font-size: 1.1em;
}
.about-cont h1 {
	padding: 0 0 15px;
		margin-bottom: 10px 20px 20px ;
	
	font-size: 200%;
	color: black;
	text-align: center;
}

.article-news {
    padding: 10px 40px;
}
.prod-slider {
	font-size: 15px;
}

#news {
    padding: 60px 45px;
}
	
}

/* 1150+ */
@media screen and (min-width: 1150px) {
#logo .gettix {
	font-size: 20px;
	letter-spacing: 1px;
}
	.home-tix {
	    font-size: 16px;
	    letter-spacing: 1px;
			border-radius:10px;
	}

.desktitle {
	width: 276px;
}
.prod-intro {
	padding-left: 348px;
}
.prod-slider {
	padding: 25px 10px 25px 345px;
}
.prod-slider.slick-slider .slick-prev {
    left: 302px;
}
.cast-unit.slick-slide.creative h3 {
	font-size: 26px;
}
.cast-unit.slick-slide.creative h4 {
	font-size: 18px;
}
.cast-unit.slick-slide.noncreative h3 {
	left: 5%;
	width: 90%;
	font-size: 2.0em;
}
.bio_bio.slick-slide {
	font-size: 19px;
}
.bio_bio.slick-slide h3 {
	font-size: 1.7em;
}

}

/* 1300+ */
@media screen and (min-width: 1300px) {
#logo .gettix {
	font-size: 24px;
}
.home-tix {
    font-size: 19px;
    line-height: 1.2;
		border-radius:10px;
}
.mm_item, .mm_hashtag, #head-gettix {
    font-size: 15px;
}

.section-title {
    height: 40px;
}
.showtimez {
    padding-left: 20px;
}

#news-container {
    margin-top: 50px;
}

.prod-slider {
	font-size: 17px;
}

#faq {
    padding: 45px 0 35px;
}
.prod-intro {
    font-size: 18px;
    padding: 15px 10px 15px 30%;
}
.prod-slider {
    padding: 25px 60px 25px 365px;
}
.prod-intro {
    padding-left: 368px;
}
.prod-slider.slick-slider .slick-prev, .prod-slider.slick-slider .slick-next {
    height:60px;
    margin-top: -30px;
}
	.cast-unit.slick-slide.creative {
		padding: 20px 10px;
	}

}

/* 1450+ */
@media screen and (min-width: 1450px) {
.cast-unit.slick-slide.noncreative h3 {
    font-size: 3em;
}

}

/* 1600+ */
@media screen and (min-width: 1600px) {
.mm_item, .mm_hashtag, #head-gettix {
    font-size: 17px;
}
	
.section-title {
    height: 50px;
}
#logo .gettix {
	font-size: 28px;
		border-radius:10px;
}
.home-tix {
    font-size: 22px;
		border-radius:10px;
}

#news-container {
    margin-top: 60px;
}

}

/* 1800+ */
@media screen and (min-width: 1800px) {
.section-title {
    height: 60px;
}
#logo .gettix {
	font-size: 31px;
		border-radius:10px;
}
.home-tix {
    font-size: 24px;
		border-radius:10px;
}
/*
.cast-unit.slick-slide.noncreative {
	width: 30%!important;
}
.cast-unit.slick-slide.creative {
	width: 40%!important;	
}
*/
	
	.logo-container {
	
	
	float: none;
	width: 100%;
	
}

}



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.aboutdean-cont {
		display: block;
		max-width: 90%;
		margin: 0 auto;
		background-color: rgba(249, 234, 215, .8);
		border-radius: 25px;
		padding: 20px 20px 20px 20px; 
		color: black; 
		}

.aboutdean-cont h1 {
	padding: 0 0 15px;
	margin-bottom: 10px 20px 20px ;
	font-size: 200%;
	color: black;
	text-align: center;
}

.creative-cont {
		display: block;
		max-width: 90%;
		margin: 100px auto;
		background-color: rgba(249, 234, 215, .8);
		border-radius: 25px;
		padding: 20px 20px 20px 20px; 
		color: black; 
		}

.creative-cont h1 {
	padding: 0 0 15px;
	margin-bottom: 10px 20px 20px ;
	font-size: 200%;
	color: black;
	text-align: center;
}


.media-cont {
		display: block;
		max-width: 90%;
		margin: 100px auto;
		background-color: rgba(249, 234, 215, .8);
		border-radius: 25px;
		padding: 20px 20px 20px 20px; 
		color: black; 
		}

.media-cont h1 {
	padding: 0 0 15px;
	margin-bottom: 10px 20px 20px ;
	font-size: 200%;
	color: black;
	text-align: center;
}


	.home-cont {
		display: block;
		max-width: 90%;
		margin: 0 auto;
		background-color: rgba(249, 234, 215, .8);
		border-radius: 25px;
		padding: 20px 20px 20px 20px; 
		color: black; 
		
	}



.home-cont h1 {
	padding: 0 0 15px;
	margin-bottom: 10px 20px 20px ;
	font-size: 200%;
	color: black;
	text-align: center;
}



.fill {
    display: flex;
    justify-content: center;
    align-items: center;

}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}
