@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 *,
.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%;
}

body {
	font-family:'craw-modern-urw', Georgia, Times, 'Times New Roman', serif;
	font-size:18px;
	line-height:1.5;
	background-color:#000;
	background-image:url('images/bg-wood-square.jpg');
	background-attachment:fixed;
	background-position:top;
	-webkit-background-size: 	cover;
	-moz-background-size:		cover;
	-o-background-size:			cover;
	background-size:			cover;
	color:#281208;
}

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

.script {
	font-family:'voluta-script-pro', cursive;
	font-size:3em;
	line-height:.9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height:1;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:.02em;
}

h1.script,
h2.script,
h3.script,
h4.script,
h5.script,
h6.script,
h1 .script,
h2 .script,
h3 .script,
h4 .script,
h5 .script,
h6 .script {
	text-transform:none;
	font-weight:normal;
}

.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.25em;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.4em;
	line-height:1.2;
}
h5 {
	font-size:1.2em;
	line-height:1.2;
}
h6 {
	font-size:1em;
	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%;
}


a {
	color:#281208;
}
.accent {
	color:#ffcc00;
}

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:#1b274b;
	background-image:url('images/bg-blue.jpg');
	background-position:top center;
	background-size:100%;
	color:#ddd8db;
	box-shadow:0 0 .75em #281208;
	box-shadow:0 0 .75em rgba(40,18,8,.85);
	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;
	letter-spacing:.02em;
}
#nav-primary li {
	display:inline-block;
	vertical-align:middle;
}
#nav-primary a {
	color:#ddd8db;
	text-decoration:none;
	padding:.25em .25em .35em;
	display:block;
}

#nav-primary a.nav-tickets {
	background-image:url('images/nav-tickets.png');
	color:#fff;
	min-width:204px;
	min-height:98px;
	padding:0;
	margin-bottom:-1.25em;
	z-index:100;
	text-indent:-9999px;
}
#nav-primary a.icon {
	padding:0;
	top:.15em;
}


section {
	min-width:100%;
	min-height:100%;
	padding-top:4em;
    padding-bottom:4em;
	background-position:center;
	-webkit-background-size: 	cover;
	-moz-background-size:		cover;
	-o-background-size:			cover;
	background-size:			cover;

	background-image:-moz-linear-gradient(down, rgba(202,105,66,1) 0%, rgba(202,105,66,0) 15%, rgba(202,105,66,0) 85%, rgba(202,105,66,1) 100%);
	background-image:-webkit-gradient(linear, down top, right top, color-stop(0%, rgba(202,105,66,1)), color-stop(15%, rgba(202,105,66,0)), color-stop(85%, rgba(202,105,66,0)), color-stop(100%, rgba(202,105,66,1)));
	background-image:-webkit-linear-gradient(down, rgba(202,105,66,1) 0%, rgba(202,105,66,0) 15%, rgba(202,105,66,0) 85%, rgba(202,105,66,1) 100%);
	background-image:-o-linear-gradient(down, rgba(202,105,66,1) 0%, rgba(202,105,66,0) 15%, rgba(202,105,66,0) 85%, rgba(202,105,66,1) 100%);
	background-image:-ms-linear-gradient(down, rgba(202,105,66,1) 0%, rgba(202,105,66,0) 15%, rgba(202,105,66,0) 85%, rgba(202,105,66,1) 100%);
	background-image:linear-gradient(to top, rgba(202,105,66,1) 0%, rgba(202,105,66,0) 15%, rgba(202,105,66,0) 85%, rgba(202,105,66,1) 100%);
}
	.multiplebgs section {
		background-image:-moz-linear-gradient(down, rgba(202,105,66,1) 0%, rgba(202,105,66,0) 15%, rgba(202,105,66,0) 85%, rgba(202,105,66,1) 100%), url('images/bg-wood.jpg');
		background-image:-webkit-gradient(linear, down top, right top, color-stop(0%, rgba(202,105,66,1)), color-stop(15%, rgba(202,105,66,0)), color-stop(85%, rgba(202,105,66,0)), color-stop(100%, rgba(202,105,66,1))), url('images/bg-wood.jpg');
		background-image:-webkit-linear-gradient(down, rgba(202,105,66,1) 0%, rgba(202,105,66,0) 15%, rgba(202,105,66,0) 85%, rgba(202,105,66,1) 100%), url('images/bg-wood.jpg');
		background-image:-o-linear-gradient(down, rgba(202,105,66,1) 0%, rgba(202,105,66,0) 15%, rgba(202,105,66,0) 85%, rgba(202,105,66,1) 100%), url('images/bg-wood.jpg');
		background-image:-ms-linear-gradient(down, rgba(202,105,66,1) 0%, rgba(202,105,66,0) 15%, rgba(202,105,66,0) 85%, rgba(202,105,66,1) 100%), url('images/bg-wood.jpg');
		background-image:linear-gradient(to top, rgba(202,105,66,1) 0%, rgba(202,105,66,0) 15%, rgba(202,105,66,0) 85%, rgba(202,105,66,1) 100%), url('images/bg-wood.jpg');
	}
	section.block {
		width:100%;
		height:100%;
		overflow:auto;
	}
	section > * {
		z-index:101;
	}
