/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: "Noto Serif", Georgia, "Times New Roman", serif;
	font-size: 17px;
	line-height: 34px;
	color: #3A3F40;
	padding-top: 30%;
}

body.layout2 {
	padding-top: 0px;
}

body.editor {
	background-image: none;
	min-height: 400px;
	transition: none;
	padding-top: 0px;
}

body.editor, .cke_panel_block {
	background-color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
}

table.data_table {
	width: 100%;
}

table td {
	vertical-align: top;
}

p {
	margin-bottom: 1em;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol, .editor ul, .editor ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

h1, .menu h2 {
	font-family: "Rubik", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 1em;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #437E8E;
	margin-bottom: 1.5em;
}

h1:after, .menu h2:after {
	border-bottom: 3px solid #AF5F1D;
	content: '';
	display: block;
	padding-top: 30px;
	margin-left: 32.5%;
	width: 35%;
}

h2 {
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: .25em;
}

hr {
	border: 0px;
	height: 1px;
	margin: 30px auto;
	color: #BABAB7;
	background-color: #BABAB7;
}

img {
	border: none;
}

#content img, .editor img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #AF5F1D;
}

a:hover {
	color: #F29244;
}

blockquote {
	margin: 10px 0px 10px 15px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

.sr {
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	-webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	overflow: hidden !important;
}

.stretch {
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

.stretch:after {
	content: "";
	display: inline-block;
	width: 100%;
}

#content .embed_container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 20px;
}

#content .embed_container iframe, #content .embed_container object, #content .embed_container embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.right_photo {
	float: right;
	margin: 10px 0px 20px 35px;
	display: inline;
}

.left_photo {
	float: left;
	margin: 10px 35px 20px 0px;
	display: inline;
}


.contact_map hr {
	margin-bottom: 50px;
}

@media only screen and (min-width: 1250px) {

	.layout3 .left_photo {
		margin: 5px 50px 50px -100px;
	}

	.layout3 .right_photo {
		margin: 50px -100px 50px 50px;
	}

}

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

	.right_photo, .left_photo {
		float: none;
		margin: 0px auto 20px auto;
		display: block;
	}

}

@media only screen and (min-width: 850px) {

	.contact_col {
		float: left;
		width: 33.3333%;
	}

}

@media only screen and (min-width: 700px) and (max-width: 849px) {

	.contact_box {
		float: left;
		margin-right: 30px;
		display: inline;
	}

	.contact_map hr {
		display: none;
	}

}


/* FORM CSS */

fieldset {
	border: 0px;
}

legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

label, .label {
	white-space: nowrap;
}

fieldset td {
	padding: 2px 4px;
}

input, select, textarea {
	font-family: "Noto Serif", Georgia, "Times New Roman", serif;
	font-size: 14px;
	line-height: 18px;
	padding: 2px 5px;
	border: 0px;
	-webkit-border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

select {
	line-height: 16px;
	padding: 0px 5px;
}

.button, input[type="button"], input[type="submit"], input[type="reset"] {
	border: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
	padding: 2px 4px;
	-webkit-appearance: none;
	cursor: pointer;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

.container {
	width: 100%;
	max-width: 1060px;
	margin: 0px auto;
	padding: 0px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	position: relative;
}

@media only screen and (max-width: 959px) { .container { padding: 0px 15px; } }

header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #6E7677;
}

.layout2 header {
	position: relative;
}

#header_photo {
	position: fixed;
	width: 100%;
	overflow: hidden;
}

#header_photo img {
	display: block;
	width: 100%;
}

#header_photo_inner, .header_photo_inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../images/header-overlay.png');
	background-repeat: repeat-x;
}

#header_inner {
/*	padding-top: 20px;*/
/*	height: 100%;*/
	z-index: 500;
}

#header_inner_inner {
	padding-top: 20px;
	max-width: 1200px;
}

.layout2 #header_inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 500;
}

#logo {
	text-align: center;
	margin-bottom: 25px;
}

#logo img {
	width: 100%;
	max-width: 100px;
	display: inline-block;
}

#header_photo {
	margin-bottom: 30px;
}

