@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;
	outline:none;
}
.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 *,
.shine,
.cycle-slideshow,
.cycle-slideshow *,
.slick-slider {
	-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%;
}
#main {
	background-color:#3c2255;
	padding-bottom:1em;
	// background-image:url('../_img/sm_bg-clouds-fade-75.png');
	background-repeat:repeat-x;
	background-position:center bottom -10px;
}
#main2 {
	background-color:#3c2255;
	padding-bottom:1em;
	background-repeat:repeat-x;
	background-position:center bottom -10px;
}
#main > * {
	z-index:1;
}
	.image-header + #main {
		padding-top:0;
	}
#main2 > * {
	z-index:1;
}
	.image-header + #main {
		padding-top:0;
	}

body {
	font-family:'Gotham Cond SSm A', 'Gotham Cond SSm B', Oswald, Helvetica, Arial, sans-serif;
	font-size:20px;
	line-height:1.25;
	font-weight:400;
	color:#fff;
	background-color:#090113;
}

.container {
	display:block;
	width:90%;
	width:calc(99% - 6em);
	max-width:1400px;
	margin:auto;
}

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

/*
.slick-slide[aria-hidden=true] {
   display:none;
}
*/


/*	Gradients
	---------	*/
.bg-gold {
    background-image: -webkit-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to right, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* Standard syntax; must be last */
	background-color:#dac36d;
	color:#3c2255;
}
	.box.bg-gold {
		border:none;
	}

	.text-gold {
		color:#dac36d;
	}
.cssgradients.backgroundcliptext .text-gold,
.cssgradients.backgroundcliptext .text-gold * {
    background-image: -webkit-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to right, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* Standard syntax; must be last */
    color:transparent;
    -webkit-background-clip:text;
    background-clip:text;
	border-color:#dac36d;
}

	.text-purple {
		color:#b9afc0;
	}
.cssgradients.backgroundcliptext .text-purple,
.cssgradients.backgroundcliptext .text-purple * {
    background-image: -webkit-linear-gradient(bottom, #b9afc0, #fff); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(bottom, #b9afc0, #fff); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(bottom, #b9afc0, #fff); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(bottom, #b9afc0, #fff); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to top, #b9afc0, #fff); /* Standard syntax; must be last */
    color:transparent;
    -webkit-background-clip:text;
    background-clip:text;
}

/*	Shine (on you crazy diamond)
	----------------------------	*/
.shine {
	overflow:hidden;
}
.shine:after {
	content:'';
	position:absolute;
	top:-110%;
	left:-210%;
	width:200%;
	height:200%;
	opacity:0;
	transform:rotate(30deg);

	background:rgba(255, 255, 255, 0.13);
	background:linear-gradient(
		to right, 
		rgba(255, 255, 255, 0.13) 0%,
		rgba(255, 255, 255, 0.13) 77%,
		rgba(255, 255, 255, 0.5) 92%,
		rgba(255, 255, 255, 0.0) 100%
	);
	}
	.shine:hover:after {
		opacity:1;
		top:-30%;
		left:-30%;
		transition-property:left, top, opacity;
		transition-duration:.7s, .7s, .15s;
		transition-timing-function:ease;
	}
	.shine:active:after {
		opacity:0;
	}

/*	Auto Shine
	----------	*/
.shine.auto:after {  
  animation:shine-auto 5s ease-in-out  infinite;
  animation-fill-mode:forwards;  
}
@keyframes shine-auto {
	10% {
		opacity: 1;
		top:-30%;
		left:-30%;
		transition-property:left, top, opacity;
		transition-duration:.7s, .7s, .15s;
		transition-timing-function:ease;
	}
	100% {
		opacity:0;
		top:-30%;
		left:-30%;
		transition-property:left, top, opacity;
	}
}


/*	Typography
	----------	*/
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height:1;
	font-weight:normal;
	letter-spacing:.02em;
}

h1,
h2 {
	font-size:2.5em;
	line-height:1.05;
}
h3 {
	font-size:2em;
}
/*	for ADA compliance
	----------	*/
#footer h3 {
	font-size:1.2em;
}


h4 {
	font-size:1.6em;
}
h5 {
	font-size:1.4em;
}
h6 {
	font-size:1.2em;
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
	margin-right:.05em;
}

p {
	margin-bottom:.5em;
}
	p:last-child {
		margin-bottom:0;
	}

.small {
	font-size:.75em;
}

a {
	color:#fff;
	text-decoration:none;
}
	a:hover {
		text-decoration:underline;
	}

.white {
	color:#fff;
}

ul {
	list-style:none;
}
ul.bullets {
	list-style:disc;
	padding-left:1em;
	margin-bottom:.25em;
}
ul.bullets li {
	margin-top:.125em;
}

.all-caps {
	text-transform:uppercase;
}
.no-case {
	text-transform:none;
}
.bold {
	font-weight:bold;
}
.italic,
.italics {
	font-style:italic;
}

.shadow {
	text-shadow:0 0 0.25em #000, 0 0 0.5em #000, 0 0 0.75em #000;
}

/*	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
	----	*/
