* { -webkit-font-smoothing: antialiased !important;}
html,body { height:100%;}
#skrollr-body { height:100%;}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -250px;
}
#reservation-footer, .push {
height: 250px;
}


@media only screen and (max-width: 64.062em) {
	.wrapper { margin-bottom:-300px; }
	#reservation-footer, .push { height: 300px; }
}

@media only screen and (max-width: 40.062em) {
	.wrapper { margin-bottom:-450px; }
	#reservation-footer, .push { height: 450px; }
}

.select2-container a { filter:none !important; }

body { padding-top:45px; }
header {
	display:block;
	position:fixed;
	width:100%;
	top:0;left:0;right:0;
	z-index:10000;
}

header #top-bar {
	height:45px;
	background:#fff;
	width:100%;
	padding:7px 60px 0;
	line-height:30px;
	font-size:14px;
}

header #top-bar span.dot { color:#F03123;}
header #top-bar h1#logo { margin:0 auto; width:76px;}
header #top-bar h1#logo a {
	display:block;
	margin:1px auto;
	width:76px;
	height:27px;
	text-indent: -99999px;
	background-image: url(../img/logo.png);
	background-size:76px 27px;
}
header #top-bar a {
	color:#000;
	text-transform: uppercase;
	margin:0 6px;
	text-decoration: none;
}
header #top-bar a.active, header #top-bar a:hover { text-decoration: underline; }
header #top-bar .left a { margin:0; text-transform: none;}
header #top-bar a.social {
	position:relative;
	margin:0 3px 0 12px;
	top:-2px;
	opacity:1;
	transition:opacity .3s;
}
header #top-bar a.social ~ a.social {
	margin:0 3px;
}
header #top-bar a.social:hover { opacity:.85; }

header nav {
	display:block;
	position:relative;
	height:24px;
	text-align:center;
	background:#f03123;
}
header nav:after {
	content:'';
	display:block;
	z-index:-1;
	height:27px;
	bottom:-27px;
	position:absolute;
	width:100%;
	background:transparent url('../img/nav-bottom.png') no-repeat center bottom;
	background-size:cover;
}
header nav a {
	color:#ffffff;
	font-size:16px;
	text-transform: uppercase;
	font-family: 'DINNextLTPro-Medium';
	text-decoration: none;
	display:inline-block;
	margin:12px 14px 0;
}
@media only screen and (min-width: 40.063em) {
	a.social { background:blue;}
}
header nav a.active,header nav a:hover {
	background:transparent url('../img/nav-active.png') no-repeat center bottom;
/*	background-size:100% 5px;*/
}

#mobile-header {
	display:block;
	position:fixed;
	top:0;left:0;right:0;
	width:100%;
	background:#fff;
	-moz-box-shadow: 1px 2px 1px rgba(0,0,0,.18);
	-webkit-box-shadow: 1px 2px 1px rgba(0,0,0,.18);
	box-shadow: 1px 2px 1px rgba(0,0,0,.18);
	padding:12px 8px 0;
	z-index:10000;
}
#mobile-header h1#logo { margin:0; }
#mobile-header h1#logo a {
	display:block;
	float:left;
	margin:0 8px 0 0;
	text-indent: -99999px;
	background-image: url(../img/logo.png);
	background-size:76px 27px;
	width:76px;height:27px;
}
#mobile-header p {
	font-size:13px;
	line-height:15px;
	margin:0;
	text-align:left;
	text-transform: uppercase;
}
#mobile-header p a { text-decoration: none; color: #0d0d0d;}
#mobile-header p a:hover { text-decoration: underline;}
#mobile-header a#toggle-nav {
	display:block;
	float:right;
	position:relative;
	top:-8px;
}
#mobile-header a#toggle-nav img { width:44px;height:42px;}

#mobile-header nav#dropdown {
	display:block;
	position:relative;
	width:100%;
	overflow: hidden;
	text-align:center;
	padding:20px 0 0;
	display:none;
}
#mobile-header nav#dropdown a {
	display:block;
	color:#000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'DINNextLTPro-Medium';
	line-height:34px;
}
#mobile-header nav#dropdown a:hover { text-decoration: underline; }
#mobile-header nav#dropdown #footer-items {padding:13px 0 3px;}
#mobile-header nav#dropdown #footer-items a {
	display:inline-block;
	color:#f03123;
	text-transform: none;
	margin:0 11px;
  	font-family: 'DINNextLTPro-Regular', 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
}
#mobile-header nav#dropdown #social a {
	display:inline-block;
	margin:0 2px 22px;
}

#reservation-footer {
	background:#f03123;
	color:#ffffff;
}
#reservation-footer:before {
	content:'';
	display:block;
	height:21px;
	position:relative;
	top:-21px;
	width:100%;
	background:transparent url('../img/reservation-footer-top.png') no-repeat center bottom;
}
#reservation-footer h2 {
	text-align:center;
	text-transform: uppercase;
	font-size:36px;
	font-family: 'Elderkin-Medium';
	font-weight: normal;
}

