/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Meyer Reset CSS */

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

img {
	max-width: 100%; /*makes images scale with flexible grids*/
	display: block; /*removes tiny space added in some browsers below images */
}

html,body {
	background-color: #fff;
	font-family: Arvo, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

.page-wrapper {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.wrapper {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
		max-width: 800px;
}

.dark-bg-wrapper {
	background-color: #9a927e;
}

#carousel {
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	position: relative;
	width: 100%;
}

#carousel #carousel-wrap {
	display: block;
	position: absolute;
		top: 3.5em;
		right: 0;
	text-align: right;
	z-index: 202;
}

.caro-one {
	background-image: url("images/c/04.jpg");
	background-position: top center;
	transition: background-image 0.25s, background-position 1s 0.5s;
	-webkit-transition: background-image 0.25s, background-position 1s 0.5s;
	-moz-transition: background-image 0.25s, background-position 1s 0.5s;
	-o-transition: background-image 0.25s, background-position 1s 0.5s;
	-ms-transition: background-image 0.25s, background-position 1s 0.5s;
}
	.caro-one a#caro-btn-one {
		background-color: #d7d3c8 !important;
		cursor: default !important;
	}

.caro-two {
	background-image: url("images/c/03.jpg");
	background-position: center;
	transition: background-image 0.25s, background-position 1s 0.5s;
	-webkit-transition: background-image 0.25s, background-position 1s 0.5s;
	-moz-transition: background-image 0.25s, background-position 1s 0.5s;
	-o-transition: background-image 0.25s, background-position 1s 0.5s;
	-ms-transition: background-image 0.25s, background-position 1s 0.5s;
}
	.caro-two a#caro-btn-two {
		background-color: #d7d3c8 !important;
		cursor: default !important;
	}

.caro-three {
	background-image: url("images/c/01.jpg");
	background-position: bottom center;
	transition: background-image 0.25s, background-position 1s 0.5s;
	-webkit-transition: background-image 0.25s, background-position 1s 0.5s;
	-moz-transition: background-image 0.25s, background-position 1s 0.5s;
	-o-transition: background-image 0.25s, background-position 1s 0.5s;
	-ms-transition: background-image 0.25s, background-position 1s 0.5s;
}
	.caro-three a#caro-btn-three {
		background-color: #d7d3c8 !important;
		cursor: default !important;
	}

.caro-four {
	background-image: url("images/c/02.jpg");
	background-position: center;
	transition: background-image 0.25s, background-position 1s 0.5s;
	-webkit-transition: background-image 0.25s, background-position 1s 0.5s;
	-moz-transition: background-image 0.25s, background-position 1s 0.5s;
	-o-transition: background-image 0.25s, background-position 1s 0.5s;
	-ms-transition: background-image 0.25s, background-position 1s 0.5s;
}
	.caro-four a#caro-btn-four {
		background-color: #d7d3c8 !important;
		cursor: default !important;
	}

#carousel .carousel-button {
	box-shadow: 2px 2px 8px -2px #000;
	display: inline-block;
	height: 18px;
	margin-left: 24px;
	width: 18px;
}

#carousel .carousel-button:last-of-type {
	margin-right: 16px;
}

#carousel .carousel-button a {
	background-color: #fff;
	cursor: pointer;
	display: block;
	height: 100%;
	width: 100%;
	transition: all 0.15s;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-o-transition: all 0.15s;
	-ms-transition: all 0.15s;
}

#carousel .carousel-button a:hover {
	background-color: #d7d3c8;
	cursor: pointer;
	transition: all 0.15s;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-o-transition: all 0.15s;
	-ms-transition: all 0.15s;
}

#carousel .carousel-active:hover {
	cursor: default;
}

#carousel-wrap section {
	background-image: url("images/dark-bg.png");
	margin-top: 1em;
	padding: 0.5em;
	text-align: left;
	width: 13em;
}

#carousel-wrap section p {
	color: #fff;
	cursor: default;
	font-size: 0.75em;
	line-height: 1.5em;
}

#carousel-wrap section p em {
	font-style: italic;
	font-weight: 700;
}

#carousel-wrap section p a {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

