/* ==========================================================================
   Fluid Studios defaults
   ========================================================================== */
html,body {
	background:#fff;
	background:url(../img/main-background.jpg) fixed;
	color:#333;
	font-family: 'Lato', sans-serif;
	/*font-family: 'Cabin Sketch', cursive;
	font-family: 'Amatic SC', cursive;*/
}
/* ALIGNMENT */
.text-left {text-align:left;}
.text-right {text-align:right;}
.text-center {text-align:center;}
.clear {clear:both; height: 1px;}
.clear-cms {display: none;}
/* CMS */
.control-panel {
	z-index:9999;
	width:170px;
	min-height:100px;
	border-radius:10px;
	background:#fff;
	position:fixed;
	top:100px;
	border:solid 1px #2a9bab;
	right:-140px;
	overflow:hidden;
	padding:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
}
.control-panel img {
	margin:2px;
}
.control-panel a {
	float:right;
}
.gallery * {
	transition: none;
}
/* DIVS */
.row {margin-bottom:10px;}
.pad {padding:20px;}
.max-width, .limiter {max-width:1000px; margin:0 auto;}
main, article, aside, header, footer {display:block;}
/* FONTS */
.mark, .highlight {color:#F00; background:none;}
.white {color:#FFF}
.black {color:#000;}
h1 {font-size:50px; font-weight:normal; font-family: 'Amatic SC', cursive;}
h2 {font-size:16px; line-height:18px; font-weight:normal;}
h3 {}
h4 {}
h5 {}
/* FORMS */
.req {color: #F00;}
.btn-inverse {color:#ccc;}
.span1.add-on {
	margin-left: -1px;
	float: none;
	width: 8.547008547008547%;
}
form {
	margin:0
}
.btn {
	background: #fff;
	border:solid 1px #ccc;
	box-shadow:none;
}
/* LINKS */
.clickable {cursor:pointer;}
a {text-decoration:none; transition:0.4s}
a:link, a:visited {color:#555;}
a:hover, a:active {color:#dd3744; text-decoration:none;}
.font-small {font-size: 10px;}
.font-standard {font-size: 11px;}
.font-large {font-size: 14px;}
.font-xlarge {font-size: 18px;}

/* ==========================================================================
   div styles - modern desktops
   ========================================================================== */

/* ===== HEADER ===== */
#cookie-bar {
	height:auto !important;
}
#header-top {
	background:#000;
	color:#fff;
	line-height:30px;
}
#header-main {
	line-height:25px;
	font-family: 'Cabin Sketch', cursive;
	font-size:12px;
}

#header-main aside {
	line-height:40px;
	text-align:right;
	font-weight:700;
}

#header-info {
	line-height:20px;
	text-align:right;
} 
#header-social {
	padding:5px 0;
	text-align:right;
} 

/* ===== SEARCH ===== */
.search-btn {
	height: 30px !important;
}
.search {
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #999;
	margin: 20px auto;
}
.search header {
	cursor: pointer;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}
.search header:hover,
.search header:focus,
.search header:active,
.search span.clickable:hover,
.search span.clickable:focus,
.search span.clickable:active {
	color: #07c;
}
.search-content {
	line-height: 18px;
	max-height: 54px;
	overflow: hidden;
}

/* ===== MENU ===== */
.navbar {
	margin-bottom:0;
}

.navbar-inner {
	background:none;
	border:none;
	box-shadow:none;
	padding:0;
}

/* left or right align menu */
.navbar .nav {
	float:left;
	margin:0;
}
/* change menu highglight (top level) */
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {  
	background:none;
	box-shadow:none;
	color:#000;
}
.navbar .nav > li > a {
	text-shadow:none;
	font-size:14px;
	color:#363636;
	padding:10px;
}

.navbar .nav > li > a:hover {
	color:#dd3744;
}

.navbar .nav > li:first-child > a {
	padding-left:0;
}

.navbar .nav > li:last-child > a {
	padding-right:0;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background:none;
	color:#000;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-submenu:focus > a,
.dropdown-submenu:hover > a {
	background:#dd3744;
}

.menu-left {
	color:#666;
	float:left;
	padding-right:8px;
	padding-top:2px;
	font-size:12px;
	line-height:14px;
	color:#999;
	text-shadow:none;
}
.menu-right {float:right}

/* ===== BANNER ===== */
.banner-wrap {
	background:none;
	padding:0;
	padding-bottom:20px;
	margin-bottom:0;
}
.banner {
	width: 100%;
	position:relative;
	overflow: visible;	
	padding:0;
}

.banner-line {
	background:url(/img/header-underline-full.png);
	height:10px;
}

.banner-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}
.banner-text-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
}
.banner-text {
	font-family: 'Amatic SC', cursive;
	font-size:70px;
	line-height:90px;
	padding:100px 0;
	visibility:hidden;
	font-weight:400;
}

