/*   
Theme Name: Master Theme
Author: TVI Designs
Author URI: http://tvidesigns.com
Version: 2
*/

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.animate {
	-webkit-transition: all ease-out 1s;
	-moz-transition: all ease-out 1s;
	-o-transition: all ease-out 1s;
	transition: all ease-out 1s;
}

.transition {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.transitionAll * {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

html, body {
	height: 100%;
}

body {
	background: #000;
	color: #f1f1f1;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 14px;
	overflow-x:hidden;
}

body.parallax {
	padding-bottom: 65px;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -65px auto;
	position: relative;
	z-index: 900;
	width: 100%;
}

#wrapper #contentHolder {
	width: 660px;
	padding: 60px 0 0 75px;
	overflow: hidden;
}

#wrapper #contentHolder.wide {
	width: 100%;
	padding: 60px 75px 0 75px;
	margin-bottom: 30px;
}

#wrapper #contentHolder .content {
	background: rgba(0, 0, 0, 0.8);
	padding: 40px;
	width: 100%;
	margin-left: 0;
}

#wrapper #contentHolder.wide .content {
	margin: 0 auto;
	max-width: 1000px;
}

#wrapper .push {
	display: block;
	height: 190px;
	clear: both;
}

/* ----------------------- Globals ----------------------- */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

ul {
list-style: none;
}

#loadingMask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.9) url('_img/tao_loader.gif') no-repeat center center;
	z-index: 997;
	display: none;
}

.image {
	overflow: hidden;
}

.image img {
	position: relative;
	display: block;
}

a {
	color: #77839b;
	text-decoration: none;
}

/* ----------------------- Header ----------------------- */
header {
	position: fixed;
	height: 60px;
	width: 100%;
	background: #161616;
	/*top: 0;*/
	left: 0;
	z-index: 999;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}

header .logo.logoLarge {
	height: 155px;
	width: 155px;
	background: #000 url('_img/main_logo.png') no-repeat 25% 30%;
	background-size: 60%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-border-radius: 0 0 310px 0;
	-moz-border-radius: 0 0 310px 0;
	border-radius: 0 0 310px 0;
	overflow: hidden;
	border: 1px solid #222;
	z-index: 9000;
}

header .logo.logoSmall {
	height: 85px;
	width: 85px;
	background: transparent url('_img/main_logo.png') no-repeat 10px 10px;
	background-size: 60%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

header .logo.logoLarge.small {
	width: 95px;
	height: 95px;
}

header #mobileActions {
	display:none;
}

nav .listToggle.mobileTrigger {
display: none;
}

/*
#mobileNav {
display:none;
}

#mobileNav .headStatus {
visibility: hidden;
}
*/

	/* ---- NEW MOBILE NAV ---- */

	/* - NAV TRIGGER STYLES -  */

	nav .listToggle.mobileTrigger {
	display: none;
	width: 40px;
	height: 35px;
	float:right;
	padding: 5px;
	margin: 12px 0px 15px 20px;
	}

	nav .listToggle.mobileTrigger span {
	background:white;
	height: 5px;
	width: 30px;
	margin-bottom: 5px;
	float: left;
	}

	/* - FLYOUT STYLES - */

	#mobileNav {
	background: #161616;
	top: 0px;
	position: fixed;
	z-index: 900;
	left: -300px;
	width: 280px;
	height: 100%;
	overflow: auto;
	visibility: hidden;
	padding: 50px 15px 15px 15px;
	list-style-type: none !important;
	overflow-y: auto;
	overflow-x: none;
	-webkit-overflow-scrolling: touch;
	border-right: 1px solid #262626;
	}

	#mobileNav .headStatus {
	visibility: visible;
	height: 50px;
	background: #010101;
	line-height: 50px;
	padding: 0 15px;
	position: fixed;
	width: 280px;
	top: 0px;
	left: -300px;
	font-size: .9em;
	}

	#mobileNav .headStatus .closeMobileNav {
	height: 30px;
	width: 30px;
	background: #546285;
	position: relative;
	margin: 10px 0 0 0;
	cursor: pointer;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	}	

	#mobileNav .headStatus .closeMobileNav:after,
	#mobileNav .headStatus .closeMobileNav:before {
	content: '';
	height: 3px;
	width: 60%;
	top: 50%;
	left: 50%;
	margin: -2px 0 0 -30%;
	background: #fff;
	position: absolute;
	display: block;
	}

	#mobileNav .headStatus .closeMobileNav:after {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	}

	ul.mobileNavigation {
	list-style-type: none !important;
	}

	ul.mobileNavigation li {
	font-family: 'Lato', sans-serif;
	}

	ul.mobileNavigation li a {
	display:block;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 1.15em;
	padding: 15px 10px;
	border-bottom: 1px solid #262626;
	}

	ul.mobileNavigation li a:hover {
	background-color: #262626;
	}

	ul.mobileNavigation li ul li a {
	display:block;
	font-weight: 300;
	color: #bfbfbf;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: .9em;
	padding: 12px 10px;
	border-bottom: 1px solid #262626;
	}