div.account-content {
	background-color: #000;
	height: 2.5em;
	opacity: 0.5;
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	z-index: 50;
}

header {
	height: 400px;
	position: absolute;
		top: -400px;
		left: 0;
	width: 100%;
	z-index: 100;
}

section.account-content {
	font-size: 1.125em;
	font-weight: 400;
	overflow: hidden;
	padding: 0.75em 0.5em;
	position: absolute;
		top: 0;
		left: 0;
	text-align: center;
	width: 100%;
}

section.account-content a {
	color: #fff;
	display: block;
	text-decoration: none;
	width: 100%;
}

section.account-content a em {
	border-bottom: 1px solid #fff;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	padding: 0 1px 0.075em 1px;
	transition: all 0.15s;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-o-transition: all 0.15s;
	-ms-transition: all 0.15s;
}

section.account-content a:hover em {
	border-color: #d8d6cd;
	color: #d8d6cd;
	transition: all 0.15s;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.15s;
	-o-transition: all 0.15s;
	-ms-transition: all 0.15s;
}

nav.account-content {
	display: none;
	margin-top: -10px;
	position: relative;
	z-index: 101;
}

#place-logo {
	background-image: url("images/dark-bg.png");
	height: auto;
	padding: 0.75em;
	position: absolute;
		bottom: 0;
		left: 0;
	width: 100%;
}

#place-logo img {
	display: block;
}

nav.desktop {
	display: none;
	opacity: 0;
	visibility: hidden;
}

nav.mobile {
	font-size: 1.75em;
	width: 100%;
}

nav.mobile ul {
	background-color: #d7d3c8;
	height: 2em;
	position: relative;
	width: 100%;
}

nav.mobile ul li {
	display: inline-block;
	position: absolute;
	text-align: center;
	width: 50%;
		max-width: 7em;
}

nav.mobile > ul li:first-of-type {
	left: 0;
}

nav.mobile > ul li:first-of-type a {
	background: linear-gradient(#fff, #d8d6cd);
	background: -webkit-linear-gradient(#fff, #d8d6cd);
	background: -moz-linear-gradient(#fff, #d8d6cd);
	background: -o-linear-gradient(#fff, #d8d6cd);
	background: -ms-linear-gradient(#fff, #d8d6cd);
	color: #7e7e7e;
	display: block;
	padding: 0.5em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.25s;
	-webkit-transition: background 0.25s;
	-moz-transition: background 0.25s;
	-o-transition: background 0.25s;
	-ms-transition: background 0.25s;
}

nav.mobile > ul li:first-of-type a:hover {
	background: linear-gradient(#fff, #e8e2d0);
	background: -webkit-linear-gradient(#fff, #e8e2d0);
	background: -moz-linear-gradient(#fff, #e8e2d0);
	background: -o-linear-gradient(#fff, #e8e2d0);
	background: -ms-linear-gradient(#fff, #e8e2d0);
	transition: background 0.25s;
	-webkit-transition: background 0.25s;
	-moz-transition: background 0.25s;
	-o-transition: background 0.25s;
	-ms-transition: background 0.25s;
}

nav.mobile > ul li:first-of-type a span {
	border-bottom: 2px solid #999;
}

nav.mobile > ul li:last-of-type {
	right: 0;
	text-align: center;
}

nav.mobile > ul li:last-of-type a {
	background-color: transparent;
	color: #fff;
	display: block;
	padding: 0.5em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.25s;
	-webkit-transition: background 0.25s;
	-moz-transition: background 0.25s;
	-o-transition: background 0.25s;
	-ms-transition: background 0.25s;
}

nav.mobile > ul li:last-of-type a:hover {
	background-color: #9a927e;
	transition: background 0.25s;
	-webkit-transition: background 0.25s;
	-moz-transition: background 0.25s;
	-o-transition: background 0.25s;
	-ms-transition: background 0.25s;
}

nav.mobile > ul li:last-of-type a span {
	border-bottom: 2px solid #eceae5;
}

a.menu-button:hover {
	cursor: pointer;
}

div#mobile-menu {
	background-image: url("images/way-dark-bg.png");
	box-shadow: -15px 15px 20px -16px #000;
	clear: both;
	display: none;
	opacity: 0;
	margin-top: -10px;
	position: absolute;
		right: 0;
	width: 100%;
		max-width: 18em;
	z-index: 200;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
}

div#mobile-menu a {
	transition: all 0.15s;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-o-transition: all 0.15s;
	-ms-transition: all 0.15s;
}

div#mobile-menu a:hover {
	transition: all 0.15s;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-o-transition: all 0.15s;
	-ms-transition: all 0.15s;
}

div#mobile-menu p a {
	color: #9a927e;
	display: block;
	font-size: 0.675em;
	line-height: 1.75em;
	margin: 0 1.5em;
	padding-bottom: 1em;
	padding-top: 0.5em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

div#mobile-menu p a span {
	border-bottom: 2px solid #fff;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 1.75em;
	margin-bottom: 0.25em;
	text-transform: capitalize;
}

div#mobile-menu p:hover {
	background-color: #000;
}

div#mobile-menu p a em {
	font-style: italic;
}

div#mobile-menu p.menu-account {
	border-bottom: 2px solid #9a927e;
	margin: 0 0.75em;
	text-align: center;
}

div#mobile-menu p.menu-account a {
	border: 0;
	color: #fff;
	display: inline-block;
	padding-top: 0 !important;
	text-transform: none;
}

div#mobile-menu p.menu-account:hover {
	background-color: transparent;
}

div#mobile-menu ul {
	background-color: transparent;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 201;
}

