/**
 * Boothin' Around Stylesheet
 *
 */

/**
 * CSS Reset
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/* Fixes */
a:hover, a:active { outline: none; }
button, input, select, textarea { margin: 0; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
textarea { overflow: auto; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
input::-moz-focus-inner,
button::-moz-focus-inner {padding:0; border:0; }
/* Selection */
::-moz-selection{ background: #b3e5ff; text-shadow: none; }
::selection { background:#b3e5ff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #b3e5ff; }

/* 
--------------------------------------------- 
Primary Styles
--------------------------------------------- 
*/
body {
	background: #0a0a0a;
	color: #d1d1d1;
	font: 16px/25px 'Helvetica Neue', Arial, sans-serif;
}
h1 {
	color: #fff;
	font-family: 'alternate-gothic-no-3-d', 'Arial Narrow', Futura, sans-serif;
	font-size: 72px;
	font-size-adjust: 0.5;
	line-height: 60px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
h2 {
	color: #fff;
	font-family: 'alternate-gothic-no-3-d', 'Arial Narrow', Futura, sans-serif;
	font-size: 60px;
	font-size-adjust: 0.5;
	line-height: 60px;
	margin: 0;
	padding: 40px 10px;
	text-transform: uppercase;
}
h3 {
	border-top: 2px solid #fff;
	border-bottom: 1px solid #6c6c6c;
	color: #fff;
	font-family: 'alternate-gothic-no-3-d', 'Arial Narrow', Futura, sans-serif;
	font-size: 24px;
	font-size-adjust: 0.5;
	line-height: 25px;
	margin-bottom: 20px;
	padding: 15px 10px;
	text-transform: uppercase;
}
h4 {
	color: #fff;
	font-family: 'alternate-gothic-no-3-d', 'Arial Narrow', Futura, sans-serif;
	font-size: 24px;
	font-size-adjust: 0.5;
	line-height: 25px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
h5 {
	color: #fff;
	font-family: 'alternate-gothic-no-3-d', 'Arial Narrow', Futura, sans-serif;
	font-size: 20px;
	font-size-adjust: 0.5;
	line-height: 20px;
	text-transform: uppercase;
}
h6 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
a {
	color: #c64dff;
	text-decoration: none;
}
strong {
	color: #fff;
	font-weight: bold;
}
s {
	color: #6c6c6c;
	text-decoration: line-through;
}
p {
	margin-bottom: 25px;
}

h1, h4, h5, h6, p, ul {
	padding: 0 10px;
}
ul {
	margin: 0 0 25px 20px;
}
li {
	margin: 0 0 5px 0;
}
img {
	display: block;
	max-width: 100%;
}

/* 
--------------------------------------------- 
Layout
--------------------------------------------- 
*/
#content {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 0;
}
section {
	clear: both;
	padding: 60px 0 0 0;
}
section .wrapper {
	border-top: 2px solid #fff;
}
.container {
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	max-width: 1180px;
}
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.wide {
	width: 55%;
}
.narrow {
	width: 40%;
}

/* 
--------------------------------------------- 
Content
--------------------------------------------- 
*/
a.tel {
	color: #f2ea91;
}
.callout {
	padding: 20px 0;
	text-align: center;
}
.callout h3 {
	border-top: 1px solid #6c6c6c;
	font-size: 30px;
	line-height: 40px;
}
p.large {
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 40px;
}
.note p {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 20px;
}

/* 
--------------------------------------------- 
Navigation
--------------------------------------------- 
*/
#navigation {
	background: #0a0a0a;
	height: 62px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;

}
#navigation .container {
	padding: 0;
}
nav {
	background: #0a0a0a;
	border-bottom: 2px solid #fff;
	font-family: 'alternate-gothic-no-3-d', 'Arial Narrow', Futura, sans-serif;
	font-size: 24px;
	font-size-adjust: 0.5;
	font-style: normal;
	line-height: 40px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
nav ul {
	background: #0a0a0a;
	list-style: none;
	margin: 0;
	padding: 10px 0;
	position: relative;
	z-index: 20;
}
nav li {
	display: inline;
	margin: 0;
	padding: 0 30px;
	position: relative;
	width: auto;
}
nav li a {
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	width: auto;
}
nav li a:hover {
	color: #c64dff;
}
.nav-indicator {
	background: url(../images/nav-arrow.png) no-repeat;
	display: none;
	height: 13px;
	left: 50%;
	margin: 10px 0 0 -11px;
	position: absolute;
	width: 22px;
	z-index: 10;
}
.current .nav-indicator {
	display: block;
}
/* 
--------------------------------------------- 
Intro
--------------------------------------------- 
*/
#intro {
	min-height: 700px;
}
.intro-header {
	padding-top: 80px;
}
.intro-header h5 {
	color: #d1d1d1;
	font-size: 18px;
}
.intro-hero {
	position: absolute;
	right: 0;
	top: 0;
}
.intro-hero ul {
	background: #0a0a0a;
	background: rgba(10, 10, 10, 0.9);
	line-height: 19px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 5px 0 13px 0;
	position: absolute;
	top: 95px;
	width: 100%;
	z-index: 10;
}
.intro-hero ul li {
	float: left;
	font-family: 'alternate-gothic-no-3-d', 'Arial Narrow', Futura, sans-serif;
	font-size: 24px;
	font-size-adjust: 0.5;
	font-style: normal;
	margin: 5px 0;
	text-transform: uppercase;
	min-width: 170px;
	width: 50%;
}
.intro-hero ul li a {
	display: block;
	margin: 0 auto;
	padding: 0 0 0 50px;
	width: 120px;
}
.intro-hero ul li.tel a {
	background: url(../images/icon-tel-yellow.png) 10px 9px no-repeat;
}
.intro-hero ul li.tel em {
	color: #f2ea91;
}
.intro-hero ul li.fb a {
	background: url(../images/icon-fb-blue.png) 10px 9px no-repeat;
}
.intro-hero ul li.fb em {
	color: #66b8ff;
}
.intro-hero ul li span {
	color: #d1d1d1;
	font-size: 13px;
}
.intro-hero figure {
	position: relative;
	top: -20px;
	z-index: 0;
}

.logo {
	display: block;
	height: auto;
	margin-bottom: 40px;
	width: 100%;
}

/* 
--------------------------------------------- 
Pricing
--------------------------------------------- 
*/
#pricing {
	overflow: hidden;
	margin-bottom: -60px;
}
.pricing-main {
	float: left;
}
.pricing-supp {
	float: right;
}
.pricing-table {
	border-top: 1px solid #6c6c6c;
	color: #fff;
	font-family: 'alternate-gothic-no-3-d', 'Arial Narrow', Futura, sans-serif;
	font-size: 24px;
	font-size-adjust: 0.5;
	font-style: normal;
	line-height: 30px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	width: 100%;
}
.pricing-table td {
	border-bottom: 1px solid #6c6c6c;
	padding: 15px 0;
}
.pricing-table .price {
	text-align: right;
}
.pricing-table p {
	line-height: 30px;
	margin: 0;
}
.pricing-table small {
	font-size: 16px;
	text-transform: lowercase;
}
.pricing-included {
	padding-bottom: 40px;
}
.pricing-extra {
	padding-bottom: 60px;
}
.extra {
	border-bottom: 1px solid #6c6c6c;
	margin-bottom: 20px;
}
.extra h5 {
	color: #fff;
	font-family: 'alternate-gothic-no-3-d', 'Arial Narrow', Futura, sans-serif;
	font-size-adjust: 0.5;
	font-style: normal;
	line-height: 25px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.extra h5 span {
	float: right;
}
.extra h5 small {
	font-size: 14px;
	text-transform: lowercase;
}
.extra p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}
.pricing-hero {
	margin-bottom: -60px;
}

/* 
--------------------------------------------- 
Booking
--------------------------------------------- 
*/
.booking-general,
.booking-details {
	margin-bottom: 40px;
	overflow: hidden;
}
.booking-form-wrapper {
	float: left;
	margin-bottom: 20px;
}
.booking-requirements {
	float: right;
}

/* 
--------------------------------------------- 
Corporate
--------------------------------------------- 
*/
.corporate-photostrip,
.corporate-photobooth {
	padding-bottom: 20px;
}
.corporate-photostrip {
	float: left;
	width: 49.1526%;
}
.corporate-photobooth {
	float: right;
	width: 49.1526%;
}
#corporate figure {
	margin-bottom: 20px;
}
.callout.corporate {
	clear: both;
	margin-bottom: 60px;
}
.callout.corporate h3 {
	font-size: 40px;
}
.callout.corporate h3 .icon {
	background: url(../images/icon-tel-yellow.png) left center no-repeat;
	padding-left: 52px;
}
.booking-hero {
	padding: 40px 0;
}

/* 
--------------------------------------------- 
FAQ
--------------------------------------------- 
*/
.faq-content {
	border-top: 1px solid #6c6c6c;
	padding: 20px 0;
	overflow: hidden;
}
.faq-group {
	float: left;
	width: 33.333%;
}
.question {
	padding: 0 0 20px 0;
}
.question p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}

