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

* {margin: 0; padding: 0;}
html {
	overflow-y: scroll;
	-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 {font-family: 'Open Sans', sans-serif; font-weight: 400;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {text-decoration: none;}
a img {border: none;}
div:empty {height: 10px;}

/*header*/
header {
	background: #800 url(../images/logo_bg.png) no-repeat center center;
	border-bottom: solid 6px #e0a420;
	padding: 5px 0;
	height: auto;
}

header h1 {
	background: url(../images/header_logo_450.png) no-repeat 10px 0;
	text-indent: -1000px;
	font-size: 1px;
	width: 450px;
	height: 35px;
	margin: 10px auto;
}

.navbar-default {
	background: transparent;
	border: none;
	margin: 0;
}
.navbar {
	margin-top: 10px;
}

#collapse li a {
	color: #fff;
	font-size: 1em;
	padding: 8px 10px;
	margin: 0 5px;
}
#collapse li a:hover {
	background: forestgreen;
	color: #ff0;
	border-radius: 10px 10px 0 0;
}
#collapse .dropdown a {
	background: none;
}
#collapse .dropdown-menu {
	padding:0;
}
#collapse .dropdown-menu li {
	border-bottom: dotted 1px #D80E12;
}
#collapse .dropdown-menu li:last-child {
	border-bottom: dotted 1px transparent;
}
#collapse .dropdown-menu li:hover {
	background: #EFC59F;
}
#collapse .dropdown-menu li a {
	font-size: 0.9em;
	color: #fff;
	padding: 5px;
	background: #C1741B;
	text-align:center;
	margin: 0;
}
#collapse .dropdown-menu li a:hover {
	background: #E6D57C;
	color: #333;
}

/*section*/
section.menu {
	background: #f4f0c9 url(../images/logo_page_bg.png) no-repeat 35% 185px;
	background-attachment:fixed;
}
.page-header {
	padding: 15px 0 0;
	margin: 0 0 15px;
	background: #99590f url(../images/footer_bg.png) repeat-x;
	height: 60px;
}
.page-header h1 {
	font-family: 'Merienda', cursive;
	color: #ECE2A9;
	font-size: 1.3em;
	font-weight: 400;
	text-align: center;
	margin: 0;
	padding: 0;
	text-shadow: 2px 2px 3px #000;
}
section.home {
	background: #f4f0c9 url(../images/bamboo.png) no-repeat right top;
	height: auto;
}
.intro {
	font-family: 'Libre Baskerville', serif;
	font-size: 0.8em;
	font-weight: 400;
	padding: 25px 2%;
	text-align: center;
}
.logo {
	padding: 55px 0 0;
	display: none;
}
.welcome {
	margin-left: -10px;
	margin-bottom: 20px;
}
section.lunches {
	background: #f4f0c9 url(../images/logo_page_bg.png) no-repeat center 225px;
	background-attachment: fixed;
}