.banner-text h1 {
	background:rgba(0,0,0,0.7);
	color:#fff;
	margin:10% auto 20px auto;
	padding:20px;
	display:table;
}
.banner-text h2 {
	background:rgba(0,0,0,0.7);
	color:#fff;
	margin:0 auto;
	padding:20px;
	display:table;
}
.general-banner {
}
.general-banner img {
	width: 100%;
}
#banner-home {
}
.mobile-banner {
	display:none;
}
/* ===== CONTENT ===== */
.content1 {
	padding:30px 0;
}
.content2 {
	padding:30px 0;
	background:#000;
	color:#fff;
}
.content3 {
	padding:30px 0;
}
.general-content1 {
	padding:30px 0;
	min-height:560px;
}
.general-content2 {
	padding:30px 0;
}

/* ===== FOOTER ===== */
footer {
	background:	none;
	font-size:12px;
}
#footer-tagline {
	padding:20px;
}
.footer-main {
	padding:20px;
	line-height:40px;
	font-size:14px;
}
.footer-main h1 {
	font-size:14px;
	line-height:40px;
	margin:0;
}
address {
	padding:20px 0;
	margin-bottom:0;
	line-height:22px;
	color:#000;
}
.share-this {
	text-align:right;
}


/* ===== COPYRIGHT ===== */
.top-link {
	float:right;
}
.copy {
	background:none;
	color:#333;
	padding:0;
	line-height:30px;
}
.a2a_kit {
    float: right;
    margin: 4px 0;
    margin-left: 10px;
}

.footer-copy,
.footer-rights,
.footer-link {
	float:left;
	margin-right:10px;
}

/* FIXES */

.wickedpicker {
	z-index: 9999;
}

.input-append {
	width: 100%;
}

.logo {
	text-align:center;
	padding:20px 0;
}

.logo .container-fluid {
	position:relative;
}

.header-opening {
	position:absolute;
	top:0;
	right:10px;
	font-size: 30px;
	line-height:36px;
	text-align:right;
    font-weight: 100;
    font-family: 'Amatic SC', cursive;
}

.index-images img {
	width:15%;
	display:inline-block;
}

.index-images img:hover {
	transform:rotate(0)
}

.index-images-1,
.index-images-3,
.index-images-5 {
	transform:rotate(-5deg);
	margin-right:20px;
}

.index-images-2,
.index-images-4 {
	transform:rotate(5deg);
	margin-right:10px;
}

.testimonial-wrap {
	text-align:center;
	padding:20px 0;
}

.testimonial-wrap h1 {
	text-transform:uppercase;
}

.testimonial-wrap h1:after {
	content:url(../img/header-underline.png);
}

.testimonial-bg {
	position:relative;
}

.testimonial-main {
	font-family: 'Cabin Sketch', cursive;
	position:absolute;
	top:40px;
	left:25px;
	right:25px;
	bottom:40px;
	font-size:10px;
	line-height:20px;
	font-weight:700;
}

.testimonial-quote {
	font-size:20px;
}

/*
RESERVATION BOX
===================================================================== */

.reservation-box {

}

.index-reservation-wrap {
	background:url(../img/wood-background.jpg) fixed;
	position:relative;
	z-index:9;
}