/* 
--------------------------------------------- 
Footer
--------------------------------------------- 
*/
.colophon {
	padding: 40px 0 20px 0;
}
.colophon:after {
	content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.contact-links,
.contact-address,
.pagenav {
	float: left;
	width: 33.33%;
}
.contact-address p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}
.icon-list {
	font-size: 16px;
	list-style: none;
	margin: 0 0 20px 0;
}
.pagenav .icon-list {
	text-align: right;
}
.icon-list li {
	margin: 0 0 15px 0;
}
.icon-list li a {
	color: #fff;
}
.icon-list li a:hover {
	color: #c64dff;
}
.icon-list li a span {
	padding: 3px 0 3px 34px;
}
.icon-list li.tel a span {
	background: url(../images/icon-tel-24.png) left top no-repeat;
}
.icon-list li.fb a span {
	background: url(../images/icon-fb-24.png) left top no-repeat;
}
.icon-list li.email a span {
	background: url(../images/icon-email-24.png) left top no-repeat;
}
.icon-list li.up a span {
	background: url(../images/icon-up-24.png) left top no-repeat;
}
.copyright {
	border-top: 1px solid #6c6c6c;
	clear: both;
	padding: 20px 0;
}
.copyright p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}


/* 
--------------------------------------------- 
Forms
--------------------------------------------- 
*/
.cta-button {
	background: #c64dff;
	color: #fff;
	display: block;
	font-family: 'alternate-gothic-no-3-d', 'Arial Narrow', Futura, sans-serif;
	font-size: 24px;
	font-size-adjust: 0.5;
	font-style: normal;
	line-height: 30px;
	margin: 0 10px;
	padding: 10px 20px;
	width: 180px;
	text-align: center;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
}
button.cta-button {
	border: none;
	cursor: pointer;
	width: 220px;
}
.cta-button span {
	padding-left: 36px;
}
.cta-button.progress span {
	background: url(../images/cta-arrow-down.png) left center no-repeat;
}
.cta-button.submit span {
	background: url(../images/cta-arrow-right.png) left center no-repeat;
}
.column {
	padding-bottom: 20px;
	width: 48.26%;
}
.column.left {
	float: left;
}
.column.right {
	float: right;
}
.row {
	border-top: 1px solid #6c6c6c;
	clear: both;
	padding: 20px 0;
}
.form-action {
	clear: both;
	padding: 20px 0;
}
.form-field {
	margin-bottom: 20px;
}
.form-field:after {
	content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.form-field .note p {
	margin-bottom: 20px;
}
label {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 0 10px;
}
label span {
	color: #ccc;
	font-size: 12px;
	font-weight: normal;
}
input.text,
textarea {
	background: #141414;
	border: 1px solid #3a3a3a;
	color: #d1d1d1;
	font: 12px 'Helvetica Neue', Arial, sans-serif;
	padding: 6px 3px;
	margin: 3px 0 3px 10px;
	width: 90%;
}
textarea {
	height: 40px;
	resize: vertical;
	width: 95%;
}
textarea.instructions {
	height: 80px;
}
select {
	margin: 9px 0 9px 10px;
	width: auto;
}
select.time-block,
select.time-meridiem {
	float: left;
}
ul.checklist {
	list-style: none;
	margin: 0;
}
ul.checklist li {
	clear: both;
}
ul.checklist label {
	display: inline;
	font-weight: normal;
}
ul.checklist input[type="checkbox"] { 
	vertical-align: middle;
}
/* Errors */
.error input.text,
.error textarea {
	border-color: #c64dff;
}
.error label {
	color: #c64dff;
}
#response {
	padding-bottom: 20px;
}
#response p,
#response ul {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}

