@import url('base.css');


/*** FONTS ***/
@font-face {
	font-family: 'TungstenSemiBold';
	src: url('../fonts/tungsten-semibold-webfont.eot');
	src: url('../fonts/tungsten-semibold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/tungsten-semibold-webfont.woff') format('woff'),
		 url('../fonts/tungsten-semibold-webfont.ttf') format('truetype'),
		 url('../fonts/tungsten-semibold-webfont.svg#tungstensemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*** styles for public page ***/
html {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  font-family: 'TungstenSemiBold', sans-serif;
  font-size:12pt;
	background-color: #001E2C;
	color:#FFF;
	padding:0;
	margin:0;
	height:auto;
	width: 100%;
}

canvas {
	background-color:#001E2C;
}

.headline {
	font-family: 'TungstenSemiBold', sans-serif;
	font-size:70pt;
	line-height:70pt;
	color:#FFF;
	text-align:center;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
}

.headline-margin {
	margin-left:90px;
}


#container {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}

section {
  width:100%;
  height:540px;
}


.content {
	position:relative;
	width:100%;
	height:100%;
	display:table;
}

.content-inner {
	position:relative;
	width:100%;
	height:100%;
	display:table-cell;
	text-align: center;
	vertical-align: middle;
}

#overlay {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color: #001E2C;
	z-index:900;
}

#intro {
  position:fixed;
  left:0px;
  top:0px;
  z-index:100;
  background-image:url(../images/background.png);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow:hidden;
}

#intro-bkg {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

#intro-bkg img {
	display:none;
}

#umbrella {
	position:absolute;
	left:75%;
	top:-250px;
	z-index:500;
	width:45px;
	height:51px;
	-webkit-transition:all 7s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition:all 7s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition:all 7s cubic-bezier(0.19, 1, 0.22, 1);
	transition:all 7s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation: umbrellaRotation 10s ease-in-out 0s infinite;
    animation: umbrellaRotation 10s ease-in-out 0s infinite;
} 

#umbrella-x {
	width:45px;
	height:51px;
    -webkit-animation: umbrellaX 6s ease-in-out 0s infinite;
    animation: umbrellaX 6s ease-in-out 0s infinite;
}

#umbrella-y {
	width:45px;
	height:51px;
    -webkit-animation: umbrellaY 4s ease-in-out 0s infinite;
    animation: umbrellaY 4s ease-in-out 0s infinite;
}

@-webkit-keyframes umbrellaRotation {
        0% { -webkit-transform: rotate(0deg);   }
       50% { -webkit-transform: rotate(75deg); }
      100% { -webkit-transform: rotate(0deg);    }
} 
@keyframes umbrellaRotation {
        0% { transform: rotate(0deg);   }
       50% { transform: rotate(75deg); }
      100% { transform: rotate(0deg);    }
}

@-webkit-keyframes umbrellaX {
        0% { -webkit-transform: translateX(0px);   }
       50% { -webkit-transform: translateX(-20px); }
      100% { -webkit-transform: translateX(0px);    }
} 
@keyframes umbrellaX {
	    0% { transform: translateX(0px)    }
	   50% { transform: translateX(-20px); }
	  100% { transform: translateX(0px)    }
}

@-webkit-keyframes umbrellaY {
        0% { -webkit-transform: translateY(0px)    }
       50% { -webkit-transform: translateY(-12px); }
      100% { -webkit-transform: translateY(0px)    }
} 
@keyframes umbrellaY {
	    0% { transform: translateY(0px)    }
	   50% { transform: translateY(-12px); }
	  100% { transform: translateY(0px)    }
}

#umbrella-y img {
	width:100%;
	height:100%;
}

#intro-arrow-holder {
	position:absolute;
	left:0px;
	top:180px;
	width:100%;
	height:20px;
}

#intro-arrow {
	margin:auto;
	width:14px;
	height:20px;
	border-bottom:1px solid #FFF;
}

@-webkit-keyframes bounce {
    0%, 20%, 60%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-20px);}
    80% {-webkit-transform: translateY(-10px);}
} 
@keyframes bounce {
    0%, 20%, 60%, 100% {transform: translateY(0);}
    40% {transform: translateY(-20px);}
    80% {transform: translateY(-10px);}
} 