div#mobile-menu ul li {
	display: block;
	height: auto;
	position: relative;
	text-align: left;
	width: 100%;
		max-width: none;
}

div#mobile-menu ul li a {
	color: #fff;
	display: block;
	font-size: 1em;
	padding: 0.75em;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}

div#mobile-menu ul li a em {
	color: #9a927e;
}

div#mobile-menu ul li a:hover em {
	color: #d7d3c8;
}

div#mobile-menu ul li a:hover {
	background-color: #000;
}

div#mobile-menu ul li ul {
	display: block;
	height: auto;
	position: relative;
}

div#mobile-menu ul li ul li {
	position: relative;
}

div#mobile-menu ul li ul li:last-of-type {
	margin-bottom: 0.825em;
}

div#mobile-menu ul li ul li a {
	color: #9a927e;
	font-size: 0.75em;
	padding: 0.75em 0.5em 0.75em 1.5em;
}

div#mobile-menu ul li ul li a:hover {
	color: #d7d3c8;
}

div#mobile-menu ul li a.buy-tickets {
	background: linear-gradient(#fff, #dddad3);
	background: -webkit-linear-gradient(#fff, #dddad3);
	background: -moz-linear-gradient(#fff, #dddad3);
	background: -o-linear-gradient(#fff, #dddad3);
	background: -ms-linear-gradient(#fff, #dddad3);
	color: #7e7e7e;
	font-style: italic;
	margin-bottom: 1em;
	margin-top: 0.5em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

div#mobile-menu ul li a.buy-tickets:hover {
	background: linear-gradient(#fff, #e8e2d0);
	background: -webkit-linear-gradient(#fff, #e8e2d0);
	background: -moz-linear-gradient(#fff, #e8e2d0);
	background: -o-linear-gradient(#fff, #e8e2d0);
	background: -ms-linear-gradient(#fff, #e8e2d0);
	color: #555;
}

.open {
	display: block !important;
	margin-top: 0 !important;
	opacity: 1 !important;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
}

#main-content {
	background-color: #d7d3c8;
}

#main-content article {
	display: inline-block;
	margin-bottom: 1em;
	position: relative;
}

#main-content article:nth-of-type(2n) {
	margin-left: auto;
	margin-right: 2%;
	padding-left: 2%;
	width: 49%;
}

#main-content article:nth-of-type(2n+3) {
	margin-right: auto;
	padding-right: 2%;
	width: 49%;
}

#main-content article:nth-of-type(n+2) a h3 span {
	color: #fff;
	font-weight: 400;
}

#main-content article img {
	width: 100%;
}

#main-content article section.content {
	background-image: url("images/dark-bg.png");
	background-repeat: repeat;
	height: 100%;
	padding: 1em;
	position: absolute;
	vertical-align: middle;
	width: 100%;
}

#main-content article a {
	display: block;
	height: auto;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

#main-content article a time {
	color: #d7d3c8;
	display: block;
	font-size: 2em;
	font-weight: 400;
	margin-bottom: 0.25em;
}

#main-content article a h3 {
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 0.25em;
}