section {
	min-width:100%;
	min-height:100%;
	padding-top:1.5em;
    padding-bottom:3em;

	-webkit-background-size: 	cover;
	-moz-background-size:		cover;
	-o-background-size:			cover;
	background-size:			cover;
}
	section.block {
		width:100%;
		height:100%;
		overflow:auto;
	}
	section > * {
	}

#footer {
	min-height:0;
	padding-top:4em;
    padding-bottom:1em;
	color:#fff;
	/*
	background-color:#211131;
	background-color:#3c2255;
    background-image: -webkit-linear-gradient(top, #3c2255, #211131);
    background-image:    -moz-linear-gradient(top, #3c2255, #211131);
    background-image:     -ms-linear-gradient(top, #3c2255, #211131);
    background-image:      -o-linear-gradient(top, #3c2255, #211131);
    background-image:         linear-gradient(to bottom, #3c2255, #211131);
	background-size:auto;
	*/
	background-color:#090113;
	text-align:center;
}
#footer a {
	color:#fff;
}
	#footer a.text-gold {
		color:#dac36d;
	}
.cssgradients.backgroundcliptext #footer a.text-gold {
	color:transparent;
}

#footer .social {
	margin:.25em;
	top:.075em;
}
#footer .social img {
	height:30px;
	margin:1px 2px 0;
}

#footer > * {
	display:inline-block;
	vertical-align:middle;
}

.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 {
	display:inline-block;
	vertical-align:middle;
}
.inline-block-50 {
	width:47%;
	margin:1%;
	display:inline-block;
	vertical-align:middle;
}

.box {
	font-size:1.5em;
	line-height:1;
	padding:.15em .3em .175em;
	font-weight:500;
	text-decoration:none;
	text-transform:uppercase;
	border:.075em solid;
}
	a.box,
	.box a {
		text-decoration:none;
	}

.title-box-gold {
	line-height:1;
	padding:0 .3em 1em;
	font-weight:500;
	text-decoration:none;
	text-transform:uppercase;
	border:.15em solid #dac36d;
}
	.title-box-gold .title {
		padding:0 .25em;
		top:-.65em;
		margin-bottom:-.65em;
		background-color:#3c2255;
		display:inline-block;
	}

/*	MailChimp
	---------	*/
#mc_embed_signup {
	text-align:center;
	padding:.5em 0;
}
#mc_embed_signup input.email {
	padding:0 .4em;
	min-height:50px;
	min-width:130px;
	display:inline-block;
	width:35%;
	max-width:260px;
	margin:0;
	border-radius:1px;
	border-color:#fff;
	background-color:#3c2255;
	color:#fff;
	border:none;
}
	#mc_embed_signup input.email,
	#mc_embed_signup input.email::-webkit-input-placeholder,
	#mc_embed_signup input.email:-moz-placeholder,
	#mc_embed_signup input.email::-moz-placeholder,
	#mc_embed_signup input.email:-ms-input-placeholder {
		color:#fff;  
	}
	
.mc-field-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

#mc_embed_signup input.button {
	display:inline-block;
	/*width:20%;
	min-width:90px;*/
	padding:0 .4em;
	margin-left: 10px;
	min-height:50px;
	min-width: 90px;
	font-weight: bold;
	font-size: 1em;
	background-image: -webkit-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For old Opera (11.1 to 12.0) */
	background-image:         linear-gradient(to right, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* Standard syntax; must be last */
	background-color:#dac36d;
	color:#3c2255;
	/*background-color:#3c2255;
	color:#fff;
	border:solid 1px #fff;
	border-radius:1px;*/
	text-transform:uppercase;
	padding:0 12px;
}

@media (min-width: 768px) {
  #mc_embed_signup input.button {
    font-size: 1.9em;
  }
}

/*	Spotify
	-------	*/
#spotify iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#spotify {
	position:fixed;
	top:0;
	right:-300px;
	width:300px;
	height:93.25%;
	border-left:2px solid #dac36d;
	margin:0;
	-webkit-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
	transition:all 300ms linear;
	z-index:1027;
}
	body.spotify-open #spotify {
		right:0;
	}
#spotify .social {
	text-align:right;
	margin-top:3.15em;
	padding-right:.25em;
			display:none;
}

#spotify .spot-buttons {
	display:block;
	top:40%;
	right:300px;
	position:absolute;
}

#spotify a.listen-button, #spotify a.buy-tix-button {
	display:block;
	font-size:2em;
	line-height:1;
	font-weight:500;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	padding:.25em .35em;
}

#spotify a.buy-tix-button {
	margin-bottom: 10px;
}

#spotify .social.spotify-adjusted {
	right:300px;
}

@media (min-width:1201px) {
	#spotify {
		right:-400px;
		width:400px;
	}
	#spotify .spot-buttons,
	#spotify .social.spotify-adjusted {
		right:400px;
	}
}
@media (max-width:1000px) {
	/*
	#spotify {
		right:-200px;
		width:200px;
	}
	#spotify a.listen-button,
	#spotify .social.spotify-adjusted {
		right:200px;
	}
	*/
}
@media (max-width:767px) {
	#spotify {
		display:none
	}
	body.spotify-open,
	body.spotify-open header.main {
		padding-right:0;
	}
}
@media (max-height:625px) {
	#spotify {
		height:91.75%;
	}
}
@media (min-height:775px) {
	#spotify {
		height:100%;
	}
}