#intro-arrow-down {
	width:14px;
	height:8px;
    -webkit-animation: bounce 3s ease-in-out 2s infinite;
    animation: bounce 3s ease-in-out 2s infinite;
}

#intro-arrow-down img {
	width:100%;
	height:100%;
}

#logo {
	position:relative;
	width:460px;
	height:28px;
	margin:auto;
}

#logo img {
	width:100%;
	height:100%;
}

#content {
	position:relative;
	z-index:200;
	width:100%;
}

header {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:80px;
	border-bottom:1px solid #FFF;
	margin-top:-80px;
	-webkit-transition:height 300ms ease-out, background-color 300ms ease-out;
	-moz-transition:height 300ms ease-out, background-color 300ms ease-out;
	-o-transition:height 300ms ease-out, background-color 300ms ease-out;
	transition:height 300ms ease-out, background-color 300ms ease-out;
}
header.header-expanded {
	background-color:#001E2C;
}

.intro-complete header {
	position:fixed;
	z-index:300;
	margin-top:0px;
}

#header-left {
	position:relative;
	float:left;
	width:50%;
	height:80px;
	font-family: 'TungstenSemiBold', sans-serif;
	font-size:13pt;
	line-height:18pt;
	color:#BBBDBF;
	text-align:left;
	text-transform: uppercase;
	display:none;
	pointer-events:none;
	box-sizing:border-box;
	-webkit-transition:margin-top 300ms ease-out;
	-moz-transition:margin-top 300ms ease-out;
	-o-transition:margin-top 300ms ease-out;
	transition:margin-top 300ms ease-out;
}

#header-left .content {
	table-layout: fixed;
}

#header-left .content-inner {
	text-align:left;
}

.header-title {
	color:#FFF;
}

#header-song {
	max-width:70%;
	display:inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#header-logo {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:80px;
}

#header-logo-holder {
	width:230px;
	margin:auto;
	display:none;
}

#header-logo-holder a {
	display:block;
}

#header-logo-holder img {
	width:100%;
	height:100%;
}

#header-right {
	float:right;
	width:50%;
	height:80px;
	pointer-events:none;
	-webkit-transition:margin-top 300ms ease-out;
	-moz-transition:margin-top 300ms ease-out;
	-o-transition:margin-top 300ms ease-out;
	transition:margin-top 300ms ease-out;
}

.content-block {
	position:relative;
	width:1060px;
	height:auto;
	margin:auto;
	display:block;
}

.section-content {
	width:100%;
	background-color:#001E2C;
}

#items {
	height:2200px;
}

.item {
	position:absolute;
	-webkit-backface-visibility: hidden;
	-webkit-transition:margin 1200ms cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition:margin 1200ms cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition:margin 1200ms cubic-bezier(0.19, 1, 0.22, 1);
	transition:margin 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}

.photo {
	background-color:#000;
}

.photo img {
	width:100%;
	height:100%;
}

.link {
	z-index:203;
}

.link a {
	position:absolute;
	left:0px;
	top:0px;
	background-color:#E6E7E8;
	width:100%;
	height:100%;
	display:block;
	font-family: 'TungstenSemiBold', sans-serif;
	font-size:32pt;
	line-height:32pt;
	color:#001E2C;
	text-align:center;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition:all 600ms cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition:all 600ms cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition:all 600ms cubic-bezier(0.19, 1, 0.22, 1);
	transition:all 600ms cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
}

.link a:hover {
	background-color:#FFF;
}

.menu-details {
	font-size:18pt;
	line-height:18pt;
	margin-top:20px;
}
/*
//1 1244 x 830 // 622 x 415 // 492 x 330 // 311 x 208
//3 806 x 1208 // 403 x 604 // 283 x 429 // 202 x 302
//5 1190 x 793 // 595 x 397 // 405 x 230 // 298 x 199
//7 1244 x 830 // 622 x 415 // 405 x 270 // 311 x 208
//8 900 x 1350 // 450 x 675 // 285 x 428 // 225 x 338
*/
#item1 {
	left:0px;
	top:78px;
	width:622px;
	height:415px;
}

#item2 {
	right:0px;
	top:78px;
	width:542px;
	height:415px;
}

#item3 {
	right:0px;
	top:670px;
	width:403px;
	height:604px;
}