#reservation-footer form input { color:#000;}
#reservation-footer form input.submit {
	display:block;
	width:100%;
	height:48px;
	line-height:46px;
	color:#f03123;
	background:#ffffff;
	text-transform: uppercase;
	border:none;
  	font-family: 'DINNextLTPro-Regular', 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
  	font-weight:bold;
  	font-size:18px;
  	border:2px solid #fff;
}
#reservation-footer form input.submit:hover {
	background:#f03123;
	color:#ffffff;
}
#reservation-footer form a#datepicker:focus, #reservation-footer form input.submit:focus {outline:0 !important;}
#reservation-footer form a#datepicker,#reservation-footer form .select2-container a  {
	display:block;
	width:100%;
	height:48px;
	line-height:48px;
	background:#f03123;
	color:#ffffff;
	border: 2px solid #ffffff;
	text-align:center;
	text-decoration: none;
	text-transform: lowercase;
  	font-size:18px;
  	margin-bottom:24px;
}

a.select2-choice.select2-default span.select2-chosen:after {
	content:'';
	display:inline-block;
	background:transparent url('../img/arrow_icon.png') no-repeat center center;
	width:11px;
	height:11px;
	margin-left:8px;
}
a#datepicker:before {
	content:'';
	display:inline-block;
	background:transparent url('../img/calendar_icon.png') no-repeat center center;
	width:12px;
	height:12px;
	margin-right:7px;
	margin-bottom:-1px;

}

#reservation-footer .row .columns { padding-left:15px;padding-right:15px;}


footer {
	display:block;
	position:fixed;
	bottom:0;left:0;right:0;
	height:100%;
	height:50px;
	padding:12px 60px;
	background:#1d1d1d;
	color:#ffffff;
	font-size:14px;
	z-index:10000;
}


footer .left { line-height:32px; }
footer .left a {
	color:#fff;
	font-size:14px;
	text-decoration: none;
	margin-right:14px;
}
footer .left a:hover { text-decoration: underline; }
footer .right a {
	display:inline-block;
	height:31px;
	text-indent: -999999px;
	margin-left:26px;
}
footer .right a.ushg {
    background: transparent url('../img/ushg.png') no-repeat center;
    width: 124px;
}

footer .right a.maialino {
    background: transparent url('../img/maialino.png') no-repeat center;
    width: 98px;
}

footer .right a.marthawashington {
    background: transparent url('../img/marthawashington.png') no-repeat center;
    width: 149px;
    background-size: cover;
}

body.home header #top-bar h1#logo { opacity:0; transition:opacity .6s;}
body.home header #top-bar h1#logo.visible { opacity:1;}


@media only screen and (max-width: 1060px) {
	header a.top-bar.social { display:none; }
	em.photo-credit { display:none;}
}
@media only screen and (max-width: 842px) and (min-width: 641px) {
	header #top-bar .left { display:none; }
	header #top-bar h1#logo { float:left; }
}
@media only screen and (max-width: 842px) {
	footer .left { display:none; }
	footer .right {
		width:100%;
		text-align:center;
	}
	footer {padding:12px 0;}
	footer .right a { margin:0 6px; }
	footer .right a.ushg {background-size:93px 23px;width:91px;height:23px;}
	footer .right a.maialino {background-size:72px 23px;width:72px;height:23px;}
	footer .right a.marthawashington {background-size:93px 23px;width:93px;height:23px;}
}

img.breaker { display:block; margin:0 auto;}

p {
	font-size:21px;
	line-height:36px;
	text-align:center;
}

h3 {
	text-align:center;
	display:block;
	width:178px;
	height:195px;
	background:transparent url('../img/circle_bg.jpg') no-repeat center center;
	margin:0 auto 50px;
	padding:72px 42px 0;
	text-transform: uppercase;
	font-size:30px;
	line-height:26px;
	font-family: 'Elderkin-Medium';
	font-weight:normal;
	color:#ee3124;
}

h4 {
	margin:42px 0 0;
	font-size:42px;
	line-height:50px;
	text-transform: uppercase;
	font-family: 'Elderkin-Bold';
	font-weight: normal;
}

h5{
	font-family: 'Elderkin-Medium';
	color:#ef3528;
	font-size:36px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0 0 12px;
}
h6 {
	font-size:20px;
	text-transform:uppercase;
	color:#1d1d1d;
	margin:0;
}
a.button {
	text-decoration: none;
	text-transform: uppercase;
	display:inline-block;
	background:#fff;
	font-size:21px;
	line-height:1;
	padding:18px 70px 14px;
	color:#ef3224;
	border:2px solid #ef3224;
	font-family: 'DINNextLTPro-Medium';
}
a.button:hover {
	color:#fff;
	background:#ef3224;
}

#splash {
  width:100%;
  height:100%;
  min-height:600px;
  position:relative;
  z-index:0;
  overflow:hidden;
}
#splash:after{
	content:'';
	position:absolute;
	z-index:99;
	bottom:0;
	width:100%;
	height:442px;
	background-image: url(data:image/png;base64,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);
	background-repeat:repeat-x;
}
#splash img#logo {
	display:block;
	position:relative;
	z-index:2;
	margin-top:72px;
}
@media screen and (max-width:1240px){
	#splash img#logo { max-width:300px; }
	#splash #menu-shortcuts { height:280px;}
	#splash #menu-shortcuts p a { font-size:42px; padding-bottom:4px; }
}
#splash #bg {
  z-index:1;
  background:#eee none no-repeat center bottom;
  background-size:cover;
  height:925px;
  width:100%;
  position:absolute;
  z-index:0;
  width: 110%; height: 110%; top: -5%; left: -5%;
}
#our-story-homepage {
	padding: 81px 0 88px;
}
#our-story-homepage p {
	line-height:40px;
}
#our-story-homepage h3 { margin-bottom:22px;}
#our-story-homepage img { width:85%; margin:0 auto; display:block;}
#featured-news {
	padding:80px 0 0;
}

#featured-news .mix {
	text-decoration: none;
	color:#0d0d0d;
	padding-bottom:72px;
}
#featured-news .mix:nth-of-type(2n+1) { clear:left; }
#featured-news .mix span.category,#featured-news .mix span.date {
	display:block;
	text-transform: uppercase;
	color:#444;
	margin-top:14px;
}
#featured-news .mix h2 {
	margin:24px 0 10px;
	text-transform: uppercase;
	font-size:42px;
	font-family: 'Elderkin-Bold';
	font-weight: normal;
	line-height: 42px;
}
#featured-news .mix:hover h2 {
	color:#F03123;
}
#featured-news .thumbnail {
	display:block;
	height:225px;
	width:100%;
	background-size:cover;
	background-position:center;
}
#featured-news .mix p {
	margin:0;
	text-align:left;
	font-size: 20px;
	line-height:28px;
}
#featured-news .mix span.more {
	display:block;
	font-family: 'DINNextLTPro-Medium';
	text-transform: uppercase;
	color:#F03123;
	text-decoration: none;
	margin-top:6px;
}
#featured-news .mix:hover span.more {
	text-decoration: underline;
}


#featured-news a .arrow { margin-top:6px;display:inline-block;height:54px;width:52px;position:relative;}
#featured-news a .arrow img.main {
	opacity:1;
	transform: translateX(0px);
	position:absolute;
}
#featured-news a:hover .arrow img.main {
	transition: transform .5s, opacity .5s;
	opacity:0;
	transform: translateX(50px);
}
#featured-news a .arrow img.effect {
	opacity:0;
	transform: translateX(-50px);
	position:absolute;
}
#featured-news a:hover .arrow img.effect {
	transition: transform .5s, opacity .5s;
	opacity:1;
	transform: translateX(0px);
}

#our-story-hero {
	display:block;
	width:100%;
	height:252px;
	background-size:cover;
	background-position:center;
	position:relative;
}
#our-story-hero:after {
	content:'';
	position:absolute;
	display:block;
	bottom:0;left:0;right:0;
	width:100%;
	z-index:1;
	height:24px;
	background: transparent url('../img/edge-top.png') repeat-x center bottom;
}

#our-story {
	position:relative;
	padding:72px 0 102px;
}
#our-story p {text-align:left;}
#our-story h3 {
	float:left;
	margin:20px 36px 0 -16px;
}
#our-story #pusher {
	display:block;
	width:0;
	height:410px;
	float:right;
}
#our-story a#reservation-button {
	display:block;
	float:right;
	clear:right;
	margin-left:20px;
	margin-bottom:20px;
}

#the-team {
	margin-bottom:72px;
}
#the-team h4 {
	text-align:center;
	margin:7px -70px 0;
}
.featured-staff { max-width:900px; }
.featured-staff .columns{
	padding-left:25px;
	padding-right:25px;
}
figure.staff-feature {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 340px;
	background: #0d0d0d;
	text-align: center;
	cursor: pointer;
	margin:0 0 42px;
}

figure.staff-feature .background {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 1;
	margin:0;
	background-position:center;
	background-size:cover;
}
figure.staff-feature .background:after {
	content:'';
	display:block;
	position:absolute;
	height:100%;
	width:100%;
	top:0;bottom:0;left:0;right:0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 50%, rgba(0,0,0,0.45) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.45)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.45) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.45) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.45) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.45) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000',GradientType=0 );
}