#main-content article a h3 em {
	font-style: italic;
}

#main-content article a p {
	color: #fff;
	font-size: 0.875em;
	font-style: italic;
	font-weight: 400;
	line-height: 1.75em;
}

#main-content article a p em {
	border-bottom: 1px solid #d7d3c8;
	color: #d7d3c8;
	transition: all 0.15s;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-o-transition: all 0.15s;
	-ms-transition: all 0.15s;
}

#main-content article a:hover p em {
	border-color: #9a927e;
	color: #9a927e;
	transition: all 0.15s;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-o-transition: all 0.15s;
	-ms-transition: all 0.15s;
}

#main-content article:first-of-type {
	background-color: #fff;
	display: block;
	padding-bottom: 1em;
}

#main-content article.featured h2 {
	color: #d7d3c8;
	cursor: default;
	font-size: 1.75em;
	font-weight: 400;
	margin: 0.5em;
	text-align: center;
}

#main-content article.featured h2 time {
	font-weight: 700;
}

#main-content article.featured a {
	min-height: 300px;
	position: relative;
	width: 100%;
}

#main-content article.featured a div.image-wrapper {
	background-image: url("images/artists/01.jpg");
	background-position: top center;
	background-size: cover;
	display: block;
	height: 100%;
	overflow: hidden;
	position: absolute;
	vertical-align: middle;
	width: 49%;
}

#main-content article.featured a div.content {
	display: inline-block;
	margin: 0 2% 0 52%;
	position: relative;
	vertical-align: middle;
	width: 46%;
}

#main-content article.featured a h3 {
	color: #7e7e7e;
	font-size: 2.25em;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 0.25em;
}

#main-content article.featured a p {
	color: #9a927e;
	font-size: 1em;
	font-style: normal;
	line-height: 1.75em;
}

#main-content article.featured a p em {
	border-bottom: 1px solid #7e7e7e;
	color: #7e7e7e;
	font-weight: 700;
	transition: all 0.15s;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-o-transition: all 0.15s;
	-ms-transition: all 0.15s;
}

#main-content article.featured a:hover p em {
	border-color: #d7d3c8;
	color: #d7d3c8;
	transition: all 0.15s;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-o-transition: all 0.15s;
	-ms-transition: all 0.15s;
}

/* Begin schedule content */

body#sched h2 {
	color: #7e7e7e;
	cursor: default;
	font-size: 3em;
	font-style: italic;
	font-weight: 400;
	margin: 0;
	overflow: hidden;
	padding: 0.5em;
	text-align: center;
	width: 100%;
}

body#sched #sched-table {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

body#sched #sched-table section.day {
	background-color: #9a927e;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

body#sched #sched-table article {
	display: block;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

body#sched #sched-table article.date {
	color: #fff;
	cursor: default;
	font-size: 3em;
	font-weight: 400;
	padding: 0.5em;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

body#sched #sched-table article.date em {
	display: block;
	font-size: 3em;
	font-weight: 700;
}

body#sched #sched-table article.events {
	background-color: #fff;
}

body#sched #sched-table article.events time {
	color: #7e7e7e;
	cursor: default;
	display: block;
	font-size: 2em;
	padding: 0.75em 0.5em 0.25em 0.75em;
}

body#sched #sched-table article.events p {
	color: #333;
	display: block !important;
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0;
	padding: 0 1em 1em 0.75em;
	width: 100%;
}

body#sched #sched-table article.events p:nth-of-type(2n), body#sched #sched-table article.events time:nth-of-type(2n) {
	background-color: #d7d3c8;
}

body#sched #sched-table article.events p.lec em {
	font-style: italic;
}