/* Date Picker */
.ui-datepicker {
	color: #d1d1d1;
	display: none; /* Hide by default */
	margin-top: 2px;
	width: 231px;
}
.ui-datepicker-header {
	background: #0a0a0a;
	border: 1px solid #6c6c6c;
}
.ui-datepicker-title {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
	text-align: center;
}
.ui-datepicker .ui-icon {
	cursor: pointer;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: -999em;
	width: 100%;
}
.ui-datepicker-prev,
.ui-datepicker-next {
	display: block;
	height: 27px;
	position: absolute;
	width: 27px;
}

.ui-datepicker-prev {
	border-right: 1px solid #6c6c6c;
	left: 0;
}
.ui-datepicker-next {
	border-left: 1px solid #6c6c6c;
	right: 0;
}
.ui-datepicker-prev .ui-icon {
	background: url(../images/cal-arrow-left.gif) center center no-repeat;
}
.ui-datepicker-next .ui-icon {
	background: url(../images/cal-arrow-right.gif) center center no-repeat;
}
.ui-datepicker table {
	border-collapse: collapse;
	border-color: #6c6c6c;
    border-spacing: 0;
    border-style: solid;
	border-width: 0 0 1px 1px;
	width: 100%;
}
.ui-datepicker-calendar thead {
	border-color: #6c6c6c;
    border-style: solid;
	border-width: 0 1px 1px 0;
}
.ui-datepicker-calendar th {
	background: #0a0a0a;
	font-size: 10px;
	line-height: 18px;
	padding: 3px 5px;
}
.ui-datepicker td {
	border-color: #6c6c6c;
    border-width: 1px 1px 0 0;
    border-style: solid;
	padding: 0;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 8px;
	text-align: center;
}
.ui-datepicker .ui-state-default {
	background: #0a0a0a;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.ui-datepicker .ui-priority-secondary {
	background: #0a0a0a;
	color: #b2b2b2;
	font-weight: normal;
}
.ui-datepicker-calendar .ui-state-hover {
	background: #545454;
}
.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar .ui-state-highlight {
	border: 1px solid #6c6c6c;
	color: #fff;
	font-weight: bold;
	position: relative;
	margin: -1px;
}
.ui-datepicker-calendar .ui-state-disabled .ui-state-default {
	color: #444;
	font-weight: normal;
}
.ui-datepicker-calendar .ui-state-highlight {
	background: #0a0a0a;
	border: 1px solid #6c6c6c;
}
.ui-datepicker-calendar .ui-state-active {
	background: #c02b2e;
	color: #fff;
}

/* 
--------------------------------------------- 
Responsive
--------------------------------------------- 
*/
@media screen and (max-width: 860px) {
	body {
		font-size: 14px;
		line-height: 20px;
	}
	h1 {
		font-size: 60px;
		line-height: 50px;
	}
	h2 {
		font-size: 50px;
		line-height: 50px;
		padding: 30px 10px;
	}
	p {
		margin-bottom: 20px;
	}
	p.large {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 20px;
	}
	nav li {
		padding: 0 5px;
	}
	#intro {
		min-height: auto;
	}
	.intro-header {
		padding-top: 60px;
	}
	.intro-hero ul {
		top: 65px;
	}
	.intro-hero ul li a {
		margin: 0;
	}
	.icon-list {
		font-size: 14px;
		line-height: 25px;
		margin-top: -2px;
		margin-bottom: 20px;
	}
	.icon-list li a span {
		padding: 4px 0 6px 34px;
	}
	#footer h6 {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.copyright p {
		font-size: 12px;
	}	
}
@media screen and (max-width: 716px) {
	html {
  		-webkit-text-size-adjust: none;
  		-ms-text-size-adjust: none;
  	}
	.wide,
	.narrow {
		float: none;
		width: auto;
	}
	nav li {
		padding: 0 5px;
	}
	nav li a {
		padding: 0 10px;
	}
	.intro-header {
		padding-top: 40px;
	}
	.intro-hero ul {
		top: 225px;
	}
	.intro-hero ul li {
		float: none;
	}
	.intro-hero {
		margin: 0 auto;
		position: relative;
	}
	.intro-hero figure img {
		height: 400px;
		margin: 0 auto;
	}
	.pricing-hero {
		display: none;
	}
	.booking-hero {
		display: none;
	}
	.pricing-list {
		margin-bottom: 40px;
	}
	.callout.corporate h3 {
		font-size: 30px;
		line-height: 35px;
	}
	.callout.corporate h3 .icon {
		background: url(../images/icon-tel-yellow.png) left center no-repeat;
		padding-left: 52px;
	}
	.faq-group {
		float: none;
		width: auto;
	}
	.contact-links,
	.contact-address,
	.pagenav {
		float: none;
		width: auto;
	}
	.contact-links ul {
		border-bottom: 1px solid #6c6c6c;
		padding-bottom: 25px;
	}
	.pagenav .icon-list {
		text-align: left;
	}
	.icon-list li {
		margin-bottom: 10px;
	}
	#footer h6 {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 600px) {
	h1 {
		font-size: 48px;
		line-height: 40px;
		text-align: center;
	}
	h2 {
		font-size: 30px;
		line-height: 30px;
		padding: 20px 10px;
	}
	section {
		padding-top: 50px;
	}
	#navigation {
		height: 52px;
	}
	nav {
		font-size: 20px;
	}
	nav ul {
		padding: 5px 0;
	}
	nav li {
		padding: 0 5px;
	}
	.nav-indicator {
		margin-top: 5px;
	}
	.intro-header {
		padding-top: 20px;
	}
	.intro-header h1,
	.intro-header h5 {
		text-align: center;
	}
	.intro-header h5 {
		font-size: 16px;
	}
	.intro-hero ul li {
		float: left;
		font-size: 20px;
	}
	.intro-hero ul li a {
		margin: 0 auto;
	}
	.intro-hero ul li {
		float: left;
		font-size: 20px;
		min-width: 160px;
		width: 50%;
	}
	.intro-hero ul li a {
		display: block;
		margin: 0 auto;
		padding: 0 0 0 50px;
		width: 110px;
	}
	.corporate-photostrip,
	.corporate-photobooth {
		float: none;
		width: auto;
	}
	.column.left,
	.column.right {
		float: none;
		width: auto;
	}
}
@media screen and (max-width: 480px) {
	.container {
		padding: 0;
	}
	nav {
		font-size: 16px;
	}
	nav li {
		padding: 0 1px;
	}
	nav li a {
		padding: 0 3px;
	}
}