figure.staff-feature figcaption {
	padding: 14px 28px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.staff-feature figcaption::before,
figure.staff-feature figcaption::after {
	pointer-events: none;
}

figure.staff-feature figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.staff-feature h2 {
	margin: 0;
	position:absolute;
	bottom:14px;
	left:28px;
	font-family: 'Elderkin-Medium';
	font-size:42px;
	font-weight: normal;
}

figure.staff-feature h2 span {
	display:block;
	font-family: 'DINNextLTPro-Medium';
	font-size:20px;
	margin-top:8px;

}

figure.staff-feature p {
	font-size:16px;
	line-height:23px;
	text-align:left;
	text-transform: none;
}

figure.staff-feature .background {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.staff-feature:hover .background {
	opacity: 0.2;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.staff-feature figcaption {
	text-align: left;
}

figure.staff-feature figcaption::after {
	position: absolute;
	bottom:96px;
	left: 0;
	width: 0%;
	height: 19px;
	margin:0 28px;
	background: transparent url('../img/white-breaker.png') no-repeat center;
	background-size:100% 100%;
	content: '';
	-webkit-transition: width 0.35s;
	transition: width 0.35s;
}

figure.staff-feature:hover figcaption::after {
	width: 90%;
}

figure.staff-feature p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.staff-feature:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


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

#the-team h4 {
	text-align:center;
	margin:0;
}
	figure.staff-feature p {
		font-size:14px;
		line-height:18px;
	}
	figure.staff-feature figcaption::after { display:none; }
}

.briefs h4 {
	text-align:center;
	margin:0 0 28px;
	font-size:20px;
}
.briefs h6 { font-size:18px; }

.staff-brief {
	text-align:center;
	margin-bottom:42px;
}

a#join-button {
	display:block;
	margin:42px auto 147px;
	text-align:center;
	background:#ffffff;
	color:#f03123;
	text-decoration: none;
	width:100%;
	max-width:350px;
	height:56px;
	line-height:60px;
	font-size:21px;
	text-transform: uppercase;
	font-family: 'DINNextLTPro-Medium';
	border:2px solid #f03123;
}
a#join-button:hover {
	background:#f03123;
	color:#fff;
}
em.photo-credit {
	position:relative;
	float:right;
	bottom:32px;
	right:42px;
	color:#f03123;
	font-size:14px;
	z-index:2;
}
em.photo-credit a {color:#f03123;text-decoration: none;}
em.photo-credit a:hover {text-decoration: underline;}

@media only screen and (max-width: 40.062em) {
	#our-story h3 {
		float:none;
		margin:0 auto;
	}
	#our-story a#reservation-button {
		position:absolute;
		bottom:72px;
		margin: 0;
	}
	#our-story {
		padding-bottom:162px;
	}
}



#directions {
	margin-top:52px;
	margin-bottom:100px;
	text-align:center;
}
#directions #instructions { padding:0 15px; }
#directions h4 { margin-top:0;}
#directions p {
	font-size:18px;
	line-height:28px;
}
#directions p span {
	font-family: 'DINNextLTPro-Regular', 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif !important;
	font-size:18px !important;
	line-height:28px !important;
}
#directions p b {
	text-transform: uppercase;
	font-family: 'DINNextLTPro-BoldCondensed';
	font-weight:normal;
}
#directions a.button { margin:0px auto 32px;}

img#map {
	display:block;
	margin:72px auto 32px;
}

#reservations {
	margin-top:120px;
	margin-bottom:40px;
	text-align:center;
}
#reservations p {
	font-size:18px;
	line-height:28px;
}
#reservations p span {
	font-family: 'DINNextLTPro-Regular', 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif !important;
	font-size:18px !important;
	line-height:28px !important;
}

#hours {
	margin-top:120px;
	margin-bottom:40px;
	text-align:center;
}
#hours p {
	font-size:18px;
	line-height:28px;
}
#hours p span {
	font-family: 'DINNextLTPro-Regular', 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif !important;
	font-size:18px !important;
	line-height:28px !important;
}
#hours p b {
	text-transform: uppercase;
	font-family: 'DINNextLTPro-BoldCondensed';
	font-weight:normal;
}


#menu-shortcuts {
	height:258px;
	width:100%;
	background-position:center bottom;
	background-size:cover;
	text-align:center;
	padding-top:80px;
}
#menu-shortcuts p {margin:0;}
#menu-shortcuts p a {
	display:inline-block;
	font-size:60px;
	line-height:60px;
	font-weight:normal;
	font-family: 'Elderkin-Bold';
	text-transform: uppercase;
	text-align: center;
	margin:0 15px;
	text-decoration: none;
	color:#fff;
	background: transparent url(../img/shortcut-underline.png) no-repeat center bottom;
	background-size:100% 15px;
	padding-bottom:14px;
}
#menu-shortcuts p a:hover {
	color:#ef3123;
	background-image:url(../img/shortcut-underline-hover.png);
}