#item4 {
	right:333px;
	top:620px;
	width:230px;
	height:230px;
}

#item5 {
	left:50px;
	top:960px;
	width:341px;/*595px;*/
	height:512px;/*397px;*/
}

#item6 {
	left:240px;
	top:1380px;
	width:230px;
	height:230px;
}

#item7 {
	right:50px;
	top:1400px;
	width:622px;
	height:415px;
}

#item8 {
	left:70px;
	top:1810px;
	width:450px;
	height:675px;
}

#item9 {
	left:440px;
	top:2200px;
	width:492px;
	height:330px;
}

#item2 .headline {
	text-align:left;
}

#item9 .headline {
	text-align:left;
}

footer {
	position:relative;
	z-index:201;
	width:100%;
	height:80px;
	border-top:1px solid #FFF;
	background-color:#001E2C;
}

footer.expand {
	min-height:80px;
	height:auto;
}

#footer-info {
	display:inline-block;
}

footer.expand #footer-info {
  float:left;
}

footer.expand .footer-section-titles {
	margin-top:20px;
}

footer.expand .footer-section-hours {
	margin-bottom:20px;
}

footer.expand .footer-section {
	height:60px;
}

footer.expand #hours1 {
	clear:left;
}

.footer-section {
	float:left;
	width:auto;
	height:80px;
	margin-right:40px;
	font-family: 'TungstenSemiBold', sans-serif;
	font-size:13pt;
	line-height:18pt;
	color:#BBBDBF;
	text-align:left;
	text-transform: uppercase;
}

.footer-section .content-inner {
	text-align:left;
}

.footer-title {
	color:#FFF;
}

.footer-section a {
	color:#FFF;
	text-decoration: underline;
}

.footer-section a:hover {
	text-decoration: none;
}

#footer-right {
	float:right;
	width:28px;
	height:80px;
	display:block;
}

#footer-arrow {
	float:right;
	margin:auto;
	width:14px;
	height:8px;
	border-top:1px solid #FFF;
}

#footer-arrow-up {
	width:14px;
	height:8px;
}

#footer-arrow-up img {
	width:100%;
	height:100%;
}

#social {
	display:block;
	float:right;
}

#social ul li {
	width:auto;
	height:24px;
	display:inline-block;
	margin-right:8px;
}

#social ul li:last-child {
	margin-right:0px;
}

#social ul li a {
	width:100%;
	height:100%;
	display:block;
	pointer-events:auto;
}

#social ul li a img {
	height:100%;
	margin:auto;
}

/* MENU */

#menu #header-logo-holder {
	display:block;
}

#menu-content {
	height:auto;
	min-height:540px;
	padding-bottom:40px;
}

#menu-content .content-block {
	max-width:800px;
	margin-top:30px;
}

#menu-content h1 {
	font-family: 'TungstenSemiBold', sans-serif;
	font-size:40pt;
	line-height:40pt;
	color:#FFF;
	text-align:left;
	text-transform: uppercase;
	font-weight:normal;
}

#menu-content h2 {
	font-family: 'TungstenSemiBold', sans-serif;
	font-size:28pt;
	line-height:28pt;
	color:#FFF;
	text-align:left;
	text-transform: uppercase;
	margin-top:40px;
	margin-bottom:10px;
	font-weight:normal;
}

#menu-content h3 {
	font-family: 'TungstenSemiBold', sans-serif;
	font-size:20pt;
	line-height:20pt;
	color:#FFF;
	text-align:left;
	text-transform: uppercase;
	margin-top:30px;
	margin-bottom:20px;
	font-weight:normal;
}

#menu-nav {
	padding-top:140px;
	margin:auto;
	text-align: center;
	display:none;
}

#menu-nav.disabled * {
	pointer-events:none;
	cursor:default;
}

#menu-nav ul li {
	display:inline-block;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
}

#menu-nav ul li a {
	display:block;
	padding:7px 20px 5px 20px;
	background-color:#FFF;
	color:#001E2C;
	font-family: 'TungstenSemiBold', sans-serif;
	font-size:20pt;
	line-height:20pt;
	text-decoration: none;
	text-transform: uppercase;
}

#menu-nav ul li a.selected {
	background-color:transparent;
	color:#FFF;
	border:2px solid #FFF;
	cursor:default;
	pointer-events:none;
}

