@charset utf-8;
/*	Resets
	------	*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figure,figcaption,hgroup,menu,header,footer,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0}article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video{display:block}a img{border:0}figure{position:relative}figure img{width:100%}


/*	Clear & Fill
	------------	*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
a.fill{display:block;height:100%;width:100%;text-decoration:none;position:absolute;top:0;left:0;z-index:500;}


/*	Universal Targeting
	-------------------	*/
* {
	background-repeat:no-repeat;
	position:relative;
	box-sizing:border-box;
	-webkit-transition:	all 0.2s ease;
	-moz-transition:	all 0.2s ease;
	-ms-transition:		all 0.2s ease;
	-o-transition:		all 0.2s ease;
}
.slow-transition,
.slow-transition * {
	-webkit-transition:	all .65s ease;
	-moz-transition:	all .65s ease;
	-ms-transition:		all .65s ease;
	-o-transition:		all .65s ease;
}
.no-transition-height {
	-webkit-transition:	height 0s;
	-moz-transition:	height 0s;
	-ms-transition:		height 0s;
	-o-transition:		height 0s;
}
.no-transition-opacity {
	-webkit-transition:	height 0s;
	-moz-transition:	height 0s;
	-ms-transition:		height 0s;
	-o-transition:		height 0s;
}
.no-transition,
.no-transition *,
.cycle-slideshow,
.cycle-slideshow * {
	-webkit-transition:	all 0s !important;
	-moz-transition:	all 0s !important;
	-ms-transition:		all 0s !important;
	-o-transition:		all 0s !important;
}

/*	General
	-------	*/

html,
body {
	height:100%;
	width: 100%;
	min-width: 428px;
}
@media (max-width: 428px) {
	html, body {
		min-width: 100px;
	}
}
body {
	background-color: #000;
	background-image: none;
}

.container {
	display:block;
	width:90%;
	width:calc(99% - 6em);
	max-width:1200px;
	margin:auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height:1;
	font-weight:normal;
	font-family:'Woodgrit W00', 'acumin-pro-condensed', Helvetica, Arial, sans-serif;;
	text-transform:uppercase;
	letter-spacing:.02em;
}

.no-js h1,
.no-js h2,
.no-js h3,
.no-js h4,
.no-js h5,
.no-js h6 {
	font-weight:bold;
}

h1 {
	font-size:2.5em;
}
h2 {
	font-size:2em;
}
h3 {
	font-size:1.8em;
}
h4 {
	font-size:1.6em;
	line-height:1.2;
}
h5 {
	font-size:1.4em;
	line-height:1.2;
}
h6 {
	font-size:1.2em;
	line-height:1.2;
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
	margin-right:.125em;
}

p {
	margin-bottom:.5em;
}
	p:last-child {
		margin-bottom:0;
	}

.small {
	font-size:75%;
}
.big {
	vertical-align:top;
	font-size:10em;
	line-height:.85;
	color:#ec7625;
}

a {
	color:#fff;
}
.yellow,
.accent {
	color:#e8bb0b;
}

ul {
	list-style:none;
}

.all-caps {
	text-transform:uppercase;
}
.no-case {
	text-transform:none;
}

/*	Center in Unknown (CSS-Tricks)
	------------------------------	*/
.block {
	text-align:center;
}
.block:before {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
}

.centered {
	display:inline-block;
	vertical-align:middle;
}


/*	Page
	----	*/
#nav-primary {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background-color:#000;
	color:#e8bb0b;
	box-shadow:0 0 .35em #1e1e1e;
	box-shadow:0 0 .35em rgba(30,30,30,.65);
	list-style:none;
	z-index:500;
	line-height:1;
	text-transform:uppercase;
	text-align:center;
	font-size:1.75em;
	-webkit-transition:	all 0s ease;
	-moz-transition:	all 0s ease;
	-ms-transition:		all 0s ease;
	-o-transition:		all 0s ease;
	margin-bottom:1em;
	font-weight:normal;
	font-family:'Woodgrit W00', 'acumin-pro-condensed', Helvetica, Arial, sans-serif;;
	letter-spacing:.02em;
}
#nav-primary li {
	display:inline-block;
}
#nav-primary a {
	color:#e8bb0b;
	text-decoration:none;
	padding:.25em .25em .35em;
	display:block;
}
#nav-primary a.nav-tickets {
	background-image:url('images/nav-tickets.png');
	color:#fff;
	padding-top:8px;
	padding-left:25px;
	padding-right:20px;
	min-width:202px;
	min-height:80px;
	margin-bottom:-2em;
	top:-2px;
	z-index:100;
}

#nav-primary .sub-menu {
	display:none;
	width:200%;
	position:absolute;
	top:100%;
	left:-9999px;
	opacity:0;
	list-style:none;
	text-align:center;
	font-size:.65em;
	z-index:110
}
	#nav-primary li:hover .sub-menu {
		display:block;
		left:-50%;
		opacity:.9999;
	}
#nav-primary .sub-menu li {
	display:block;
    background:#000;
    background:rgba(0,0,0,.8);
	padding:.1em 0;
	margin:.125em 0 0;
}
#nav-primary .sub-menu li a {
	width:188px;
	height:32px;
	display:block;
}
@media(max-width: 767px) {
	#nav-primary .sub-menu li a {
		width:120px;
		height:22px;
	}
}
section {
	min-width:100%;
	min-height:100%;
	padding-top:4em;
    padding-bottom:4em;
	background-image:-moz-linear-gradient(down, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,1) 100%);
	background-image:-webkit-gradient(linear, down top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(15%, rgba(0,0,0,0)), color-stop(85%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
	background-image:-webkit-linear-gradient(down, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,1) 100%);
	background-image:-o-linear-gradient(down, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,1) 100%);
	background-image:-ms-linear-gradient(down, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,1) 100%);
	background-image:linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,1) 100%);
}
	section.last,
	section:last-child {
		min-height:100%;
	}
	section.block {
		width:100%;
		height:100%;
		overflow:auto;
	}
	section > * {
		z-index:101;
	}
section.grey {
	background-color:#2d3737;
	background-color:rgba(45,47,48,.8);
	color:#fff;
	background-image:-moz-linear-gradient(down, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 75%, rgba(0,0,0,1) 100%);
	background-image:-webkit-gradient(linear, down top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(25%, rgba(0,0,0,0)), color-stop(75%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
	background-image:-webkit-linear-gradient(down, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 75%, rgba(0,0,0,1) 100%);
	background-image:-o-linear-gradient(down, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 75%, rgba(0,0,0,1) 100%);
	background-image:-ms-linear-gradient(down, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 75%, rgba(0,0,0,1) 100%);
	background-image:linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 75%, rgba(0,0,0,1) 100%);
}
section.black {
	background-color:#000;
	color:#fff;
}

#footer {
	min-height:0;
	height:auto;
	padding-top:1em;
    padding-bottom:1em;
	color:#fff;
	background-color:#000;
	box-shadow:0 0 1em .5em rgba(0,0,0,.8);
}
#footer a {
	color:#fff;
}

.disclaimer {
	width: 80%;
	max-width: 860px;
	margin: 0 auto 30px;
	text-align: center;
	font-style: italic;
}


section .section-title {
	background-image:url('images/section-title.png');
	padding-top:20px;
	padding-left:55px;
	padding-right:24px;
	text-align:center;
	min-width:229px;
	min-height:68px;
	color:#fff;
	float:left;
	margin-bottom:1em;
	left:-.75em;
}
	section .section-title + * {
		clear:both;
	}
section .section-title.fixed {
	position:absolute;
	top:2em;
	left:1.5em;
	float:none;
	margin-bottom:0;
}

#logo-scarf-horiz {
	position: absolute;
    top: 100px;
    right: 44%;
    width: 70%;
}
@media (max-width: 767px) {
	#logo-scarf-horiz {
		right: 10px;
		width: 150%;
		max-width: 1000px;
	}
}
.center {
	text-align:center;
}
.left {
	text-align:left;
}

img.center {
	display:block;
	margin:auto;
}


ul.center {
	list-style:none;
	width:100%;
}
ul.center li {
	display:inline-block;
}

img {
	max-width:100%;
}


.inline-block-50 {
	width:47%;
	margin:1%;
	display:inline-block;
	vertical-align:middle;
}
.qtr-col {
	width:47%;
	margin:1%;
	display:inline-block;
	vertical-align: top;
}
.mc-field-group.inline-block-50 {
	width:47% !important;
	margin-top: 0 !important;
}

@media (max-width: 767px) {
	.mc-field-group.inline-block-50 {
		width:100% !important;
	}
}
@media (max-width: 600px) {
	.qtr-col {
		width:100%;
	}
}

/*	Social
	------	*/
.social {
	position:fixed;
	top:4em;
	right:.5em;
	width:45px;
	height:auto;
	display:block;
	z-index:500;
}
.social a, .social-horiz a {
	background-image:url('images/social.png');
	width:45px;
	height:45px;
	display:block;
	margin-bottom:.5em;
	cursor:pointer;
}
.social-horiz a {
	display: inline-block;
	margin: 0 4px;
}
#social-bar {
    text-align: center;
}
#social-bar h2, #social-bar h3, #news-heading h3 {
	margin-bottom: 20px;
}