.map {
	background: linear-gradient(to bottom, #ece2a9 20%, #ffffe0 75%);
	background: -webkit-linear-gradient(to bottom, #ece2a9 20%, #ffffe0 75%);
	background: -moz-linear-gradient(to bottom, #ece2a9 20%, #ffffe0 75%);
	padding-bottom: 20px;
	overflow:hidden;
	margin: 0 15px;
}
.map h1 {
	font-size: 2em;
	font-weight: 700;
	color:#ba262b;
}
.map h2 {
	font-size: 1.4em;
	line-height: 150%;
}


/*table*/
.table {
	border: none;
}
.dishesTbl {
	font-family: 'Libre Baskerville', serif;
	font-size: 0.9em;
	line-height: 100%;
	font-weight: 400;
	color: #3E8F0A;
	width: 100%;
	margin: 0 auto;
}
.dishesTbl caption {
	font-family: 'Libre Baskerville', serif;
	font-size: 1.4em;
	font-weight: 700;
	padding: 0 0 10px 10px;
	color: #C1741B;
	border-bottom: solid 1px #C1741B;
}
.dishesTbl small {
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #333;
}
.dishesTbl td:last-child {
	width: 10%;
	text-align: right;
	padding-right: 10px;
	font-weight: 800;
}
.dishesTbl tbody tr td {
	border-bottom: solid 1px #C1741B;
	border-top: solid 1px #C1741B;
}
.dishesTbl tbody tr:nth-of-type(odd) {
	background: rgba(230,213,124,0.4);
}
.dishesTbl tbody td img {
	margin: -5px 0 0 2px;
	width: 20px;
	height: auto;
}
.dishesTbl tfoot {
	font-size: 0.8em;
	color: #333;
	background: #E0F0A5 url(../images/no_MSG_35.png) no-repeat 1% 4px;
	background-size: 12%;
}
.dishesTbl tfoot img {
	margin: -5px 2px 0 0;
	width: 20px;
	height: auto;
}
.dishesTbl tfoot tr td {
	padding-left: 10px;
}
.dishesTbl tfoot tr td br {
	display: none;
}
.dinnerTbl {
	font-family: 'Libre Baskerville', serif;
	font-size: 0.9em;
	line-height: 100%;
	font-weight: 400;
	color: #3E8F0A;
	width: 100%;
	margin: 25px auto 15px;
}
.dinnerTbl tbody td:first-child {
	width: 20%;
	font-weight: 700;
	text-align: right;
}
.dinnerTbl td img {
	width: 20px;
	height: auto;
	margin: -5px 2px 0 0
}
.dinnerTbl tbody tr td {
	border-bottom: solid 1px #C1741B;
	border-top: solid 1px #C1741B;
}

.list-group-item {
	background: transparent;
	border: none;
	border-bottom: solid 1px #999;
	padding: 5px 0 5px 10px;
}
.list-group-item:last-child {
	border-radius: 0;
}
.list-group-item img {
	width: 18px;
	height: auto;
	margin: -4px 0 0 3px;
}

/*figure*/
figure {
	width: 80%;
	margin: 5px auto;
	background: #E0F0A5;
}
figcaption {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 400;
	font-size: 1em;
	text-align: center;
	padding: 5px 0 3px;	
}
figcaption img {
	width: 15px;
	height: auto;
	margin: -4px 2px 0 0;
}

/*footer*/
footer {
	text-align: center;
	font-size: 0.9em;
	line-height: 120%;
	background: #99590f url(../images/footer_bg.png) repeat-x;
	height: auto;
	padding: 25px 0 15px;
	clear: both;
	margin-bottom: 20px;
	border-radius: 0 0 20px 20px;
}
footer p {
	font-size: 1.1em;
	line-height:140%;
	color: #fff;
}
footer a {
	color: inherit;
}
footer a:hover {
	color: inherit;
	text-decoration: none;
}
footer br {
	display: block;
}

.bottom_nav button {
	background: #C1741B;
	color: #fff;
	border: none;
	margin: 0 6px;
	font-size: 0.9em;
	box-shadow: 0 0 6px 5px rgba(255,255,255,.7);
}
.badge {
	background: #3E8F0A;
	padding: 5px 7px 4px;
	border-radius: 50%;
}
.dinners h2 {
	font-weight: 600;
	font-size: 1.3em;
	text-align:center;
}
.dinners h3 {
	font-weight: 400;
	font-size: 1.1em;
	line-height: 125%;
	font-style: italic;
	font-stretch:narrower;
	text-align:center;
	border-bottom: 1px dotted #666;
	border-top: 1px dotted #666;
	padding: 5px 0;
	margin: 5px 2%;
}

.google_map {
	position: relative;
	height: 0;
	padding-bottom: 50%;
	overflow: hidden;
	margin: 20px auto;
	border: groove 8px #D9534F;
}
.google_map iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
}


@media (min-width: 480px) {
	
.dishesTbl tfoot {
		background-size: 7.5%;
	}

figure {
	width: 45%;
	margin: 3px 1%;
	background: #E0F0A5;
	float: left;
}
figure:nth-of-type(2n+1) {
	margin-left: 4%;
}
figcaption {
	font-size: 0.9em;
	padding: 3px 0 3px;
	font-weight: 400;	
}
.welcome {
	margin-left: -15px;
}
.list-group {
	margin: 0;
}
.dinners h2 br {
	display: block;
}
section.lunches h2 {
	font-size: 1em;
	line-height: 135%;
	text-align:center;
	font-weight:400;
}


}

@media (min-width: 768px) {
.page-header h1 {
	font-size: 1.5em;
}
#collapse ul {
	margin-left: 19%;
}
.bottom_nav button {
	font-size: 1.1em;
}
.dishesTbl {
	font-size: 1em;
	line-height: 100%;
	font-weight: 400;
}
figure {
	width: 35%;
	margin: 5px 2.5%;
	background: #E0F0A5;
}
figure:nth-of-type(2n+1) {
	margin-left: 12%;
}
figcaption {
	font-size: 1em;
	text-align: center;
	font-weight: 400;
	padding: 3px 0 2px;	
}
.intro {
	font-family: 'Libre Baskerville', serif;
	font-size: 1em;
	font-weight: 400;
	padding: 25px 2%;
}
.intro p {
	margin-left: 10px;
}
.welcome {
	margin-left: -15px;
}
.dishesTbl tfoot {
	font-size: 0.9em;
	background: #E0F0A5 url(../images/no_MSG_md.png) no-repeat 1% 4px;
	background-size: 8%;
}
	.dishesTbl tfoot tr td br {
		display: block;
	}
.dinners h2 br {
	display: none;
}
section.lunches h2 {
	font-size: 1.2em;
	line-height: 135%;
	text-align:center;
	font-weight:400;
}
	
}

@media (min-width: 992px) {
header {
	background: #800 url(../images/logo_bg.png) no-repeat center center;
	border-bottom: solid 6px #e0a420;
	padding: 15px 0;
	height: auto;
}
.page-header h1 {
	font-size: 1.6em;
}
#collapse ul {
	margin-left: 1%;
}
#collapse li a {
	font-size: 0.95em;
}
figure {
	width: 100%;
	margin: 3px 0;
	background: #E0F0A5;
}
figure:nth-of-type(2n+1) {
	margin-left: 0;
}
figcaption {
	color: #000;
	font-size: 1.1em;
	font-weight: 400;
	padding: 2px 0 3px;
}
.intro {
	text-align: left;
}
.logo {
	padding-top: 50px;
	display: block;
}
.welcome {
	margin-left: -18px;
}
.dishesTbl {
	margin: 25px auto 15px;
}
.dishesTbl tfoot {
	font-size: 1em;
	background-size: 10%;
}
.list-group {
	margin: 0 0 20px 0;
}
footer br {
	display: none;
}


}

@media (min-width: 1200px) {
.page-header h1 {
	font-size: 1.8em;
}
#collapse ul {
	margin-left: 7%;
}
#collapse li a {
	font-size: 1.1em;
}
.dishesTbl {
	font-size: 1.2em;
}
.welcome {
	margin-left: -22px;
}
.dishesTbl tfoot {
	font-size: 1em;
	background: #E0F0A5 url(../images/no_MSG.png) no-repeat 1% 6px;
}
	
}

/*classes*/
.clear {clear: both;}
.blockCenter {display: block; margin: 0 auto;}
.marginTop {margin-top: 10px;}
.marginRight {margin-right: 10px;}
.marginBottom {margin-bottom: 10px;}
.marginLeft {margin-left: 10px;}

button[type="button"] {
	margin: 0 5px;
}