body.hours-and-reservations #menu-shortcuts {
	height:258px;
	width:100%;
	text-align:center;
	padding-top:80px;
  	position:relative;
  	z-index:0;
  	overflow:hidden;
}
body.hours-and-reservations #menu-shortcuts #bg{
	background:transparent url('../img/hoursreservations-bottom.jpg') no-repeat center bottom;
	background-size:cover;
  z-index:1;
  height:258px;
  width:100%;
  position:absolute;
  width: 110%; height: 110%; top: -5%; left: -5%;
}
body.hours-and-reservations #menu-shortcuts p {
	position:absolute;
	text-align:center;
	width:100%;
	z-index:2;
}
@media only screen and (max-width: 40.062em) {
	#hours { margin:0; }
	#reservations { margin-top:20px; }
	#directions a.button { padding-left:0; padding-right:0; width:100%;}
	body.hours-and-reservations #menu-shortcuts { padding-top:20px;}
	body.hours-and-reservations #menu-shortcuts { height:280px; }
	body.hours-and-reservations #menu-shortcuts p a { font-size:42px; padding-bottom:4px; }
}


#splash #menu-shortcuts {
	position:absolute;
	bottom:0;
	z-index:100;
	background:none;
}


#contact {
	margin-top:120px;
	margin-bottom:60px;
	text-align: center;
}
#contact h4 { margin:0 auto 22px; }
#contact #contact-blurb {
	padding-top:220px;
	min-height:543px;
	background:transparent url('../img/big-circle.jpg') no-repeat center 115px;
}
#contact #contact-blurb strong {
	text-transform: uppercase;
	font-family: 'DINNextLTPro-BoldCondensed';
	font-weight:normal;
	font-size:20px;
}
#contact #contact-blurb p {
	margin:4px 0 0;
	font-size:18px;
	line-height:26px;
}
#contact #contact-blurb p.phone { margin: 0 0 12px;}
#contact #contact-blurb p a { color:#0d0d0d; text-decoration: none; }
#contact #contact-blurb p a:hover { text-decoration: underline; }
#contact #contact-blurb a.email {
	font-size:14px;
	color:#0d0d0d;
	text-decoration: none;
}
#contact #contact-blurb a.email:hover { text-decoration: underline; }
#contact form {
	max-width:370px;
	margin:0 auto;
}
#contact form input, #contact form textarea {
	display:block;
	width:100%;
	max-width:370px;
	text-align:center;
	border:2px solid #000;
	margin:0 auto 20px;
	height:55px;
	padding:10px;
	line-height:32px;
	font-size:18px;
}
#contact form a.select2-choice {
	border:2px solid #000;
	background:white;
	margin:0 auto;
	height:55px;
	padding:10px;
	line-height:32px;
	font-size:18px;
}
#contact form a.select2-choice span.select2-chosen { margin-right:0; color:#000;}
#contact form a.select2-choice.select2-default span.select2-chosen { color:#000; }
#contact form a.select2-choice.select2-default span.select2-chosen:after {
	content:'';
	display:inline-block;
	background:transparent url('../img/arrow_icon_black.png') no-repeat center center;
	width:11px;
	height:13px;
	position:absolute;
	top:18px;right:18px;
}

.contactdrop {
	border:2px solid #000;
	text-align:center;
}
.contactdrop .select2-result-label {
	height:36px;
	line-height:32px;
}

#contact form textarea {
	height: auto;
	resize:none;
	margin-top:20px;
}
#contact form .submit {
	color:#fff;
	text-transform: uppercase;
	font-family: 'DINNextLTPro-Medium';
	background:#ef3123;
	border:2px solid #ef3123;
}
#contact form .submit:hover {
	color:#ef3123;
	background:#fff;
}

#contact form ::-webkit-input-placeholder { color: #000; }
#contact form :-moz-placeholder { color: #000; }
#contact form ::-moz-placeholder { color: #000; }
#contact form :-ms-input-placeholder { color: #000; }
#contact form textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
#hours-reservations-shortcuts {
	margin-top:120px;
	height:258px;
	width:100%;
	background-position: center bottom;
	background-size:cover;
	padding-top:80px;
	text-align: center;
  	position:relative;
  	z-index:0;
  	overflow:hidden;
}
#hours-reservations-shortcuts #bg{
  background:transparent url('../img/contact-bottom.jpg') no-repeat center bottom;
  background-size:cover;
  z-index:1;
  height:258px;
  width:100%;
  position:absolute;
  width: 110%; height: 110%; top: -5%; left: -5%;
}
#hours-reservations-shortcuts a {
	display:inline-block;
	font-size:60px;
	font-weight:normal;
	font-family: 'Elderkin-Bold';
	text-transform: uppercase;
	text-align: center;
	margin:0 auto;
	padding-bottom:42px;
	text-decoration: none;
	color:#fff;
	background: transparent url(../img/shortcut-underline.png) no-repeat center bottom;
	background-size:100% 23px;
	z-index:3;
	position:relative;
}
#hours-reservations-shortcuts a:hover {
	color:#ef3123;
	background-image:url(../img/shortcut-underline-hover.png);
}

@media only screen and (max-width: 40.062em) {
	#contact { margin-top:40px; }
	#contact #contact-blurb {
		padding-top:120px;
		min-height:443px;
		background-position-y: 30px;
	}
	body.contact img.breaker { display:none; }
	#hours-reservations-shortcuts {
		margin-top:0px;
	}
	#hours-reservations-shortcuts p a {
		font-size:32px;
		padding-bottom:22px;
	}
}

#slider-hero {
	display:block;
	width:100%;
	height:442px;
	background-size:cover;
	background: transparent url('../img/menu-top.jpg') no-repeat center;
	position:relative;
  	z-index:0;
  	overflow:hidden;
}
#slider-hero #bg {
	z-index:1;
	background:#eee none no-repeat center bottom;
	background-size:cover;
	height:925px;
	width:100%;
	position:absolute;
	z-index:0;
	width: 110%; height: 110%; top: -5%; left: -5%;
}
#slider-hero #bg .slide{position:absolute;z-index:1;width:100%;height:100%;background-size:cover;background-position:center;}
#slider-hero #bg .slide.active{z-index:3}
#slider-hero:after {
	content:'';
	position:absolute;
	display:block;
	bottom:0;left:0;right:0;
	width:100%;
	z-index:1;
	height:24px;
	background: transparent url('../img/edge-top.png') repeat-x center bottom;
}
nav#menu-nav {
	z-index:1000;
	background:#fff;
	width:100%;
	display:block;
	height:80px;
	padding-top:32px;
	text-align:center;
	overflow-x:hidden;
}
nav#menu-nav a {
	display:inline-block;
	color:#ef3122;
	font-family: 'Elderkin-Medium';
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	font-size:30px;
	height:42px;
	line-height:42px;
	padding:0 15px;
}
nav#menu-nav a.active {
	color:#fff;
	background-image:url(../img/menu-highlight.png);
	background-size:100% 42px;
}

#print-button {
	cursor:pointer;
	display:inline-block;
	color:#ef3122;
	font-family: 'Elderkin-Medium';
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	font-size:30px;
	height:42px;
	line-height:42px;
	padding:0 15px;
	position:absolute;
	right:0;
	top:-4px;
}
#print-button:hover span.tooltip {
	  opacity:1;
}
#print-button span.tooltip {
	  transition: opacity .3s;
	  opacity:0;
      position: absolute;
      width: 134px;
      height: 27px;
      line-height: 31px;
      font-size: 14px;
      text-align: center;
      color: #ffffff;
      background: #000000;
      text-transform: uppercase;
      left:-37px;
      top:-30px;
  	font-family: 'DINNextLTPro-Regular', 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif !important;
}
#print-button span.tooltip:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 10px;
      border-style: solid;
      border-color: #000000 transparent transparent transparent;
      top: 26px;
      left: 57px;
}
nav#menu-nav {border-bottom:1px solid #fff;transition:border-color .5s;height:auto;}
nav#menu-nav.fixed {border-color:#ccc;}

.category.hidden { display:none; }

#menu-list { padding-bottom:72px; }
#menu-list p {
	font-size:18px;
	line-height:24px;
}
#menu-list h1 {
	font-size:36px;
	line-height:36px;
	font-weight:normal;
	font-family: 'Elderkin-Bold';
	text-transform: uppercase;
	text-align: center;
}
#menu-list span {
	font-size:18px !important;
	line-height:24px !important;
	text-transform: none !important;
  	font-family: 'DINNextLTPro-Regular', 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif !important;
}
#menu-list img.breaker {
	margin:72px auto 50px;
}
#menu-list img.breaker.top-breaker { margin-top:0; }
#menu-list td {text-align:left;}
#menu-list td p {text-align:left;}

@media only screen and (max-width: 40.062em) {
	#slider-hero {
		height:320px;
	}
	a#print-button { top:-38px;right:-11px;}
}

#news-splash {
	display:block;
	width:100%;
	height:493px;
	background:#ccc;
	background-size:cover;
	background-position:center top;
	text-align:center;
	color:#fff;
}
#news-splash .shade {
	padding-top:150px;
	background:rgba(0,0,0,.4);
	width:100%;
	height:100%;
}
#news-splash p {
	margin:6px 0 21px;
	font-size: 20px;
	line-height:28px;
}
#news-splash a.button {
	margin-top:6px;
	color:#fff;
	background:#ef3224;
	border:2px solid #ef3224;
}
#news-splash a.button:hover {
	background:transparent;
	border:2px solid #fff;
}

#mixitup {min-height:400px;margin-bottom:100px;}
#mixitup .mix{
	display: none;
	padding-bottom:42px;
}
#mixitup [class*="column"] + [class*="column"]:last-child { float:left;}

#mixitup a.select2-choice {
	border:2px solid #000;
	background:white;
	margin:0 auto;
	height:55px;
	padding:10px;
	line-height:32px;
	font-size:18px;
}
#mixitup a.select2-choice span { color:#000;}
#mixitup a.select2-choice:after {
	content:'';
	display:inline-block;
	background:transparent url('../img/arrow_icon_black.png') no-repeat center center;
	width:11px;
	height:13px;
	position:absolute;
	top:19px;
	right:12px;
}
#mixitup .select2-container {margin:115px 0 15px;}
.filterdrop {
	border:2px solid #000;
}
.filterdrop .select2-result-label {
	height:36px;
	line-height:32px;
}

#mixitup .mix {
	text-decoration: none;
	color:#0d0d0d;
}
#mixitup .mix:nth-of-type(2n+1) { clear:left; }

#mixitup .mix span.category,#mixitup .mix span.date {
	display:block;
	text-transform: uppercase;
	color:#444;
	margin-top:14px;
}
#mixitup .mix h2 {
	margin:24px 0 10px;
	text-transform: uppercase;
	font-size:42px;
	font-family: 'Elderkin-Bold';
	font-weight: normal;
	line-height: 42px;
}
#mixitup .mix:hover h2 {
	color:#F03123;
}
#mixitup .thumbnail {
	display:block;
	height:225px;
	width:100%;
	background-size:cover;
	background-position:center;
}
#mixitup .mix p {
	margin:0;
	text-align:left;
	font-size: 20px;
	line-height:28px;
}
#mixitup .mix span.more {
	display:block;
	font-family: 'DINNextLTPro-Medium';
	text-transform: uppercase;
	color:#F03123;
	text-decoration: none;
	margin-top:6px;
}
#mixitup .mix:hover span.more {
	text-decoration: underline;
}

@media only screen and (max-width: 40.062em) {
	#mixitup .select2-container { margin-top:24px; }
}

#mailinglist-modal {
	max-width:590px !important;
	padding:30px 40px;
}
#mailinglist-modal h4 {
	font-size:42px;
	text-align:center;
	margin:16px 0 4px;
}
#mailinglist-modal p {
	margin-top:0;
}
#mailinglist-modal input {
	display:block;
	width:100%;
	max-width:370px;
	text-align:center;
	border:2px solid #000;
	margin:0 auto 18px;
	height:55px;
	padding:10px;
	line-height:32px;
	font-size:18px;
}
@media only screen and (max-width: 40.062em) {
	#mailinglist-modal { padding-top:80px; }
}

#mailinglist-modal form ::-webkit-input-placeholder { color: #000; }
#mailinglist-modal form :-moz-placeholder { color: #000; }
#mailinglist-modal form ::-moz-placeholder { color: #000; }
#mailinglist-modal form :-ms-input-placeholder { color: #000; }
#mailinglist-modal input:focus::-webkit-input-placeholder {
    color: transparent;
}
#mailinglist-modal input.submit {
	display:block;
	width:100%;
	height:54px;
	line-height:35px;
	background:#f03123;
	color:#ffffff;
	text-transform: uppercase;
	border:none;
  	font-family: 'DINNextLTPro-Regular', 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
  	font-weight:bold;
  	font-size:18px;
  	border:2px solid #f03123;
}
#mailinglist-modal input.submit:hover {
	color:#f03123;
	background:#ffffff;
}

body.individual-post a.back {
	display:block;
	margin-top:72px;
	background:transparent url('../img/arrow_icon_back.png') no-repeat left 4px;
	padding-left:14px;
	color:#000;
	text-transform: uppercase;
	text-decoration: none;
}
body.individual-post .share-container {
	margin-top:76px;
	width:208px;
	height:57px;
	position:relative;
}
body.individual-post .share-container:hover a { display:none; }
body.individual-post .share-container:hover .social { display:block;}
body.individual-post .share-container .social { display:none; text-align:center;border:2px solid #ef3224;}
body.individual-post .share-container .social a {
	display:inline-block;
	margin:11px 7px 8px;

}
body.individual-post h4 { margin:18px 0 0; line-height:1;}
body.individual-post span.date { display:block; margin-bottom:16px;}
body.individual-post .big-thumbnail {
	display:block;
	width:100%;
	height:400px;
	background-color:#ccc;
	background-position:center;
	background-size:cover;
}
body.individual-post .content { margin-bottom:72px;}
body.individual-post p {
	text-align:left;
	font-size: 20px;
	line-height:28px;
}
body.individual-post p span {
	font-size: 20px !important;
	line-height:28px !important;
	text-transform: none !important;
  	font-family: 'DINNextLTPro-Regular', 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif !important;
 }

#private-dining {
	padding: 47px 0 92px;
}

#private-dining p { font-size:18px;line-height:28px;}
#private-dining p a { color:#F03123;}
#private-dining p a:hover { text-decoration: underline;}

#private-dining a.button{
	display:block;
	text-align:center;
	width:100%;
	max-width:370px;
	margin-bottom:0;
	padding-left:0px;
	padding-right:0px;
}
#private-dining a.button.top-button {
	display:inline-block;
  	margin:10px 15px 20px 15px;
	color:#fff;
	background:#ef3224;
}
#private-dining a.button.top-button:hover {
	background:#fff;
	color:#ef3224;
}
#private-dining a.button.gallery-button {
	display:inline-block;
  	margin:10px 15px 20px 15px;
	color:#fff;
	background:#ef3224;
	margin-bottom:0;
}

@media (max-width: 767px){
	#private-dining a.button.gallery-button {
		margin-right:0;
		margin-left:0;
	}

	#private-dining a.button.top-button {
		margin-right:0;
		margin-left:0;
	}
}

#private-dining a.button.gallery-button:hover {
	background:#fff;
	color:#ef3224;
}

#private-dining .button-holder{
	text-align:center;
	padding-left:40px;
	padding-right:40px;
}
#private-dining .breaker { margin:76px 0; }
#private-dining #tripleseat_embed_form table {
	margin:0 auto;
}
#private-dining #tripleseat_embed_form h2 {
	margin-bottom:4px;
}
#private-dining #tripleseat_embed_form input,#private-dining #tripleseat_embed_form textarea { padding:8px 10px 6px;}
#private-dining #tripleseat_embed_form input#lead_phone_number,
#private-dining #tripleseat_embed_form input#lead_event_date,
#private-dining #tripleseat_embed_form input#lead_start_time,
#private-dining #tripleseat_embed_form input#lead_end_time,
#private-dining #tripleseat_embed_form input#lead_guest_count  { width:193px; }
#private-dining #tripleseat_embed_form input#lead_event_date,
#private-dining #tripleseat_embed_form input#lead_start_time,
#private-dining #tripleseat_embed_form input#lead_end_time { padding-left:24px;}
#private-dining #tripleseat_embed_form input.button {
	text-decoration: none;
	text-transform: uppercase;
	display:inline-block;
	background:#fff;
	font-size:21px;
	line-height:1;
	padding:18px 70px 14px;
	color:#ef3224;
	border:2px solid #ef3224;
	font-family: 'DINNextLTPro-Medium';
}
#private-dining #tripleseat_embed_form input.button:hover {
	color:#fff;
	background:#ef3224;
}
#private-dining #tripleseat_embed_form td#lead_form_submit a {
	display:block;
	max-width:150px;
	float:right;
	text-align:right;
	padding-top:12px;
	color:#ef3224;
	line-height:18px;
	text-decoration: none;
}

@media only screen and (max-width: 40.062em) {
	#private-dining { padding-top: 22px; }
	#private-dining a.button.top-button { transform:none;-webkit-transform:none;margin-top:15px;}
	#private-dining #tripleseat_embed_form,#private-dining #tripleseat_embed_form table,#private-dining #tripleseat_embed_form tr { width:100%;overflow:hidden;}
	#private-dining #tripleseat_embed_form td,#private-dining #tripleseat_embed_form td input { max-width:120px;}
	#private-dining #tripleseat_embed_form input.button { padding-left:12px;padding-right:12px; }
	#private-dining #tripleseat_embed_form h1 {margin-top:0;}
}

/*
.alert {
	display:block;
	position:absolute;
	z-index:999999;
	height:100%;
	width:100%;
	background:rgba(0,0,0,.3);
}
.alert .wrap {
	display:block;
	width:100%;
	color:#ffffff;
	text-align:center;
    margin-top: 72px;
	z-index:999999;
	position:relative;
}
.alert .wrap .content {
	display:block;
	position:absolute;
	width:100%;
	z-index:9999999;
	padding:50px;
	top:40%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.alert .wrap .close {
	display:block;
	position:absolute;
	z-index:99999999;
	right:20px;
	top:20px;
	font-size:50px;
	cursor:pointer;
}
.alert .button { padding:18px 18px 14px; cursor:pointer; }*/
img#alert-bg {
	display:block;
	position:relative;
	z-index:2;
	margin-top:72px;
}
#alert {
	background: #fff;
	border-top: 1px solid #ee3224;
	color: #ee3224;
	font-size: 18px;
	font-family: 'DINNextLTPro-Medium';
}
#alert .row {
	max-width: 550px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#alert p {
	margin: 0;
	font-size: inherit;
	line-height: 1.5;
}
#alert .close {
	cursor: pointer;
	font-size: 40px;
	float: right;
	margin-left: 50px;
	font-family: serif;
}

@media screen and (max-width:1240px){
	.alert .wrap .content, img#alert-bg { width:300px; }
	.alert .wrap .close { right: auto; left:280px; }
}
@media screen and (max-width:720px){
	.alert .wrap .content { padding:20px; }
}


/*Blue Imp Gallery*/

  .image-thumbnail-container {
  	margin-left:2px;
  	margin-right:2px;
  	height:300px;
  	width:300px;
  	display:inline-block;
  	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
  }

  .simple-image-container {
    padding: 20px;
  }

  .simple-image-container img {
    display: block;
    max-width: 1000px;
    width: 100%;
    height: auto;
  }

  #custom-gallery {
    width:930px;
    margin: 30px auto;
    text-align:center;
  }

  #custom-gallery img {
    width: 300px;
    padding: 5px;
    float: left;
  }

 @media (max-width: 930px) {
    #custom-gallery {
      width: 620px;
    }
  }

  @media (max-width: 600px) {
    #custom-gallery {
      width: 100%;
    }

    #custom-gallery img {
      width: 100%;
    }
  }