.fb {
	background-position:0 0;
}
.tw {
	background-position:-45px 0;
}
.in {
	background-position:-90px 0;
}
.yt {
	background-position:-135px 0;
}
.sn {
	background-position:-180px 0;
}
.newsletter {
	background-position:-225px 0;
}

/*	Sparkle links
	----	*/

.nav-primary a {
	display: block;
}








/*	Home
	----	*/
#home {
	height:auto;
	min-height:0;
	padding-top:0;
	padding-bottom: 0;
	background-image:-moz-linear-gradient(down, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 15%);
	background-image:-webkit-gradient(linear, down top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(15%, rgba(0,0,0,0)));
	background-image:-webkit-linear-gradient(down, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 15%);
	background-image:-o-linear-gradient(down, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 15%);
	background-image:-ms-linear-gradient(down, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 15%);
	background-image:linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 15%);
}
#home.aus-home {
	min-height: 100%;
	padding-bottom: 80px;
}
#home img.art {
	display:block;
	margin:0 auto -1em;
	max-width:100%;
}
#home-cta, .home-cta {
	position: relative;
    top: 509px;
    text-align: center;
    color: #fff;
    max-width: 90%;
    margin: 0 auto;
}
/*
#home-cta a {
	color: #e8bb0b;
	text-decoration: none;
}
*/
#awards-header {
	width: 400px;
    max-width: 90%;
	height: auto;
}

/*	Quotes
	------	*/
	
#news-quotes {
	opacity: 0;
	-webkit-transition: opacity 0.5s !important; /* Safari */
    transition:opacity 0.5s !important;
}
.news-mst-img {
	display: block;
	width: 150px;
	height: auto;
	float: right;
	margin-right: 200px;
	margin-top: 10px;
}
.quotes {
	width:100%;
	text-align:center;
	list-style:none;
	margin:1.5em auto 1em;
	max-width:500px;
	min-height:130px;
}
.quotes li {
	width:100%;
}

/*	Tickets
	-------	*/
#tickets {
}

#tickets .container {
	text-align:center;
	margin-top: -100px;
}
#tickets .section-title {
	margin-left:2.5%;
	margin-bottom:2em;
}

.tickets-old {
	background-color:#5f6969;
	background-image:url('images/bg.jpg');
	background-repeat:repeat;
	background-position:center;
	-webkit-box-shadow:	inset 0 0 1em .5em #000;
	-moz-box-shadow:	inset 0 0 1em .5em #000;
	box-shadow:			inset 0 0 1em .5em #000;
	color:#fff;
	padding:2em 1em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2em;
	width:93%;
	text-align:center;
	display:inline-block;
}
.tickets {
	color:#fff;
	padding:2em 1em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2em;
	width:93%;
	text-align:center;
	display:inline-block;
}
.tickets:last-child {
	margin-bottom:0;
}

.tickets.thirds,
.tickets .thirds,
.tickets.quarters,
.tickets .quarters {
	width:30%;
	margin-left:1.25%;
	margin-right:1.25%;
	display:inline-block;
	vertical-align:top;
	min-height:8em;
}
.tickets .thirds,
.tickets .quarters {
	min-height:0;
}
	.tickets.thirds:nth-child(3n+0) {
		-ms-transform:rotate(3deg);
		-webkit-transform:rotate(3deg);
		transform:rotate(3deg);
		top:-.5em;
	}
	.tickets.thirds:nth-child(3n+1) {
		-ms-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
		top:0;
	}
	.tickets.thirds:nth-child(3n+2) {
		-ms-transform:rotate(-3deg);
		-webkit-transform:rotate(-3deg);
		transform:rotate(-3deg);
		top:-.5em;
	}
.tickets.quarters,
.tickets .quarters {
	width:21%;
}
.tickets img {
	max-width:100%;
}

.tickets h2 {
	margin-bottom:.25em;
}
.tickets h4 {
	font-size: 1.4em;
}
.tickets h6 {
	font-size: 1em;
}
.stars-flank {
	background-image: url('/images/wizard-stars.png');
	background-size: 80%;
    background-position: center;
    padding: 30px 20px 70px;
    max-width: 1000px;
    margin: 0 auto;
}
#family-section {
    font-size: 20px;
    max-width: 1100px;
}
#family-section .stars-flank {
	background-size: 100%;
    padding-left: 200px;
    padding-right: 200px;
}
@media (max-width: 767px) {
	#family-section {
		max-width: 100%;
	}
	#family-section .stars-flank {
		background: none;
		padding-left: 0;
		padding-right: 0;
	}
}
.performance-schedule {
	list-style:none;
	text-align:center;
	font-size:1.35em;
}
.performance-schedule li {
	display:inline-block;
	margin-left:.35em;
	margin-right:.35em;
	vertical-align:top;
}

a.tickets,
a.tickets:hover {
	text-decoration:none;
}

#tickets .sidebar,
.tickets.calendar {
	display:inline-block;
	vertical-align:top;
	margin:1%;
}
.tickets.calendar {
	width:60%;
}
#tickets .sidebar {
	width:30%;
}
#tickets .sidebar .tickets {
	margin:auto;
	width:100%;
	text-align:center;
	/* padding:1em .75em; */
	padding: 20px;
}
#tickets .sidebar .tickets + .tickets {
	margin-top: .24em;
}

#tickets .fc-title {
	display:none !important;
}


/*	About
	-----	*/
#about {
}
#about-container {
	width: 44%;
	margin: 0 40px;
	float: left;
}

.about-block {
	text-align:left;
	background-color:#5f6969;
	background-image:url('images/bg.jpg');
	background-repeat:repeat;
	background-position:center;
	-webkit-box-shadow:	inset 0 0 1em .65em rgba(45,47,48,.8);
	-moz-box-shadow:	inset 0 0 1em .65em rgba(45,47,48,.8);
	box-shadow:			inset 0 0 1em .65em rgba(45,47,48,.8);
	color:#fff;
	padding:1.5em;
}
.blurb {
	font-size:1.25em;
}
#about-container .blurb {
    font-size: 1em;
    line-height: 1.2;
}



/*	Media
	-----	*/
#media {
}
#media-container {
	width: 44%;
	margin: 0 40px;
	float: left;
}
.media-contact {
	text-align: center;
}
.scroller-gallery {
	margin:1em auto;
	max-width:800px;
}
	.scroller-gallery .slide {
		width:100%;
	}
	.scroller-gallery img {
		width:100%;
		height:auto;
		margin:0 auto;
	}
.scroller-gallery .photo-caption {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	background:#e8bb0b;
	color:#000;
	font-size:.75em;
	padding:.5em 0;
}
.scroller-gallery .controls {
	position:absolute;
	top:50%;
	font-weight:bold;
	font-size:3em;
	margin-top:-1em;
	text-shadow:0 0 .25em #000;
	z-index:250;
	cursor:pointer;
}
.scroller-gallery .controls.cycle-prev {
	left:.25em;
}
.scroller-gallery .controls.cycle-next {
	right:.25em;
}
.controls.disabled {
	opacity:0;
}

.scroller-gallery .play:before {
	background-size:auto 30%;
}

.card-carousel {
	max-width:800px;
	margin:.5em auto;
	text-align:center;
}
.card-carousel img {
	width:95%;
}

.card-carousel .controls {
	position:absolute;
	top:50%;
	font-weight:bold;
	font-size:3em;
	margin-top:-1em;
	text-shadow:0 0 .25em #000;
	z-index:250;
	cursor:pointer;
}
	.card-carousel .controls.cycle-prev {
		left:.5em;
	}
	.card-carousel .controls.cycle-next {
		right:.5em;
	}

.gallery {
	text-align:center;
}
.gallery img,
.gallery a {
	width:31.5%;
	margin:.5% .75%;
	display:inline-block;
}
.gallery a img {
	width:100%;
}

@media (max-width: 1333px) {
	#about-container, #media-container {
		display: block;
		width: 90%;
		width: calc(99% - 6em);
		max-width: 1200px;
		float: none;
	}
	#about-container {
		margin: 0 auto 80px;
	}
	#media-container {
		margin: 80px auto 0;
	}
	#about-container .blurb {
		font-size: 1.25em;
		line-height: 1.4;
	}

}

.play:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url('images/play-button.png');
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size:auto 65%;
	-moz-background-size:auto 65%;
	-o-background-size:auto 65%;
	background-size:auto 65%;
	z-index:1;
	opacity:.75;
}

a.dark-button {
    display: block;
    position: relative;
    width: 280px;
    padding: 20px;
    border: 2px solid #fff;
    border-radius: 10px;
    background: rgba(0,0,0,0.3);
    text-decoration: none;
    margin: 0 auto;
}

/*	Partners
	--------	*/
.partners {
	list-style:none;
	text-align:center;
}
.partners li {
	display:inline-block;
	width:47%;
	margin:1%;
	background-color:#5f6969;
	background-image:url('images/bg.jpg');
	background-repeat:repeat;
	background-position:center;
	-webkit-box-shadow:	inset 0 0 1em .5em #000;
	-moz-box-shadow:	inset 0 0 1em .5em #000;
	box-shadow:			inset 0 0 1em .5em #000;
	color:#fff;
	padding:2em;
	text-align:center;
}

/*	News
	----	*/
#news {
	min-height:50%;
	height:auto;
}
.press-hits {
	list-style:none;
	text-align:left;
}
.press-hits h4 {
	font-family: 'acumin-pro-condensed', Helvetica, Arial, sans-serif;
}
.press-hits.with-emph h4 .emphasize {
	font-family: 'Woodgrit W00', 'acumin-pro-condensed', Helvetica, Arial, sans-serif;
}

.press-hits li {
	background-color:#5f6969;
	padding:1em;
	display:inline-block;
	width:100%;
	color:#fff;
}
	.press-hits li a {
		color:#fff;
	}
.press-hits-OLD li:nth-child(2n) {
	background-color:transparent;
	color:#e8bb0a;
}
	.press-hits li:nth-child(2n) a {
		color:#e8bb0a;
	}
.press-hits li.pinned {
/*	background-color:#e8bb0a; */
	padding:1em;
	display:inline-block;
	width:100%;
	color:#000;
	-ms-transform:rotate(-1.5deg);
	-webkit-transform:rotate(-1.5deg);
	transform:rotate(-1.5deg);
	margin-bottom:.5em;
}
.press-hits li.pinned:nth-child(2n) {
	-ms-transform:rotate(.75deg);
	-webkit-transform:rotate(.75deg);
	transform:rotate(.75deg);
}
	.press-hits li.pinned a {
		color:#000;
	}

.press-hits li + li {
	margin-top:.75em;
}
.press-hits li + li.pinned {
	margin-top:1.5em;
}
.press-hits li.house-yellow-bg, .house-yellow-bg {
	background-color: #d8b839;
	color: #000;
}
.press-hits li.house-red-bg, .house-red-bg {
	background-color: #8f2a2c;
	color: #fff;
}
.press-hits li.house-blue-bg, .house-blue-bg {
	background-color: #274356;
	color: #fff;
}
.press-hits li.house-green-bg, .house-green-bg {
	background-color: #325b3e;
	color: #fff;
}
.press-hits li.house-yellow-bg a, .house-yellow-bg a {
	color: #000;
}
.press-hits li.house-red-bg a, .house-red-bg a {
	color: #fff;
}
.press-hits li.house-blue-bg a, .house-blue-bg a {
	color: #fff;
}
.press-hits li.house-green-bg a, .house-green-bg a {
	color: #fff;
}

#more-press {
	display:none;
}
	#more-press.display {
		display:block;
	}
#more-press-toggle {
	cursor:pointer;
}

/*	Company
	-------	*/
#company {
}

ul.row {
	width:100%;
	text-align:center;
}
ul.row li {
	display:inline-block;
	margin:.75em 1.5em;
}
ul.row li a {
	text-decoration:none;
}
	ul.row li a:hover {
		text-decoration:underline;
}

#company ul.row li img {
	max-width:100%;
	opacity:.85;
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
	-webkit-transition:	opacity 0.5s ease, filter 0.5s ease;
	-moz-transition:	opacity 0.5s ease, filter 0.5s ease;
	-ms-transition:		opacity 0.5s ease, filter 0.5s ease;
	-o-transition:		opacity 0.5s ease, filter 0.5s ease;
	transition:			opacity 0.5s ease, filter 0.5s ease;
}
	#company ul.row li img:hover {
		opacity:1;
		-webkit-filter:grayscale(0%);
		filter:grayscale(0%);
	}

#company ul.row li h6 {
	color:#ffcc00;
}

#company *[data-mfp-src] {
	cursor:pointer;
}
	#company *[data-mfp-src=""] {
		cursor:none;
	}

/*	Mailchimp
	---------	*/
.mc-popup-form,
#mc_embed_signup_scroll {
	text-align:center;
}
.mc-popup-form form {
    display:block;
    position:relative;
    text-align:left;
    padding:10px 0 10px 3%
}
.mc-popup-form input {
    border:1px solid #ABB0B2;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
	.mc-popup-form input[type=checkbox] {
		-webkit-appearance:checkbox;
	}
	.mc-popup-form input[type=radio] {
		-webkit-appearance:radio;
	}
	.mc-popup-form input:focus {
		border-color:#333;
	}
.mc-popup-form .button {
    clear:both;
	background-color:#e8bb0b;
    background-color:rgba(232,187,11,.9);
    border:0 none;
    border-radius:4px;
    transition:all 0.23s ease-in-out 0s;
    color:#FFFFFF;
    cursor:pointer;
    display:inline-block;
    font-size:15px;
    font-weight:normal;
    height:32px;
    line-height:32px;
    margin:1em 5px 10px 0;
    padding:0 22px;
    text-align:center;
    text-decoration:none;
    vertical-align:top;
    white-space:nowrap;
    width:auto;
}
	.mc-popup-form .button:hover {
		background-color:#e8bb0b;
		background-color:rgba(232,187,11,1);
	}
.mc-popup-form .small-meta {
    font-size:11px;
}
.mc-popup-form .nowrap {
    white-space:nowrap;
}
.mc-popup-form .mc-field-group {
    width:96%;
    padding-bottom:.25em;
    min-height:50px;
	display:inline-block;
}
	.mc-popup-form .mc-field-group + .mc-field-group {
		margin-top:.5em;
	}
	.mc-popup-form .mc-field-group.mc-field-group--50 {
		width:45%;
		margin-left:2%;
		margin-right:2%;
	}
.mc-popup-form .size1of2 {
    display:inline-block;
    width:46%;
    margin-right:4%;
}
* html .mc-popup-form .size1of2 {
    margin-right:2%;
    /* Fix for IE6 double margins. */
}

.mc-popup-form .mc-field-group label {
	text-align:left;
    display:block;
    font-size:.85em;
}
.mc-popup-form .mc-field-group input {
    display:block;
    width:100%;
    padding:8px 0;
    text-indent:2%;
}
.mc-popup-form .mc-field-group select {
    display:inline-block;
    width:99%;
    padding:5px 0;
    margin-bottom:2px;
}
.mc-popup-form .datefield,
.mc-popup-form .phonefield-us {
    padding:5px 0;
}
.mc-popup-form .datefield input,
.mc-popup-form .phonefield-us input {
    display:inline;
    width:60px;
    margin:0 2px;
    letter-spacing:1px;
    text-align:center;
    padding:5px 0 2px 0;
}
.mc-popup-form .phonefield-us .phonearea input,
.mc-popup-form .phonefield-us .phonedetail1 input {
    width:40px;
}
.mc-popup-form .datefield .monthfield input,
.mc-popup-form .datefield .dayfield input {
    width:30px;
}
.mc-popup-form .datefield label,
.mc-popup-form .phonefield-us label {
    display:none;
}
.mc-popup-form .indicates-required {
    text-align:right;
    font-size:11px;
    margin-right:4%;
}
.mc-popup-form .asterisk {
    color:#e8bb0b;
    font-size:150%;
    font-weight:normal;
    position:relative;
    top:5px;
}
.mc-popup-form .clear {
    clear:both;
}
.mc-popup-form .mc-field-group.input-group ul {
    margin:0;
    padding:5px 0;
    list-style:none;
}
.mc-popup-form .mc-field-group.input-group ul li {
    display:block;
    padding:3px 0;
    margin:0;
}
.mc-popup-form .mc-field-group.input-group label {
    display:inline;
}
.mc-popup-form .mc-field-group.input-group input {
    display:inline;
    width:auto;
    border:none;
}
.mc-popup-form div#mce-responses {
    margin-top:-1.4em;
    padding:0;
    overflow:hidden;
    width:100%;
    margin:0 0;
}
.mc-popup-form div.response {
    margin:1em auto;
    padding:1em .5em .5em 0;
    font-weight:bold;
    z-index:1;
    width:80%;
}
.mc-popup-form #mce-error-response {
    display:none;
}
.mc-popup-form #mce-success-response {
    color:#e8bb0b;
    display:none;
}
.mc-popup-form label.error {
    display:block;
    width:auto;
    margin-left:1.05em;
    text-align:left;
    padding:.5em 0;
}
#mc-embedded-subscribe {
    clear:both;
    width:auto;
    display:block;
    margin: 1em auto;
}
.mc-popup-form #num-subscribers {
    font-size:1.1em;
}
.mc-popup-form #num-subscribers span {
    padding:.5em;
    border:1px solid #ccc;
    margin-right:.5em;
    font-weight:bold;
}
.mc-popup-form #mc-embedded-subscribe-form div.mce_inline_error {
    display:inline-block;
    margin:2px 0 0 0;
    padding:5px 10px;
    background-color:rgba(255, 255, 255, 0.85);
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    font-size:14px;
    font-weight:normal;
    z-index:1;
    color:#e85c41;
}
.mc-popup-form #mc-embedded-subscribe-form input.mce_inline_error {
    border:2px solid #e85c41;
}




/*	Responsive
	----------	*/
.mobile {
	display:none !important;
}
@media only screen and (min-width:768px) and (max-width:999px) {

.container {
	width:95%;
}

#nav-primary {
	font-size:1.5em;
}
#mav-primary li {
	margin-left:.1em;
	margin-right:.1em;
}

/*	Home
	----	*/
#home img.art,
#home img.title {
}

/*	Tickets
	-------	*/
#tickets .section-title {
	margin-left:0;
}
.tickets,
.tickets.thirds,
.tickets .thirds
.tickets.quarters,
.tickets .quarters {
	width:100%;
	min-height:0;
	margin:.5em auto;
}
	.tickets.thirds:nth-child(3n+0),
	.tickets.thirds:nth-child(3n+1),
	.tickets.thirds:nth-child(3n+2) {
		-ms-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
		top:0;
	}

.tickets h2 {
	margin-bottom:.25em;
}



/*	Company
	-------	*/
ul.row li {
	margin:.5em 1em;
}

}

@media only screen and (max-width:767px) {

	.mobile {
		display:block !important;
	}
	.quotes {
		max-width: 400px;
	}
	.social {
		position: absolute;
		z-index: 300;
	}
	.news-mst-img {
		margin-right: 0;

	}
	.press-hits li a {
		display: block;
		margin-top: 12px;
	}
	img {
		max-width:100%;
	}

	#nav-primary,
	.home-visible #nav-primary {
		font-size:1.1em;
		text-align:center;
	}
	#nav-primary li {
		margin-left:.1em;
		margin-right:.1em;
	}

	#nav-primary a.nav-home {
		max-width:30px;
	}
	#nav-primary a.nav-tickets {
		background-image:none;
		color:#e8bb0b;
		padding:.25em .2em .35em;
		min-width:0;
		min-height:0;
		margin-bottom:0;
		top:0;
	}

	h1 {
		font-size:1.75em;
	}
	h2 {
		font-size:1.75em;
	}
	h3 {
		font-size:1.5em;
	}
	h4 {
		font-size:1.5em;
	}
	h5 {
		font-size:1.25em;
	}
	h6 {
		font-size:1.25em;
	}

	.container {
		width:95%;
	}

	section {
		padding-top:3em;
		padding-bottom:3em;
		min-height:0;
	}
	section.block {
		height:auto;
	}

	.section-title {
		display:none;
	}


	.inline-block-50 {
		width:90%;
		margin:auto;
	}

	/*	Home
		----	*/
	#home {
	}

	/*	Tickets
		-------	*/
	.tickets,
	.tickets.thirds,
	.tickets .thirds,
	.tickets.quarters,
	.tickets .quarters {
		width:100%;
		min-height:0;
		margin:1% auto;
	}
		.tickets.thirds:nth-child(3n+0),
		.tickets.thirds:nth-child(3n+1),
		.tickets.thirds:nth-child(3n+2) {
			-ms-transform:rotate(0deg);
			-webkit-transform:rotate(0deg);
			transform:rotate(0deg);
			top:0;
		}

	.tickets h2 {
		margin-bottom:.25em;
	}

		#tickets .sidebar,
		.tickets.calendar {
			margin:1% auto;
			width:100%;
		}
		#tickets .sidebar .tickets + .tickets {
			margin-top:2%;
		}
		.fc-day-grid-event .fc-time {
			font-size:.65em;
		}


	/*	About
		-----	*/
	.blurb {
		font-size:1.25em;
	}

	/*	Partners
		--------	*/
	.partners li {
		width:90%;
	}

	.partners .logo {
		cursor:pointer;
	}
	.partners .title,
	.partners .copy {
		display:none;
	}
		.partners .title.display,
		.partners .copy.display {
			display:block;
		}

	/*	Gallery
		-------	*/
	.gallery img,
	.gallery a {
		width:45%;
	}

	/*	Company
		-------	*/
	ul.row li {
		margin:.5em 1em;
	}

}

@media screen and (min-width:768px) and (max-height:745px) {
	#home img.art {
		height:300px;
	}
	#home img.title {
		height:200px;
	}
}

@media screen and (min-width:768px) and (max-height:600px) {
	#home img.art {
		height:225px;
		margin-top:.5em;
	}
}

@media screen and (min-width:768px) and (max-height:600px) {
	#home img.art {
		display:none;
	}
	#home img.title {
		margin-top:.5em;
	}
}


/*	Magnific Popup CSS
	------------------	*/
html {
	margin-right:0 !important;
}
.mfp-bg {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1042;
	overflow:hidden;
	position:fixed;
	background:#0b0b0b;
	opacity:0.8;
}

.mfp-wrap {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1043;
	position:fixed;
	outline:none !important;
	-webkit-backface-visibility:hidden;
}

.mfp-container {
	text-align:center;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	padding:0 8px;
	box-sizing:border-box;
}

.mfp-container:before {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
}

.mfp-align-top .mfp-container:before {
	display:none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    background-color: #000;
    color: #fff;
    padding: 40px;
    max-width: 800px;
    background-image: url(http://www.puffstheplay.com/new/images/green-bg1.jpg);
    background-repeat: repeat;
    box-shadow: inset 0 0 3em 0.5em rgba(0,0,0,0.7), 0 10px 20px rgba(0,0,0,1);
    font-family: "Essay Text", Georgia, serif;
    font-size: 24px;
}
.mfp-content a {
	color:#e8bb0b;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width:100%;
	cursor:auto;
}

.mfp-ajax-cur {
	cursor:progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor:-moz-zoom-out;
	cursor:-webkit-zoom-out;
	cursor:zoom-out;
}

.mfp-zoom {
	cursor:pointer;
	cursor:-webkit-zoom-in;
	cursor:-moz-zoom-in;
	cursor:zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor:auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.mfp-loading.mfp-figure {
	display:none;
}

.mfp-hide {
	display:none !important;
}

.mfp-preloader {
	color:#CCC;
	position:absolute;
	top:50%;
	width:auto;
	text-align:center;
	margin-top:-0.8em;
	left:8px;
	right:8px;
	z-index:1044;
}
	.mfp-preloader a {
		color:#CCC;
	}
	.mfp-preloader a:hover {
		color:#FFF;
	}
	.mfp-s-ready .mfp-preloader {
		display:none;
	}

.mfp-s-error .mfp-content {
	display:none;
}

button.mfp-close,
button.mfp-arrow {
	overflow:visible;
	cursor:pointer;
	background:transparent;
	border:0;
	-webkit-appearance:none;
	display:block;
	outline:none;
	padding:0;
	z-index:1046;
	box-shadow:none;
	touch-action:manipulation;
}

button::-moz-focus-inner {
	padding:0;
	border:0;
}

.mfp-close {
	width:44px;
	height:44px;
	line-height:44px;
	position:absolute;
	right:0;
	top:0;
	text-decoration:none;
	text-align:center;
	opacity:0.65;
	padding:0 0 18px 10px;
	color:#FFF;
	font-style:normal;
	font-size:28px;
	font-family:Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity:1;
}
.mfp-close:active {
    top:1px;
}

.mfp-close-btn-in .mfp-close {
	color:#FFF;
}

.mfp-content > * button.mfp-close {
	top:-.5em;
	right:-.5em;
}
	.mfp-content .mfp-iframe-scaler button.mfp-close {
		top:-.25em;
		right:0em;
	}

.mfp-content > *+* button.mfp-close {
	display:none;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color:#FFF;
	right:-6px;
	text-align:right;
	padding-right:6px;
	width:100%;
}

.mfp-counter {
	position:absolute;
	top:0;
	right:0;
	color:#CCC;
	font-size:12px;
	line-height:18px;
	white-space:nowrap;
}

.mfp-arrow {
	position:absolute;
	opacity:0.65;
	margin:0;
	top:50%;
	margin-top:-55px;
	padding:0;
	width:90px;
	height:110px;
	-webkit-tap-highlight-color:transparent;
}
	.mfp-arrow:active {
		margin-top:-54px;
	}
	.mfp-arrow:hover,
	.mfp-arrow:focus {
		opacity:1;
	}
	.mfp-arrow:before,
	.mfp-arrow:after {
		content:'';
		display:block;
		width:0;
		height:0;
		position:absolute;
		left:0;
		top:0;
		margin-top:35px;
		margin-left:35px;
		border:medium inset transparent;
	}
	.mfp-arrow:after {
		border-top-width:13px;
		border-bottom-width:13px;
		top:8px;
	}
	.mfp-arrow:before {
		border-top-width:21px;
		border-bottom-width:21px;
		opacity:0.7;
	}
	.mfp-arrow-left {
		left:0;
	}
		.mfp-arrow-left:after {
			border-right:17px solid #FFF;
			margin-left:31px;
		}
		.mfp-arrow-left:before {
			margin-left:25px;
			border-right:27px solid #3F3F3F;
		}
	.mfp-arrow-right {
		right:0;
	}
		.mfp-arrow-right:after {
			border-left:17px solid #FFF;
			margin-left:39px;
		}
		.mfp-arrow-right:before {
			border-left:27px solid #3F3F3F;
		}

.mfp-iframe-holder {
	padding-top:40px;
	padding-bottom:40px;
}
.mfp-iframe-holder .mfp-content {
	line-height:0;
	width:100%;
	max-width:900px;
}
.mfp-iframe-holder .mfp-close {
	top:-40px;
}

.mfp-iframe-scaler {
	width:100%;
	height:0;
	overflow:hidden;
	padding-top:56.25%;
}
	.mfp-iframe-scaler iframe {
		position:absolute;
		display:block;
		top:0;
		left:0;
		width:100%;
		height:100%;
		box-shadow:0 0 8px rgba(0, 0, 0, 0.6);
		background:#000;
	}

/* Main image in popup */
img.mfp-img {
	width:auto;
	max-width:100%;
	height:auto;
	display:block;
	line-height:0;
	box-sizing:border-box;
	padding:40px 0 40px;
	margin:0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height:0;
}
.mfp-figure:after {
    content:'';
    position:absolute;
    left:0;
    top:40px;
    bottom:40px;
    display:block;
    right:0;
    width:auto;
    height:auto;
    z-index:-1;
    box-shadow:0 0 8px rgba(0, 0, 0, 0.6);
    background:#444;
}
.mfp-figure small {
	color:#BDBDBD;
	display:block;
	font-size:12px;
	line-height:14px;
}
	.mfp-figure figure {
		margin:0;
	}

.mfp-bottom-bar {
	margin-top:-36px;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	cursor:auto;
}

.mfp-title {
	text-align:center;
	margin-top:.25em;
	line-height:18px;
	color:#F3F3F3;
	word-wrap:break-word;
	padding-right:36px;
}

.mfp-image-holder .mfp-content {
	max-width:100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor:pointer;
}
canvas#smoke-canvas {
    position: fixed;
    width: 100%;
    min-height: 1000px;
    bottom: -100px;
    left: 0px;
    z-index: 100;
}
.aus-button-container {
	margin-top: 40px;
}
.tix-button {
	display: inline-block;
	height: auto;
	max-width: 200px;
	margin: 0 1%;
}
.age-rec {
    color: #e8bb0b;
    font-size: 18px;
    margin: 20px auto;
    max-width: 600px;
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
  /**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left:0;
		padding-right:0;
	}
	.mfp-img-mobile img.mfp-img {
		padding:0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top:0;
		bottom:0;
	}
	.mfp-img-mobile .mfp-figure small {
		display:inline;
		margin-left:5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background:rgba(0, 0, 0, 0.6);
		bottom:0;
		margin:0;
		top:auto;
		padding:3px 5px;
		position:fixed;
		box-sizing:border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding:0;
	}
	.mfp-img-mobile .mfp-counter {
		right:5px;
		top:3px;
}
	.mfp-img-mobile .mfp-close {
		top:0;
		right:0;
		width:35px;
		height:35px;
		line-height:35px;
		background:rgba(0, 0, 0, 0.6);
		position:fixed;
		text-align:center;
		padding:0;
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform:scale(0.75);
		transform:scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin:0;
		transform-origin:0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin:100%;
		transform-origin:100%;
	}
	.mfp-container {
		padding-left:6px;
		padding-right:6px;
	}
}

/*!
 * FullCalendar v3.1.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2016 Adam Shaw
 */


.fc {
	direction: ltr;
	text-align: left;
}

.fc-rtl {
	text-align: right;
}

body .fc { /* extra precedence to overcome jqui */
	font-size: 1em;
}


/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content, /* for gutter border */
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
	border-color: #f1e4d3;
}

.fc-unthemed .fc-popover {
	background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
	background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	color: #666;
}

.fc-unthemed td.fc-today {
	background:#e1d5d5;
	background:rgba(255,255,255,.3);
}

.fc-highlight { /* when user is selecting cells */
	background: #bce8f1;
	opacity: .3;
}

.fc-bgevent { /* default look for background events */
	background: rgb(143, 223, 130);
	opacity: .3;
}

.fc-nonbusiness { /* default look for non-business-hours areas */
	/* will inherit .fc-bgevent's styles */
	background: #d7d7d7;
}


/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/

.fc-icon {
	display: inline-block;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	text-align: center;
	overflow: hidden;
	font-family: "Courier New", Courier, monospace;

	/* don't allow browser text-selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/

.fc-icon:after {
	position: relative;
}

.fc-icon-left-single-arrow:after {
	content: "\02039";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
}

.fc-icon-right-single-arrow:after {
	content: "\0203A";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
}

.fc-icon-left-double-arrow:after {
	content: "\000AB";
	font-size: 160%;
	top: -7%;
}

.fc-icon-right-double-arrow:after {
	content: "\000BB";
	font-size: 160%;
	top: -7%;
}

.fc-icon-left-triangle:after {
	content: "\25C4";
	font-size: 125%;
	top: 3%;
}

.fc-icon-right-triangle:after {
	content: "\25BA";
	font-size: 125%;
	top: 3%;
}

.fc-icon-down-triangle:after {
	content: "\25BC";
	font-size: 125%;
	top: 2%;
}

.fc-icon-x:after {
	content: "\000D7";
	font-size: 200%;
	top: 6%;
}


/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/

.fc button {
	/* force height to include the border and padding */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	/* dimensions */
	margin: 0;
	height: 2.1em;
	padding: 0 .6em;

	/* text & cursor */
	font-size: 1em; /* normalize */
	white-space: nowrap;
	cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner { margin: 0; padding: 0; }
	
.fc-state-default { /* non-theme */
	border: 1px solid;
}

.fc-state-default.fc-corner-left { /* non-theme */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right { /* non-theme */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* icons in buttons */

.fc button .fc-icon { /* non-theme */
	position: relative;
	top: -0.05em; /* seems to be a good adjustment across browsers */
	margin: 0 .2em;
	vertical-align: middle;
}
	
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

button.fc-state-default {
	color:#fff;
	background:#e8bb0b;
	border:none;
	box-shadow:none;
	outline:0;
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	box-shadow: none;
	display:none;
}


/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

.fc-button-group {
	display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/

.fc .fc-button-group > * { /* extra precedence b/c buttons have margin set to zero */
	float: left;
	margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child { /* same */
	margin-left: 0;
}


/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
	position: absolute;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

.fc-popover .fc-header { /* TODO: be more consistent with fc-head/fc-body */
	padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
	margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
	cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
	float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
	float: right;
}

/* unthemed */

.fc-unthemed .fc-popover {
	border-width: 1px;
	border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	font-size: .9em;
	margin-top: 2px;
}

/* jqui themed */

.fc-popover > .ui-widget-header + .ui-widget-content {
	border-top: 0; /* where they meet, let the header have the border */
}


/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc-divider {
	border-style: solid;
	border-width: 1px;
}

hr.fc-divider {
	height: 0;
	margin: 0;
	padding: 0 0 2px; /* height is unreliable across browsers, so use padding */
	border-width: 1px 0;
}

.fc-clear {
	clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
	/* these element should always cling to top-left/right corners */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc-bg {
	bottom: 0; /* strech bg to bottom edge */
}

.fc-bg table {
	height: 100%; /* strech bg to bottom edge */
}


/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
	width: 100%;
	box-sizing: border-box; /* fix scrollbar issue in firefox */
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em; /* normalize cross-browser */
}

.fc th {
	text-align: center;
	font-family:'lemon_tuesdayregular','acumin-pro-condensed', Helvetica, Arial, sans-serif;
}

.fc th,
.fc td {
	border-style: solid;
	border-width: 1px;
	padding: 0;
	vertical-align: top;
}

.fc td.fc-today {
	border-style: double; /* overcome neighboring borders */
}


/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/

a[data-goto] {
	cursor: pointer;
}

a[data-goto]:hover {
	text-decoration: underline;
}


/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row { /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
	/* no visible border by default. but make available if need be (scrollbar width compensation) */
	border-style: solid;
	border-width: 0;
}

.fc-row table {
	/* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
	border-left: 0 hidden transparent;
	border-right: 0 hidden transparent;

	/* no bottom borders on rows */
	border-bottom: 0 hidden transparent; 
}

.fc-row:first-child table {
	border-top: 0 hidden transparent; /* no top border on first row */
}


/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row {
	position: relative;
}

.fc-row .fc-bg {
	z-index: 1;
}

/* highlighting cells & background event skeleton */

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
	bottom: 0; /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
	height: 100%; /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
	border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
	z-index: 2;

}

.fc-row .fc-highlight-skeleton {
	z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/

.fc-row .fc-content-skeleton {
	position: relative;
	z-index: 4;
	padding-bottom: 2px; /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
	z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
	/* see-through to the background below */
	background: none; /* in case <td>s are globally styled */
	border-color: transparent;

	/* don't put a border between events and/or the day number */
	border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td, /* cells with events inside (so NOT the day number cell) */
.fc-row .fc-helper-skeleton tbody td {
	/* don't put a border between event cells */
	border-top: 0;
}


/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller {
	-webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
	position: relative; /* re-scope all positions */
	width: 100%; /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}


/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
	position: relative; /* for resize handle and other inner positioning */
	display: block; /* make the <a> tag block */
	font-size: 16px;
	border-radius: 3px;
	border: none; /* default BORDER color */
	font-weight: bold;
	text-align:center;
}

.fc-event,
.fc-event-dot {
	background-color: transparent; /* default BACKGROUND color */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
	color: #e8bb0b; /* default TEXT color */
	text-decoration: none; /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
	cursor: pointer; /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed, /* causes a "warning" cursor. applied on body */
.fc-not-allowed .fc-event { /* to override an event's custom cursor */
	cursor: not-allowed;
}

.fc-event .fc-bg { /* the generic .fc-bg already does position */
	z-index: 1;
	background: #fff;
	opacity: .25;
}

.fc-event .fc-content {
	position: relative;
	z-index: 2;
}

/* resizer (cursor AND touch devices) */

.fc-event .fc-resizer {
	position: absolute;
	z-index: 4;
}

/* resizer (touch devices) */

.fc-event .fc-resizer {
	display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
	/* only show when hovering or selected (with touch) */
	display: block;
}

/* hit area */

.fc-event.fc-selected .fc-resizer:before {
	/* 40x40 touch area */
	content: "";
	position: absolute;
	z-index: 9999; /* user of this util can scope within a lower z-index */
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
}


/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/

.fc-event.fc-selected {
	z-index: 9999 !important; /* overcomes inline z-index */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}


/* Horizontal Events
--------------------------------------------------------------------------------------------------*/

/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
	content: "";
	position: absolute;
	z-index: 3; /* below resizers */
	top: -10px;
	bottom: -10px;
	left: 0;
	right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
	margin-left: 0;
	border-left-width: 0;
	padding-left: 1px; /* replace the border with padding */
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
	margin-right: 0;
	border-right-width: 0;
	padding-right: 1px; /* replace the border with padding */
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */

/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
	cursor: w-resize;
	left: -1px; /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
	cursor: e-resize;
	right: -1px; /* overcome border */
}

/* resizer (mouse devices) */

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
	width: 7px;
	top: -1px; /* overcome top border */
	bottom: -1px; /* overcome bottom border */
}

/* resizer (touch devices) */

.fc-h-event.fc-selected .fc-resizer {
	/* 8x8 little dot */
	border-radius: 4px;
	border-width: 1px;
	width: 6px;
	height: 6px;
	border-style: solid;
	border-color: inherit;
	background: #fff;
	/* vertically center */
	top: 50%;
	margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
	margin-left: -4px; /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
	margin-right: -4px; /* centers the 8x8 dot on the right edge */
}


/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
	margin: 1px 2px 0; /* spacing between events and edges */
	padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
	margin-top: 2px; /* a little bit more space before the first event */
}

.fc-day-grid-event.fc-selected:after {
	content: "";
	position: absolute;
	z-index: 1; /* same z-index as fc-bg, behind text */
	/* overcome the borders */
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	/* darkening effect */
	background: #000;
	opacity: .25;
}

.fc-day-grid-event .fc-content { /* force events to be one-line tall */
	white-space: nowrap;
	overflow: hidden;
}

.fc-day-grid-event .fc-time {
	font-weight: bold;
}

/* resizer (cursor devices) */

/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
	margin-left: -2px; /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
	margin-right: -2px; /* to the day cell's edge */
}


/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */

a.fc-more {
	margin: 1px 3px;
	font-size: .85em;
	cursor: pointer;
	text-decoration: none;
}

a.fc-more:hover {
	text-decoration: underline;
}

.fc-limited { /* rows and cells that are hidden because of a "more" link */
	display: none;
}

/* popover that appears when "more" link is clicked */

.fc-day-grid .fc-row {
	z-index: 1; /* make the "more" popover one higher than this */
}

.fc-more-popover {
	z-index: 2;
	width: 220px;
}

.fc-more-popover .fc-event-container {
	padding: 10px;
}


/* Now Indicator
--------------------------------------------------------------------------------------------------*/

.fc-now-indicator {
	position: absolute;
	border: 0 solid red;
}


/* Utilities
--------------------------------------------------------------------------------------------------*/

.fc-unselectable {
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
	text-align: center;
}

.fc-toolbar.fc-header-toolbar {
	margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
	margin-top: 1em;
}

.fc-toolbar .fc-left,
.fc-toolbar .fc-right {
	font-size:.75em;
}

.fc-toolbar .fc-left {
	float: left;
}

.fc-toolbar .fc-right {
	float: right;
}

.fc-toolbar .fc-center {
	display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * { /* extra precedence to override button border margins */
	float: left;
	margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child { /* extra precedence to override button border margins */
	margin-left: 0;
}
	
/* title text */

.fc-toolbar h2 {
	margin: 0;
	font-size:1.8em;
	font-weight:bold;
}

/* button layering (for border precedence) */

.fc-toolbar button {
	position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
	z-index: 2;
}
	
.fc-toolbar .fc-state-down {
	z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
	z-index: 4;
}

.fc-toolbar button:focus {
	z-index: 5;
}


/* View Structure
--------------------------------------------------------------------------------------------------*/

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
}

.fc-view, /* scope positioning and z-index's for everything within the view */
.fc-view > table { /* so dragged elements can be above the view's main element */
	position: relative;
	z-index: 1;
}



/* BasicView
--------------------------------------------------------------------------------------------------*/

/* day row structure */

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
	/* there may be week numbers in these views, so no padding-top */
	padding-bottom: .25em; /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
	min-height: 4em; /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid {
	overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

/* week and day number styling */

.fc-day-top.fc-other-month {
	opacity: 0.3;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
	padding: 2px;
}

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
	padding: 0 2px; /* column headers can't have as much v space */
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number { float: right; }
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number { float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number { float: left; border-radius: 0 0 3px 0; }
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number { float: right; border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
	min-width: 1.5em;
	text-align: center;
	background-color: #f2f2f2;
	color: #808080;
}

/* when week/day number have own column */

.fc-basic-view td.fc-week-number {
	text-align: center;
}

.fc-basic-view td.fc-week-number > * {
	/* work around the way we do column resizing and ensure a minimum width */
	display: inline-block;
	min-width: 1.25em;
}


/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/

.fc-agenda-view .fc-day-grid {
	position: relative;
	z-index: 2; /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
	min-height: 3em; /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
	padding-bottom: 1em; /* give space underneath events for clicking/selecting days */
}


/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.fc .fc-axis { /* .fc to overcome default cell styles */
	vertical-align: middle;
	padding: 0 4px;
	white-space: nowrap;
}

.fc-ltr .fc-axis {
	text-align: right;
}

.fc-rtl .fc-axis {
	text-align: left;
}

.ui-widget td.fc-axis {
	font-weight: normal; /* overcome jqui theme making it bold */
}


/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/

.fc-time-grid-container, /* so scroll container's z-index is below all-day */
.fc-time-grid { /* so slats/bg/content/etc positions get scoped within here */
	position: relative;
	z-index: 1;
}

.fc-time-grid {
	min-height: 100%; /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table { /* don't put outer borders on slats/bg/content/etc */
	border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
	z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr { /* the <hr> AgendaView injects when grid is shorter than scroller */
	position: relative;
	z-index: 2;
}

.fc-time-grid .fc-content-col {
	position: relative; /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
}

/* divs within a cell within the fc-content-skeleton */

.fc-time-grid .fc-business-container {
	position: relative;
	z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
	position: relative;
	z-index: 2;
}

.fc-time-grid .fc-highlight-container {
	position: relative;
	z-index: 3;
}

.fc-time-grid .fc-event-container {
	position: relative;
	z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
	z-index: 5;
}

.fc-time-grid .fc-helper-container { /* also is fc-event-container */
	position: relative;
	z-index: 6;
}


/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-slats td {
	height: 1.5em;
	border-bottom: 0; /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
	border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content { /* for jqui theme */
	background: none; /* see through to fc-bg */
}


/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-highlight-container { /* a div within a cell within the fc-highlight-skeleton */
	position: relative; /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
	position: absolute;
	left: 0;
	right: 0;
	/* top and bottom will be in by JS */
}


/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/

.fc-ltr .fc-time-grid .fc-event-container { /* space on the sides of events for LTR (default) */
	margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container { /* space on the sides of events for RTL */
	margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
	position: absolute;
	z-index: 1; /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
	/* background events always span full width */
	left: 0;
	right: 0;
}


/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/

.fc-v-event.fc-not-start { /* events that are continuing from another day */
	/* replace space made by the top border with padding */
	border-top-width: 0;
	padding-top: 1px;

	/* remove top rounded corners */
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
	/* replace space made by the top border with padding */
	border-bottom-width: 0;
	padding-bottom: 1px;

	/* remove bottom rounded corners */
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}


/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-time-grid-event {
	overflow: hidden; /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
	/* need to allow touch resizers to extend outside event's bounding box */
	/* common fc-selected styles hide the fc-bg, so don't need this anyway */
	overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
	display: none; /* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
	overflow: hidden; /* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
	padding: 0 1px;
}

.fc-time-grid-event .fc-time {
	font-size: .85em;
	white-space: nowrap;
}

/* short mode, where time and title are on the same line */

.fc-time-grid-event.fc-short .fc-content {
	/* don't wrap to second line (now that contents will be inline) */
	white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
	/* put the time and title on the same line */
	display: inline-block;
	vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
	display: none; /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
	content: attr(data-start); /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
	content: "\000A0-\000A0"; /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
	font-size: .85em; /* make the title text the same size as the time */
	padding: 0; /* undo padding from above */
}

/* resizer (cursor device) */

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
	left: 0;
	right: 0;
	bottom: 0;
	height: 8px;
	overflow: hidden;
	line-height: 8px;
	font-size: 11px;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
	content: "=";
}

/* resizer (touch device) */

.fc-time-grid-event.fc-selected .fc-resizer {
	/* 10x10 dot */
	border-radius: 5px;
	border-width: 1px;
	width: 8px;
	height: 8px;
	border-style: solid;
	border-color: inherit;
	background: #fff;
	/* horizontally center */
	left: 50%;
	margin-left: -5px;
	/* center on the bottom edge */
	bottom: -5px;
}


/* Now Indicator
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-now-indicator-line {
	border-top-width: 1px;
	left: 0;
	right: 0;
}

/* arrow on axis */

.fc-time-grid .fc-now-indicator-arrow {
	margin-top: -5px; /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
	left: 0;
	/* triangle pointing right... */
	border-width: 5px 0 5px 6px;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
	right: 0;
	/* triangle pointing left... */
	border-width: 5px 6px 5px 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
}



/* List View
--------------------------------------------------------------------------------------------------*/

/* possibly reusable */

.fc-event-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
}

/* view wrapper */

.fc-rtl .fc-list-view {
	direction: rtl; /* unlike core views, leverage browser RTL */
}

.fc-list-view {
	border-width: 1px;
	border-style: solid;
}

/* table resets */

.fc .fc-list-table {
	table-layout: auto; /* for shrinkwrapping cell content */
}

.fc-list-table td {
	border-width: 1px 0 0;
	padding: 8px 14px;
}

.fc-list-table tr:first-child td {
	border-top-width: 0;
}

/* day headings with the list */

.fc-list-heading {
	border-bottom-width: 1px;
}

.fc-list-heading td {
	font-weight: bold;
}

.fc-ltr .fc-list-heading-main { float: left; }
.fc-ltr .fc-list-heading-alt { float: right; }

.fc-rtl .fc-list-heading-main { float: right; }
.fc-rtl .fc-list-heading-alt { float: left; }

/* event list items */

.fc-list-item.fc-has-url {
	cursor: pointer; /* whole row will be clickable */
}

.fc-list-item:hover td {
	background-color: #f5f5f5;
}

.fc-list-item-marker,
.fc-list-item-time {
	white-space: nowrap;
	width: 1px;
}

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker { padding-right: 0; }
.fc-rtl .fc-list-item-marker { padding-left: 0; }

.fc-list-item-title a {
	/* every event title cell has an <a> tag */
	text-decoration: none;
	color: inherit;
}

.fc-list-item-title a[href]:hover {
	/* hover effect only on titles with hrefs */
	text-decoration: underline;
}

/* message when no events */

.fc-list-empty-wrap2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.fc-list-empty-wrap1 {
	width: 100%;
	height: 100%;
	display: table;
}

.fc-list-empty {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.fc-unthemed .fc-list-empty { /* theme will provide own background */
	background-color: #eee;
}

#news-heading {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

/* landing page */

.landing-button {
	display: block;
	text-decoration: none;
	background: #e7c31f;
	color: #024140;
	border-top: 1px solid #f0da75;
	border-bottom: 1px solid #776410;
	text-align: center;
	width: 80%;
	height: 60px;
	border-radius: 30px;
	margin: 16px auto;
	box-sizing: border-box;
	padding-top: 8px;
	transition:	background-color 0.5s ease;

}
.landing-button h2 {
	font-size: 28px;
    line-height: 40px;
}
.landing-button:hover {
	background: #ffe051;
}
.gold-button {
	display: block;
    text-decoration: none;
    background: #e8bb0b;
    color: #024140;
    border-top: 1px solid #f0da75;
    border-bottom: 1px solid #776410;
    text-align: center;
    width: 200px;
    height: 40px;
    border-radius: 20px;
    margin: 16px auto;
    box-sizing: border-box;
    padding-top: 6px;
    transition: background-color 0.5s ease;
    font-family: 'Woodgrit Heavy Regular W00';
}
#aus-buy-buttons {
	display: flex;
	justify-content: center;
	margin: 0 auto 30px;
}
.aus-buy-button {
	display: inline-block;
	margin: 0 12px;
}
@media (max-width: 500px) {
	#aus-buy-buttons {
		display: block;
	}
	.aus-buy-button {
		display: block;
		margin: 12px auto;
	}
}


.film-blurb {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-top: 200px;
	padding: 0 30px;
	font-size: 24px;
}
.yellow-button {
	display: block;
	text-decoration: none;
	background: #e8bb0b;
	color: #024140;
	border-top: 1px solid #f0da75;
	border-bottom: 1px solid #776410;
	text-align: center;
	width: 200px;
	height: 40px;
	border-radius: 20px;
	margin: 10px auto;
	box-sizing: border-box;
	padding-top: 3px;
    transition: background-color 0.5s ease;
    font-weight: normal;
    font-family: 'Woodgrit W00', 'acumin-pro-condensed', Helvetica, Arial, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: .02em;
}
.yellow-button:hover {
	background: #ffe051;
}
.select-lg {
	height: 40px;
	width: 240px;
	font-size: 24px;
	background-color: #e8bb0b;
	border-top: 1px solid #f0da75;
	border-bottom: 1px solid #776410;
	color: #024140;
	font-family: "Essay Text", Georgia, serif;
	margin-top: 12px;
	margin-bottom: 12px;
}
@media (max-width: 767px) {
	.film-blurb {
		margin-top: 0;
	}
	#tickets .container {
		margin-top: 0;
	}
	#social-bar {
    	margin-top: 40px;
    }
}
@media (min-width: 1400px) {
	#destined-tag-space {
		margin-top: 15vh;
	}
}
ul#nav-top {
	background: url('images/nav-bg.png');
	background-repeat: repeat-x;
	height: 49px;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    color: #fff;
    list-style: none;
    z-index: 500;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    font-family: "mantinia";
    font-size: 17px;
    font-weight: normal;
}
ul#nav-top li {
	display: inline-block;
	position: relative;
}
ul#nav-top li a {
	text-decoration: none;
}
ul#nav-top li#nav-nyc {
	top: 8px;
	margin-right: 20px;
}
ul#nav-top li.nav-button {
	top: 8px;
	margin-right: 20px;
}
ul#nav-top li.nav-text {
    font-size: 14px;
    margin: 0 7px;
    top: -4px;
}
ul#nav-top .sub-menu {
    display: none;
    width: 200%;
    position: absolute;
    top: 100%;
    left: -9999px;
    opacity: 0;
    list-style: none;
    text-align: center;
    font-size: .65em;
    z-index: 110;
}
#home {
	background: none;
}
#home-header {
	max-width: 1336px;
	width: 100%;
	margin: 49px auto 0;
	position: relative;
	z-index: 1;
	height: 1100px;
	background-color: #000;
	background-image: url(/images/home-header-bg-black-bg.jpg);
	background-repeat: no-repeat;
    background-position: center top;
    background-size: 105%;
}
#home-triangles {
	width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 78px;
    top: 7%;
    z-index: 30;
}
#home-triangles img {
	width: 100%;
	height: auto;
	max-width: 1336px;
}
#home-triangles-joined {
	display: none;
	width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 4vw;
    z-index: 30;
}
#home-triangles-joined img {
	width: 100%;
	height: auto;
	max-width: 768px;
}
#home-logo {
	max-width: 480px;
	width: 36%;
    position: absolute;
    top: 3.8%;
    left: 32.8%;
    z-index: 40;
}
#home-logo img {
	width: 100%;
	height: auto;
	max-width: 480px;
}
#home-third-pennant {
	max-width: 405px;
    width: 30.3%;
    position: absolute;
    top: 37.6%;
    left: 3.4%;
    z-index: 40;
}
#home-third-pennant img {
	width: 100%;
	height: auto;
	max-width: 480px;
}
a#home-video-placeholder {
	display: block;
	max-width: 339px;
    width: 26%;
    position: absolute;
    top: 31%;
    left: 68.5%;
    z-index: 40;
}
a#home-video-placeholder-mobile {
	display: none;
    width: 80%;
    position: absolute;
    top: calc(100vw + 240px);
    left: 10%;
    z-index: 40;
}
a#home-video-placeholder-mobile img {
	width: 100%;
    height: auto;
}
#home-video-placeholder img {
	width: 100%;
	height: auto;
	max-width: 339px;
}
#video-placeholder-gif {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	display: none;
}
.sparkle-canvas {
	max-width: 100%;
}
#home-quote-rotator {
    display: block;
    vertical-align: top;
    text-align: center;
    position: relative;
    top: 56%;
    font-weight: 500;
    color: #e8bb0b;
    min-height: 230px;
}
#home-quote-rotator h3 {
	font-family: 'Woodgrit W00', 'acumin-pro-condensed', Helvetica, Arial, sans-serif;
	font-weight: 500 !important;
}
#home-quote-rotator p {
	font-family: 'acumin-pro-condensed', Helvetica, Arial, sans-serif;
	font-weight: 300 !important;
}
#home-quote-rotator .quotes {
	background: none;
}
li a.nav-social {
    background-image: url(images/social-380.png);
    background-size: 163px 21px;
    width: 32.5px;
    height: 21px;
    display: block;
    cursor: pointer;
}
li a.nav-social.facebook {
    background-position: 0 0;
}
li a.nav-social.twitter {
    background-position: -32.5px 0;
}
li a.nav-social.instagram {
    background-position: -65px 0;
}
li a.nav-social.youtube {
    background-position: -130px 0;
}
li a.nav-social.snapchat {
    background-position: -97.5px 0;
}
#nav-hamburger {
	display: none;
}
.social-icons-gold {
	margin: 14px auto 0;
	text-align: center;
}
.social-icons-gold a.a-social {
    background-image: url(images/social-380.png);
    background-size: 190px 25px;
    width: 38px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
}
.social-icons-gold a.a-social.facebook {
    background-position: 0 0;
}
.social-icons-gold a.a-social.twitter {
    background-position: -38px 0;
}
.social-icons-gold a.a-social.instagram {
    background-position: -76px 0;
}
.social-icons-gold a.a-social.youtube {
    background-position: -152px 0;
}
.social-icons-gold a.a-social.snapchat {
    background-position: -114px 0;
}
#footer-third-cols {
	width: 100%;
	max-width: 1336px;
	margin: 0 auto;
    font-family: "mantinia", Georgia, serif;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.4;
    color: #fff;
    position: relative;
    top: 589px;
    text-align: center;
}
.third-col {
	width: 33%;
	display: inline-block;
	border-right: 1px solid #e8bb0b;
	padding: 0 20px;
	vertical-align: top;
}
.third-col img {
	max-width: 100%;
}
#awards-header {
	position: relative;
    top: -10px;
}
.theater-address {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 60px;
	text-align: center;
	font-size: 20px;
}
.theater-address .smaller {
	font-size: 14px;
	position: relative;
	top: -6px;
}
#mobile-menu-box {
	display: none;
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 1000;
    background: #000;
    border-bottom: none;
    box-sizing: border-box;
}
ul#mobile-menu {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
li.mobile-nav-item {
    border-bottom: 1px solid #999;
    background: #000;
}
li.mobile-nav-item:last-child {
	border-bottom: none;
}
li.mobile-nav-item a {
	display: block;
	text-align: center;
	padding: 12px 0;
	text-decoration: none;
	color: #fff;
	font-family: "mantinia";
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
section#page-header {
	width: 100%;
	height: 320px;
	background-color: #000;
	overflow: hidden;
    min-height: 320px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 49px;
    background-image: url('/images/page-header.png');
    background-size: 1600px 320px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 10;
    cursor: pointer;
	/* box-shadow: 0px 100px 400px 40px rgba(0,0,0,1); */
}
#footer-third-cols.page-footer {
    top: -240px;
}
section#page-content-section {
	background-image: url('/images/green-bg1.jpg');
	background-repeat: repeat;
	background-size: 600px 600px;
	min-height: 500px;
    padding-top: 20px;
	padding-bottom: 360px;
    border-bottom: 1px solid #000;
    box-shadow: inset 0px 100px 400px 40px rgba(0,0,0,1);
}
.page-content {
	width: 80%;
    font-family: "Essay Text", Georgia, serif;
    font-size: 24px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
.page-content-left {
	text-align: left;
}
#about-page .page-content {
    font-size: 20px;
}
.page-content p {
	margin-bottom: 40px;
}
.page-content h1.accent {
	position: relative;
	margin-bottom: 40px;
}
.text-large {
    font-size: 28px;
}
section#footer-section {
	height: 80px;
	min-height: 80px;
    padding-top: 0;
    padding-bottom: 0;
	box-shadow: 0px -100px 400px 200px rgba(0,0,0,1);
}


section#entry {
	background-image: url('images/entry-bg.jpg');
	background-size: 100% auto;
	background-position: center top;
	padding: 28px 0 0;
	font-size: 24px;
}
#entry-logo {
    max-width: 552px;
    position: relative;
    z-index: 40;
}
#entry-logo img {
	display: block;
	width: 100%;
	height: auto;
}
.quotes.quotes-entry {
	width: 90%;
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
}
.quotes.quotes-entry h1 {
	font-size: 44px;
	color: #fff;
}
.quotes.quotes-entry p {
	font-family: 'acumin-pro-condensed', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: #fff;
}
.quotes p {
	font-family: 'acumin-pro-condensed', Helvetica, Arial, sans-serif;
	font-weight: 300;
}
#entry-buttons {
	margin-top: 30px;
}
#merch-buttons {
	margin-top: 15vw;
}
a.entry-button {
	display: block;
    margin: 24px auto 0;
    max-width: 473px;
}
.entry-button img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
img.entry-pennant {
	display: block;
    margin-top: 70px;
    margin-left: -20px;
    margin-bottom: 30px;
    width: 100%;
    max-width: 565px;
    height: auto;
}

.entry-page .social-icons-gold {
	padding-bottom: 80px;
}
.entry-page .social-icons-gold a.a-social {
    background-size: 255px 34px;
    width: 51px;
    height: 34px;
    margin: 0 12px;
}
.entry-page .social-icons-gold a.a-social.facebook {
    background-position: 0 0;
}
.entry-page .social-icons-gold a.a-social.twitter {
    background-position: -51px 0;
}
.entry-page .social-icons-gold a.a-social.instagram {
    background-position: -102px 0;
}
.entry-page .social-icons-gold a.a-social.youtube {
    background-position: -204px 0;
}
.entry-page .social-icons-gold a.a-social.snapchat {
    background-position: -153px 0;
}
#media-block {
	vertical-align: top;
}
#social-block {
	vertical-align: top;
	text-align: center;
}
.disclaimer, .copyright, .copyright a {
	font-family: 'acumin-pro-condensed', Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 14px;
}
@media (max-width: 1025px) {
	.quotes.quotes-entry h1 {
		font-size: 36px;
	}	
}
@media (max-width: 890px) {
	.quotes.quotes-entry h1 {
		font-size: 28px;
	}	
}
@media (max-width: 767px) {
	.quotes.quotes-entry {
		min-height: 160px;
	}
	.quotes.quotes-entry h1 {
		font-size: 36px;
	}	
	section#entry {
		background-image: url(/images/home-header-bg-tablet.jpg);
		background-size: 100%;
	}
}
@media (max-width: 640px) {
	.quotes.quotes-entry {
		min-height: 190px;
	}
}
@media (max-width: 500px) {
	.quotes.quotes-entry {
		min-height: 290px;
	}
}