#header_photo img {
	display: block;
	width: 100%;
}

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

	body {
		padding-top: 400px;
	}

	#header_photo {
		height: 400px !important;
		overflow: hidden;
	}

	#header_photo img {
		width: 1333px;
	}

	#header_photo.center img {
		position: relative;
		left: 50%;
		margin-left: -666.5px;
	}

	#header_photo.right img {
		float: right;
	}

	#header_photo.left_center img {
		position: relative;
		left: 25%;
		margin-left: -333.25px;
	}

	#header_photo.right_center img {
		position: relative;
		left: 75%;
		margin-left: -999.75px;
	}

}

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

	body {
		padding-top: 300px;
	}

	#header_photo {
		height: 300px !important;
		overflow: hidden;
	}

	#header_photo img {
		width: 1000px;
	}

	#header_photo.center img {
		position: relative;
		left: 50%;
		margin-left: -500px;
	}

	#header_photo.right img {
		float: right;
	}

	#header_photo.left_center img {
		position: relative;
		left: 25%;
		margin-left: -225px;
	}

	#header_photo.right_center img {
		position: relative;
		left: 75%;
		margin-left: -775px;
	}

}

#header_title {
	font-family: "Rubik", Arial, Helvetica, sans-serif;
	font-size: 90px;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	position: absolute;
	top: 70%;
	width: 100%;
	margin-bottom: 0px;
}

#header_title:after {
	display: none;
}

.collapsed_temp #header_inner, .collapsed #header_inner {
	position: fixed;
	top: -75px;
	width: 100%;
/*	height: 75px !important;*/
	height: auto !important;
	background-color: #000000;
	background-color: rgba(137,190,199,.9);
	z-index: 500;
}

.mobile_nav .collapsed_temp #header_inner, .mobile_nav .collapsed #header_inner {
	background-color: transparent;
}

.collapsed #header_inner {
	top: 0px;
	-webkit-transition: top 0.4s ease-in;
	transition: top 0.4s ease-in;
}

.collapsed_temp #header_inner_inner, .collapsed #header_inner_inner {
	padding-top: 15px;
	max-width: 1060px;
}

.collapsed_temp #header_inner #logo, .collapsed #header_inner #logo {
	text-align: left;
	height: 41px;
	overflow: hidden;
	margin-bottom: 15px;
}

.collapsed_temp #header_inner #logo img, .collapsed #header_inner #logo img {
	width: 90px;
}

.collapsed_temp #header_inner #nav, .collapsed #header_inner #nav {
	position: absolute;
	top: 20px;
	right: 0px;
}

@media only screen and (min-width: 960px) {

	.collapsed_temp #header_inner #nav, .collapsed #header_inner #nav {
		right: 30px;
	}

}

@media only screen and (min-width: 900px) and (max-width: 1020px) {

	.collapsed_temp #header_inner #nav, .collapsed #header_inner #nav {
		right: 15px;
	}

}

#content {
	background-color: #FFFFFF;
	padding: 90px 0px 80px 0px;
	position: relative;
	z-index: 10;
}

.layout2 #content {
	background-image: url('../images/home-content-bg.png');
}

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

	#content {
		padding: 80px 0px 70px 0px;
	}

}

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

	#content {
		padding: 60px 0px 50px 0px;
	}

}

#content.subnav {
	padding-top: 10px;
}

footer {
	background-image: url('../images/footer-bg.png');
	background-color: #6E7677;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	padding: 98px 0px 15px 0px;
}

footer a {
	color: #FFFFFF;
}

.footer_boxes {
	text-align: center;
}

.footer_box {
	display: inline-block;
	text-align: left;
	margin: 0px 20px;
}

#dinner_hours {
/*	margin: 0px 90px;*/
}

#location {
	margin-right: 45px;
	margin-left: 0px;
}

#contact {
	margin-left: 45px;
	margin-right: 0px;
}

.footer_boxes .title {
	font-family: "Rubik", Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 10px;
}

#footer_logo {
	text-align: center;
	margin: 50px 0px 60px 0px;
}

#footer_logo img {
	width: 100%;
	max-width: 132px;
	height: auto;
}

#social {
	padding: 0px;
	margin: 45px 0px 20px 0px;
	text-align: center;
}

#social li {
	list-style: none;
	display: inline-block;
	margin: 0px 10px;
	font-size: 30px;
	line-height: 30px;
}

#social li a {
	display: block;
	color: #FFFFFF;
}

#social li a:hover {
	color: #437E8E;
}

#restaurants {
	text-align: center;
	margin-bottom: 80px;
}

#rosas, #vista {
	display: inline-block;
	margin: 0px 20px;
}

#rosas a, #vista a {
	display: block;
	margin: 0px auto;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	width: 68px;
	height: 25px;
	background-image: url('../images/logo-rosas-restaurant.png');
	background-repeat: no-repeat;
	background-size: 68px 50px;
}

#rosas a:hover {
	background-position: 0px -25px;
}

#vista a {
	width: 158px;
	width: 126px;
	height: 20px;
	background-image: url('../images/logo-vista-steak-and-seafood.png');
	background-size: 158px 50px;
	background-size: 126px 40px;
}

#vista a:hover {
	background-position: 0px -20px;
}

#copyright {
	font-size: 15px;
	text-align: center;
	color: #FFFFFF;
}

#copyright a {
	color: #FFFFFF;
	white-space: nowrap;
}

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

	footer {
		padding-top: 80px;
	}

	#footer_logo {
		margin: 40px 0px 50px 0px;
	}

	#social {
		margin-bottom: 80px;
	}

}

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

	footer {
		padding-top: 60px;
	}

}

@media only screen and (min-width: 700px) {

	.footer_boxes br.tablet {
		display: none;
	}

}

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

	/*
	#dinner_hours {
		margin-right: 0px;
	}
	*/

	#happy_hour {
		margin-top: 30px;
	}

}

@media only screen and (min-width: 800px) {

	#copyright br {
		display: none;
	}

}

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

	#copyright br.mobile {
		display: none;
	}

}

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

	#copyright br.mobile {
		display: block;
	}

}

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

	/*
	#dinner_hours {
		margin-left: 45px;
	}
	*/

	#location {
		margin-right: 30px;
	}

	#contact {
		margin-left: 30px;
	}

}

@media only screen and (min-width: 371px) {

	.footer_boxes br.mobile {
		display: none;
	}

}

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

	.footer_box {
		text-align: center;
		display: block;
	}

	/*
	#dinner_hours {
		margin-left: 0px;
	
	}*/

	#happy_hour {
		margin-top: 0px;
	}

	#location {
		margin-right: 0px;
	}

	#contact {
		margin-left: 0px;
		margin-top: 40px;
	}

}

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

	#copyright {
		font-size: 13.5px;
	}

}


/* NAVIGATION CSS */

#nav ul {
	padding: 0px;
}

#nav li {
	list-style: none;
	position: relative;
	font-family: "Rubik", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#nav li li {
	font-family: "Volkhov", Georgia, "Times New Roman", serif;
	font-style: italic;
	text-transform: none;
}

#subnav ul {
	padding: 0px;
}

#subnav li {
	list-style: none;
	font-size: 17px;
	line-height: 24px;
	font-style: italic;
}

#subnav li a {
	color: #75767A;
}

#subnav li a:hover, #subnav li.active a {
	color: #4A4944;
}

/* HOME CSS */

#home_slideshow_wrapper {
	width: 100%;
	height: 100% !important;
	overflow: hidden;
	z-index: -1;
}

#home_slideshow {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}

#home_slideshow li {
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
	overflow: hidden;
	background-color: #000000;
}

#home_slideshow li:first-child {
	display: block;
	float: left;
	opacity: 1;
}

#home_slideshow div.photo {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#home_slideshow li img {
	width: 100%;
	float: left;
}

#home_slideshow .title {
	position: absolute;
	top: 50%;
	width: 100%;
	font-size: 60px;
	line-height: 1em;
	text-align: center;
	color: #FFFFFF;
}

#home_slideshow .title strong {
	display: block;
	font-family: "Rubik", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: .25em;
}

#home_slideshow_wrapper a.rslides_nav {
	position: absolute;
	top: 52%;
	left: 3%;
	display: block;
	width: 25px;
	height: 65px;
	background-image: url('../images/slideshow-arrows.png');
	background-repeat: no-repeat;
	text-indent: 110%;
	overflow: hidden;
	z-index: 1000;
	color: #FFFFFF;
}

#home_slideshow_wrapper a.rslides_nav.next {
	left: auto;
	right: 3%;
	background-position: top right;
}

#home_slideshow_wrapper a.rslides_nav:hover {
	background-position: bottom left;
}

#home_slideshow_wrapper a.rslides_nav.next:hover {
	background-position: bottom right;
}

#home_slideshow div.photo {
	transition: all 10s ease-in-out;
}

#home_slideshow .rslides1_on div.photo {
	transform: scale(1.1);
}

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

	#home_slideshow_wrapper {
		height: 450px;
	}

	#home_slideshow {
		width: 900px;
		position: relative;
		left: 50%;
		margin-left: -450px;
	}

	#home_slideshow li img {
		width: 900px;
	}

}

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

	#home_slideshow .title {
		top: 53%;
		font-size: 24px !important;
	}

}

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

	#home_slideshow .title {
		top: 54%;
		font-size: 20px !important;
	}

}

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

	#home_slideshow .title {
		top: 50%;
	}

	#home_slideshow .title strong {
		width: 240px;
		margin-left: auto;
		margin-right: auto;
		line-height: 1em;
	}

}

#home_ctas {
	background-image: url('../images/home-ctas-bg.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 60px;
}

#home_ctas .container {
	max-width: 1520px;
}

#home_ctas a {
	display: inline-block;
	width: 23.8%;
	position: relative;
}

#home_ctas a img {
	display: block;
	width: 100%;
	height: auto;
}

#home_ctas a > span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #FFFFFF;
	background-color: rgba(0,0,0,.4);
	padding: 5%;
}

#home_ctas a:hover > span {
	background-color: rgba(0,0,0,.7);
}

#home_ctas a span.inner {
	display: block;
	height: 100%;
	border: 3px solid #E7E2C5;
}

#home_ctas a span.inner2 {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	line-height: 1.2em;
	padding: 9%;
}

#home_ctas a strong {
	display: block;
	font-family: "Rubik", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2.5em;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: .5em;
}

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

	#home_ctas {
		padding-top: 80px;
		padding-bottom: 40px;
	}

	#home_ctas a strong {
		font-size: 2.25em;
	}

}

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

	#home_ctas a strong {
		font-size: 2em;
	}

}

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

	#home_ctas {
		padding-top: 60px;
		padding-bottom: 20px;
	}

}

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

	#home_ctas .container {
		max-width: 600px;
	}

	#home_ctas a {
		width: 48%;
	}

}

#home_features .home_feature {
	float: left;
	width: 25%;
	min-height: 400px;
}

#home_features .home_feature.wide {
	width: 50%;
}

#home_feautres .home_feature_photo {
	overflow: hidden;
}

#home_features .home_feature_photo {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: right center;
}

#home_features .home_feature_content {
	background-image: url('../images/home-ctas-bg.jpg');
	padding: 1%;
}

#home_features .home_feature .inner {
	height: 100%;
	border: 3px solid #AF5F1D;
}

#home_features .home_feature .inner2 {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-size: 17px;
	line-height: 1.2em;
	padding: 7%;
	text-align: center;
	color: #989B9C;
}

#home_features .home_feature .title {
	font-family: "Rubik", Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	line-height: .9em;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: .35em;
}

#home_features .home_feature_content img {
	width: 68px;
	height: 37px;
}

#home_features .home_feature a {
	font-family: "Rubik", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #437E8E;
}

#home_features .home_feature a:hover {
	color: #437E8E;
}

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

	#home_features .home_feature .title {
		font-size: 2.25em;
	}

}

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

	#home_features .home_feature .title {
		font-size: 1.95em;
	}

}

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

	#home_features .home_feature {
		width: 50%;
	}

}

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

	#home_features .home_feature {
		width: 100% !important;
		float: none;
	}

}

#home_promos {
	max-width: 1684px;
	padding: 80px 0px 100px 0px;
}

.home_promo {
/*	width: 50%;
	float: left;*/
	width: 100%;
	max-width: 600px;
	margin: 0px auto;
	text-align: center;
	color: #707475;
	padding: 60px 50px 20px 50px;
}

.home_promo .title {
	font-family: "Rubik", Arial, Helvetica, sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 10px;
}

.home_promo .title:before {
	border-top: 3px solid #AF5F1D;
	content: '';
	display: block;
	margin-left: 20%;
	width: 60%;
	padding-top: 50px;
}

.home_promo p {
	font-style: italic;
	line-height: 25px;
	margin-bottom: 30px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#mailinglist #email_box {
	background-color: transparent;
	border-top: 3px solid #D9D5BA;
	border-left: 3px solid #D9D5BA;
	border-bottom: 3px solid #D9D5BA;
	font-size: 17px;
	font-style: italic;
	color: #989B9C;
	width: 259px;
	height: 38px;
	padding: 0px 10px;
	vertical-align: top;
}

#mailinglist #email_submit {
	background-color: transparent;
	border-top: 3px solid #D9D5BA;
	border-right: 3px solid #D9D5BA;
	border-bottom: 3px solid #D9D5BA;
	font-family: "Rubik", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #AF5F1D;
	text-transform: uppercase;
	letter-spacing: .1em;
	width: 55px;
	height: 38px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
}

#home_promo a {
	font-family: "Rubik", Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #437E8E;
}

#home_promo a:hover {
	color: #94E0ED;
}

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

	#home_promos {
		padding: 40px 0px 60px 0px;
	}

}

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

	#home_promos {
		padding: 20px 0px 40px 0px;
	}

}

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

	.home_promo {
		padding: 60px 35px 20px 35px;
	}

	.home_promo .title {
		font-size: 35px;
	}

	#mailinglist #email_box {
		width: 200px;
	}

}

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

	#home_promos {
		padding: 30px 0px;
	}

	.home_promo {
		width: 100%;
		float: none;
		padding: 30px 35px 30px 35px;
	}

	#home_promo {
		padding-bottom: 20px;
	}

	#home_promo .title:before {
		border: 0px;	
		padding-top: 0px;
	}

	#mailinglist #email_box {
		width: 259px;
	}

}

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

	#mailinglist #email_box {
		width: calc(100% - 55px);
	}

}


/* GALLERY CSS */

#content .gallery {
	padding: 0px;
	margin: 20px 0px 20px -2%;
}

.gallery li {
	list-style: none;
	width: 23%;
	float: left;
	display: inline;
	text-align: center;
	margin: 0px 0px 20px 2%;
	line-height: 16px;
}

.gallery li img {
	background-color: #DDDDDD;
	padding: 3%;
	margin-bottom: 5px;
	width: 100%;
}

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

	.gallery li {
		width: 31.3333%;
	}

}

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

	.gallery li {
		width: 48%;
	}
}

/* FAQ CSS */

#faqs div.question {
	cursor: pointer;
	padding: 5px 15px;
	margin-bottom: 10px;
	background-color: #DDDDDD;
	padding: 10px 15px 10px 15px;
	font-size: 16px;
	line-height: 21px;
}

#faqs div.question:before {
	float: left;
	margin-right: 10px;
	display: inline;
	content: '\f0d7';
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
}

#faqs div.answer {
	display: none;
}

#faqs div.expand div.question:before {
	content: '\f0d8';
}

#faqs div.expand div.answer {
	display: block;
	margin-bottom: 20px;
}

/* FEEDBACK CSS */

#content form.feedback {
	background-color: #EEEEEE;
	padding: 20px;
}

form.feedback label {
	display: block;
}

form.feedback div {
	margin-bottom: 10px;
}

form.feedback div label {
	display: inline;
}

form.feedback input, form.feedback select, form.feedback textarea {
	width: 100%;
	height: 35px;
	padding: 0px 10px;
}

form.feedback input.radio, form.feedback input.checkbox {
	width: auto;
	height: auto;
	padding: 0px;
}

form.feedback textarea {
	width: 100%;
	height: 100px;
	padding: 5px 10px;
}

form.feedback input.button {
	width: auto;
}

/* MENU CSS */

.menu_category {
	margin-left: -10%;
}

.menu p {
	text-align: center;
}

.menu_item {
	float: left;
	width: 40%;
	margin-left: 10%;
	margin-bottom: 40px;
	display: inline;
	position: relative;
	overflow: hidden;
}

.menu_item p {
	text-align: left;
}

.menu_item_left, .menu_item_options_left {
	float: left;	
	width: 75%;
/*	overflow-x: hidden;*/
	position: relative;
	z-index: 100;
}

.menu_item_title {
	font-size: 21px;
	color: #4A4944;
/*	overflow-x: hidden;*/
}

.menu_item_title strong, .menu_item_options_title strong {
	font-weight: normal;
	background-color: #FFFFFF;
	padding-right: 5px;
}

.menu_item:before, .menu_item_options:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	white-space: nowrap;
	content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
}

.menu_item.no_price:before {
	display: none;
}

.menu_item_left p {
	font-size: 17px;
	line-height: 20px;
	font-style: italic;
	color: #75767A;
	margin-bottom: 1px;
}

.menu_item_right {
	float: right;
	width: 25%;
	text-align: right;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #AF5F1D;
	padding-top: 4px;
	position: relative;
	z-index: 100;
}

.menu_item_right span {
	background-color: #FFFFFF;
	padding-left: 10px;
}

.menu_item_options {
	clear: both;
	position: relative;
}

.menu_item .addon {
	clear: left;
}

a.menu_lightbox {
	padding-right: 10px;
	background-color: #FAF9EE;
}

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

	.menu_category {
		margin-left: 0px;
	}

	.menu_item {
		float: none;
		width: 100%;
		margin-left: 0px;
		display: block;
	}

}


/* RESPONSIVE CSS */

@media only screen and (min-width: 900px) {

	#nav_trigger, #nav_close {
		display: none;
	}

	#nav {
		text-align: center;
	}

	#nav > ul > li {
		margin: 0px 25px;
		display: inline-block;
		padding-bottom: 12px;
		font-size: 15px;
		line-height: 19px;
	}

	.collapsed_temp #nav > ul > li, .collapsed #nav > ul > li {
		padding-bottom: 27px;
		margin: 0px 0px 0px 20px;
	}

	#nav li a {
		color: #FFFFFF;
		padding-bottom: 3px;
	}

	#nav li a:hover, #nav li.active a {
		border-bottom: 1px solid #AF5F1D;
	}

	#nav li > ul {
		position: absolute;
		top: 30px;
		left: -20px;
		padding: 0px;
		z-index: 200;
		visibility: hidden;
		opacity: 0;
		transition: .2s .2s;
		background-color: rgba(137,190,199,.9);
	}

	.collapsed_temp #nav li > ul, .collapsed #nav li > ul {
		top: 43px;
	}

	#nav li:hover > ul {
		visibility: visible;
		transition-delay: 0s;
		opacity: 1;
		padding: 10px 0px;
	}

	.collapsed_temp #nav li:hover > ul, .collapsed #nav li:hover > ul {
		padding-top: 0px;
	}

	#nav li li {
		white-space: nowrap;
		text-align: left;
	}

	#nav li li a, #nav li.active li a, #nav li:hover li a {
		display: block;
		padding: 5px 20px;
		border: 0px;
	}

	#subnav {
		text-align: center;
		margin-bottom: 46px;
	}

	#subnav li {
		display: inline;
		margin: 0px 15px;
		white-space: nowrap;
	}

	#section_title {
		display: none;
	}

	.map {
		width: 60%;
		float: right;
		margin: 0px 0px 0px 20px;
		display: inline;
	}

}

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

	#nav > ul > li {
		margin: 0px 15px;
	}

	.collapsed_temp #nav > ul > li, .collapsed #nav > ul > li {
		margin: 0px 1px 0px 10px;
	}

}

@media only screen and (min-width: 900px) and (max-width: 1300px) {

	.collapsed_temp #logo img, .collapsed #logo img {
		display: none;	
	}

	.collapsed_temp #header_inner #nav, .collapsed #header_inner #nav {
		width: calc(100% - 60px);
	}

	.collapsed_temp #nav > ul > li, .collapsed #nav > ul > li {
		margin: 0px 10px 0px 10px;
	}

}

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

	.collapsed_temp #header_inner #nav, .collapsed #header_inner #nav {
		width: calc(100% - 32px);
	}

	#nav > ul > li {
		margin: 0px 8px;
	}
}

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

	.mobile_nav body {
		overflow: hidden;
	}

	#nav_trigger, #nav_close {
		border: 0px;
		background-color: transparent;
		display: block;
		position: absolute;
		top: 20px;
		right: 15px;
		z-index: 100;
		font-size: 30px;
		line-height: 30px;
		cursor: pointer;
		color: #FFFFFF;
	}

	#nav_close {
		font-size: 25px;
		line-height: 25px;
		top: 20px;
		font-size: 32px;
	}

	.mobile_nav #nav_trigger {
		display: none;
	}

	.mobile_nav #header_inner {
		position: fixed;
	}

	.mobile_nav #header_inner {
		width: 100%;
		height: 100vh !important;
		overflow-y: scroll;
	}

	#header_title {
		top: 280px;
	}

	.collapsed_temp #header_inner #nav, .collapsed #header_inner #nav {
		top: 0px;
	}

	#nav {
		width: 0px !important;
		height: 100vh;
		position: absolute;
		right: 0px;
		top: 0px;
		/*background-color: rgba(0,0,0,.75);*/
		background-color: #437E8E;
		padding-top: 50px;
		z-index: 500;
		overflow-x: hidden;
		overflow-y: scroll;
		transition: width 0.4s ease;
	}

	.mobile_nav #nav {
		width: 100% !important;
		padding-bottom: 30px;
	}

	#nav ul {
		padding-bottom: 40px;
	}

	#nav li {
		display: block;
		font-size: 20px;
		text-align: center;
	}

	#nav li a {
		display: block;
		padding: 10px 15px;
		color: #FFFFFF;
	}

	#nav li ul {
		padding: 0px;
		max-height: 0px;
		overflow: hidden;
		transition: all 0.4s cubic-bezier(0,1,0,1);
	}

	#nav li.expanded > ul {
		padding-bottom: 10px;
		max-height: 499px;
		transition: all 0.4s cubic-bezier(1,0,1,0);
	}

	#nav li li {
		font-size: 17px;
	}

	#nav li li a {
		padding: 4px 30px;
	}

	#subnav {
		padding: 0px;
		margin: 0px 0px 30px 0px;
		height: 42px;
		position: relative;
	}

	#section_title {
		padding: 0px 15px;
		font-size: 16px;
		line-height: 38px;
		font-weight: bold;
		font-style: italic;
		text-align: center;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

	#section_title:after {
		padding-left: 10px;
		content: '\f0d7';
		font-family: FontAwesome;
		font-size: 20px;
		font-weight: normal;
		font-style: normal;
	}

	#subnav.expanded #section_title:after {
		content: '\f0d8';
	}

	#subnav ul {
		position: absolute;
		top: 40px;
		left: 0px;
		width: 100%;
		max-height: 0px;
		overflow: hidden;
		background-color: #989B9C;
		z-index: 300;
		transition: all 0.4s cubic-bezier(0,1,0,1);
	}

	#subnav.expanded ul {
		max-height: 499px;
		overflow: auto;
		transition: all 0.4s cubic-bezier(1,0,1,0);
		padding: 20px 0px;
	}

	#subnav li {
		margin: 0px;
		display: block;
		text-align: center;
	}

	#subnav li.first {
		border: 0px;
	}

	#subnav li a {
		display: block;
		padding: 9px 15px;
		color: #D8D7CF !important;
	}

}

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

	#header_title {
		top: 200px;
	}

}