.menu-section {
	width:100%;
	opacity:0;
	margin-bottom:50px;
	max-width:906px;
}

.menu-section img {
	width:100%;
}

.gutter-sizer { width: 0%; }
.grid-sizer { width: 100%; }

.menu-item {
	position:relative;
	width:100%;
	overflow-x:hidden;
}

.menu-row {
	width:100%;
}

.menu-item-title-holder {
	position:relative;
	float:left;
	max-width:90%;
	background-color:#001E2C;
	padding-right:5px;
	display:block;
	z-index:200;
}

.menu-item-title-extra {
	padding-left:30%;
}

.menu-row:before {
	position:absolute;
	left:0px;
	top:0px;
	z-index:100;
  width: 100%;
  white-space: nowrap;
  color: #BBBDBF;
	font-family: 'TungstenSemiBold', sans-serif;
	font-size:14pt;
	line-height:20pt;
	color:#BBBDBF;
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
}

.menu-item-title {
	font-family: 'TungstenSemiBold', sans-serif;
	font-size:14pt;
	line-height:20pt;
	color:#FFF;
	text-align:left;
	text-transform: uppercase;
}

.menu-item-info {
	font-family: 'TungstenSemiBold', sans-serif;
	font-size:14pt;
	line-height:20pt;
	color:#BBBDBF;
	text-align:left;
	text-transform: uppercase;
}

.menu-item-price {
	position:relative;
	float:right;
	font-family: 'TungstenSemiBold', sans-serif;
	font-size:14pt;
	line-height:20pt;
	color:#FFF;
	text-align:left;
	text-transform: uppercase;
	background-color:#001E2C;
	padding-left:5px;
	z-index:200;
}

.menu-item-price-star {
	position:absolute;
	right:-6px;
	top:0px;
}

.menu-item-extra {
	width:100%;
	font-family: 'TungstenSemiBold', sans-serif;
	font-size:12pt;
	line-height:18pt;
	color:#BBBDBF;
	text-align:left;
	font-style: italic;
	text-transform: uppercase;
}

.menu-item-hours {
	width:100%;
	font-family: 'TungstenSemiBold', sans-serif;
	font-size:14pt;
	line-height:20pt;
	color:#BBBDBF;
	text-align:left;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom:20px;
}

.menu-footnote {
	font-family: 'TungstenSemiBold', sans-serif;
	font-size:12pt;
	line-height:18pt;
	color:#BBBDBF;
	text-align:left;
	font-style: italic;
	text-transform: uppercase;
}

#loader {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

.loader-image {
	width:45px;
	height:51px;
	margin:auto;
    -webkit-animation-name: spinnerRotate;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinnerRotate;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spinnerRotate;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}

.loader-image img {
	width:100%;
	height:100%;
}

@-webkit-keyframes spinnerRotate
{
    from{-webkit-transform:rotate(0deg);}
    to{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes spinnerRotate
{
    from{-moz-transform:rotate(0deg);}
    to{-moz-transform:rotate(360deg);}
}
@-ms-keyframes spinnerRotate
{
    from{-ms-transform:rotate(0deg);}
    to{-ms-transform:rotate(360deg);}
}

#lazyload-loader {
	width:100%;
	height:auto;
	display:none;
}

/** ABOUT */


#about #header-logo-holder {
	display:block;
}

#about-content {
	min-height:540px;
	height:auto;
	padding-top:140px;
	padding-bottom:40px;
}

.about-item {
	width:48%;
	margin-bottom:0px;
	opacity:0;
}

#about-info {
	opacity:1;
}

#about-info p {
	font-size:22pt;
	line-height:28pt;
}

.about-item a {
	color:#FFF;
}

.about-item a:hover {
	text-decoration: none;
}

.about-item img {
	width:100%;
}

.about-item-video img {
	position:absolute;
	left:0px;
	top:0px;
	display:none;
}

.about-item p {
	color: #BBBDBF;
	font-family: 'TungstenSemiBold', sans-serif;
	font-size:14pt;
	line-height:20pt;
	margin-top:10px;
	text-transform: uppercase;
}

.about-gutter-sizer { width: 4%; }
.about-grid-sizer { width: 48%; }

.embed-container { background-size:cover; background-position: center center; position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }