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 {
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

[class^="icon-"], [class*=" icon-"] {
	line-height: 1;
	display: inline-block;
	width: auto;
	height: auto;
	margin: -2px 0 0 0;
	vertical-align: middle;
	background-image: none;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "Icons";
	font-weight: normal !important;
	font-style: normal !important;
	line-height: 1;
	text-decoration: none;
	speak: none;
}

.icon-menu:before {
	content: "\e603";
}

.icon-googleplus:before {
	content: "\e600";
}

.icon-facebook:before {
	content: "\e601";
}

.icon-twitter:before {
	content: "\e602";
}

.icon-feed:before {
	content: "\e604";
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

p {
	margin: 0 0 15px;
}

a {
	text-decoration: none;
	color: #724C68;
}

small {
	font-size: 85%;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

cite {
	font-style: normal;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	display: inline-block;
	margin: 0;
	padding: 7px;
	color: #252525;
	border: 0;
	background: white;
}

textarea {
	height: auto;
}

.button {
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 15px;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	color: white;
	border: 2px solid white;
	background: transparent;
}

.button.button-black {
	color: black;
	border-color: black;
}

.button:hover, .button:focus, .button:active {
	color: white;
	background: #724C68;
}

.button.button-red {
	color: white;
	border-color: #724C68;
	background: #724C68;
}

.button.button-red:hover, .button.button-red:focus, .button.button-red:active {
	color: #724C68;
	background: white;
}

.button.button-large {
	font-size: 1.28571em;
	padding: 15px 30px;
}

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

	.button.button-large {
		font-size: 1.14286em;
		padding: 5px 15px;
	}
}

body {
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	min-height: 100%;
	color: white;
	background-color: #FFF;
}

.holder {
	clear: both;
	max-width: 1140px;
	margin: 0 auto;
}

.holder:after {
	display: block;
	clear: both;
	content: '';
}

#header {
	z-index: 3;
	clear: both;
	width: 100%;
	background: #FFF;
}

#header:after {
	display: block;
	clear: both;
	content: '';
}

#logo {
	position: relative;
	float: left;
	overflow: hidden;
	width: 160px;
	height: 96px;
	text-indent: -10000px;
}

#logo img {
	max-width: 160px;
}

#logo:hover img, #logo:focus img, #logo:active img {
	top: auto;
	bottom: 0;
}

#book-tickets-btn {
	font-size: 1.14286em;
	font-weight: 600;
	line-height: 1.25em;
	float: right;
	width: 120px;
	margin: 20px 0;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	color: white;
	background: #724C68;
}

#book-tickets-btn:hover, #book-tickets-btn:focus, #book-tickets-btn:active {
	background: #724C68;
}

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

	#book-tickets-btn {
		display: none;
	}
}

#main-nav {
	font-size: 1em;
	font-weight: 600;
	line-height: 1.42857em;
	float: right;
	padding: 60px 0 0 0;
	text-transform: uppercase;
}

#main-nav li {
	float: left;
	margin-right: 20px;
}

#main-nav li a {
	color: white;
}

#main-nav li a:hover, #main-nav li a:focus, #main-nav li a:active {
	text-decoration: underline;
}

#main-nav li.booking-link {
	display: none;
	color: white;
	background: #724C68;
}

#main-nav li.booking-link a:hover, #main-nav li.booking-link a:focus, #main-nav li.booking-link a:active {
	color: white;
	background: #724C68;
}

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

	#main-nav {
		position: absolute;
		top: 100%;
		float: none;
		width: 100%;
		padding: 0;
		background: black;
	}

	#main-nav li {
		float: none;
		width: 100%;
		margin: 0;
	}

	#main-nav li.booking-link {
		display: block;
	}

	#main-nav li a {
		display: block;
		padding: 10px;
	}
}

#main-nav-link {
	display: none;
}

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

	#main-nav-link {
		font-size: 16px;
		line-height: 60px;
		display: block;
		float: right;
		width: 60px;
		text-align: center;
		color: white;
		background: #724C68;
	}

	#main-nav-link:hover, #main-nav-link:focus, #main-nav-link:active {
		background: #724C68;
	}
}

#header.alt {
	height: 60px;
}

#header.alt #logo {
	width: 79px;
	height: 56px;
}

#header.alt #book-tickets-btn {
	margin: 0;
}

#header.alt #main-nav {
	padding-top: 20px;
}

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

	#header {
		height: 60px;
	}

	#header #logo {
		width: 79px;
		height: 56px;
	}

	#header #book-tickets-btn {
		margin: 0;
	}

	#header #main-nav {
		padding-top: 20px;
	}
}

#breadcrumbs {
	font-size: 0.825rem;
	font-weight: 400;
	line-height: 2.5em;
	padding: 0.3rem 0;
	color: #FFF;
	background: #79827A;
}

#breadcrumbs .holder {
	padding: 0;
}

#breadcrumbs a {
	color: white;
}

#breadcrumbs a:hover, #breadcrumbs a:focus, #breadcrumbs a:active {
	color: #F7F7F7;
}

#breadcrumbs a.current {
	color: #F7F7F7;
}

#shows {
	color: #252525;
	background: white;
}

#shows .holder {
	position: relative;
	max-width: 980px;
	padding: 0 20px;
}

#shows > li {
	clear: both;
	padding: 20px 0;
}

#shows > li:after {
	display: block;
	clear: both;
	content: '';
}

#shows > li:nth-child(2n) {
	background: #E5E5E5;
}

#shows .date {
	font-size: 1em;
	font-weight: 600;
	float: left;
	width: 80px;
	text-align: center;
	text-transform: uppercase;
	color: #222;
}

#shows .date b {
	font-size: 3.42857em;
	display: block;
	color: #252525;
}

#shows .desc {
	font-size: 1.28571em;
	line-height: 1.5;
	padding: 0 200px;
}

#shows .desc h1 {
	font-size: 1.33333em;
}

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

	#shows .desc {
		padding-left: 100px;
	}
}

#shows.whats-on .desc {
	padding-left: 100px;
	cursor: pointer;
}

#shows.whats-on .desc:hover {
	color: #724C68;
}

#shows.whats-on .desc figure {
	float: left;
	overflow: hidden;
	width: 80px;
	height: 80px;
	margin-right: 20px;
	-moz-border-radius: 80px;
	-ms-border-radius: 80px;
	-o-border-radius: 80px;
	-webkit-border-radius: 80px;
	border-radius: 80px;
}

#shows.whats-on .desc figure img {
	display: block;
	width: 100%;
}

#shows .book {
	position: absolute;
	top: 0;
	right: 20px;
}

#shows .book .button {
	width: 180px;
}

#shows .sold-out {
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 180px;
	margin-top: 10px;
	padding: 5px 15px;
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
	text-align: center;
	text-transform: uppercase;
	color: #222;
	border: 2px solid #222;
	background: transparent;
}

#shows .event-details {
	font-size: 1.28571em;
	line-height: 1.7;
	clear: both;
	padding: 40px 0;
}

#shows .event-details:after {
	display: block;
	clear: both;
	content: '';
}

#shows .event-details .col {
	float: left;
	width: 32.20339%;
	margin-left: 1.69492%;
	text-align: center;
}

#shows .event-details .col:first-child {
	margin-left: 0;
}

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

	#shows .event-details .col {
		font-size: 0.9em;
		float: none;
		width: 100%;
		margin: 0 0 40px 0;
		text-align: left;
	}
}

#shows .event-details h1 {
	font-size: 1.33333em;
	margin-bottom: 0.7em;
}

#shows .event-details small {
	font-size: 1em;
	color: #222;
}

#shows .event-details .artists h1 {
	font-size: 1.33333em;
	margin-bottom: 30px;
	text-align: center;
}

#shows .event-details .artists ul {
	text-align: center;
}

#shows .event-details .artists li {
	display: inline-block;
	width: 100px;
	margin: 10px;
	text-align: center;
}

#shows .event-details .artists li figure {
	overflow: hidden;
	width: 100%;
	max-width: 80px;
	margin: 0 auto;
	-moz-border-radius: 80px;
	-ms-border-radius: 80px;
	-o-border-radius: 80px;
	-webkit-border-radius: 80px;
	border-radius: 80px;
}

#shows .event-details .artists li figure img {
	display: block;
	width: 100%;
}