body#sched p.artist-info {
	background-color: #9a927e;
	color: #fff;
	font-size: 1.25em;
	font-style: italic;
	line-height: 1.5em;
	padding: 1em;
	text-align: left;
}

body#sched p.artist-info a {
	border-bottom: 1px solid #d7d3c8;
	color: #d7d3c8;
	margin: 0;
	text-decoration: none;
}

/* End schedule content */

#directions-content {
	margin: 0 1em;
	z-index: 1;
}

div#control-map {
	display: block;
	height: 400px;
		max-height: 70vh;
	overflow: hidden;
	padding-bottom: 1.5em;
	position: relative;
	vertical-align: middle;
	width: 100%;
}

#directions-content iframe {
	border: 0;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

#directions-content h2 {
	border-bottom: 6px solid #928b75;
	color: #d7d3c8;
	cursor: default;
	font-size: 2.5em;
	font-style: italic;
	font-weight: 400;
	margin: 0 0 0.5em 0;
	padding-bottom: 0.25em;
	padding-top: 0.5em;
	text-align: center;
}

#directions-content p {
	color: #fff;
	font-size: 1.125em;
	line-height: 1.75em;
	margin: 0;
	padding-bottom: 1em;
	width: 100%;
}

.footer-wrapper {
	background-color: #fff;
}

footer {
	clear: both;
	margin: 3em 1em;
}

footer section.foot-info {
	margin-bottom: 2em;
	text-align: center;
}

footer p {
	color: #7e7e7e;
	margin-bottom: 0.5em;
	font-size: 1em;
	font-style: italic;
	line-height: 1.25em;
}

footer section.foot-spons {
	display: block;
	text-align: center;
}

footer section.foot-spons img {
	display: inline;
	margin: 0.5em;
	height: auto;
	max-width: 64px;
	vertical-align: middle;
}

.only-mobile {
	display: block;
	width: 100%;
}

p#to-top {
	display: block;
	margin: 0 25%;
	width: 50%;
}

p#to-top a {
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1.25em;
	padding: 1.25em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}

p#to-top a em {
	border-bottom: none;
}

@media screen and (max-width: 650px) {
	#main-content article:nth-of-type(n+2) p {
		display: none;
	}
	
	#main-content article:nth-of-type(n+2) a {
		font-size: 0.85em;
		opacity: 1;
		transition: opacity 0.15s;
		-webkit-transition: opacity 0.15s;
		-moz-transition: opacity 0.15s;
		-o-transition: opacity 0.15s;
		-ms-transition: opacity 0.15s;
	}
	
	#main-content article:nth-of-type(even) a:hover, #main-content article:nth-of-type(odd) a:hover {
		opacity: 0.8;
		transition: opacity 0.15s;
		-webkit-transition: opacity 0.15s;
		-moz-transition: opacity 0.15s;
		-o-transition: opacity 0.15s;
		-ms-transition: opacity 0.15s;
	}
	
	#main-content article.featured h2 {
		font-size: 1.625em;
	}
}

