@font-face {
    font-family: 'ProximaNova';
    src: url('/fonts/ProximaNova-SboldIt-webfont.eot');
    src: url('/fonts/ProximaNova-SboldIt-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ProximaNova-SboldIt-webfont.woff') format('woff'),
         url('/fonts/ProximaNova-SboldIt-webfont.ttf') format('truetype'),
         url('/fonts/ProximaNova-SboldIt-webfont.svg#ProximaNovaSemiboldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('/fonts/ProximaNova-Sbold-webfont.eot');
    src: url('/fonts/ProximaNova-Sbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ProximaNova-Sbold-webfont.woff') format('woff'),
         url('/fonts/ProximaNova-Sbold-webfont.ttf') format('truetype'),
         url('/fonts/ProximaNova-Sbold-webfont.svg#ProximaNovaSemibold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('/fonts/ProximaNova-RegIt-webfont.eot');
    src: url('/fonts/ProximaNova-RegIt-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ProximaNova-RegIt-webfont.woff') format('woff'),
         url('/fonts/ProximaNova-RegIt-webfont.ttf') format('truetype'),
         url('/fonts/ProximaNova-RegIt-webfont.svg#ProximaNovaRegularItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('/fonts/ProximaNova-Reg-webfont.eot');
    src: url('/fonts/ProximaNova-Reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ProximaNova-Reg-webfont.woff') format('woff'),
         url('/fonts/ProximaNova-Reg-webfont.ttf') format('truetype'),
         url('/fonts/ProximaNova-Reg-webfont.svg#ProximaNovaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* =Reset
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #222; /* url('/graphics/bg.jpg') center center no-repeat fixed; */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #FFF;
	font-family: 'ProximaNova', sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

#background {
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
	z-index: 1;
}

#background img {
	width: auto;
	height: auto;
	position: relative;
	display: block;
	outline: none;
	border: none;
	display: none;
}

header, #main, iframe {
	position: relative;
	z-index: 2;
}

header {
	width: 100%;
	max-width: 1000px;
	min-width: 320px;
	margin: 50px auto 50px;
}

header img {
	width: 92%;
	margin: 0 4%;
}

#main {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

#container {
	width: 100%;
	max-width: 1000px;
	min-width: 320px;
	margin: 0 auto 75px;
	padding: 20px 0;
	overflow: auto;
}

#shows, #links {
	width: 55%;
	float: left;
}

#shows {
	margin: 0 4% 0;
}

#links {
	width: 33%;
	margin-right: 4%
}

h2, strong {
	font-weight: bold;
}

h2 {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

h2#booking {
	margin-top: 20px;
}

a, a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

#video {
	margin: 0 auto;
	width: 853px;
}

iframe {
	margin: 0 auto 50px;
}

	#video .big {
		display: block;
	}
	#video .small {
		display: none;
	}

@media only screen and (max-width: 600px) {
	#video {
		display: none;
	}
}

@media only screen and (max-width: 660px) {
	header {
		margin-bottom: 50px;
	}
	#links, #shows {
		width: 92%;
	}
	#links {
		clear: left;
		margin: 0 4%;
	}
	#shows {
		margin: 0 4% 20px;
	}
}

@media only screen and (max-width: 900px) {
	#video .big {
		display: none;
	}
	#video .small {
		display: block;
	}
	#video {
		width: 560px;
	}
}