#shows .event-details .artists li h2 {
	font-size: 0.66667em;
	text-align: center;
	color: #252525;
}

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

	#shows .event-details .artists h1, #shows .event-details .artists ul {
		text-align: left;
	}

	#shows .event-details .artists li {
		text-align: left;
	}

	#shows .event-details .artists li figure {
		margin: 0;
	}

	#shows .event-details .artists li h2 {
		text-align: left;
	}
}

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

	#shows .date {
		float: none;
		width: 100%;
		margin-bottom: 10px;
		text-align: left;
	}

	#shows .date b {
		font-size: 1em;
		display: inline;
	}

	#shows .desc, #shows.whats-on .desc {
		font-size: 0.95em;
		padding: 0;
	}

	#shows .book {
		position: relative;
		top: auto;
		right: auto;
	}

	#shows .sold-out {
		margin-top: 0;
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

#event-description {
	font-size: 1.28571em;
	line-height: 1.7;
	color: #252525;
	background: white;
}

#event-description .holder {
	position: relative;
	max-width: 780px;
	padding: 60px 20px;
}

#event-details {
	font-size: 1.28571em;
	line-height: 1.7;
	padding: 60px 20px;
	color: #252525;
	background: #E5E5E5;
}

#event-details .col {
	float: left;
	width: 32.20339%;
	margin-left: 1.69492%;
	text-align: center;
}

#event-details .col:first-child {
	margin-left: 0;
}

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

	#event-details .col {
		float: none;
		width: 100%;
		margin: 0 0 40px 0;
	}
}

#event-details h1 {
	font-size: 1.71429em;
	margin-bottom: 0.7em;
}

#event-details small {
	font-size: 1em;
	color: #222;
}

#testimonials {
	font-size: 1.28571em;
	line-height: 1.7;
	color: #252525;
	background: #E5E5E5;
}

#testimonials .holder {
	position: relative;
	max-width: 780px;
	padding: 60px 20px;
}

#testimonials blockquote {
	padding-left: 100px;
	background: url("../img/quote.png") no-repeat 0 0;
}

#testimonials blockquote p {
	font-style: italic;
}

#testimonials blockquote b {
	font-size: 0.8em;
	font-weight: bold;
	color: #222;
}

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

	#testimonials blockquote {
		padding: 0;
		background: transparent;
	}
}

.cta {
	padding: 60px 20px;
	text-align: center;
	color: white;
	background: #724C68;
}

.cta .button {
	font-size: 1.28571em;
	width: 100%;
	max-width: 380px;
}

.cta.food-drink .holder {
	max-width: 780px;
}

.cta.food-drink .text {
	font-size: 1.28571em;
	line-height: 2em;
	margin: 0 0 20px 0;
}

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

	.cta.food-drink .text {
		float: left;
		width: 60%;
		text-align: left;
	}

	.cta.food-drink .button {
		float: right;
		width: 35%;
		margin-top: 2em;
	}
}

.cta.white {
	background: white;
}

.cta.white .button {
	color: #724C68;
	border-color: #724C68;
}

.cta.white .button:hover {
	color: white;
}

#map {
	color: #252525;
	background: white;
}

#artists {
	font-size: 1.28571em;
	line-height: 1.7;
	padding: 60px 20px;
	color: #252525;
	background: white;
}

#artists h1 {
	font-size: 1.33333em;
	margin-bottom: 40px;
	text-align: center;
}

#artists ul {
	clear: both;
}

#artists ul:after {
	display: block;
	clear: both;
	content: '';
}

#artists li {
	float: left;
	width: 23.72881%;
	margin-left: 1.69492%;
	text-align: center;
}

#artists li:first-child {
	margin-left: 0;
}

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

	#artists li {
		float: none;
		width: 100%;
		margin: 0 0 40px 0;
	}
}

#artists li figure {
	overflow: hidden;
	width: 100%;
	max-width: 280px;
	margin: 0 auto 20px auto;
	-moz-border-radius: 140px;
	-ms-border-radius: 140px;
	-o-border-radius: 140px;
	-webkit-border-radius: 140px;
	border-radius: 140px;
}

#artists li figure img {
	display: block;
	width: 100%;
}

#artists li h2 {
	color: #252525;
}

#regular-page {
	font-size: 1.28571em;
	line-height: 1.7;
	color: #252525;
	background: white;
}

#regular-page .holder {
	padding: 60px 20px;
}

#regular-page h1, #regular-page h2, #regular-page h3, #regular-page h4, #regular-page h5, #regular-page h6, #regular-page p, #regular-page ul, #regular-page ol {
	max-width: 780px;
	margin: 0 auto 1em auto;
}

#regular-page h1 {
	font-size: 1.33333em;
}

#regular-page h2 {
	font-size: 1.11111em;
}

#regular-page h3 {
	font-size: 1em;
}

#regular-page h4 {
	font-size: 0.88889em;
}

#regular-page ul {
	padding-left: 3em;
	list-style: disc;
}

#regular-page ol {
	padding-left: 3em;
	list-style: decimal;
}

#regular-page img {
	display: block;
	max-width: 100%;
	margin: 0 auto 1em auto;
}

#regular-page img.left {
	float: left;
	margin: 0 20px 20px 0;
}

#regular-page img.right {
	float: right;
	margin: 0 0 20px 20px;
}

#steps {
	font-size: 1em;
	font-weight: 600;
	position: relative;
	z-index: 1;
	text-align: center;
	text-transform: uppercase;
	color: #222;
	background: white;
}

#steps .holder {
	padding: 30px 20px;
}

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

	#steps ol {
		clear: both;
	}

	#steps ol:after {
		display: block;
		clear: both;
		content: '';
	}

	#steps ol li {
		position: relative;
		float: left;
		width: 16.61017%;
	}

	#steps ol li:before {
		position: absolute;
		z-index: 0;
		top: 19px;
		display: block;
		width: 100%;
		height: 2px;
		content: '';
		background: #222;
	}

	#steps ol li:first-child:before {
		left: 50%;
	}

	#steps ol li:last-child:before {
		right: 50%;
	}

	#steps ol li .number {
		font-size: 1.28571em;
		line-height: 36px;
		position: relative;
		z-index: 10;
		display: block;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 40px;
		height: 40px;
		margin: 0 auto 10px auto;
		border: 2px solid #222;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		background: white;
	}

	#steps ol li.completed {
		color: #252525;
	}

	#steps ol li.completed:before {
		background: #252525;
	}

	#steps ol li.completed .number {
		border-color: #252525;
	}

	#steps ol li.current {
		color: #252525;
	}

	#steps ol li.current:before {
		background: #252525;
	}

	#steps ol li.current .number {
		border-color: #724C68;
	}
}

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

	#steps {
		text-align: left;
	}

	#steps li {
		padding: 5px 0;
	}

	#steps li.completed {
		color: #252525;
	}

	#steps li.current {
		color: #724C68;
	}
}

#login {
	padding: 0 20px 60px 20px;
	color: #222;
}

#login .holder {
	max-width: 980px;
}

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

	#login .form {
		float: none;
		clear: both;
		width: 100%;
		margin-left: 0;
	}

	#login .form:after {
		display: block;
		clear: both;
		content: '';
	}
}

#login .form h1 {
	margin-bottom: 20px;
}

#login .form label {
	font-size: 0;
	position: absolute;
	left: -2007px;
}

#login .form input {
	line-height: 20px;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 20px;
	padding: 20px;
}

#login .form .button {
	font-size: 1.71429em;
	line-height: 50px;
	float: right;
}

#login .form .forgotten {
	display: block;
	padding-top: 18px;
}

#booking-header {
	background: #252525;
}

#booking-header p {
	font-family: "adobe-garamond-pro", Georgia, Times, serif;
	font-size: 1.71429em;
	font-style: italic;
	padding: 20px;
	color: #252525;
	background: white;
}

#booking-header p span {
	display: block;
	max-width: 780px;
	margin: 0 auto;
}

#booking-header h1 {
	font-size: 3.42857em;
	padding: 20px;
	text-align: center;
}

#booking-header .date {
	font-family: "adobe-garamond-pro", Georgia, Times, serif;
	font-size: 1.71429em;
	font-style: italic;
	display: block;
	padding: 10px 20px 40px 20px;
	text-align: center;
}

#discount {
	font-size: 1.28571em;
	padding: 20px;
	text-align: center;
	color: #252525;
	background: #E5E5E5;
}

#discount input {
	background: white;
}

#discount .button {
	position: relative;
	top: -2px;
}

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

	#discount label, #discount input, #discount .button {
		display: block;
		margin: 0 auto 10px auto;
	}
}

#ticket-details {
	padding: 60px 20px;
	color: #252525;
	background: white;
}

#ticket-details .holder {
	max-width: 780px;
}

#ticket-details h1 {
	font-size: 1.71429em;
	margin-bottom: 40px;
	color: #222;
}

#ticket-details p {
	font-size: 1.28571em;
	margin-bottom: 60px;
}

#ticket-details li {
	clear: both;
	background: #E5E5E5;
}

#ticket-details li:after {
	display: block;
	clear: both;
	content: '';
}

#ticket-details li:nth-child(2n) {
	background: white;
}

#ticket-details li:nth-child(2n) input {
	background: #E5E5E5;
}

#ticket-details li label {
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	position: absolute;
	bottom: 100%;
	left: 0;
	display: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding-right: 20px;
	text-align: right;
	text-transform: uppercase;
}

#ticket-details li:first-child label {
	display: block;
}

#ticket-details li h2 {
	font-size: 1.28571em;
	font-weight: 300;
	line-height: 40px;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 48.71795%;
	padding: 20px;
	text-transform: none;
}

#ticket-details li .seats {
	position: relative;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 15.38462%;
	padding: 20px;
}

#ticket-details li .seats input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

#ticket-details li .unit-price, #ticket-details li .subtotal {
	font-size: 1.28571em;
	line-height: 40px;
	position: relative;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 17.94872%;
	padding: 20px;
	text-align: right;
}

#ticket-details li .unit-price b {
	font-weight: 300;
}

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

	#ticket-details li h2, #ticket-details li .seats, #ticket-details li .unit-price, #ticket-details li .subtotal {
		float: none;
		width: 100%;
		padding: 10px 20px;
		text-align: left;
	}

	#ticket-details li h2 label, #ticket-details li .seats label, #ticket-details li .unit-price label, #ticket-details li .subtotal label {
		position: relative;
		bottom: auto;
		display: block;
		padding: 0;
		text-align: left;
	}
}

#ticket-details .total {
	font-size: 1.28571em;
	font-weight: 600;
	line-height: 40px;
	padding: 20px;
	text-align: right;
	text-transform: uppercase;
	color: white;
	background: #252525;
}

#customer-details {
	padding: 60px 20px;
	color: #252525;
	background: white;
}

#customer-details .holder {
	max-width: 780px;
}

#customer-details h1 {
	font-size: 1.71429em;
	margin-bottom: 40px;
	color: #222;
}

#customer-details .form {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 48.71795%;
	margin: 0 2.5641% 20px 0;
}

#customer-details .form:last-child {
	margin-right: 0;
}

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

	#customer-details .form {
		float: none;
		clear: both;
		width: 100%;
		margin-left: 0;
	}

	#customer-details .form:after {
		display: block;
		clear: both;
		content: '';
	}
}

#customer-details .form label {
	display: block;
	margin-bottom: 5px;
}

#customer-details .form label .required {
	color: #724C68;
}

#customer-details .form input, #customer-details .form select {
	line-height: 20px;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 20px;
	padding: 20px;
	background: #E5E5E5;
}

#food-preorder {
	padding: 60px 20px 40px 20px;
	color: #252525;
	background: white;
}

#food-preorder h1 {
	font-size: 1.71429em;
	margin-bottom: 40px;
	color: #222;
}

#food-preorder p {
	font-size: 1.28571em;
	margin-bottom: 60px;
}

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

	#food-preorder #menu {
		float: left;
		width: 66.10169%;
	}

	#food-preorder #order-summary {
		float: right;
		width: 32.20339%;
	}
}

#menu h2 {
	font-size: 1em;
	line-height: 2.14286em;
	position: relative;
	margin-top: 1px;
	padding: 20px;
	cursor: pointer;
	color: white;
	background: #724C68;
}

#menu h2:first-child {
	margin-top: 0;
}

#menu h2:nth-of-type(even) {
	background: #A72B1E;
}

#menu h2:after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	content: '';
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	background: url("/images/chevron.png") no-repeat 50% 50%;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#menu h2.closed:after {
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

#menu ul li {
	position: relative;
	clear: both;
	background: #E5E5E5;
}

#menu ul li:after {
	display: block;
	clear: both;
	content: '';
}

#menu ul li:nth-child(2n) {
	background: white;
}

#menu ul li:nth-child(2n) input {
	background: #E5E5E5;
}

#menu ul li figure {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 80px;
	height: 80px;
}

#menu ul li figure img {
	display: block;
	width: 100%;
}

#menu ul li > h3 {
	font-size: 1.14286em;
	font-weight: 300;
	line-height: 80px;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 74.35897%;
	min-height: 80px;
	padding: 0 20px 0 100px;
	text-transform: none;
}

#menu ul li > h3 span {
	line-height: 25px;
	display: inline-block;
	vertical-align: middle;
}

#menu ul li > h3 em {
	font-weight: 600;
	font-style: italic;
	color: #2ECC71;
}

#menu ul li .desc {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 74.35897%;
	min-height: 80px;
	padding: 20px;
}

#menu ul li .desc h3 {
	font-size: 1.14286em;
	font-weight: 300;
	margin-bottom: 10px;
	padding: 0;
	text-transform: none;
}

#menu ul li .desc p {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#menu ul li label {
	display: none;
}

#menu ul li .unit-price {
	font-size: 1.14286em;
	line-height: 80px;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 12.82051%;
	min-height: 80px;
	padding: 0 20px 0 0;
}

#menu ul li .unit-price b {
	line-height: 25px;
	display: inline-block;
	vertical-align: middle;
}

#menu ul li .quantity {
	float: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 12.82051%;
	padding: 20px 20px 0 0;
}

#menu ul li .quantity input {
	max-width: 100%;
}

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

	#menu ul li figure {
		display: none;
	}

	#menu ul li > h3 {
		line-height: 25px;
		float: none;
		width: 100%;
		min-height: auto;
		padding: 20px;
	}

	#menu ul li > h3 span {
		line-height: inherit;
		display: inline;
	}

	#menu ul li .desc {
		float: none;
		width: 100%;
		padding: 20px;
	}

	#menu ul li label {
		display: none;
	}

	#menu ul li .unit-price {
		line-height: 25px;
		float: none;
		width: 100%;
		min-height: auto;
		padding: 0 20px;
	}

	#menu ul li .unit-price b {
		line-height: inherit;
		display: inline;
	}

	#menu ul li .quantity {
		float: none;
		width: 100%;
		min-height: auto;
		padding: 0 20px 20px 20px;
	}

	#menu ul li .quantity input {
		max-width: 100%;
	}
}

#order-summary {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	background: #E5E5E5;
}

#order-summary h1 {
	margin-bottom: 30px;
}

#order-summary h2 {
	font-size: 1em;
	margin-bottom: 10px;
	color: #222;
}

#order-summary dl {
	clear: both;
	margin-bottom: 20px;
}

#order-summary dl:after {
	display: block;
	clear: both;
	content: '';
}

#order-summary dl dt {
	font-size: 1.14286em;
	float: left;
	clear: both;
	width: 61.76471%;
	margin-bottom: 15px;
}

#order-summary dl dd {
	font-size: 1.14286em;
	float: right;
	width: 32.35294%;
	text-align: right;
}

#order-summary dl em {
	font-weight: 600;
	font-style: italic;
	color: #2ECC71;
}

#order-summary dl.details dt {
	font-size: 1em;
	font-weight: 600;
	width: 23.52941%;
	text-align: right;
	text-transform: uppercase;
	color: #222;
}

#order-summary dl.details dd {
	width: 70.58824%;
	text-align: left;
}

#order-summary .total {
	font-size: 1em;
	font-weight: 600;
	text-align: right;
	text-transform: uppercase;
	color: #222;
}

#order-summary .total b {
	font-size: 2.57143em;
	padding-left: 15px;
	color: #252525;
}

.actions {
	clear: both;
	padding: 0 20px 60px 20px;
	color: #252525;
	background: white;
}

.actions:after {
	display: block;
	clear: both;
	content: '';
}

.actions.narrow .holder {
	max-width: 780px;
}

.actions .prev {
	float: left;
}

.actions .next {
	float: right;
}

#payment-confirmation {
	padding: 2rem 0;
	color: #222;
	background: #F7F7F7;
}

#payment-confirmation .holder {
	max-width: 780px;
}

#payment-confirmation h1 {
	font-size: 1.71429em;
	margin-bottom: 40px;
	color: #222;
}

#payment-confirmation p {
	margin-bottom: 60px;
}

#payment-confirmation #order-summary {
	max-width: 580px;
	margin: 0 auto;
}

#cc {
	padding: 60px 20px;
	color: #252525;
	background: white;
}

#cc .holder {
	max-width: 780px;
}

#cc h1 {
	font-size: 1.71429em;
	margin-bottom: 40px;
	color: #222;
}

#cc p {
	font-size: 1.28571em;
	margin-bottom: 60px;
}

#cc .form .field {
	clear: both;
}

#cc .form .field:after {
	display: block;
	clear: both;
	content: '';
}

#cc .form .field > label {
	font-size: 1.28571em;
	line-height: 20px;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 38.46154%;
	padding: 20px 20px 0 0;
}

#cc .form .field > label .required {
	color: #724C68;
}

#cc .form .field > input {
	font-size: 1.28571em;
	line-height: 20px;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 61.53846%;
	margin-bottom: 20px;
	padding: 20px;
	background: #E5E5E5;
}

#cc .form .field > select {
	font-size: 1.28571em;
	line-height: 20px;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 20px 20px 0;
	padding: 20px;
	background: #E5E5E5;
}

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

	#cc .form .field > label {
		font-size: 1.14286em;
		display: block;
		float: none;
		width: 100%;
		padding: 10px 0;
	}

	#cc .form .field > input {
		font-size: 1.14286em;
		float: none;
		width: 100%;
		padding: 10px;
	}

	#cc .form .field > select {
		font-size: 1.14286em;
		float: none;
		padding: 10px;
	}
}

#cc .form .radios {
	font-size: 1.28571em;
	line-height: 20px;
	float: left;
	width: 61.53846%;
	padding-top: 20px;
}

#cc .form .radios li {
	margin-bottom: 20px;
}

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

	#cc .form .radios {
		font-size: 1.14286em;
		width: 100%;
		padding: 10px 0;
	}
}

#cc .form .checkbox-field {
	font-size: 1.28571em;
	line-height: 1.66667em;
	max-width: 580px;
	margin: 0 auto 20px auto;
}

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

	#cc .form .checkbox-field {
		font-size: 1.14286em;
	}
}

#footer {
	padding: 20px 0;
}

#bottom-nav {
	font-size: 1em;
	font-weight: 600;
	line-height: 2.85714em;
	float: left;
	text-transform: uppercase;
}

#bottom-nav li {
	float: left;
	margin-right: 20px;
}

#bottom-nav li a {
	color: white;
}

#bottom-nav li a:hover, #bottom-nav li a:focus, #bottom-nav li a:active {
	color: #724C68;
}

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

	#bottom-nav {
		float: none;
		margin-bottom: 20px;
		text-align: center;
	}

	#bottom-nav li {
		display: inline-block;
		float: none;
		margin: 0 10px;
	}
}

.social {
	float: right;
}

.social li {
	float: left;
	margin-left: 20px;
}

.social li a {
	font-size: 1.14286em;
	line-height: 2.5em;
	display: block;
	width: 40px;
	text-align: center;
	color: white;
}

.social li a.icon-twitter {
	background: #4099FF;
}

.social li a.icon-facebook {
	background: #3B5998;
}

.social li a.icon-googleplus {
	background: #D14333;
}

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

	.social {
		float: none;
		text-align: center;
	}

	.social li {
		display: inline-block;
		float: none;
		margin: 0 10px;
	}
}

#payment-confirmation h1 {
	margin-bottom: 20px;
}

#payment-confirmation p {
	line-height: 1.3;
	margin-bottom: 20px;
}

#bookings tr th, #bookings tr td {
	line-height: 1.3;
	padding: 10px;
}

#bookings tr:nth-child(even) {
	background: #E5E5E5;
}

#bookings tr:nth-child(odd) {
	background: #FFF;
}