.slick-slider {
	max-width:75%;
    margin-left:auto;
	margin-right:auto;
}

/*	Nav
	---	*/
header.main {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1026 !important;
	text-align:center;
	/*
	background:#3c2255;
	background:rgba(60,34,85,.6);
	box-shadow:0 0 1.5em 1.5em rgba(60,34,85,.6);
	*/
	border-bottom:.2em solid #fff;

    background-image: -webkit-linear-gradient(left, #f7ecaf 3%, #dac36d 24%, #b78837 57%, #b78837 73%, #f6e393 90%); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(left, #f7ecaf 3%, #dac36d 24%, #b78837 57%, #b78837 73%, #f6e393 90%); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(left, #f7ecaf 3%, #dac36d 24%, #b78837 57%, #b78837 73%, #f6e393 90%); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(left, #f7ecaf 3%, #dac36d 24%, #b78837 57%, #b78837 73%, #f6e393 90%); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to right, #f7ecaf 3%, #dac36d 24%, #b78837 57%, #b78837 73%, #f6e393 90%); /* Standard syntax; must be last */

	background-image: -webkit-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For old Opera (11.1 to 12.0) */
	background-image:         linear-gradient(to right, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* Standard syntax; must be last */
	background-color:#dac36d;
	color:#3c2255;
}

#covid {
	width:100%;
	padding:.65em;
	text-align:center;
	background-color:#3c2255;
	color:#fff;
	margin:auto;
	font-weight:bold;
	font-size:1.30em;
}

#oneyearvideo{
	width:100%;
	/*padding:.65em;*/
	text-align:center;
	font-size: 1.55em;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*
header.main .buy-tickets {
	margin:0 auto;
	display:block;
	font-size:2.5em;
	line-height:1;
	padding:.225em .5em .2em;
	font-weight:500;
	text-decoration:none;
	text-transform:uppercase;
	color:#3c2255;
}
*/

#nav-menu {
	font-size:1.25em;
	font-weight:500;
	text-decoration:none;
	text-transform:uppercase;
	color:#3c2255;
	padding-top:.15em;
	padding-bottom:.15em;
	padding-left:2.65em;
}
@media only screen and (min-width:768px) and (max-width:949px) {
	#nav-menu {
		font-size:.9em;
	}
}
@media only screen and (min-width:950px) and (max-width:1099px) {
	#nav-menu {
		font-size:1.1em;
	}
}
#nav-menu li {
	display:inline-block;
	vertical-align:middle;
	top:.1em;
}
#nav-menu li a {
	padding:.35em .5em .4em;
	padding:.85em .5em .9em;
	font-weight:500;
	text-decoration:none;
	text-transform:uppercase;
	color:#3c2255;
}
	#nav-menu li.nav-logo a {
		padding:0;
	}
	#nav-menu li.nav-logo img {
		height:2em;
	}
	#nav-menu li.social a {
		padding:0;
	}
		#nav-menu li.social img {
			height:.9em;
		}
#nav-menu li a:hover {
	background-image: -webkit-radial-gradient(rgba(247,236,175,.5) 0%, rgba(247,236,175,0) 65%);
	background-image:    -moz-radial-gradient(rgba(247,236,175,.5) 0%, rgba(247,236,175,0) 65%);
	background-image:     -ms-radial-gradient(rgba(247,236,175,.5) 0%, rgba(247,236,175,0) 65%);
	background-image:      -o-radial-gradient(rgba(247,236,175,.5) 0%, rgba(247,236,175,0) 65%);
	background-image:		  radial-gradient(rgba(247,236,175,.5) 0%, rgba(247,236,175,0) 65%);
}
	#nav-menu li.nav-logo a:hover,
	#nav-menu li.social a:hover {
		background-image:none;
	}
#nav-menu li.nav-logo a:hover img,
#nav-menu li.social a:hover img {
	background-image: -webkit-radial-gradient(rgba(247,236,175,.5) 0%, rgba(247,236,175,0) 75%);
	background-image:    -moz-radial-gradient(rgba(247,236,175,.5) 0%, rgba(247,236,175,0) 75%);
	background-image:     -ms-radial-gradient(rgba(247,236,175,.5) 0%, rgba(247,236,175,0) 75%);
	background-image:      -o-radial-gradient(rgba(247,236,175,.5) 0%, rgba(247,236,175,0) 75%);
	background-image:		  radial-gradient(rgba(247,236,175,.5) 0%, rgba(247,236,175,0) 75%);
}

#nav-menu li.buy-tickets {
	font-size:2em;
	top:0;
}
	#nav-menu li.buy-tickets > a {
		padding:.15em .5em .2em;
	}

/*	Sub-Menu
	--------	*/
#nav-menu .sub-menu {
	display:none;
	width:200%;
	position:absolute;
	top:160%;
	left:-9999px;
	opacity:0;
	list-style:none;
	text-align:center;
	font-size:.75em;
}
	#nav-menu li:hover .sub-menu {
		display:block;
		left:-50%;
		opacity:.9999;
	}
	#nav-menu .sub-menu li {
		display:block;
		background-color:#fff;
		padding:.1em 0;
	}
		#nav-menu .sub-menu li+li {
			border-top:.1em solid #3c2255;
		}
	#nav-menu .sub-menu li a {
		width:100%;
		height:100%;
		display:block;
		color:#3c2255;
	}
	#nav-menu .sub-menu li a {
		background-image:none;
	}
#nav-menu li.buy-tickets .sub-menu {
	width:100%;
	top:105%;
	font-size:.375em;
}
	#nav-menu li.buy-tickets:hover .sub-menu {
		left:0%;
	}

/*	CSS Nav
	-------	*/
#menu a {
	text-decoration:none;
	color:#e1dde4;
	transition:color 0.3s ease;
}
#menu li {
	margin:0 20px;
}
#menu li:hover {
	background:#3c2255;
	background:rgba(255,255,255,.05);
}
	#menu li.bg-gold:hover {
		background-image: -webkit-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For Chrome and Safari */
		background-image:    -moz-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For old Fx (3.6 to 15) */
		background-image:     -ms-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For pre-releases of IE 10*/
		background-image:      -o-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For old Opera (11.1 to 12.0) */
		background-image:         linear-gradient(to right, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* Standard syntax; must be last */
		background-color:#dac36d;
		color:#3c2255;
	}
	#menu li.social:hover {
		background:#261636;
	}

#menuToggle {
	display:block;
	position:absolute;
	top:25px;
	left:25px;
	z-index:1;
	-webkit-user-select:none;
	user-select:none;
}
#menuToggle input {
	display:block;
	width:40px;
	height:32px;
	position:absolute;
	top:-7px;
	left:-5px;
	cursor:pointer;
	opacity:0; /* hide this */
	z-index:2; /* and place it over the hamburger */
	-webkit-touch-callout: none;
}

#menuToggle span {
	display:block;
	width:33px;
	height:4px;
	background-color:#3c2255;
	margin-bottom:5px;
	position:relative;
	border-radius:3px;
	z-index:1;
	transform-origin:4px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
			  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
			  opacity 0.55s ease,
			  color 0s;
}
#menuToggle span:first-child {
	transform-origin:0% 0%;
}

#menuToggle span:nth-last-child(2) {
	transform-origin:0% 100%;
}
#menuToggle input:checked ~ span {
	opacity:1;
	transform:rotate(45deg) translate(-2px, -1px);
	background-color:#fff;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity:0;
	transform:rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, -1px);
}

#menu {
	position:absolute;
	width:300px;
	margin:-75px 0 0 -25px;
	padding:75px 50px 25px;
	background:#261636;
	list-style-type:none;
	-webkit-font-smoothing:antialiased;
	/* to stop flickering of text in safari */
	transform-origin:0% 0%;
	transform:translate(-100%, 0);
	transition:transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu li {
	padding:6px 0;
	font-size:20px;
}
#menuToggle input:checked ~ ul {
	transform:none;
}

#menu .social img {
	height:20px;
	margin:1px 2px 0;
}

/*	Page Nav
	--------	*/
nav.page-nav {
	margin-bottom:1em;
}
nav.page-nav a {
	display:inline-block;
	margin-top:.25em;
	margin-left:.25em;
	margin-right:.25em;
	cursor:pointer;
}
nav.page-nav a.active {
	box-shadow:0 0 .25em 0 rgba(185,175,192,.65);
}

/*	Image Header
	------------	*/
.image-header {
	background-color:#000;
	border-bottom:.2em solid #fff;
	overflow:hidden;
}
.image-header picture,
.image-header img {
	display:block;
}
.image-header + #main > section {
	padding-top:3em;
}
/*	Video Header
	------------	*/
#main.video-fade {
    background-image: -webkit-linear-gradient(top, #2b184c 0%, #090113 100%); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(top, #2b184c 0%, #090113 100%); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(top, #2b184c 0%, #090113 100%); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(top, #2b184c 0%, #090113 100%); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to bottom, #2b184c 0%, #090113 100%); /* Standard syntax; must be last */
	background-position:center bottom;
	background-size:auto;
}

/*	Picture
	-------	*/
picture {
	max-width:100%;
	display:inline-block;
}
picture img {
	display:block;
	margin:auto;
}

/*	404
	---	*/
#error404 {
	font-size:1.35em;
	padding-top:30vh;
	padding-bottom:30vh;
}

/*	Home
	----	*/