@media (max-width: 1336px) {
	a#home-video-placeholder {
		top: 26vw;
	}
	#home-logo {
		top: 3vw;
	}
	#home-triangles {
		top: 6vw;
	}
	#home-third-pennant {
		top: 31vw;
	}
	#home-quote-rotator {
		top: 47vw;
	}
	#home-cta, .home-cta {
	    top: 38vw;
	}
	#footer-third-cols {
		top: 44vw;
	}
}

@media (max-width: 1150px) {
	ul#nav-top {
		text-align: left;
	}
	ul#nav-top li.nav-text {
		display: none;
	}
	ul#nav-top li#nav-nyc {
		margin-right: auto;
		position: absolute;
		left: 50%;
		margin-left: -96px;
	}
	ul#nav-top li.nav-button {
		margin-left: 12px;
		margin-right: 0;
	}
	li a.nav-social {
		background-size: 190px 25px;
		width: 38px;
		height: 25px;
		margin-top: 12px;
	}
	li a.nav-social.twitter {
		background-position: -38px 0;
	}
	li a.nav-social.instagram {
		background-position: -76px 0;
	}
	li a.nav-social.youtube {
		background-position: -152px 0;
	}
	li a.nav-social.snapchat {
		background-position: -114px 0;
	}
	#nav-hamburger {
		display: block;
		position: fixed;
		right: 18px;
		top: -6px;
		z-index: 1000;
		color: #fff;
		font-size: 40px;
		cursor: pointer;
	}
}
@media (max-width: 1062px) {
	.third-col {
		width: 49.5%;
		border-right: none;
		padding: 0 10px;
    }
	.third-col:first-child {
		border-right: 1px solid #e8bb0b;
    }
    .social-icons-gold a.a-social {
		background-size: 228px 30px;
		width: 46px;
		height: 30px;
	}
	.social-icons-gold a.a-social.twitter {
		background-position: -45.5px 0;
	}
	.social-icons-gold a.a-social.instagram {
		background-position: -91px 0;
	}
	.social-icons-gold a.a-social.youtube {
		background-position: -192px 0;
	}
	.social-icons-gold a.a-social.snapchat {
		background-position: -136.5px 0;
	}
	#awards-header {
		max-width: 100%;
		top: 16px;
	}
}
@media (max-width: 768px) {
	section#home {
	    padding-bottom: 20vw;
    }
	#home-triangles {
		display: none;
	}
	#home-triangles-joined {
		display: block;
	}
	#home-header {
		background-image: url(/images/home-header-bg-tablet.jpg);
		background-size: 100%;
		height: 1500px;
	}
	#home-logo {
		width: 72%;
		max-width: 72%;
		top: 28vw;
		left: 50%;
		margin-left: -36%;
	}
	#home-logo img {
		max-width: 100%;
	}
	#home-third-pennant {
		top: 139vw;
		width: 50%;
	}
	#home-quote-rotator {
		top: 112vw;
	}
	.quotes {
		max-width: 84%;
	}
	#home-cta, .home-cta {
	    top: 130vw;
	}
	a#home-video-placeholder {
		width: 44%;
		top: 130.6vw;
		left: 52%;
	}
	#home-header-third-cols {
		top: 136vw;
	}
	#footer-third-cols {
		top: 140vw;
	}
	#merch-buttons {
		margin-top: 0;
	}
}
@media (max-width: 600px) {
	#home-third-pennant, a#home-video-placeholder, li a.nav-social {
		display: none;
	}
	a#home-video-placeholder-mobile {
		display: block;
	}
	.quotes {
		max-width: 96%;
	}
	#home-header-third-cols {
		top: 156vw;
	}
	#home-cta, .home-cta {
	    top: 155vw;
	}
	#footer-third-cols {
		top: 160vw;
	}
	.third-col {
		width: 96%;
		border-right: none;
		font-size: 16px;
    }
	.third-col:first-child {
		border-right: none;
    }
	.social-icons-gold a.a-social {
		margin: 0 6px;
	}
	#col-news {
		margin-top: 36px;
	}
	.theater-address {
	    font-size: 14px;
	}
	#nav-hamburger {
	    top: -3px;
	    font-size: 34px;
	}
	section#home {
	    padding-bottom: 70vw;
    }
	#home-header {
	    height: 1200px;
	}
	section#footer-section {
		height: 180px;
		min-height: 180px;
	}
}
