@charset "UTF-8";
/* CSS Document */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End CSS Reset */
/* Global Styles */
html, body {
	font-family:helvetica, arial, sans-serif;
	font-size:16px;
	height:100%;
}
#wrapper {
	width:100%;
	height:100%;
}
#border {
	box-sizing:border-box;
	border:5px solid rgba(255,100,0,1);
	width:100%;
	height:100%;
	position:fixed;
}
#content {
	width:100%;
	text-align:center;
	height:100%;
	position:relative;
	display:table;
}
.clearfix {
	clear:both;
}
/* Bars/Border */
.bar {
	background-color:rgba(255,100,0,1);
	position:fixed;
	z-index:999;
}
#barTop {
	top:0;
	left:0;
	right:0;
	height:5px;
}
#barRight {
	top:0;
	right:0;
	bottom:0;
	width:5px;
}
#barBottom {
	left:0;
	right:0;
	bottom:0;
	height:5px;
}
#barLeft {
	top:0;
	left:0;
	bottom:0;
	width:5px;
}
/* Loading */
#loading {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:50;
}
#loading img {
	width:400px;
	height:200px;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-120px;
	margin-left:-200px;
	-webkit-animation:intro 1s infinite;
	animation:intro 1s infinite;
	transition:all .2s;
}
@-webkit-keyframes intro {
	0%   {margin-top:-125px;}
	50%  {margin-top:-115px;}
	100% {margin-top:-125px;}
}
@keyframes intro {
	0%   {margin-top:-125px;}
	50%  {margin-top:-115px;}
	100% {margin-top:-125px;}
}
/* Nav */
.linkHolder {
	display:block;
	overflow:hidden;
}

.linkHolder.sameLine {
	display:inline-block;
	color:rgba(50,50,150,1);
	font-size:6vw;
}

nav.main {
	display:table-cell;
	vertical-align:middle;
	padding-top:40px;
	opacity:0;
	transition:all 1s;
	font-family:'Knockout 72 A', 'Knockout 72 B';
}
nav.main a {
	text-transform:uppercase;
	text-decoration:none;
	color:rgba(50,50,150,1);
	font-size:6vw;
}
nav.main a:hover {
	color:rgba(255,255,255,1);
}
.a {font-family:'Knockout 28 A', 'Knockout 28 B';}
.b {font-family:'Knockout 72 A', 'Knockout 72 B';}
.c {font-family:'Knockout 33 A', 'Knockout 33 B';}
.d {font-family:'Knockout 70 A', 'Knockout 70 B';}
/* Loaded Nav */
html.loaded nav.main {
	opacity:1;
}
html.loaded .linkHolder {
	padding-top:0;
}
/* Images */
#wavingFlag {
	position:absolute;
	top:75px;
	width:10%;
	left:45%;
}
#wavingFlag img {
	width:100%;
}
#logo {
	position:absolute;
	bottom:30px;
	width:22.5%;
	left:38.75%;
}
#logo img {
	width:100%;
}
/* Background */
#backgrounds {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:0;
}
.background {
	width:100%;
	height:100%;
	position:fixed;
	display:none;
	z-index:1;
}
.background:nth-child(1){background:url(img/backgrounds/1.jpg) no-repeat center center fixed;background-size:cover;}
.background:nth-child(2){background:url(img/backgrounds/2.jpg) no-repeat center center fixed;background-size:cover;}
.background:nth-child(3){background:url(img/backgrounds/3.jpg) no-repeat center center fixed;background-size:cover;}
.background:nth-child(4){background:url(img/backgrounds/4.jpg) no-repeat center center fixed;background-size:cover;}
.background:nth-child(5){background:url(img/backgrounds/5.jpg) no-repeat center center fixed;background-size:cover;}
.background:nth-child(6){background:url(img/backgrounds/6.jpg) no-repeat center center fixed;background-size:cover;}
.background:nth-child(7){background:url(img/backgrounds/7.jpg) no-repeat center center fixed;background-size:cover;}

#backgroundGradient {
	background:-moz-linear-gradient(top,rgba(255,245,80,1) 0%, rgba(200,235,255,1) 100%);
	background:-webkit-gradient(linear, left top,left bottom, color-stop(0%,rgba(255,245,80,1)), color-stop(100%,rgba(200,235,255,1)));
	background:-webkit-linear-gradient(top,rgba(255,245,80,1) 0%,rgba(200,235,255,1) 100%);
	background:-o-linear-gradient(top,rgba(255,245,80,1) 0%,rgba(200,235,255,1) 100%);
	background:-ms-linear-gradient(top,rgba(255,245,80,1) 0%,rgba(200,235,255,1) 100%);
	background:linear-gradient(to bottom,rgba(255,245,80,1) 0%,rgba(200,235,255,1) 100%);
	height:100%;
	width:100%;
	position:fixed;
	transition:all .2s;
	opacity:1;
	z-index:-1;
}
/* Tabs */
#tabs {
	z-index:2;
}
#tabTop {
}
.fish {
	position:fixed;
	top:35px;
	left:35px;
	width:60px;
	height:30px;
	z-index:2;
	display:none;
	transition:all .2s;
}
.fish:hover {
	-webkit-animation:bounce 1s infinite;
	animation:bounce 1s infinite;
	transition:all .2s;
}
@-webkit-keyframes bounce {
	0%   {margin-top:5px;}
	50%  {margin-top:-5px;}
	100% {margin-top:5px;}
}
@keyframes bounce {
	0%   {margin-top:5px;}
	50%  {margin-top:-5px;}
	100% {margin-top:5px;}
}
.tab {
	display:none;
	background-color:rgba(50,50,150,1);
	position:fixed;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	z-index:2;
}
.tabContent {
	width:60%;
	margin:auto;
	text-align:center;
	margin-top:100px;
	margin-bottom:125px;
}
#employment .tabContent {
	margin-bottom:75px;
}
#diga-me .tabContent {
	margin-bottom:75px;
	width:90%;
}
#catering .tabContent {
	margin-bottom:75px;
}
.title {
	font-size:6vw;
	margin-bottom:3vw;
	text-transform:uppercase;
	color:rgba(255,100,0,1);
}
.closeButton {
	width:35px;
	height:35px;
	position:fixed;
	top:30px;
	right:30px;
	z-index:5;
}
.backHome {
	position:fixed;
	top:45px;
	text-align:center;
	width:200px;
	left:50%;
	margin-left:-100px;
	text-transform:uppercase;
	font-size:16px;
	font-family:courier;
}
.backHome a {
	text-decoration:none;
	color:rgba(200,235,255,1);
	border-bottom:2px solid rgba(200,235,255,1);
	padding-bottom:2px;
}
/* Menu Tab */
.tabWrapper {
	overflow:auto;
	max-height:100%;
}
#innerMenu {
	text-align:center;
	position:fixed;
	bottom:5px;
	left:5px;
	right:5px;
	height:55px;
	line-height:48px;
	background-color:rgba(50,50,150,1);
}
.fader {
	background:linear-gradient(to top, rgba(50,50,150,1) 0%,rgba(50,50,150,0) 100%);
	display:none;
}
#innerMenu a {
	text-decoration:none;
	font-family:courier;
	text-transform:uppercase;
	margin-left:10px;
	margin-right:10px;
	color:rgba(255,245,80,1);
	border-bottom:2px solid rgba(255,245,80,1);
	font-size:15px;
	padding-bottom:2px;
}
a.downloadLink {
}
p.subtitle {
	font-size:2em;
	color:rgba(255,100,0,1);
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	margin-bottom:.75em;
	padding-top:1.25em;
}
p.subtitle:first-child {
	padding-top:1em;
}
p.standard {
	font-size:1.25em;
	color:#fff;
	line-height:1.35em;
	margin-bottom:20px;
}
p.standard.smaller {
	font-size:1em;
	line-height:1.35em;
	font-weight:300;
}
p.standard.smaller.description {
	margin-top:-20px;
}

span.smallNote {
	font-size:.6em;
}

p.standard.divider {
	border-bottom:1px solid rgba(255,255,255,.25);
	width:33.33%;
	margin:auto;
	margin-bottom:20px;
}
p.standard.subCategory {
	font-style:italic;
	color:rgba(200,235,255,1);
}
p.standard.subCategory.noSpace {
	margin-bottom:0;
}
p.standard.applyNow {
	width:450px;
	margin:auto;
	margin-bottom:20px;
	margin-top:30px;
	color:rgba(255,245,80,1);
	text-transform:uppercase;
	font-style:italic;
}
p.standard img {
	width:75%;
}
p.standard img.fullWidth {
	width:100%;
}
p.standard img.lockup {
	width:300px;
	height:auto;
}
p.standard img.lockup.small {
	width:200px;
	height:auto;
}
p.standard img.lockup.lastItem {
	margin-top:50px;
	margin-bottom:-30px;
}
p.standard img.lockup.about {
	margin-top:-5px;
	margin-bottom:20px;
}

p.standard img.chillada {
	width:55%;
	margin-bottom:20px;
	margin-top:60px;
}

ul.menuOptions {
	font-size:1em;
	line-height:1.35em;
	color:#fff;
	margin-top:-10px;
	margin-bottom:25px;
	font-weight:300;
}

.price {
	color:rgba(255,245,80,1);
	/*display:none;*/
}
.bold {
	font-weight:bold;
}
.allCaps {
	text-transform:uppercase;
}
.observation {
	font-size:14px;
	font-style:italic;
	padding-top:5px;
}
/* About */
p.about {
	font-size:2.4em;
	line-height:1.1em;
	color:#fff;
	margin-bottom:.75em;
}
p.about img {
	width:100%;
}
p.ourCooking {
	font-size:2vw;
	color:#fff;
	margin-bottom:20px;
	line-height:1.25em;
}
p.ourCooking.subCategory.noSpace {
	font-size:2vw;
	color:rgba(200,235,255,1);
	font-style:italic;
	margin-bottom:0;
	margin-top:1.5em;
}
/* Catering */
p.callout {
	font-size:1.5em;
	color:#fff;
	margin-bottom:1em;
	line-height:1.35em;
}
p.callout a {
	color:rgba(200,235,255,1);
	text-decoration:none;
	border-bottom:1px solid rgba(200,235,255,1);
	padding-bottom:1px;
}
p.callout.subCategory.noSpace {
    font-size:1.5em;
    margin-bottom:.5em;
    color:rgba(200,235,255,1);
}
p.callout.cateringNotice {
	margin-bottom:1.5em;
	color:rgba(200,235,255,1);
}
p.specialPrice {
	border:2px solid rgba(255,245,80,1);
	font-size:3vw;
	color:rgba(255,245,80,1);
	margin:auto;
	margin-bottom:35px;
	margin-top:30px;
	padding:10px;
	width:20vw;
}
p.specialNotice {
	color:#fff;
	background-color:rgba(255,100,0,1);
	padding:10px;
	display:inline-block;
	margin-bottom:50px;
}
#cateringForm {
    width:450px;
    margin:auto;
    height:670px;
}
#cateringFrame {
	width:450px;
	height:670px;
}
#cateringOrder {
}
.cateringShape,
.cateringType {
	width:150px;
	height:150px;
	position:fixed;
	bottom:40px;
	left:40px;
}
.cateringShape {
	-webkit-animation:spin 7s linear infinite;
	animation:spin 7s linear infinite;
}
@-webkit-keyframes spin {
	0%   {transform:rotate(0deg);}
	100% {transform:rotate(360deg);}
}
@keyframes spin {
	0%   {transform:rotate(0deg);}
	100% {transform:rotate(360deg);}
}
/* Diga-Me */
#envelope {
	margin:auto;
	width:700px;
	height:375px;
	position:relative;
	background-color:#fffdeb;
}
img.lines {
	position:absolute;
	bottom:20px;
	right:20px;
	height:18px;
	width:330px;
}
img.stamp {
	position:absolute;
	width:110px;
	height:75px;
	top:20px;
	right:20px;
}
#socialMedia {
	width:700px;
	margin:auto;
	margin-top:60px;
}
.socialMediaItem:first-child {
	border-top:1px solid rgba(255,255,255,.25);
}
a.socialMediaItem {
	font-size:1.5em;
	color:#fff;
	border-bottom:1px solid rgba(255,255,255,.25);
	height:50px;
	line-height:50px;
	display:block;
	text-decoration:none;
	transition:all .2s;
}
a.socialMediaItem img {
	float:left;
	height:30px;
	width:30px;
	margin-top:10px;
	transition:all .2s;
}
a.socialMediaItem:hover {
	color:rgba(255,245,80,1);
}
a.socialMediaItem:hover img {
	margin-left:10px;
}
div.socialMediaItem {
	font-size:1.5em;
	color:#fff;
	border-bottom:1px solid rgba(255,255,255,.25);
	height:50px;
	line-height:50px;
	display:block;
	text-decoration:none;
}
div.socialMediaItem img {
	float:left;
	height:30px;
	width:30px;
	margin-top:10px;
}
a.yelpLink {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid rgba(255,255,255,.5);
	vertical-align:top;
	font-size:.75em;
	padding-bottom:2px;
	font-weight:300;
}
/* Diga-me Form */
#diga-meForm {
	position:absolute;
	left:30px;
	top:30px;
	height:325px;
	width:400px;
	overflow:hidden;
}
/* Employment Form */
#employmentForm {
	width:450px;
	height:575px;
	margin:auto;
	overflow:hidden;
}
#employmentFrame {
	width:450px;
	height:575px;
	overflow:hidden;
}
.employmentCallout {
	text-align:center;
	display:inline-block;
	font-size:20px;
	background-color:rgba(255,245,80,1);
	color:rgba(50,50,150,1);
	margin-bottom:40px;
    text-transform:uppercase;
    font-weight:900;
    padding:8px;
}
/* Map */
#googleMap {
	position:fixed !important;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	z-index:0;
}
div.profile-photo {
	display:none;
}
#locations .title,
#locations .backHome,
#locations .fish {
	display:none !important;
}
#allLocations {
	position:fixed;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background-color:rgba(50,50,150,.8);
	width:calc(100% - 10px);
	height:calc(100% - 10px);
	display:none;
	z-index:5;
}
#allLocations.open {
	display:table;
}
.locationWrapper {
	display:table-cell;
	vertical-align:middle;
}
.locationClose {
	position:fixed;
	top:30px;
	right:30px;
	z-index:6;
	width:35px;
	height:35px;
	cursor:pointer;
}
div#locationInnerWrapper {
	display:block;
	margin:auto;
	color:rgba(255,100,0,1);
}
.locationsColumn {
	width:880px;
	margin:auto;
	margin-top:30px;
}
.locationsColumnTitle {
	font-size:22px;
	font-weight:bold;
	border-bottom:1px solid rgba(255,100,0,1);
	padding-bottom:10px;
}
p.singleLocation {
	font-size:16px;
	margin-top:15px;
	color:#fff;
	line-height:1.4em;
	float:left;
	margin-right:10px;
	margin-left:10px;
	width:200px;
}
.locationTitle {
	display:block;
	color:rgba(255,245,80,1);
}
span.hours {
	display:block;
	margin-top:5px;
	font-family:courier, monospace;
}
a.viewMap {
	color:#fff;
	text-decoration:none;
}
.locationOpen {
	position:fixed;
	bottom:5px;
	left:5px;
	right:5px;
	background-color:rgba(50,50,150,.9);
	z-index:5;
	height:60px;
	line-height:60px;
	width:auto;
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
	transition:all .3s;
}
.viewLocation {
	margin-bottom:40px;
	color:#fff;
	background-color:rgba(50,50,150,1);
	padding:10px;
	width:300px;
	margin:auto;
	position:fixed;
	top:30px;
	left:50%;
	margin-left:-150px;
}
.locationOpen.open {
	bottom:-65px;
}
/* Google Maps */
/* Info windows */
.gm-style-iw {
	line-height:1.25em;
	font-family:helvetica, arial, sans-serif;
}
/* Landscape Notice */
#landscapeNotice {
	display:none;
}
/* Secret Tuesday Button */
.tuesdayButton {
	position:fixed;
	width:160px;
	height:160px;
	z-index:1;
	margin-top:-80px;
	margin-left:-80px;
	cursor:pointer;
}
.deal {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(50,50,150,.9);
	text-align:center;
	color:#fff;
	width:100%;
	height:100%;
	font-size:45px;
	line-height:1.25em;
}
.deal a {
	display:inline-block;
	color:#fff;
	height:50px;
	line-height:50px;
	width:250px;
	border:1px solid #fff;
	text-decoration:none;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
	font-size:20px;
}
.storeLinks {
	margin-top:50px;
}
.deal a:hover {
	background-color:rgba(255,255,255,.25);
}
.dealWrapper {
	display:table-cell;
	vertical-align:middle;
}
.greeting {
	display:block;
	color:rgba(255,100,0,1);
	margin-bottom:20px;
	text-transform:uppercase;
}
.condition {
	font-size:16px;
	line-height:24px;
	width:90%;
	margin:auto;
	margin-top:20px;
	color:rgba(200,235,255,1);
}
.closeDealButton {
	width:35px;
	height:35px;
	position:fixed;
	top:30px;
	right:30px;
	z-index:5;
	cursor:pointer;
}

/* Scrolling Message */

#scrollingHolder {
	position:fixed;
	height:40px;
	background:transparent;
	left:5px;
	right:5px;
	top:5px;
	border-bottom:1px solid rgba(255,100,0,1);
	overflow:hidden;
	opacity:0;
	transition:opacity 1s;
}

html.loaded #scrollingHolder {
	opacity:1;
}

#scrollingContent {
	height:40px;
	line-height:40px;
	padding-left:15px;
	white-space:nowrap;
	margin-left:-2000px;
	margin-left:100%;
	-webkit-animation:scrollText 30s linear infinite;
	animation:scrollText 30s linear infinite;
	-webkit-animation-play-state:paused;
	animation-play-state:paused;
}

html.loaded #scrollingContent {
	-webkit-animation-play-state:running;
	animation-play-state:running;
}

@-webkit-keyframes scrollText {
	0% { margin-left:100%; }
	100% { margin-left:-2000px;	}
}

@keyframes scrollText {
	0% { margin-left:100%; }
	100% { margin-left:-2000px;	}
}

.scrollingMessage:nth-child(odd) {
	color:rgba(50,50,150,1);
	padding-left:15px;
	padding-right:15px;
}

.scrollingMessage:nth-child(even) {
	color:rgba(255,100,0,1);
	padding-left:15px;
	padding-right:15px;
}

/* Media Queries */
/* 800px */
@media all and (max-device-width: 800px) {
	/* Homepage */
	#wavingFlag {
		width:20%;
		left:40%;
	}
	#logo {
		width:40%;
		left:30%;
	}
	nav.main a {
		font-size:9.5vw;
	}
	.background {
		display:none !important;
	}
	/* Locations Page */
	.locationWrapper {
		vertical-align:middle;
		display:block;
		width:100%;
		margin:auto;
		height:100%;
		margin-top:90px;
		overflow:scroll;
		border-top:1px solid #fff;
	}
	#locationInnerWrapper {
		width:80%;
		padding-bottom:120px;
	}
	.locationsColumn {
		width:45%;
		margin-left:2.5%;
		margin-right:2.5%;
		float:left;
	}
	.mobileClearfix {
		clear:both;
	}
	p.singleLocation {
		width:80%;
		margin:auto;
		margin-top:20px;
		float:none;
		font-size:14px;
		line-height:19px;
	}
	/* Menu */
	p.standard img {
		width:100%;
	}
	#menus .tabContent {
		width:75%;
	}
	/* Catering */
	.cateringShape,
	.cateringType {
	    width:100px;
		height:100px;
		bottom:25px;
		left:25px;
	}
	/* About */
	#about .tabContent {
		width:80%;
	}
	p.about {
	    font-size:1.75em;
		line-height:1.3em;
		color:#fff;
		margin-bottom:.75em;
	}
	p.ourCooking {
	    font-size:2.5vw;
	    color:#fff;
	    margin-bottom:20px;
	    line-height:1.35em;
	}
	p.ourCooking.subCategory.noSpace {
		font-size:2.5vw;
	}
	/* Diga-me */
	#envelope {
		width:100%;
		height:415px;
	}
	img.lines {
		left:10px;
	}
	img.stamp {
		width:80px;
		height:55px;
	}
	#socialMedia {
		width:100%;
	}
	#employment .tabContent {
		width:75%;
	}
	/* Secret Tuesday Button */
	.deal {
		font-size:5vw;
		line-height:1.3em;
	}
	.storeLinks {
		margin-top:20px;
	}
	.deal a {
	    margin-bottom:15px;
		font-size:18px;
		height:45px;
		line-height:45px;
		width:220px;
	}
	.greeting {
		font-size:7.5vw;
		line-height:1.2em;
	}
	/* Drinks */
	#drinks .tabContent {
	    width:80%;
	}
	p.standard img.chillada {
		width:80%;
	}
	span.mobileBreak {
		display:block;
	}
}
/* Landscape Notice */
@media only screen and (max-width: 700px) and (orientation: landscape) {
	/* Landscape Notice */
	#landscapeNotice {
		display:block;
		position:fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		z-index:99;
	}
	#landscapeTextHolder {
		display:table;
		height:100%;
		width:100%;
	}
	#landscapeText {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		font-family:'Knockout 28 A', 'Knockout 28 B';
		text-transform:uppercase;
		font-size:7vw;
		color:rgba(50,50,150,1);
	}
	#wrapper {
		display:none;
	}
}
/* 600px */
@media all and (max-device-width: 600px) {
	/* Loading */
	#loading img {
		width:250px;
		height:125px;
		position:fixed;
		top:53.5%;
		left:50%;
		margin-left:-125px;
		-webkit-animation:intro 1s infinite;
		animation:intro 1s infinite;
		transition:all .2s;
	}
	/* Homepage */
	#wavingFlag {
		width:30%;
		left:35%;
	}
	#logo {
		width:60%;
		left:20%;
	}
	nav.main a {
		font-size:12vw;
	}
	.linkHolder.sameLine {
		font-size:12vw;
	}
	.title {
		font-size:11vw;
	}
	/* Global */
	.closeButton,
	.locationClose {
		width:30px;
		height:30px;
		top:25px;
		right:25px;
	}
	.fish {
		top:25px;
		left:20px;
	}
	/* Locations */
	.locationOpen {
		font-size:12px;
	}
	.viewLocation {
	    top: 24px;
	    width: calc(100% - 120px);
		left: 25px;
	    margin-left: 0;
	    font-size: 12px;
	}
	.locationsColumn {
		width:100%;
	}
	/* Menu */
	#menus .tabContent {
		width:90%;
		margin-bottom:75px;
	}
	p.standard img.lockup {
		width:200px;
	}
	p.standard {
		font-size:1em;
	}
	p.standard.smaller {
		font-size:.8em;
	}

	#innerMenu {
		display:none;
	}
	/* Catering */
	.cateringShape {
		display:none;
	}
	.cateringType {
		display:none;
	}
	#catering .tabContent {
		width:85%;
	}
	#cateringForm {
		width:100%;
		margin:auto;
		height:670px;
	}
	#cateringFrame {
		width:100%;
		height:670px;
	}
	p.specialPrice {
		font-size:6vw;
		width:35vw;
	}
	p.callout {
		font-size:1.25em;
	}
	span.observation {
		line-height:18px;
		display:block;
		margin-top:5px;
	}
	/* About */
	p.standard img.lockup.about {
		margin-bottom:0;
		margin-top:10px;
	}
	p.about {
		font-size:1.4em;
	}
	p.ourCooking {
		font-size:5vw;
	}
	p.ourCooking.subCategory.noSpace {
		font-size:5vw;
	}
	p.standard img.lockup.lastItem {
		margin-top:30px;
		margin-bottom:-60px;
	}
	p.subtitle {
		font-size:1.5em;
	}
	/* Employment */
	#employment .tabContent {
		width:85%;
	}
	p.standard.applyNow {
		width:100%;
	}
	#employmentForm {
		width:100%;
	}
	#employmentFrame {
		width:100%;
	}
	/* Diga-me */
	#diga-meForm {
		width:90%;
		width:calc(100% - 60px);
	}
	img.stamp {
		display:none;
	}
	img.lines {
		display:none;
	}
	#envelope {
		height:375px;
		margin-top:30px;
	}
}
/* Colors
Blue: 200,235,255,1
Orange: 255,100,0,1
Purple: 50,50,150,1
Yellow: 255,245,80,1
*/