header #contacts {
	height: 42px;
	width: 220px;
	background: rgba(0, 0, 0, 0.65);
	position: absolute;
	top: 60px;
	right: 0;
	display: block;
	z-index: -1 !important;
}

header #contacts .phone {
	display: block;
	float: right;
	height: 42px;
	line-height: 42px;
	text-transform: uppercase;
	font-size: .9em;
	color: #ccc;
	margin-right: 35px;
}

header #contacts .phone a {
	color: #fff;
}

header #contacts:before {
	content: '';
	position: absolute;
	top: 0px;
	left: -70px;
	width: 0;
	height: 0;
	border-top: 42px solid rgba(0, 0, 0, 0.65);
	border-left: 70px solid transparent;
	-moz-transform: scale(.9999);
}

@-moz-document url-prefix() { 
  header #contacts:before{
     top: -1px;
  }
}

#socialMedia {
	float: right;
	list-style: none;
	margin-right: 30px;
}

#socialMedia li {
	float: left;
	margin: 7px 10px 0 0;
}

#socialMedia li:last-of-type {
	margin-right: 0;
}

#socialMedia li a {
	height: 28px;
	width: 28px;
	display: block;
	background-color: #3e4861;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#socialMedia li a:hover {
	background-color: #546285 !important;
}

#socialMedia li a.twitter {
	background: #3e4861 url('_img/sprite.png') no-repeat -92px 7px;
}

#socialMedia li a.facebook {
	background: #3e4861 url('_img/sprite.png') no-repeat -87px -92px;
}

#socialMedia li a.pinterest {
	background: #3e4861 url('_img/sprite.png') no-repeat -90px -189px;
}

#socialMedia li a.instagram {
	background: #3e4861 url('_img/sprite.png') no-repeat -91px -287px;
}

/* ----------------------- Buttons ----------------------- */
.button, #subNav li a {
	background: #3e4861;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 10px;
	font-size: .9em;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
	border: 0;
	cursor: pointer;
}

.button:hover, #subNav li a:hover {
	background: #546285 !important;
}

.button, #subNav li a {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

#subNav li a {
	font-size: .9em;
}

.callButton .button {
	font-size: .9em;
}

.callButton.venuesTablet {
display:none;
}

#buttons {
	list-style: none;
	margin-bottom: 30px;
}

#buttons .button {
	display: block;
}

#buttons li {
	display: block;
	float: left;
	width: 48%;
}

#buttons.twoButtons li:nth-child(2) {
	float: right;
}

/* ----------------------- Lists ----------------------- */
#simpleList {
	list-style: none;
	padding-left: 10px;
	margin-bottom: 30px;
}

#simpleList li {
	margin: 0 0 10px 0;
	position: relative;
	line-height: 1.8em;
	padding-left: 20px;
}

#simpleList li:before {
	content: '';
	background: #3d4260;
	height: 8px;
	width: 8px;
	position: absolute;
	top: 8px;
	left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* ----------------------- Navigation ----------------------- */
nav {
	float: right;
	text-transform: uppercase;
	padding-right: 30px;
	z-index: 90000;
}

nav > ul {
	float: left;
	list-style: none;
}

nav > ul > li {
	float: left;
	padding: 0 5px;
	line-height: 60px;
	position: relative;
}

nav > ul > li.mobileNavigation {
	display: none;
}

nav > ul > li:last-of-type {
	padding-right: 0px;
}

nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	white-space: nowrap;
}

nav > ul > li:not(.callButton) > a {
	height: 60px;
	line-height: 60px;
	padding: 0 8px;
}

nav > ul > li:hover:not(.callButton) > a {
	color: #8b9bc4;
}

nav > ul > li.current_page_ancestor > a, nav > ul > li.current_page_parent > a, nav > ul > li.current_page_item > a {
	color: #8b9bc4;
}

nav ul li ul {
	list-style: none;
	position: absolute;
	left: 0;
	z-index: 900;
	background: #161616;
	display: none;
	padding-bottom: 10px;
}

nav ul li:hover ul {
	display: block;
}

nav > ul > li > ul li a {
	line-height: 33px;
	height: 30px;
	padding: 0 20px;
}

nav ul ul a:hover {
	background: #3e4861;
}

/* ----------------------- Sub Navigation ----------------------- */
#subNav {
	list-style: none;
	text-align: center;
	margin-bottom: 30px;
}

#subNav li {
	display: inline-block;
	margin: 0 2px;
}

/* ----------------------- Typeography ----------------------- */
h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid #404763;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

h2, h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-bottom: 20px;
}

#wrapper p {
	margin-bottom: 30px;
	line-height: 2em;
}

/* ----------------------- Footer ----------------------- */
footer {
	height: 65px;
	background: #000;
	position: relative;
	width: 100%;
	z-index: 999;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0 25px;
	/*min-width: 1240px;*/
}

#footerMobile {
display:none;
}

footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}

footer #toggleContainer, footer #toggleContainer > li {
	height: 125px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 64px;
	z-index: 10;
	overflow: hidden;
	list-style: none;
}


footer.fixed #toggleContainer.deactivated{
	pointer-events: none;
}

footer #toggleContainer > li {
	background: #161616;
	bottom: 0;
	z-index: 1;
	border: 0;
	/*padding: 0 60px;*/
}

footer #toggleContainer li.taoLocations {
	bottom: -125px;
}

footer #toggleWrapper {
	display: block;
	margin-top: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -123px;
}

footer #toggleWrapper .toggleButton {
	height: 30px;
	line-height: 30px;
	background: #343740;
	cursor: pointer;
	float: left;
	text-transform: uppercase;
	font-size: .80em;
	padding: 0 13px;
	font-weight: 300;
}

footer #toggleWrapper .toggleButton:hover, footer #toggleWrapper .toggleButton.active:hover {
	background: #566383;
}

footer #toggleWrapper .toggleButton:first-of-type {
	border-right: 1px solid #4e5367;
}

footer #toggleWrapper .toggleButton.active {
	background: #3e4861;
}

footer #socialMedia {
display:none;
}

footer .address {
	float: left;
	font-size: .85em;
	font-weight: 400;
	color: #666;
	margin-right: 15px;
	display: block;
	line-height: 65px;
}

footer .credit {
	float: right;
	font-size: .85em;
	font-weight: 400;
	color: #666;
	display: block;
	line-height: 65px;
	opacity: .6;
	margin-right: 30px;
}

footer .credit a {
	text-decoration: none;
	color: #888;
}

footer a.dreamLogo {
	float: right;
	margin: 23px 0 0 15px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

footer a.dreamLogo:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/* ----------------------- Background Images ----------------------- */
#backgroundImages {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ccc;
	z-index: 1;
}

#backgroundImages li {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/* ----------------------- Homepage ----------------------- */
#homeSpacer {
	height: 360px;
	display: block;
}

#homeCenterWrapper {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 825px;
	min-height: 600px;
}

#homeCenterAlignment{
position: absolute;
width: 100%;
bottom: 50px;
left: 0px;
}

#homeCenter {
	width: 1100px;
	/*width: 98%;*/
	height: 410px;
	margin: 0 auto;
	position: relative;
	display: table;
	table-layout: fixed;
	bottom: 0px;
}

#homeCenter .cell {
	height: 410px;
	display: table-cell;
	vertical-align: top;
}

#homeCenter .cell.leftQuad {
	width: 40%;
}

#homeCenter .cell.spacer {
	width: 120px;
	background: none;
}

#homeCenter .cell .boxWrapper .box {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	position: relative;
	border: 0px;
	padding: 0px;
}

#homeCenter .cell.leftQuad .boxWrapper .box {
	background: rgba(0, 0, 0, 0.65);
}

#homeCenter .cell.leftQuad .boxWrapper {
	height: 250px;
	display: block;
	margin-top: 160px;
}

#homeCenter .cell.rightQuad .boxWrapper {
	height: 115px;
	display: block;
	margin-bottom: 20px;
}

#homeCenter .cell.rightQuad .boxWrapper.events {
	height: 140px;
	padding-left: 240px;
}

#homeCenter .cell.rightQuad .boxWrapper.reservations {
	padding-left: 111px;
}

#homeCenter .cell.rightQuad .boxWrapper.mailingList {
	margin-bottom: 0;
}

#homeCenter .cell .boxWrapper .box:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	display: block;
	-moz-transform: scale(.9999);
}

#homeCenter .cell.rightQuad .boxWrapper .box:before {
	border-bottom: 115px solid rgba(0, 0, 0, 0.65);
	border-left: 95px solid transparent;
	left: -95px;
}

#homeCenter .cell.rightQuad .boxWrapper.boxWrapper.events .box:before {
	border-bottom: 140px solid rgba(0, 0, 0, 0.65);
	border-left: 114px solid transparent;
	left: -114px;
}

#homeCenter .cell.leftQuad .boxWrapper.boxWrapper .box:before {
	border-top: 250px solid rgba(0, 0, 0, 0.65);
	border-right: 205px solid transparent;
	right: -205px;
}

#homeCenter .cell .boxWrapper .box.mainBlock {
	padding: 25px;
}

#homeCenter .cell .boxWrapper .box.mainBlock h2 {
	border-bottom: 1px solid #3e4861;
	font-size: 1.9em;
	line-height: 1.2em;
	font-weight: 300;
	padding-bottom: 10px;
}

#homeCenter .cell .boxWrapper .box.mainBlock p {
	color: #f1f1f1;
	padding-right: 0px;
	font-size: 15px;
	font-style: italic;
}

#homeCenter .cell.rightQuad .boxWrapper .box {
	padding: 20px 25px 0 0;
}

#homeCenter .cell.rightQuad .boxWrapper .box h3 {
	text-align: right;
	font-size: 1.6em;
	border-bottom: 1px solid #3a495e;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

#homeCenter .cell.rightQuad .boxWrapper.reservations form {
	position: relative;
	padding-right: 100px;
}

#homeCenter .cell.rightQuad .boxWrapper.reservations form .button {
	position: absolute;
	top: 0;
	right: 0;
	width: 95px;
}

#homeCenter .cell.rightQuad .boxWrapper.mailingList .resText {
	font-style: italic;
	color: #b5b5b5;
	width: 200px;
	font-size: .9em;
}

#homeCenter .cell.rightQuad .boxWrapper.mailingList .dreamRes {
	opacity: 0.4;
	filter: alpha(opacity=40);
	margin-top: 2px;
}

#homeCenter .cell.rightQuad .boxWrapper.mailingList .dreamRes:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#upcomingEventsWrapper {
	position: relative;
	padding: 0 25px;
}

#upcomingEvents {
	height: 75px;
	list-style: none;
	width: 100%;
}

#upcomingEventsWrapper .advanceButton {
	background: #3e4861 url('_img/sprite.png') no-repeat 6px -93px;
	height: 20px;
	width: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	z-index: 200;
	top: 20px;
	cursor: pointer;
}

#upcomingEventsWrapper .advanceButton.next2 {
	right: 0;
}

#upcomingEventsWrapper .advanceButton.prev2 {
	left: 0;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

#upcomingEvents li {
	/* width: 225px; */
	height: 75px;
	display: block;
	text-align: center;
	float: left;
	padding: 0px;
	margin: 0px 20px;
}

#upcomingEvents li span {
	display: block;
}

#upcomingEvents li a {
	width: 100%;
	height: 100%;
	display: block;
	padding-top: 8px;
}

#upcomingEvents li span.title {
	font-size: .9em;
	margin-bottom: 2px;
	color: #fff;
}

#upcomingEvents li span.time {
	color: #ccc;
	font-size: .9em;
}