#home {
	padding-top:0;
	padding-bottom:0;
}
.logo {
}
.video-wrapper {
	overflow-x:hidden;
}
.video-wrapper:after {
	content:'';
	height:5em;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	display:block;
    background-image: -webkit-linear-gradient(top, rgba(43,24,76,0) 0%, rgba(43,24,76,1) 100%); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(top, rgba(43,24,76,0) 0%, rgba(43,24,76,1) 100%); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(top, rgba(43,24,76,0) 0%, rgba(43,24,76,1) 100%); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(top, rgba(43,24,76,0) 0%, rgba(43,24,76,1) 100%); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to bottom, rgba(43,24,76,0) 0%, rgba(43,24,76,1) 100%); /* Standard syntax; must be last */
}
	.video-wrapper video {
		width:130%;
		margin-left:-15%;
		margin-right:-15%;
		overflow-x:hidden;
		width:100%;
		margin-right:auto;
		margin-left:auto;
	}

@media only screen and (min-width:768px) and (max-width:1199px) {
	.video-wrapper video {
		width:160%;
		margin-left:-30%;
		margin-right:-30%;
		width:100%;
		margin-right:auto;
		margin-left:auto;
	}
}
@media only screen and (min-width:1600px) {
	.video-wrapper video {
		width:110%;
		margin-left:-5%;
		margin-right:-5%;
		width:100%;
		margin-right:auto;
		margin-left:auto;
	}
}



#slick-quotes {
	display: none;
	margin: 0 auto;
	padding: 0.25em 0;
	width:800px;
	max-width:100%;
	height:inherit;
}

#slick-quotes.slick-initialized {
	display: block;
}
#slick-quotes img {
	vertical-align:middle;
}
 #slick-quotes .slick-trackx {
    display:flex;
  }
 #slick-quotes .slick-slidex {
	 display: flex;
	 align-content: center;
	 flex-wrap: wrap;
    height: inherit !important;
    background: red;
}

.video {
	margin:1em auto 1.25em;
}

.about-block {
	font-weight:400;
	text-align:center;
	margin:auto;
	font-size:1.35em;
	padding-top: 1em;
}


/*	Spacing
	-------	*/
.halves,
.thirds,
.quarters {
	width:30%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:2%;
	display:inline-block;
	vertical-align:top;
}
.quarters {
	width:22%;
}
.halves {
	width:47%;
}


/*	About
	-----	*/
#about {
}

.slick-timeline {
	margin-top:1.5em;
}
.slick-timeline .slick-slide {
	 transform:scale(.6,.6);
	 transition:transform 0.3s;
	 font-size:1.2em;
}
.slick-timeline .slick-slide.slick-center {
	 transform:scale(1,1);
}
.slick-timeline .slide {
	 padding:0 1.6em;
}

/*	Her-Story
	---------	*/
ul.her-story {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;   
	flex-wrap: wrap;
	list-style:none;
}
ul.her-story li {
	display:inline-block;
	vertical-align:top;
	width:47%;
	margin:2% 1%;
	text-align:left;
	padding:1.25em;
	background:rgba(9,1,20,.2);
	font-size:.85em;
}
.portrait {
	float:right;
	margin-left:.5em;
	margin-bottom:.5em;
	width:200px;
	max-width:40%;
}
@media (max-width:767px) {
	ul.her-story li {
		width:90%;
		text-align:center;
	}
	.portrait {
		float:none;
		margin-left:auto;
		max-width:100%;
	}
}

/*	Tickets
	-------	*/
#tickets {
	background-color:#3c2255;
	background-image:url('../_img/footer-fade.png');
	background-repeat:repeat-x;
	background-position:bottom center;
	-webkit-background-size: 	auto;
	-moz-background-size:		auto;
	-o-background-size:			auto;
	background-size:			auto;
}

.calendar-wrapper,
.ways-to-buy {
	display:inline-block;
	vertical-align:top;
     margin:0 1% 3%; 
}
.calendar-wrapper {
	width:70%;
}
.ways-to-buy {
	width:25%;
	padding-top: 127px;
}
.ways-to-buy .tickets {
	margin-top:1.35em;
}

#tickets .fc-body > tr {
	overflow:hidden;
}
#tickets .fc-event-container {
	padding-top:.65em;
	top:-.5em;
	font-size:1.15em;
/* 	overflow:hidden; */
}
#tickets .fc-content {
	padding-top:.1em;
	padding-bottom:.1em;
}
#tickets .fc-time-old {
    background-image: -webkit-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to right, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* Standard syntax; must be last */
	background-color:#dac36d;
	color:#3c2255;
	padding:.25em .75em;
	left:.25em;
	display:inline-block;
	position: relative;
	text-align:center;
}
#tickets .fc-time {
    background-image: -webkit-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to right, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* Standard syntax; must be last */
    color:transparent;
    -webkit-background-clip:text;
    background-clip:text;
	border-color:#dac36d;
	padding:.15em .75em;
	left:.25em;
	display:inline-block;
	position: relative;
	text-align:center;
}
#tickets .fc-time:hover {
	text-decoration:underline;
}
	#tickets .fc-day-grid-event.best-avail-valid.best-avail .fc-time {
	}
	#tickets .fc-day-grid-event.best-avail-valid.best-avail .fc-time:after {
		content:url(https://sixonbroadway.com/../_img/sm-calendar-crown.png);
		display:inline-block;
		vertical-align:middle;
		margin-left:3px;
	}
	#tickets .fc-day-grid-event.best-avail-valid.best-avail-block .fc-time:after {
		content:url(https://sixonbroadway.com/../_img/sm-calendar-crown.png);
		display:block;
		margin:2px auto 0;
	}
	@media only screen and (max-width:767px) {
		#tickets .fc-day-grid-event.best-avail-valid.best-avail .fc-time {
			left:.25em;
		}
		#tickets .fc-day-grid-event.best-avail-valid.best-avail .fc-time:after {
			display:block;
			content:url(https://sixonbroadway.com/../_img/sm-calendar-crown-tiny3.png);
			margin-left:1px;
			margin:2px auto 0;
		}
	}
.#tickets .fc-time:after {
opacity:.25;
}

/*
.#tickets .fc-time:after {
	content:'';
	position:absolute;
	top:-110%;
	left:-210%;
	width:200%;
	height:200%;
	opacity:0;
	transform:rotate(30deg);

	background:rgba(255, 255, 255, 0.13);
	background:linear-gradient(
		to right, 
		rgba(255, 255, 255, 0.13) 0%,
		rgba(255, 255, 255, 0.13) 77%,
		rgba(255, 255, 255, 0.5) 92%,
		rgba(255, 255, 255, 0.0) 100%
	);
}
	#tickets .fc-time:hover:after {
		opacity:1;
		top:-30%;
		left:-30%;
		transition-property:left, top, opacity;
		transition-duration:.7s, .7s, .15s;
		transition-timing-function:ease;
	}
	#tickets .fc-time:active:after {
		opacity:0;
	}
*/

/*	FAQs
	----	*/
img.subway {
	vertical-align:middle;
	height:1em;
	top:-1px;
	margin-left:1px;
	margin-right:2px;
}
.faqs li {
	margin-top:.75em;
}
	.faqs li p {
		margin-top:.75em;
		color:#ffffff;
	}
.faqs a:link {
	text-decoration: underline;
}

/*	Team
	----	*/
ul.team {
	width:800px;
	max-width:100%;
	margin:auto;
}
ul.team br{
	display: none;
}
	@media (min-width: 758px) {
		ul.team br{
			display: inline;
		}
	}
.team li {
	display:inline-block;
	vertical-align:top;
	width:30%;
	margin:2% 1%;
	text-transform:uppercase;
}
	.team li.full {
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	.team li.half {
		width:45%;
	}
	.team li.quarters {
		width:22%;
	}
.team li .team-role {
	font-size:1.1em;
	line-height:1;
}
.team li .team-name {
	font-size:1.6em;
	line-height:1;
	display:inline-block;
}

#creative-wrapper.team {
	width:1200px;
}
	#creative-wrapper.team li {
		margin:1.5% 1%;
	}
	#creative-wrapper.team li .team-role {
		font-size:1.05em;
	}
	#creative-wrapper.team li .team-name {
		font-size:1.3em;
	}

/*	Partners
	--------	*/
ul.partners {
	width:800px;
	max-width:100%;
	margin:auto;
}
ul.partners img {
	border:.1em solid #dac36d;
}

/*	Valentines
	----------	*/
#valentines .valentine {
	width:21%;
	margin:.5%;
	display:inline-block;
	border:1px solid #000;
}
@media only screen and (min-width:768px) and (max-width:1000px) {
	#valentines .valentine {
		width:33%;
		margin:1%;
	}
}
@media only screen and (max-width:767px) {
	#valentines .valentine {
		width:40%;
		margin:1%;
	}
}

/*	Coloring
	--------	*/
#coloring .coloring {
	width:45%;
	margin:1%;
	display:inline-block;
	border:1px solid #000;
}
@media only screen and (min-width:768px) and (max-width:1000px) {
	#coloring .coloring {
		width:45%;
		margin:1%;
	}
}
@media only screen and (max-width:767px) {
	#coloring .coloring {
		width:40%;
		margin:1%;
	}
}

/*	Queen of the Week
	--------	*/
	
.no-more-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}	

.column {
  width: 50%;
  padding: 15px;
}

@media (min-width: 768px) {
.column {
  width: 33.33%;
}	
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

/*	Flex
	----	*/
.flexbox {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	overflow:hidden;
	justify-content:center;
}
	.flexbox .col {
		flex:1;
	}

/*	Press
	-----	*/
.press-item {
	background:rgba(9,1,20,.2);
	padding:1.65em 1em 1.75em;
	margin:.5em auto;
	display:flex;
	align-items:center;
}
.press-item .source.small {
	margin-top:.25em;
}
.press-item .inner {
	display:inline-block;
	width:100%;
}
.press-item .big {
	font-size:1.75em;
}
	.press-item .big .source.small {
		font-size:.5em;
	}
.flexbox .press-item:nth-child(n+1) {
	margin-right:.5em;
}
.flexbox .press-item:nth-child(n+2) {
	margin-left:.5em;
}
@media (max-width:767px) {
	.press-item .big {
		font-size:1.25em;
	}
	.press .flexbox,
	.press-item {
		display:block;
	}
	.flexbox .press-item {
		margin:1em auto;
	}
	.flexbox .press-item:nth-child(n+1) {
		margin-right:auto;
	}
	.flexbox .press-item:nth-child(n+2) {
		margin-left:auto;
	}
	.press .flexbox + .press-item {
		margin-top:0em;
	}
	.press-item + .flexbox {
		margin-top:-.5em;
	}

}

/*	Press
	-----	*/
		
.press li {
	display:inline-block;
	vertical-align:top;
	background:rgba(9,1,20,.2);
	padding:1.5em 2.5em 1.75em;
	margin:1% 1.5%;
}
	.press li.wide {
		width:94%;
		font-size:1.75em;
		/*padding:1em 1.67em 1.167em;above divided by 1.5*/
		padding:.857em 1.428em 1em;/*above divided by 1.75*/
	}
	.press li.wide .source.small {
		font-size:.428em;
		font-size:.5em;
	}
	.press li .source.small {
		padding-top: 2px;
	}
	.press li h1 em span {
		letter-spacing: 3px;
	}		

#press-features img {
	margin-bottom:.5em;
}

@media only screen and (min-width:768px) {
	.press {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
	}
	
	.press li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
		width:47%;
		margin:1% 1.5%;
	}
}	

/*	Gallery
	-------	*/
.gallery,
.gallery-nav,
.gallery-videos {
	max-width:1000px;
	margin:auto;
}
@media only screen and (min-width:1300px) {
	.gallery,
	.gallery-nav,
	.gallery-videos {
		max-width:100%;
	}
}
.gallery picture,
.gallery-nav picture,
.gallery-videos picture {
	width:100%;
}
.gallery picture img,
.gallery-nav picture img,
.gallery-videos picture img {
	width:100%;
}
.gallery-videos {
	margin-top:3em;
}

.caption {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	background-color:rgba(0,0,0,.5);
	padding:.85em .25em;
	color:#dac36d;
	z-index:101;
}
.play:before {
	content:'';
	background-image:url('../_img/play.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	width:100%;
	height:100%;
	z-index:101;
	position:absolute;
	top:0;
	left:0;
}

/*	Video Slider
	------------	*/
.video-slider {
	margin:1.5em auto;
}
.video-slider a,
.video-slider picture,
.video-slider img {
	display:block;
}
.video-slider .caption {
	padding:.15em .25em .25em;
	font-size:.85em;
}

/*	Lottery
	-------	*/
#lottery {
	font-size:1.2em;
}
#lottery p {
	margin-bottom:.75em;
}
#lottery .box {
	display:inline-block;
	font-size:2em;
}

@media only screen and (max-width:767px) {
	#lottery {
		padding-top:1.5em;
	}
	#lottery .box.box-lg {
		font-size:1.5em;
	}
}

/*	Landing
	-------	*/
#landing {
	background-color:#3c2255;
	background-image:url('../_img/footer-fade.png');
	background-repeat:repeat-x;
	background-position:bottom center;
	-webkit-background-size: 	auto;
	-moz-background-size:		auto;
	-o-background-size:			auto;
	background-size:			auto;
}
@media only screen and (max-width:767px) {
	#landing-video {
		height:350px;
	}
}


/*	Privacy
	-------	*/
#cookies-policy {
}
#privacy-policy h3,
#cookies-policy h3,
#privacy-policy h4,
#cookies-policy h4 {
	margin-top:.75em;
}
#cookies-policy table {
	margin-bottom:3em;
}
#cookies-policy tr td:first-of-type {
	width:20%;
	padding:10px;
	border:1px solid #fff;
}
#cookies-policy tr td:nth-of-type(2) {
	width:30%;
	padding:10px;
	border:1px solid #fff;
}




/*	Responsive
	----------	*/
.mobile {
	display:none !important;
}

@media only screen and (min-width:1200px) {

	.about-block {
		font-size:1.65em;
	}

}

@media only screen and (min-width:768px) and (max-width:999px) {

h1,
h2 {
	font-size:2.4em;
}
h3 {
	font-size:1.9em;
}
h4 {
	font-size:1.5em;
}
h5 {
	font-size:1.3em;
}
h6 {
	font-size:1.1em;
}

.container {
	width:95%;
}

}

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

.mobile {
	display:block !important;
}
.mobile-hide {
	display:none !important;
}
.mobile-block {
	display:inline-block;
}
#covid {
	width:100%;
	padding:.65em;
	text-align:center;
	background-color:#3c2255;
	color:#fff;
	margin:auto;
	font-weight:bold;
	font-size:.57em;
}
#oneyearvideo{
	width:100%;
	/*padding:.65em;*/
	text-align:center;
	font-size: 1.1em;
}
#mc_embed_signup input.button {
	margin-left: 0px;
	min-height:50px;
	max-width: 150px;
	}

img {
	max-width:100%;
}

h1 {
	font-size:1.75em;
}
h2 {
	font-size:1.75em;
}
h3 {
	font-size:1.5em;
}
#footer h3 {
	font-size:1.25em;
}
h4 {
	font-size:1.5em;
}
h5 {
	font-size:1.25em;
}
h6 {
	font-size:1.25em;
}

.container {
	width:95%;
}

#main {
	padding-top:1.75em;
}
section {
	padding-top:1em;
	padding-bottom:0;
	min-height:0;
}
	.image-header + #main > section {
		padding-top:1em;
	}

.image-header {
	padding-top:2em;
}

section.block {
	height:auto;
}

.section-title {
	display:none;
}

.inline-block-50 {
	width:90%;
	margin:auto;
}

#footer {
	padding-top:2em;
}

/*	Spacing
	-------	*/
.halves,
.thirds,
.quarters {
	width:95%;
}

/*	Nav
	---	*/
header.main {
	box-shadow:0 0 .65em .65em rgba(60,34,85,.6);
}
header.main .buy-tickets {
	font-size:1.25em;
}

header.main .nav-mobile .buy-tickets {
	font-size:2em;
	padding:.25em 0 .65em;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	color:#3c2255;
}

#menuToggle {
	top:15px;
	left:15px;
}

#menu {
	margin:-65px 0 0 -15px;
	padding:65px 30px 15px;
}

.image-header > img,
.image-header > picture {
	margin-left:-25%;
	margin-right:-25%;
	max-width:150%;
	width:150%;
}

/*	404
	---	*/
#error404 {
	padding-top:15vh;
	padding-bottom:15vh;
}


/*	Home
	----	*/
.video {
}

/*	About
	-----	*/
.blurb {
	font-size:1.25em;
}

/*	Tickets
	-------	*/
#tickets {
	margin-top:1em;
}
.calendar-wrapper,
.ways-to-buy {
	width:100%;
	margin:.25em auto;
}
	.ways-to-buy {
		padding-top:0;
		margin-bottom:1.5em;
	}

#tickets .fc-event-container {
	padding-top:.3em;
	top:-.2em;
	font-size:1em;
}
#tickets .fc-time {
	padding:.05em .5em;
}

/*	Team
	----	*/
#team {
	margin-top:1.75em;
}
.team li,
.team li.half,
.team li.quarters,
#creative-wrapper.team li {
	width:auto;
	margin:4%;
}
.team .headshot {
	width:175px;
	max-width:100%;
}

/*	Partners
	--------	*/
#partners {
	margin-top:1.75em;
}

/*	Press
	-----	*/
.press li {
	width:95%;
	margin:.35em auto;
	background:rgba(9,1,20,.2);
	padding:1.25em .75em 1em;
}

/*	Gallery
	-------	*/
#gallery {
	margin-top:1.5em;
}
.gallery-nav {
	display:none;
}

}

/*!
 * Magnific Popup CSS
 * ------------------
 */

*[data-mfp-src] {
	cursor:pointer;
}
	*[data-mfp-src=""] {
		cursor:none;
	}

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;
	padding:1em 1em 1em 1em;
	max-width:700px;

    background-image: -webkit-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to right, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* Standard syntax; must be last */
	background-color:#dac36d;
	color:#3c2255;
 }


.mfp-content a {
	color:#3c2255;
}

.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:#3c2255;
}

.mfp-content > * button.mfp-close {
	top:-1em;
	right:-1em;
}
	.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-youtube .mfp-content {
	width:90%;
	width:calc(99% - 6em);
	max-width:1400px;
}

.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;
}

@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:#dac36d;
}

.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 .3em;

	/* 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-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 {
    background-image: -webkit-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to right, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%); /* Standard syntax; must be last */
	background-color:#dac36d;
	color:#3c2255;
	overflow:hidden;

	border:none;
	box-shadow:none;
	outline:0;
}

button.fc-state-default:after {
	content:'';
	position:absolute;
	top:-110%;
	left:-210%;
	width:200%;
	height:200%;
	opacity:0;
	transform:rotate(30deg);

	background:rgba(255, 255, 255, 0.13);
	background:linear-gradient(
		to right, 
		rgba(255, 255, 255, 0.13) 0%,
		rgba(255, 255, 255, 0.13) 77%,
		rgba(255, 255, 255, 0.5) 92%,
		rgba(255, 255, 255, 0.0) 100%
	);
	}
	button.fc-state-default:hover:after {
		opacity:1;
		top:-30%;
		left:-30%;
		transition-property:left, top, opacity;
		transition-duration:.7s, .7s, .15s;
		transition-timing-function:ease;
	}
	button.fc-state-default:active:after {
		opacity:0;
	}


.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
}

.fc-state-hover {
	text-decoration:none;
}

.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,
button.fc-state-disabled {
	cursor:default;
	background-image:none;
	opacity:0.35;
	box-shadow: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:.85em; /* normalize cross-browser */
}

.fc th {
	text-align:center;
}

.fc th,
.fc td {
	border-style:solid;
	border-width:.2em;
	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;
	overflow:hidden !important;
}

/* 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:1.1em;
	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:#dfa02f; /* 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 {
}

/* 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:.65em;
}

.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:1em;
	font-weight:normal;
}

/* 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:6em; /* ensure that all rows are at least this tall */
}
	@media (max-width:767px) { .fc-basic-view .fc-body .fc-row {min-height:2em;} }

/* 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:.35em;
}

.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;
}

/* BroadwayCon span
.white-text{
	color: white;
} */