#footer,
.multiplebgs #footer {
	min-height:0;
	padding-top:1em;
    padding-bottom:1em;
	background:none #000;
	color:#fff;
}
#footer a {
	color:#fff;
}

#home {
	background-image:-moz-linear-gradient(down, rgba(202,105,66,1) 0%, rgba(202,105,66,0) 15%, rgba(27,39,75,0) 85%, rgba(27,39,75,1) 100%);
	background-image:-webkit-gradient(linear, down top, right top, color-stop(0%, rgba(202,105,66,1)), color-stop(15%, rgba(202,105,66,0)), color-stop(85%, rgba(27,39,75,0)), color-stop(100%, rgba(27,39,75,1)));
	background-image:-webkit-linear-gradient(down, rgba(202,105,66,1) 0%, rgba(202,105,66,0) 15%, rgba(27,39,75,0) 85%, rgba(27,39,75,1) 100%);
	background-image:-o-linear-gradient(down, rgba(202,105,66,1) 0%, rgba(202,105,66,0) 15%, rgba(27,39,75,0) 85%, rgba(27,39,75,1) 100%);
	background-image:-ms-linear-gradient(down, rgba(202,105,66,1) 0%, rgba(202,105,66,0) 15%, rgba(27,39,75,0) 85%, rgba(27,39,75,1) 100%);
	background-image:linear-gradient(to top, rgba(27,39,75,1) 0%, rgba(27,39,75,0) 15%, rgba(202,105,66,0) 85%, rgba(202,105,66,1) 100%);
}
	.multiplebgs #home {
		background-image:-moz-linear-gradient(down, rgba(202,105,66,1) 0%, rgba(202,105,66,0) 15%, rgba(27,39,75,0) 85%, rgba(27,39,75,1) 100%), url('images/bg-wood.jpg');
		background-image:-webkit-gradient(linear, down top, right top, color-stop(0%, rgba(202,105,66,1)), color-stop(15%, rgba(202,105,66,0)), color-stop(85%, rgba(27,39,75,0)), color-stop(100%, rgba(27,39,75,1))), url('images/bg-wood.jpg');
		background-image:-webkit-linear-gradient(down, rgba(202,105,66,1) 0%, rgba(202,105,66,0) 15%, rgba(27,39,75,0) 85%, rgba(27,39,75,1) 100%), url('images/bg-wood.jpg');
		background-image:-o-linear-gradient(down, rgba(202,105,66,1) 0%, rgba(202,105,66,0) 15%, rgba(27,39,75,0) 85%, rgba(27,39,75,1) 100%), url('images/bg-wood.jpg');
		background-image:-ms-linear-gradient(down, rgba(202,105,66,1) 0%, rgba(202,105,66,0) 15%, rgba(27,39,75,0) 85%, rgba(27,39,75,1) 100%), url('images/bg-wood.jpg');
		background-image:linear-gradient(to top, rgba(27,39,75,1) 0%, rgba(27,39,75,0) 15%, rgba(202,105,66,0) 85%, rgba(202,105,66,1) 100%), url('images/bg-wood.jpg');
	}
#tickets,
section.mountains {
	background-image:url('images/bg-mountains.jpg');
	color:#ddd8db;
}
	.multiplebgs #tickets {
		background-image:-moz-linear-gradient(down, rgba(27,39,75,1) 0%, rgba(27,39,75,0) 15%, rgba(27,39,75,0) 85%, rgba(27,39,75,1) 100%), url('images/bg-mountains.jpg');
		background-image:-webkit-gradient(linear, down top, right top, color-stop(0%, rgba(27,39,75,1)), color-stop(15%, rgba(27,39,75,0)), color-stop(85%, rgba(27,39,75,0)), color-stop(100%, rgba(27,39,75,1))), url('images/bg-mountains.jpg');
		background-image:-webkit-linear-gradient(down, rgba(27,39,75,1) 0%, rgba(27,39,75,0) 15%, rgba(27,39,75,0) 85%, rgba(27,39,75,1) 100%), url('images/bg-mountains.jpg');
		background-image:-o-linear-gradient(down, rgba(27,39,75,1) 0%, rgba(27,39,75,0) 15%, rgba(27,39,75,0) 85%, rgba(27,39,75,1) 100%), url('images/bg-mountains.jpg');
		background-image:-ms-linear-gradient(down, rgba(27,39,75,1) 0%, rgba(27,39,75,0) 15%, rgba(27,39,75,0) 85%, rgba(27,39,75,1) 100%), url('images/bg-mountains.jpg');
		background-image:linear-gradient(to top, rgba(27,39,75,1) 0%, rgba(27,39,75,0) 15%, rgba(27,39,75,0) 85%, rgba(27,39,75,1) 100%), url('images/bg-mountains.jpg');
	}

#about,
section.blue {
	background-image:url('images/bg-blue.jpg');
	color:#ddd8db;
}
	.multiplebgs #about {
		background-image:-moz-linear-gradient(down, rgba(27,39,75,1) 0%, rgba(27,39,75,0) 15%, rgba(27,39,75,0) 85%, rgba(27,39,75,1) 100%), url('images/bg-blue.jpg');
		background-image:-webkit-gradient(linear, down top, right top, color-stop(0%, rgba(27,39,75,1)), color-stop(15%, rgba(27,39,75,0)), color-stop(85%, rgba(27,39,75,0)), color-stop(100%, rgba(27,39,75,1))), url('images/bg-blue.jpg');
		background-image:-webkit-linear-gradient(down, rgba(27,39,75,1) 0%, rgba(27,39,75,0) 15%, rgba(27,39,75,0) 85%, rgba(27,39,75,1) 100%), url('images/bg-blue.jpg');
		background-image:-o-linear-gradient(down, rgba(27,39,75,1) 0%, rgba(27,39,75,0) 15%, rgba(27,39,75,0) 85%, rgba(27,39,75,1) 100%), url('images/bg-blue.jpg');
		background-image:-ms-linear-gradient(down, rgba(27,39,75,1) 0%, rgba(27,39,75,0) 15%, rgba(27,39,75,0) 85%, rgba(27,39,75,1) 100%), url('images/bg-blue.jpg');
		background-image:linear-gradient(to top, rgba(27,39,75,1) 0%, rgba(27,39,75,0) 15%, rgba(27,39,75,0) 85%, rgba(27,39,75,1) 100%), url('images/bg-blue.jpg');
	}
	#about a,
	section.blue a {
		color:#ddd8db;
	}


#company,
section.rustic-wood {
	background-image:url('images/bg-rustic-wood.jpg');
	color:#ddd8db;
}
	.multiplebgs #company {
		background-image:-moz-linear-gradient(down, rgba(27,39,75,1) 0%, rgba27,39,75,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,1) 100%), url('images/bg-rustic-wood.jpg');
		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))), url('images/bg-rustic-wood.jpg');
		background-image:-webkit-linear-gradient(down, rgba(27,39,75,1) 0%, rgba(27,39,75,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,1) 100%), url('images/bg-rustic-wood.jpg');
		background-image:-o-linear-gradient(down, rgba(27,39,75,1) 0%, rgba(27,39,75,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,1) 100%), url('images/bg-rustic-wood.jpg');
		background-image:-ms-linear-gradient(down, rgba(27,39,75,1) 0%, rgba(27,39,75,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,1) 100%), url('images/bg-rustic-wood.jpg');
		background-image:linear-gradient(to top, rgba(202,105,66,1) 0%, rgba(202,105,66,0) 15%, rgba(27,39,75,0) 85%, rgba(27,39,75,1) 100%), url('images/bg-rustic-wood.jpg');
	}

#contact {
	background-image:-moz-linear-gradient(down, rgba(202,105,66,1) 0%, rgba(202,105,66,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(202,105,66,1)), color-stop(15%, rgba(202,105,66,0)), color-stop(85%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
	background-image:-webkit-linear-gradient(down, rgba(202,105,66,1) 0%, rgba(202,105,66,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,1) 100%);
	background-image:-o-linear-gradient(down, rgba(202,105,66,1) 0%, rgba(202,105,66,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,1) 100%);
	background-image:-ms-linear-gradient(down, rgba(202,105,66,1) 0%, rgba(202,105,66,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(202,105,66,0) 85%, rgba(202,105,66,1) 100%);
}
	.multiplebgs #contact {
		background-image:-moz-linear-gradient(down, rgba(202,105,66,1) 0%, rgba(202,105,66,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,1) 100%), url('images/bg-wood.jpg');
		background-image:-webkit-gradient(linear, down top, right top, color-stop(0%, rgba(202,105,66,1)), color-stop(15%, rgba(202,105,66,0)), color-stop(85%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1))), url('images/bg-wood.jpg');
		background-image:-webkit-linear-gradient(down, rgba(202,105,66,1) 0%, rgba(202,105,66,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,1) 100%), url('images/bg-wood.jpg');
		background-image:-o-linear-gradient(down, rgba(202,105,66,1) 0%, rgba(202,105,66,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,1) 100%), url('images/bg-wood.jpg');
		background-image:-ms-linear-gradient(down, rgba(202,105,66,1) 0%, rgba(202,105,66,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,1) 100%), url('images/bg-wood.jpg');
		background-image:linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 15%, rgba(202,105,66,0) 85%, rgba(202,105,66,1) 100%), url('images/bg-wood.jpg');
	}

section .section-title {
	color:#ddd8db;
	text-transform:uppercase;
	float:left;
	margin-bottom:1em;
}
	section .section-title + * {
		clear:both;
	}
section .section-title.fixed {
	position:absolute;
	top:2em;
	left:1.5em;
	float:none;
	margin-bottom:0;
}

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

.shadow {
	text-shadow:0 0 .25em #281208, 0 0 .25em #281208, 0 0 .5em #281208;
}


/*	Home
	----	*/
#home {
	padding-top:5em;
/*
	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 img.art {
	display:block;
	margin:0 auto -1em;
	max-width:100%;
}

/*	Paper
	-----	*/
.paper {
	background-image:url('images/bg-paper-repeat.png');
	background-repeat:repeat;
	padding:.25em .125em;
	border:.75em solid #f2d0a5;
    -webkit-border-image:	url('images/border-paper.png') 20 round;
    -o-border-image:		url('images/border-paper.png') 20 round;
    border-image:			url('images/border-paper.png') 20 round;
	box-shadow:.5em .5em 1em .125em rgba(63,15,26,.75);
	color:#3f0f1a;
}
	.paper a {
		color:#3f0f1a;
	}
	.paper.big {
		padding:1em .5em;
		margin:3.5em auto;
		-ms-transform:rotate(-2deg);
		-webkit-transform:rotate(-2deg);
		transform:rotate(-2deg);
	}


/*	Tickets
	-------	*/
#tickets {
}

#tickets .container {
	text-align:center;
}
#tickets .section-title {
	margin-left:2.5%;
	margin-bottom:2em;
}

.tickets {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2em;
	width:97%;
	text-align:center;
}
	.tickets:last-child {
		margin-bottom:0;
	}

.tickets.item {
	margin:.75%;
	display:inline-block;
	vertical-align:top;
	width:23%;
}
.tickets.item.wide {
	width:42%;
}
	.tickets.item:nth-child(3n+0) {
		-ms-transform:rotate(3deg);
		-webkit-transform:rotate(3deg);
		transform:rotate(3deg);
		top:-.5em;
	}
	.tickets.item:nth-child(3n+1) {
		-ms-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
		top:0;
	}
	.tickets.item:nth-child(3n+2) {
		-ms-transform:rotate(-3deg);
		-webkit-transform:rotate(-3deg);
		transform:rotate(-3deg);
		top:-.75em;
	}
.tickets img {
	max-width:100%;
}

.calendar {
	margin:1em auto .25em;
}

/*	About
	-----	*/
#about {
}
.about-block {
	text-align:left;
	padding:1.5em;
}
.blurb {
	font-size:1.15em;
}

/*	Media
	-----	*/
.gallery {
	text-align:center;
	margin:1em auto;
}
.gallery img,
.gallery a {
	width:30%;
	margin:1%;
	display:inline-block;
}
	.gallery a img {
		width:100%;
		margin:0;
	}


/*	Company
	-------	*/
#company {
}

ul.row {
	width:100%;
	text-align:center;
	margin:.75em auto;
}
ul.row li {
	display:inline-block;
	margin:.25em .5em;
}
	ul.row li.has-headshot {
		vertical-align:top;
		width:9em;
	}

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 *[data-mfp-src] {
	cursor:pointer;
}
	#company *[data-mfp-src=""] {
		cursor:none;
	}

/*	Contact
	-------	*/
#contact .header {
	color:#dcd5d7;
}
input,
button[type=submit] {
	font-family:'craw-modern-urw', Georgia, Times, 'Times New Roman', serif;
	width:65%;
	margin:1em auto;
	display:inline-block;
	vertical-align:middle;
	border:none;
	outline:none;
	font-size:1.25em;
	height:2em;
	padding:.35em .65em;
}
button[type=submit] {
	background-color:#3f0f1a;
	color:#dcd5d7;
	width:30%;
	text-transform:uppercase;
	cursor:pointer;
}


/*	Responsive
	----------	*/
.mobile {
	display:none !important;
}
@media only screen and (min-width:768px) and (max-width:999px) {

.container {
	width:95%;
}

#nav-primary {
	font-size:1.25em;
}
#mav-primary li {
	margin-left:0em;
	margin-right:0em;
}

/*	Home
	----	*/
#home img.art,
#home img.title {
}

/*	Tickets
	-------	*/
#tickets .section-title {
	margin-left:0;
}
.tickets.item {
	font-size:.95em;
}


.calendar {
	margin:.5em auto;
}

/*	Company
	-------	*/
ul.row li {
	margin:.5em 1em;
}

}

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

.mobile {
	display:block !important;
}

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-tickets {
	background-image:none;
	min-width:0;
	min-height:0;
	margin-bottom:0;
	text-indent:0;
}
#nav-primary a.icon {
	max-width:30px;
	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 {
	padding-top:4em;
	padding-bottom:5em;
}

/*	Tickets
	-------	*/
.tickets.item,
.tickets.item.wide {
	width:90%;
	margin:.25em auto;
}
	.tickets.item:nth-child(3n+0),
	.tickets.item:nth-child(3n+1),
	.tickets.item:nth-child(3n+2) {
		-ms-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
		top:0;
	}

/*	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:#d8ba94;
	color:#ddd8db;
	padding:1.5em;
	max-width:800px;
	background-image:url('images/bg-rustic-wood.jpg');
	background-position:center;
	-webkit-background-size: 	cover;
	-moz-background-size:		cover;
	-o-background-size:			cover;
	background-size:			cover;
	box-shadow:inset 0 0 3em .5em #000;
 }

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

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