/* ----------------------- Footer Carousel ----------------------- */
.venueScroller {
	width: auto;
	margin-top: 13px;
}

.venueScroller ul {
	list-style: none;
	display: block;
	height: 100px;
}

.venueScroller ul li {
	width: 100px;
	height: 100px;
	margin: 0 20px;
	display: block;
	float: left;
}

.venueScroller ul li a {
	display: block;
	height: 100px;
	line-height: 100px;
	text-align: center;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.venueScroller ul li a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.venueScroller ul li a img {
	vertical-align: middle;
	width: 90%;
	height: auto;
}

.venueScroller .scrollerBttn {
	height: 64px;
	width: 32px;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	cursor: pointer;
	z-index: 200;
}

.venueScroller .scrollerBttn.prev {
	left: 0;
	-webkit-border-radius: 0 32px 32px 0;
	-moz-border-radius: 0 32px 32px 0;
	border-radius: 0 32px 32px 0;
	background: #040404 url('_img/sprite.png') no-repeat 10px -173px;
}

.venueScroller .scrollerBttn.next {
	right: 0;
	-webkit-border-radius: 32px 0 0 32px;
	-moz-border-radius: 32px 0 0 32px;
	border-radius: 32px 0 0 32px;
	background: #040404 url('_img/sprite.png') no-repeat 15px -270px;
}

/* ----------------------- Parallax ----------------------- */
#venuesMobile {
display: none;
}

#venueNavigationBar, #venueNavigationBar * {
	-webkit-transition: all ease-out 1s;
	-moz-transition: all ease-out 1s;
	-o-transition: all ease-out 1s;
	transition: all ease-out 1s;
}

#venueNavigationBar {
	position: fixed;
	z-index: 1;
	top: 0;
	width: 140px;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	text-align: center;
	padding:  0;
	height: 100%;
}

#venueNavigationBar.short {
	padding: 160px 0 50px 0;
}

#venueNavigationBar .venuesLabel {
	position: absolute;
	top: 165px;
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#venueNavigationBar.short .venuesLabel {
	top: 100px;
}

#venueNavigationBar .venuesLabel span {
	border: 2px solid #404763;
	border-right: 0;
	border-left: 0;
	padding: 7px 5px 5px 5px;
}

#venueNavigationWrapper {
	position: absolute;
	top: 150px;
	width: 140px;
	left: 0;
	text-align: center;
	height: 100%;
}

#venueNavigationWrapper.something {
	top: 90px;
}

#venueNavigationWrapper .venueNavigationButton {
	position: absolute;
	left: 50%;
	margin-left: -12px;
	width: 25px;
	height: 25px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	cursor: pointer;
	background-color: pink;
	display: none;
}

#venueNavigationWrapper .venueNavigationButton.prev3 {
	top: -35px;
}

#venueNavigationWrapper .venueNavigationButton.next3 {
	bottom: -35px;
}

.venueNavigation {
	position: absolute;
	top: 0;
	width: 140px !important;
	left: 0;
	text-align: center;
	height: 100%;
	overflow: hidden;
}

.venueNavigation li {
	height: 80px;
	width: 140px;
	text-align: center;
}

.venueNavigation li span {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 70%;
	width: 75px;
	height: 75px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	cursor: pointer;
	background-color: #000;
}

.venueNavigation li:hover span {
	background-color: #546285 !important;
}

.venueNavigation li.active span {
	background-color: #3e4861;
}

.slide {
	position: relative;
	overflow: hidden;
	width: 100% !important;
	height: 100% !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: auto auto !important;
	background-attachment: fixed;
}

.slide .slideContent {
	width: 540px;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 95px;
	right: 30px;
	padding: 25px 25px 50px 25px;
}

.slide .slideContent h2 {
	border-bottom: 1px solid #404763;
	font-size: 1.8em;
	padding-bottom: 10px;
}

.slide .slideContent p {
	font-style: italic;
	line-height: 1.7em;
}

.slide .slideContent .button {
	position: absolute;
	right: 25px;
	bottom: 25px;
}

.slide .slideContent .phoneNumber {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: absolute;
	left: 25px;
	bottom: 27px;
	font-size: 1em;
	padding-left: 35px;
}

.slide .slideContent .phoneNumber:before {
	position: absolute;
	left: 0;
	top: -6px;
	content: '';
	height: 28px;
	width: 28px;
	display: block;
	background: #3e4861 url('_img/sprite.png') no-repeat -89px -384px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.venueButton {
	display: block;
	width: 70px;
	height: 35px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -35px;
	background: #252525 url('_img/sprite.png') no-repeat 28px 14px;
	z-index: 999;
	-webkit-border-radius: 35px 35px 0 0;
	-moz-border-radius: 35px 35px 0 0;
	border-radius: 35px 35px 0 0;
	cursor: pointer;
}

/* ----------------------- Menu ----------------------- */
#menu {
	list-style: none;
	margin-bottom: 30px;
}

#menu li {
	width: 50%;
	display: block;
	float: left;
	margin-bottom: 15px;
	padding-right: 10px;
}

#menu li .item {
	margin-bottom: 3px;
}

#menu li .item span {
	color: #8e9dc1;
	padding-left: 10px;
	position: relative;
}

#menu li .item span:before {
	content: '●';
	position: absolute;
	top: 3px;
	left: 2px;
	font-size: .8em;
}

#menu li .itemDesc {
	color: #999;
	font-family: myriad, arial, sans-serif;
	font-size: .9em;
}

/* ----------------------- Video ----------------------- */
.box {
	border: 1px solid #3e495f;
	padding: 5px;
}

#media {
	list-style: none;
}

#media li {
	width: 47.8%;
	float: left;
	margin-bottom: 25px;
}

#media li:nth-child(even) {
	float: right;
}

#media li > a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-decoration: none;
}

#media li .image {
	height: 160px;
	background: #333;
	display: block;
	margin-bottom: 5px;
}

#media.video li .videoTitle {
	height: 60px;
	background: #000;
	display: block;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 15px 0 15px;
	line-height: 1.3em;
	font-size: 1em;
}

/* ----------------------- Events ----------------------- */
#media.events li .date {
	height: 30px;
	background: #000;
	display: block;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	color: #8e9dc1;
	text-transform: uppercase;
	font-size: .85em;
	padding: 0 0 0 10px;
	line-height: 32px;
	margin-bottom: 5px;
}

#media.events li .venue {
	height: 60px;
	background: #000;
	display: block;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	font-size: .9em;
	padding: 10px 45px 10px 10px;
	line-height: 1.3em;
	position: relative;
}

#media.events li .venue:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 9px;
	right: 10px;
	background: #3e4861 url('_img/sprite.png') no-repeat 6px -93px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	pointer-events: none;
}

/* ----------------------- Press ----------------------- */
#press {
	list-style: none;
}

#press li {
	min-height: 130px;
	margin-bottom: 25px;
	position: relative;
	padding-left: 215px;
	padding-top: 5px;
}

#press li:after {
	content: '';
	background: #3e4861 url('_img/sprite.png') no-repeat 11px -383px;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	pointer-events: none;
}

#press li a {
	color: #fff;
	text-decoration: none;
}

#press li .box {
	height: 130px;
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
}

#press li .box .image {
	display: block;
	width: 100%;
	height: 100%;
}

#press li span {
	display: block;
}

#press span.publication {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 1em;
	margin-bottom: 7px;
}

#press span.date {
	color: #8e9dc1;
	font-size: 1em;
	margin-bottom: 15px;
}

#press span.description {
	color: #888;
	font-size: .9em;
	font-style: italic;
	line-height: 1.7em;
}

/* ----------------------- Gallery ----------------------- */
#gallery {
	list-style: none;
}

#gallery li {
	float: left;
	height: 155px;
	width: 31.33%;
	background: #2f3744;
	margin: 0 3% 3% 0;
}

#gallery li:nth-child(3n+3) {
	margin-right: 0;
}

#gallery li a.image {
	width: 100%;
	height: 100%;
	display: block;
}

/* ----------------------- Forms ----------------------- */
input[type="text"], input[type="email"], textarea {
	height: 30px;
	line-height: 30px;
	width: 100% !important;
	background: #161616;
	border: 1px solid #3e3e3e !important;
	display: block;
	padding-left: 15px;
	color: #fff;
	font-style: italic;
	font-size: .9em;
	margin-bottom: 5px;
	clear: both;
	font-family: Georgia, Times, "Times New Roman", serif;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

textarea {
	height: 150px;
	line-height: 16px;
	padding: 15px;
}

input[type="submit"] {
	clear: both;
}

.selectWrapper {
	width: 100%;
	height: 30px;
	overflow: hidden;
	background: #161616;
	border: 1px solid #3e3e3e;
	display: block;
	margin-bottom: 5px;
	position: relative;
	clear: both;
}

.selectWrapper select {
	background: transparent;
	width: 100%;
	padding-left: 15px;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #ccc;
	font-style: italic;
	font-size: .9em;
	line-height: 30px;
	border: 0;
	border-radius: 0;
	height: 30px;
	-webkit-appearance: none;
}

.selectWrapper:after {
	height: 30px;
	width: 30px;
	content: '';
	background: #3e4861 url('_img/sprite.png') no-repeat 8px 10px;
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
}

.gform_heading {
	display: none;
}

.gform_wrapper {
	margin-bottom: 30px;
}

.gform_wrapper label {
	display: none;
}

.gform_wrapper .gform_fields {
	list-style: none;
}

.gform_wrapper .gform_fields:after, .gform_wrapper .gform_footer:after {
	content: '';
	display: block;
	clear: both;
}

.gform_wrapper .gform_fields li {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	float: left;
}

.gform_wrapper .gform_fields li .validation_message {
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	line-height: 30px;
	background: #9c0101;
	padding: 0 8px;
	font-size: .8em;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.gform_wrapper .validation_error {
	background: #9c0101;
	padding: 8px;
	margin-bottom: 8px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.6em;
}

#gforms_confirmation_message {
	font-size: 1.8em;
	text-transform: uppercase;
	color: #fff;
}

#field_2_1, #field_2_2, #field_2_3, #field_2_4, #field_3_1, #field_3_2, #field_3_3, #field_3_4, #field_3_5, #field_3_6 {
	width: 48.5%;
}

#field_2_2, #field_2_4, #field_3_2, #field_3_4, #field_3_6 {
	float: right;
}

.gform_wrapper .gform_footer .button {
	width: 100%;
}

.gform_confirmation_message {
	background: green;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: .9em;
	margin-bottom: 30px;
	padding: 20px;
	text-align: center;
}

.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

.ui-datepicker a {
	text-decoration: none;
}

.ui-datepicker table {
	width: 100%;
	border-collapse: collapse;
}

.ui-datepicker-header {
	background-color: #666;
	/* set the header background color */
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	min-height: 30px !important;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #666;
}

.ui-datepicker-title {
	text-align: center;
}

.ui-datepicker-title select {
	margin-top: 2.5%;
}

.ui-datepicker-prev, 
.ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('../images/datepicker/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}

.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}

.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}

.ui-datepicker thead {
	background: linear-gradient(to bottom, #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
	text-transform: uppercase;
	text-align: center;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
	padding: 0;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
	border-right: 0px;
}

.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}

.ui-datepicker td span, 
.ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
	background: linear-gradient(to bottom, #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}

.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
	background: #FFF2AA;
	/* set the active date background color */
	border: 1px solid #c19163;
	/* set the active date border color */
	color: #666;
	/* set the active date font color */
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	text-shadow: 0px 1px 0px #FFF;
	filter: dropshadow(color=#FFF, offx=0, offy=1);
	position: relative;
	margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
	background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
	margin: 0 0 0 0 !important;
}

body div#ui-datepicker-div[style] {
	z-index: 9999 !important;
}

#mc-embedded-subscribe-form ul {
	list-style: none;
}

#mc-embedded-subscribe-form ul li {
	margin-bottom: 10px;
}

#mc-embedded-subscribe-form ul li.split {
	width: 48.9%;
}

#mc-embedded-subscribe-form .button {
	width: 100%;
}

.mce_inline_error {
	background: #a10101 !important;
}

div.mce_inline_error {
	display: none !important;
}

#mce-success-response {
	background: #637939;
	text-align: center;
	padding: 5px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 1.15em;
	line-height: 1.6em;
}

/* ----------------------- Tripleseat Form ----------------------- */