.index-reservation-main article {}
	
.reservations-header {
	font-family: 'Amatic SC', cursive;
    font-size: 50px;
    line-height: 70px;
}

.reservation-box input,
.reservation-box select {
	margin:5px 0;
	width:100%;
	box-sizing:border-box;
	height:30px;
}
.reservation-box .control-group {
	margin-bottom:0;
}

.reservation-box i:before {
	padding:10px 0;
}

.reservation-box {
	background:#fff;
	padding:40px;
	width:70%;
    margin: 0 auto;
	
}

.index-about-wrap {
	padding:20px 0;
}

.index-about article {
	padding:10px 0;
}

.index-about h1 {
	font-size:40px;
}

.index-about > .row-fluid {
	text-align:left;
	padding:20px 0;
	font-family: 'Cabin Sketch', cursive;
	font-size:14px;
	line-height:26px;
}

.index-about article img {
	margin-top:20px;
}

.side-tab {
	position:fixed;
	left:-10px;
	top:20%;
}

.side-tab:hover {
	left:0;
}

.social-tab {
	position:fixed;
	right:10px;
	top:20%;
}

.social-tab img {
	margin:2px 0;
}

.social-tab a:hover {
	opacity:0.7;
}

.banner-text.fadeInRight {
	transition:3s;
}

.index-images img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.index-images img:hover {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

.tomo-red {
	color:#dd3744;
}

.tomo-red-sketch {
	color: #dd3744;
    font-family: 'Cabin Sketch', cursive;
	font-size:16px;
}

.page-intro {
    font-size: 23px;
    line-height: 34px;
    font-weight: normal;
    color: #dd3744;
    font-family: 'Cabin Sketch', cursive;
	padding:20px 0;
}

.page-intro .banner-line:first-child {
	margin-bottom:10px;
}

.page-intro .banner-line:last-child {
	margin-top:10px;
}

.menu {
	margin-bottom:20px;
}

.menu > div > .row-fluid {
    border-bottom: solid 1px rgba(221,55,68,0.3);
	padding:10px 0;
}

.menu-price {
	text-align:right;
}

.menu .row-fluid:last-child {
	border-bottom:none;
}

.menu .row-fluid div:first-child {
	text-align:left;
}

.our-menu-wrap h2 {
	font-size:22px;
}

.menu img {
	margin-bottom:20px;
}

.our-menu-right {
	text-align:right;
}

.staff-profile {
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
    font-family: 'Cabin Sketch', cursive;
	padding:20px 0;
}

ul.menu-links {
	margin:0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom:20px;
}

ul.menu-links li {
	float:left;
	list-style:none;
	padding:10px;
	color: #dd3744;
    font-family: 'Cabin Sketch', cursive;
	font-size:18px;
	background: url(../img/header-underline-full.png) bottom no-repeat;
}

.specials {
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
    font-family: 'Cabin Sketch', cursive;
	padding:30px 0;
	text-align:center;
}

.specials .span7 {
	padding:40px 0;
}

.review-bg {
	position:relative;
}

.review-main {
	font-family: 'Cabin Sketch', cursive;
	position:absolute;
	top:40px;
	left:20px;
	right:20px;
	bottom:40px;
	font-size:20px;
	line-height:26px;
	text-align:center;
	font-weight:700;
}

.review {
	display:table;
    font-family: 'Cabin Sketch', cursive;
    font-size: 20px;
    margin: 20px 0;
    line-height: 26px;
    text-align: center;
    font-weight: 700;
}

.review-quote-left {
	display:table-cell;
	width:5%;
	vertical-align:middle;
	font-size:40px;
    color: #dd3744;
}

.review-text {
	display:table-cell;
	width:90%;
	vertical-align:middle;
}

.review-text:hover {
	color: #dd3744;
}

.review-quote-right {
	display:table-cell;
	width:5%;
	vertical-align:middle;
	font-size:40px;
    color: #dd3744;
}

.awards {
	display:table;
	table-layout:fixed;
	width:100%;
	margin-top:20px;
}

.awards > div {
	display:table-cell;
	width:auto;
	vertical-align:middle;
}

.awards > div > div > div {
	margin:0 auto !important;
}

/* ==========================================================================
   CMS styles
   ========================================================================== */

/* ===== BLOG PAGE ===== */

.blog {
	margin-bottom:20px;
}
#blog-menu {
	background:#eeeeee;
	padding:20px;
	color:#fff;
	margin-top: 10px;
}

.blog-post-preview {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #eee;
}
.blog-post-preview:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.blog-post-preview header,
.blog header {
	padding: 0;
	margin : 0 0 10px 0;
	background:none;
	font-size:20px;
	font-weight:700;
}
.blog-post-preview-img {
	width: 25%;
	float: left;
}
.blog-post-preview-content {
	width: 72%;
	float: right;
}
.blog-post-preview-content img {
	display:none;
}
.blog-post-content {
	height: 40px;
	line-height: 18px;
	overflow: hidden;
}
.blog-post-more {
	float: right;
	background: #eee;
	color:#555;
	border-radius: 1px;
	padding: 5px 10px;
	margin-top: 20px;
}
.blog-post-preview a:link, .blog-post-preview a:visited {
	color:#555;
}

.blog-post-preview a:hover, .blog-post-preview a:active {
	color:#555;
}
.blog-year-title {

	padding: 5% 0;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	color:#000;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}
.blog-month-title {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color:#000;
	margin: 5px 0;
}
.blog-cloud {
	width: 90%;
	padding: 5%;
	margin-top: 5%;
	border-radius: 2px;
	background: #000;
}
.blog-cloud a:link, .blog-cloud a:visited {color:#fff !important; text-decoration:none;}
.blog-cloud a:hover, .blog-cloud a:active {color:#000 !important; text-decoration:none;}
.blog-wc-smallest {font-size: 0.6em; padding: 3px;}
.blog-wc-small {font-size: 0.8em; padding: 3px;}
.blog-wc-medium {font-size: 1em; padding: 3px;}
.blog-wc-large {font-size: 1.2em; padding: 5px;}
.blog-wc-largest {font-size: 1.4em; padding: 5px;}
.blog-post-date {
	font-size: 14px;
	float: right;
}

#blog-search {
	margin-bottom:0;
}

.grey {
	color:#8f8f8f;
}
.blog-social .a2a_kit {
    float: left;
    margin: 10px 0;
}

/* ===== CONTACT PAGE ===== */

#contact-msg {
	margin-bottom: 10px;
	display: none;
}
#contact-form {
	margin-bottom: 10px;
}

.contact article {
	padding:20px;
}

.contact aside {
	padding:20px;
}

.map-cover {
	position:relative;
	padding:20px 0;
}

.map-absolute {
	position:absolute;
	width:100%;
	top:0;
	bottom:0;
}

/* ===== GALLERY ===== */

#galleria {
	width: 100%;
	height: auto;
}

.statement {
	background:#eee;
	font-size:24px;
	line-height:36px;
	padding:40px;
	text-align:center;
}

/* ===== GENERAL ===== */
.statement > div {
	width: 80%;
	padding: 10%;
}

/* ==========================================================================
   RESPONSIVE OVERRIDES
   ========================================================================== */

/* iPads (landscape) 768x1024 ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
  
}

/* iPads (portrait) 768x1024 ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
  
}
/* Large desktop */
@media (min-width: 1400px) {

}
/* Standard desktop */
@media (min-width: 1200px) and (max-width: 1400px) {

}
/* Small desktop */
@media (min-width: 980px) and (max-width: 1199px) {

	.banner-text {
		font-size: 60px;
		line-height: 80px;
		padding: 100px 0;
		visibility: hidden;
		font-weight: 400;
	}
	
	.index-images img {
		width: 14.5%;
		display: inline-block;
	}
	
	.testimonial-main {
		top: 30px;
		left: 20px;
		right: 20px;
		bottom: 30px;
	}
	
	.side-tab {
		display:none;
	}
	
	.page-intro,
	.staff-profile {
		font-size: 20px;
		line-height: 30px;
	}
	
	.review {
		font-size:16px;
		line-height:22px;
	}

}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
	.banner-text h1 {
	  margin: 2.5% auto 10px auto;
	  font-size:22px;
	}
	.navbar .btn-navbar {
		width:100%;
		color:#000;
		margin-left:0;
		background: none;
		border: none;
		filter: none;
		box-shadow: none;
	}
	.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
		color: #000;
		background: none;
	}
	.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
		background: none;
		color:#000;
	}
	.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
		background:none;
		color:#000;
	}
	.navbar-inner {
		background:none;
		border:none;
		box-shadow:none;
	}
	.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
		background:none;
		color:#000;
		box-shadow:none;
	}
	.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
		background:none;
		color:#000;
	}
	
	.banner-text {
		font-size: 50px;
		line-height: 70px;
	}
	
	.index-images img {
		width:14%
	}
	
	.testimonial-main {
		top: 20px;
		left: 10px;
		right: 10px;
		bottom: 20px;
		font-size: 10px;
		line-height: 14px;
	}
	
	.index-about > .row-fluid {
		font-size: 12px;
		line-height: 20px;
	}
	
	.index-about article img {
		margin-top: 10px;
	}
	
	#header-main article,
	#header-main aside {
		width:100%;
		text-align:center;
	}
	
	.navbar .nav > li > a {
		text-align:left;
	}
	
	.side-tab,
	.testimonial-wrap {
		display:none;
	}
	
	.index-images {
		margin:20px 0;
	}
	
	.reservation-box {
		padding: 20px 40px;
		width: 100%;
		box-sizing:border-box;
	}
	
	ul.dropdown-menu {
		text-align:left;
	}
	
	.page-intro,
	.staff-profile,
	.specials {
		font-size: 20px;
		line-height: 30px;
	}
	
	.review {
		font-size:16px;
		line-height:22px;
	}
	
	.header-opening {
		font-size: 26px;
		line-height: 32px;
	}
	
	.menu-price,
	.our-menu-right {
		font-size:12px;
	}

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
	body, html {
		margin:0;
		padding:0;
	}
	header, header div, header article, header aside, header .text-right {
		text-align:center;
	}
	#header-top {
		padding:10px 20px;
		box-sizing:border-box;
	}
	.banner-text h1 {
	  margin: 2.5% auto 10px auto;
	  font-size:18px;
	  line-height:18px;
	  padding:10px;
	}
	.banner-text h2 {
	  margin: 0 auto;
	  font-size:14px;
	  line-height:14px;
	  padding:10px;
	}
	.navbar .btn-navbar {
		width:100%;
		color:#000;
		margin-left:0;
		background: none;
		border: none;
		filter: none;
		box-shadow: none;
	}
	.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
		color: #000;
		background: none;
	}
	.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
		background: none;
		color:#000;
	}
	.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
		background:none;
		color:#000;
	}
	.navbar-inner {
		background:none;
		border:none;
		box-shadow:none;
	}
	.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
		background:none;
		color:#000;
		box-shadow:none;
	}
	.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
		background:none;
		color:#000;
	}
	
	address, .copy {
		text-align:center;
		line-height:20px;
	}
	address {
		padding-bottom:0;
	}
	.top-link {
		float:none;
	}
	#blog-menu input {
		width:75%;
	}
	#blogs {
		width: 65%;
		float: left;
		padding-right: 5%;
	}
	#blog-menu {
		width: 35%;
		float: left;
	}
	.content1, .content2, .content3, .general-content1, .general-content2{
		padding:20px;
		box-sizing:border-box;
	}
	footer, footer div, footer article, footer aside, footer .text-right, .share-this {
		text-align:center;
	}
	.copy {
		padding:10px 20px;
		box-sizing:border-box;
	}
	
	#header-main article,
	#header-main aside {
		width:100%;
		text-align:center;
	}
	
	.navbar .nav > li > a {
		text-align:left;
	}
	
	.reservation-box form .span1 {
		width:10%;
		float:left;
	}
	
	.reservation-box form .span11 {
		width:90%;
		float:left;
	}
	
	.index-about > .row-fluid {
		padding: 10px;
		box-sizing: border-box;
	}
	
	.index-about article img {
		margin: 10px 0;
	}
	
	.testimonial-wrap h1:after {
		content: '';
	}
	
	.footer-copy,
	.footer-rights,
	.footer-link {
		float:none;
		text-align:center;
		margin-right:0;
	}
	
	.logo div {
		text-align:left;
	}
	
	.header-opening {
		font-size: 26px;
		line-height: 32px;
		text-align: right !important;
	}
	
	.side-tab,
	.testimonial-wrap,
	.index-images {
		display:none;
	}
	
	.reservation-box img {
		display:none;
	}
	
	.reservation-box {
		background:#ebebea !important;
	    padding: 20px;
	    width: 80%;
	}
	
	.index-about-wrap {
		padding:20px;
	}
	
	.banner-wrap {
		padding-bottom:220px;
	}
	
	.navbar .nav > li:first-child > a {
		padding-left: 10px;
	}
	
	.dropdown-menu {
		text-align:left;
	}
	
	.page-intro,
	.staff-profile,
	.specials {
		font-size: 20px;
		line-height: 30px;
	}
	
	.review {
		font-size:16px;
		line-height:22px;
	}
	
	.menu-price,
	.our-menu-right {
		font-size:12px;
	}

	.staff-profile .span3 {
		text-align:center;
		margin-bottom:20px;
	}
	
	.award-imgs .span4 {
		width:30%;
		float:left;
		margin:0 6px;
	}
	
	.specials .span7 {
		padding-top:0;
	}
	
	ul.menu-links {
		display:none;
	}
	
	.menu .span9 {
		width:70%;
		float:left;
	}
	
	.menu .span3 {
		width:30%;
		float:left;
	}
	
	.menu .span8 {
		width:60%;
		float:left;
	}
	
	.menu .span6 {
		width:40%;
		float:left;
	}
	
	.menu .span2 {
		width:20%;
		float:left;
	}
	
	.our-menu-right {
		width:20% !important;
		float:left !important;
	}
	
	.menu-header .span8 {
		width:60% !important;
		float:left !important;
	}
	
	.menu .span2.offset2 {
		width: 40%;
		float: left;
	}

}

/* Landscape phones and down iphone 320x480 */
@media (max-width: 480px) {

	#cookie-bar {
		font-size:12px;
	}
	
	.mobile-banner {
		display:block;
		position:relative;
	}
	.mobile-banner .banner-text {
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		padding:50px 20px;
		box-sizing:border-box;
	}
		#blog-menu input {
		width:75%;
	}
	.blog header {
		text-align:left;
	}
	
	.blog-post-date {
		font-size:10px;
	}
	footer {
		font-size:10px;
	}
	.copy {
		line-height:20px;
	}
	
	#header-main aside {
		line-height:20px;
	}
	
	.index-images {
		display:none;
	}
	
	.banner-line {
		margin:0 10px;
	}
	
	.banner-wrap {
		padding-bottom: 150px;
	}
	
	.reservation-top, .reservation-bottom {
		overflow: hidden;
		width: 1920px;
	}
	
	.reservation-top img,
	.reservation-bottom img {
		height:80px;
	}
	
	.index-reservation-wrap {
		overflow:hidden;
	}
	
	.header-opening {
		position: relative;
		text-align: center !important;
		left: 0;
		right: 0;
		top: 10px;
	}
	
	.page-intro, .staff-profile, .specials {
		font-size: 14px;
		line-height: 20px;
	}
	
	h1 {
		font-size: 28px;
	}
	
	.award-imgs .span4 {
		width: 100%;
		float: none;
		margin: 0;
	}
	
	.awards,
	.awards > div {
		display:block;
	}
	
	.our-menu-wrap h2 {
		font-size: 16px;
	}
	
}