@media screen and (min-width: 1000px) {
	.wrapper {
		max-width: 1000px;
	}
	
	#carousel .carousel-button {
		height: 12px;
		margin-left: 16px;
		width: 12px;
	}

	#carousel .carousel-button:last-of-type {
		margin-right: 0;
	}
	
	section.account-content {
		font-size: 1em;
		text-align: left;
		width: auto;
	}
	
	section.account-content:hover nav.account-content {
		display: block;
		margin-top: 0;
		transition: all 0.25s;
		-webkit-transition: all 0.25s;
		-moz-transition: all 0.25s;
		-o-transition: all 0.25s;
		-ms-transition: all 0.25s;
	}
	
	nav.account-content ul {
		background-image: url("images/dark-bg.png");
		margin-top: 0.65em;
		margin-left: 7em;
	}
	
	nav.account-content ul li a {
		color: #ddd;
		padding: 1em 6em 1em 1em;
		width: 100%;
		transition: all 0.15s;
		-webkit-transition: all 0.15s;
		-moz-transition: all 0.15s;
		-o-transition: all 0.15s;
		-ms-transition: all 0.15s;
	}
	
	nav.account-content ul li a:hover {
		background-color: #000;
		color: #fff;
		transition: all 0.15s;
		-webkit-transition: all 0.15s;
		-moz-transition: all 0.15s;
		-o-transition: all 0.15s;
		-ms-transition: all 0.15s;
	}
	
	nav.mobile {
		display: none;
		opacity: 0;
		visibility: hidden;
	}
	
	nav.desktop {
		background-color: #d7d3c8;
		display: block;
		font-size: 1.5em;
		opacity: 1;
		text-transform: uppercase;
		visibility: visible;
	}
	
	nav.desktop ul {
		text-align: center;
	}
	
	nav.desktop ul li {
		display: inline-block;
	}
	
	nav.desktop ul li a {
		display: block;
		color: #fff;
		padding: 0.75em;
		text-decoration: none;
		width: 100%;
	}
	
	nav.desktop ul li a span {
		border-bottom: 2px solid #eceae5;
		padding-bottom: 0;
	}
	
	nav.desktop ul li a.buy-tickets {
		background: linear-gradient(#fff, #d8d6cd);
		background: -webkit-linear-gradient(#fff, #d8d6cd);
		background: -moz-linear-gradient(#fff, #d8d6cd);
		background: -o-linear-gradient(#fff, #d8d6cd);
		background: -ms-linear-gradient(#fff, #d8d6cd);
		color: #7e7e7e;
		transition: background 0.25s;
		-webkit-transition: background 0.25s;
		-moz-transition: background 0.25s;
		-o-transition: background 0.25s;
		-ms-transition: background 0.25s;
	}
	
	nav.desktop ul li a.buy-tickets:hover {
		background: linear-gradient(#fff, #e8e2d0);
		background: -webkit-linear-gradient(#fff, #e8e2d0);
		background: -moz-linear-gradient(#fff, #e8e2d0);
		background: -o-linear-gradient(#fff, #e8e2d0);
		background: -ms-linear-gradient(#fff, #e8e2d0);
		color: #555;
		transition: background 0.25s;
		-webkit-transition: background 0.25s;
		-moz-transition: background 0.25s;
		-o-transition: background 0.25s;
		-ms-transition: background 0.25s;
	}
	
	nav.desktop ul li a.buy-tickets span {
		border-color: #999;
	}
	
	nav.desktop ul li a.buy-tickets:hover span {
		border-color: #7e7e7e;
	}
	
	nav.desktop ul li:hover, body.fest nav.desktop ul li#nav-fest,
	body.lineup nav.desktop ul li#nav-lineup, body.contact nav.desktop ul li#nav-contact,
	body.sponsor nav.desktop ul li#nav-sponsor, body.store nav.desktop ul li#nav-store {
		background: linear-gradient(#bebaad, #9a927e);
		background: -webkit-linear-gradient(#bebaad, #9a927e);
		background: -moz-linear-gradient(#bebaad, #9a927e);
		background: -o-linear-gradient(#bebaad, #9a927e);
		background: -ms-linear-gradient(#bebaad, #9a927e);
		transition: background 0.25s;
		-webkit-transition: background 0.25s;
		-moz-transition: background 0.25s;
		-o-transition: background 0.25s;
		-ms-transition: background 0.25s;
	}
	
	nav.desktop ul li ul {
		background-color: #9a927e;
		box-shadow: 15px 15px 20px -16px #000;
		display: none;
		margin-top: -10px;
		opacity: 0;
		position: absolute;
		text-align: left;
		visibility: hidden;
		z-index: 100;
		transition: opacity 0.25s;
		-webkit-transition: opacity 0.25s;
		-moz-transition: opacity 0.25s;
		-o-transition: opacity 0.25s;
		-ms-transition: opacity 0.25s;
	}
	
	nav.desktop ul li:hover ul {
		display: block;
		margin-top: 0;
		opacity: 1;
		visibility: visible;
		transition: opacity 0.25s;
		-webkit-transition: opacity 0.25s;
		-moz-transition: opacity 0.25s;
		-o-transition: opacity 0.25s;
		-ms-transition: opacity 0.25s;
	}
	
	nav.desktop ul li:hover ul li {
		display: block;
		transition: all 0.1s;
		-webkit-transition: all 0.1s;
		-moz-transition: all 0.1s;
		-o-transition: all 0.1s;
		-ms-transition: all 0.1s;
	}
	
	nav.desktop ul li ul li:hover, body#about nav.desktop ul li ul li#nav-about,
	body#history nav.desktop ul li ul li#nav-history, body#photos nav.desktop ul li ul li#nav-photos,
	body#artists nav.desktop ul li ul li#nav-artists, body#sched nav.desktop ul li ul li#nav-sched,
	body#sponsors nav.desktop ul li ul li#nav-sponsors, body#vendors nav.desktop ul li ul li#nav-vendors,
	body#volunteers nav.desktop ul li ul li#nav-volunteers {
		background: #d7d3c8;
		transition: all 0.1s;
		-webkit-transition: all 0.1s;
		-moz-transition: all 0.1s;
		-o-transition: all 0.1s;
		-ms-transition: all 0.1s;
	}
	
	nav.desktop ul li ul li a {
		color: #d7d3c8;
		transition: all 0.1s;
		-webkit-transition: all 0.1s;
		-moz-transition: all 0.1s;
		-o-transition: all 0.1s;
		-ms-transition: all 0.1s;
	}
	
	nav.desktop ul li ul li a:hover, body#about nav.desktop ul li ul li#nav-about a,
	body#history nav.desktop ul li ul li#nav-history a, body#photos nav.desktop ul li ul li#nav-photos a,
	body#artists nav.desktop ul li ul li#nav-artists a, body#sched nav.desktop ul li ul li#nav-sched a,
	body#sponsors nav.desktop ul li ul li#nav-sponsors a, body#vendors nav.desktop ul li ul li#nav-vendors a,
	body#volunteers nav.desktop ul li ul li#nav-volunteers a {
		color: #fff;
		transition: all 0.1s;
		-webkit-transition: all 0.1s;
		-moz-transition: all 0.1s;
		-o-transition: all 0.1s;
		-ms-transition: all 0.1s;
	}
	
	#main-content {
		background-color: transparent;
	}
	
	#main-content article a section.content h3, #main-content article a section.content p {
		color: #7e7e7e;
	}
	
	#main-content article:nth-of-type(n+2) {
		margin: 0;
		padding: 1em;
		width: 50%;
	}
	
	#main-content article:nth-of-type(n+2) a img {
		height: 137px;
		width: 206px;
	}
	
	#main-content article:nth-of-type(n+2) a h3 {
		height: auto;
		width: 100%;
	}
	
	#main-content article:nth-of-type(n+2) a h3 span {
		color: #999;
		font-weight: 400;
		transition: color 0.15s;
		-webkit-transition: color 0.15s;
		-moz-transition: color 0.15s;
		-o-transition: color 0.15s;
		-ms-transition: color 0.15s;
	}
	
	#main-content article:nth-of-type(n+2) a:hover h3 span {
		color: #7e7e7e;
		transition: color 0.15s;
		-webkit-transition: color 0.15s;
		-moz-transition: color 0.15s;
		-o-transition: color 0.15s;
		-ms-transition: color 0.15s;
	}
	
	#main-content article:nth-of-type(4n+2), #main-content article:nth-of-type(4n+5) {
		background-color: #d7d3c8;
	}
	
	#main-content article:nth-of-type(4n+2) a section.content time, #main-content article:nth-of-type(4n+5) a section.content time {
		color: #fff;
	}
	
	#main-content article img {
		position: absolute;
			top: 0;
			left: 0;
		width: auto;
	}
	
	#main-content article section.content {
		background-image: none;
		height: auto;
		margin-left: 218px;
		padding: 0;
		position: relative;
		width: auto;
	}
	
	#main-content article a {
		display: block;
		height: auto;
		overflow: visible;
		position: relative;
		text-decoration: none;
	}
	
	#main-content article a time {
		color: #d7d3c8;
		display: block;
		font-size: 2em;
		font-weight: 400;
		margin-bottom: 0.25em;
	}
	
	#main-content article a h3 {
		color: #fff;
		font-size: 1.5em;
		font-weight: 700;
		margin-bottom: 0.25em;
	}
	
	#main-content article a p {
		color: #fff;
		font-size: 0.875em;
		font-style: italic;
		font-weight: 400;
		line-height: 1.75em;
	}
	
	#main-content article a p em {
		border-bottom: 1px solid #9a927e;
		color: #9a927e;
	}
	
	#main-content article a img, #main-content article a div.image-wrapper {
		opacity: 1;
		transition: opacity 0.15s;
		-webkit-transition: opacity 0.15s;
		-moz-transition: opacity 0.15s;
		-o-transition: opacity 0.15s;
		-ms-transition: opacity 0.15s;
	}
	
	#main-content article a:hover img, #main-content article a:hover div.image-wrapper {
		opacity: 0.8;
		transition: opacity 0.15s;
		-webkit-transition: opacity 0.15s;
		-moz-transition: opacity 0.15s;
		-o-transition: opacity 0.15s;
		-ms-transition: opacity 0.15s;
	}
	
	#main-content article:nth-of-type(4n+2) a:hover p em, #main-content article:nth-of-type(4n+5) a:hover p em {
		border-color: #fff;
		color: #fff;
	}
	
	#main-content article:nth-of-type(4n+3) a:hover p em, #main-content article:nth-of-type(4n+4) a:hover p em {
		border-color: #d7d3c8;
		color: #d7d3c8;
	}
	
	#main-content article:first-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	#main-content article.featured h2 {
		font-size: 1.45em;
		position: absolute;
		text-align: left;
		width: 50%;
	}
	
	#main-content article.featured a div.image-wrapper {
		left: 50%;
		vertical-align: middle;
		width: 50%;
	}
	
	#main-content article.featured a h3 {
		font-size: 3.5em;
		margin-bottom: 0.125em;
		margin-right: 4%;
		margin-top: 0.75em;
		text-align: left;
	}
	
	#main-content article.featured a div.content {
		margin-left: 0.5em;
		padding-bottom: 1em;
		width: 46%;
	}
	
	#main-content article.featured a div.content p {
		font-size: 1.125em;
	}
	
	/* Begin schedule content */
	
	body#sched h2 {
		font-size: 4em;
		padding: 0.5em;
	}
	
	body#sched #sched-table section.day {
		margin-bottom: 2em;
	}
	
	body#sched #sched-table article {
		display: inline-block;
		vertical-align: top;
	}
	
	body#sched #sched-table article.date {
		font-size: 3em;
		width: 30%;
	}
	
	body#sched #sched-table article.date em {
		font-size: 3em;
	}
	
	body#sched #sched-table article.events {
		width: 70%;
	}
	
	body#sched p.artist-info {
		padding-left: 0;
		padding-right: 0;
	}
	
	body#sched p.artist-info a {
		display: inline-block;
	}
	
	/* End schedule content */

	div#control-map {
		height: 96%;
		overflow: hidden;
		padding-bottom: 6.75em;
		position: absolute;
		width: 48%;
	}
	
	#directions-content p {
		margin: 0 2% 0 52%;
		width: 46%;
	}
	
	.only-mobile {
		display: none;
	}
	
	footer section.foot-info {
		float: right;
		margin-top: 1em;
		padding-left: 2%;
		text-align: left;
		width: 50%;
	}
	
	footer section.foot-spons {
		float: left;
		margin-bottom: 1em;
		text-align: left;
		width: 50%;
	}
	
	footer section.foot-spons a img {
		opacity: 1;
		transition: opacity 0.15s;
		-webkit-transition: opacity 0.15s;
		-moz-transition: opacity 0.15s;
		-o-transition: opacity 0.15s;
		-ms-transition: opacity 0.15s;
	}
	
	footer section.foot-spons a:hover img {
		opacity: 0.8;
		transition: opacity 0.15s;
		-webkit-transition: opacity 0.15s;
		-moz-transition: opacity 0.15s;
		-o-transition: opacity 0.15s;
		-ms-transition: opacity 0.15s;
	}
}

.parallax_overall {
	perspective: 1px;
}

.parallax_base {
	transform: translateZ(0);
}

.parallax_back {
	transform: translateZ(-2px) scale(3);
}