#tripleseat_embed_form table {
width: 100% !important;
}

#tripleseat_embed_form label {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1em;
	margin-bottom: 7px;
	font-size: 12px !important;
}

#tripleseat_embed_form h2 {
	margin: 20px 0 20px 0;
}

#lead_form_submit a {
	display: none;
}

#lead_form_submit .button {
	border: 0;
	width: 100%;
	float: none;
}

.errorExplanation {
	width: 100% !important;
	text-align: center;
	padding: 10px !important;
	color: #fff !important;
	font-family: myriad pro, sans-serif !important;
}

#tripleseat_embed_form input.error, #tripleseat_embed_form .location_list.error, .errorExplanation {
	background: #910303 !important;
	border: 0px !important;
}

.errorExplanation h2 {
	color: #fff !important;
}

.errorExplanation ul {
	list-style: none;
}

/* ----------------------- Single Event ----------------------- */
.singleEvent .singleImage {
	height: 190px;
	margin-bottom: 30px;
}

.singleEvent .singleImage .image {
	display: block;
	height: 100%;
	width: 100%;
}

.singleEvent .eventDetails {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.6em;
	margin-bottom: 20px;
}

.singleEvent .eventDetails span {
	display: block;
	color: #8d91b3;
}

.singleEvent #simpleList {
	padding-left: 0px !important;
}

.singleEvent .singleEventFooter {
	border-top: 1px solid #404763;
	padding-top: 30px;
}

.singleEvent #social-media-icons {
	float: right;
	list-style: none;
	margin-top: 5px;
}

.singleEvent #social-media-icons li {
	float: left;
	margin-left: 8px;
	overflow: hidden;
	height: 20px;
	width: 80px;
}

/* -- PAGESLIDE NAVIGATION --*/


/*
#pageslide {
	
	display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
	width: 240px;
	padding: 20px 10px;
	background-color: #111111;
	color: #FFF;
	overflow-y: auto;
	overflow-x: none;
	-webkit-overflow-scrolling: touch;
}

#pageslide #modal a.close {
	background: url('_img/closicon.svg') no-repeat center center;
	display:block;
	height: 30px !important;
	width: 30px !important;
	margin-bottom: 20px;
	margin-left: 12px;
}

#pageslide #modal ul {
	list-style: none;
}

#pageslide #modal ul li a {
	font-family: 'Lato', sans-serif;
	display:block;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 1.15em;
	padding: 15px;
	border-top: 1px solid #262626;
}

#pageslide #modal ul li ul li a {
	font-family: 'Lato', sans-serif;
	display:block;
	font-weight: 300;
	color: #bfbfbf;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: .9em;
	padding: 12px 15px;
	border-top: 1px solid #262626;
}

#pageslide #modal ul li a:hover {
	background-color: #262626;
}
*/



/* -- VENUES MOBILE STYLES --*/

	.cover {
	background-size: cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	}

	#venues-mobile-wrapper {
	background: #1d1d1d;
	width: 100%;
	padding: 140px 0px 50px 0px;
	}

	ul#venues-mobile {
	list-style: none;
	width: 70%;
	margin: 0 auto;
	}

	ul#venues-mobile li {
	width: 100%;
	height: auto;
	margin-bottom: 60px;
	position: relative;
	}

	ul#venues-mobile li h2 {
	font-size: 1.5em;
	}

	ul#venues-mobile li .venue-img {
	width: 100%;
	border: 3px solid #313131;
	height: 350px;
	margin: 15px 0px;
	}

	ul#venues-mobile li .venue-description p {
	margin-bottom: 15px;
	clear: both;
	}

	ul#venues-mobile li .venue-info {
	clear: both;
	height:60px;
	}

	ul#venues-mobile li .venue-info .phoneNumber {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	float: left;
	font-size: 1em;
	line-height: 2em;
	margin-bottom: 15px;
	}

	ul#venues-mobile li .venue-info .phoneNumber:before {
	content: '';
	float: left;
	margin-right: 10px;
	height: 28px;
	width: 28px;
	display: block;
	background: #3e4861 url('_img/sprite.png') no-repeat -89px -384px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	}

	ul#venues-mobile li .venue-info .button {
	float: left;
	width: 100%;
	}
