 @charset "utf-8";
@font-face {
	font-family: 'helvetica_neue';
	src: url('../fonts/2B2D5F_0_0.eot');
	src: url('../fonts/2B2D5F_0_0eot?#iefix') format('embedded-opentype'), url('../fonts/2B2D5F_0_0.woff') format('woff'), url('../fonts/V2B2D5F_0_0.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'bitstream_vera_sansroman';
	src: url('../fonts/Vera-webfont.eot');
	src: url('../fonts/Vera-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Vera-webfont.woff') format('woff'), url('../fonts/Vera-webfont.ttf') format('truetype'), url('../fonts/Vera-webfont.svg#bitstream_vera_sansroman') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'bitstream_vera_sansoblique';
	src: url('../fonts/Vera-Italic-webfont.eot');
	src: url('../fonts/Vera-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Vera-Italic-webfont.woff') format('woff'), url('../fonts/Vera-Italic-webfont.ttf') format('truetype'), url('../fonts/Vera-Italic-webfont.svg#bitstream_vera_sansoblique') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'bitstream_vera_sansBdOb';
	src: url('../fonts/Vera-Bold-Italic-webfont.eot');
	src: url('../fonts/Vera-Bold-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Vera-Bold-Italic-webfont.woff') format('woff'), url('../fonts/Vera-Bold-Italic-webfont.ttf') format('truetype'), url('../fonts/Vera-Bold-Italic-webfont.svg#bitstream_vera_sansBdOb') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'bitstream_vera_sansbold';
	src: url('../fonts/Vera-Bold-webfont.eot');
	src: url('../fonts/Vera-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Vera-Bold-webfont.woff') format('woff'), url('../fonts/Vera-Bold-webfont.ttf') format('truetype'), url('../fonts/Vera-Bold-webfont.svg#bitstream_vera_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@import url("//hello.myfonts.net/count/2ca264");
@font-face {
	font-family: 'DINCondensed-Regular';
	src: url('../fonts/2CA264_0_0.eot');
	src: url('../fonts/2CA264_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2CA264_0_0.woff2') format('woff2'), url('../fonts/2CA264_0_0.woff') format('woff'), url('../fonts/2CA264_0_0.ttf') format('truetype');
}
@font-face {
	font-family: 'DINCondensed-Light';
	src: url('../fonts/2CA264_1_0.eot');
	src: url('../fonts/2CA264_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2CA264_1_0.woff2') format('woff2'), url('../fonts/2CA264_1_0.woff') format('woff'), url('../fonts/2CA264_1_0.ttf') format('truetype');
}
html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in iPhone landscape */
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	background-color: #FFF;
	font-size: 13px;
}
body#home {
	background-image: url('../images/home/home-background.jpg');
}
a:link {
	color: #5d84b1;
	text-decoration: underline;
}
a:visited {
	color: #5d84b1;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
h2 {
	font-family: 'helvetica_neue', Arial, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #050505;
	text-transform: uppercase;
	margin: 10px 0px 5px;
}
h3 {
	font-family: 'helvetica_neue', Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #030303;
	text-transform: uppercase;
	margin: 5px 0px 10px;
}
h4 {
	font-size: 12px;
	color: #050505;
	font-weight: normal;
	margin: 0px 0px 10px;
}
p {
	line-height: 1.6em;
	margin-top: 0px;
	margin-bottom: 10px;
}
ul {
	margin-top: 0px;
	padding-top: 0px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 1em;
	padding-left: 1em;
	line-height: 1.5em;
}
ol {
	margin-top: 0px;
	padding-top: 0px;
	list-style-position: outside;
	margin-left: 1em;
	padding-left: 1em;
	line-height: 1.5em;
}
#main {
	width: 100%;
}
/* header*/

#mobile-menu-button, #mobile-call-button {
	display: none;
}
#headContainer {
	position: fixed;
	background-color: #FFF;
	width: 100%;
	border-bottom: 1px solid #F4F5F5;
	z-index: 500;
	top: 0px;
}
#header {
	position: relative;
	height: 75px;
	padding: 20px;
	width: 95%;
	max-width: 1400px;
	margin: 0px auto;
}
#logo {
	float: left;
	width: 268px;
}
#topNav {
	/*float: right;*/
	position: absolute;
	top: 15px;
	right: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.9em;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#topNav a:link, #topNav a:visited {
	color: #556f96;
	text-decoration: none;
	margin-right: 2px;
	padding-right: 2px;
	margin-left: 2px;
	padding-left: 2px;
}
#topNav a:hover, #topNav a:active {
	color: #2B3546;
	text-decoration: none
}
#socials {
	padding-top: 20px;
}
.social-icon-box {
	display: inline-block;
	width: 21px;
	margin-right: 8px;
}
.social-hashtag {
	color: #5d84b1;
	position: absolute;
	top: 60px;
	right: 0px;
	z-index: 999;
	text-align: right;
}
.social-icon-box img {
	width: 100%;
}
#mainNav {
	height: 27px;
	font-size: 14px;
	float: left;
	width: 600px;
	padding-left: 40px;
}
#mainNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#mainNav li {
	line-height: 1.2em;
	float: left;
	width: 200px;
	margin-bottom: 7px;
}
#mainNav a:link, #mainNav a:visited {
	color: #5b5b5b;
	text-decoration: none;
	white-space: nowrap;
}
#mainNav a:hover, #mainNav a:active {
	color: #556f96;
	text-decoration: none
}
#reservation-button {
	position: absolute;
	right: 0;
	top: 101px;
	z-index: 999;
	width: 220px;
	background-color: #918a77;
	color: white;
	font-size: 14px;
	font-weight: lighter;
	letter-spacing: 1px;
	text-align: center;
	padding: 8px 0 8px 0;
}
.bookButton {
	font-weight: bold;
	width: 140px;
	font-size: 12px;
	font-weight: lighter;
	text-align: center;
	float: left;
	margin-right: 20px;
}
.bookButton a:link, .bookButton a:visited {
	color: #FFFfff !important;
	text-decoration: none;
	display: block;
	border: 0px;
	background-color: #918a77;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.bookButton a:hover, .bookButton a:active {
	background-color: #99937f;
}
/* ///////////////////// MOBILE NAV ////////////////////////// */

#mobile-nav {
	width: 100%;
	/*height: 100%;*/
	display: none;
	background-color: #677790;
	position: absolute;
	top: 115px;
	left: 0px;
	z-index: 99999;
	padding-bottom: 20px;
}
#mobile-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#mobile-nav ul li {
	height: 45px;
	width: 100%;
	border: 1px solid #7f8998;
	border-width: 0 0 1px 0;
	padding-left: 24px;
	/*padding-top: 15px;*/
	color: #ffffff;
	font-size: 14px;
	overflow: auto;
}
#mobile-nav ul li a {
	display: block;
	padding-top: 15px;
	color: #ffffff;
	text-decoration: none;
}
#mobile-nav ul li a:hover {
	color: #341300;
}
#mobile-nav ul li:hover {
	background-color: #77859b;
}
#mobile-nav ul li:hover a {
	color: #ffffff;
}
/******* END MOBILE NAV *********/


/******* mobile sub-nav for INNER PAGES *********/

.select-form {
	display: none;
	padding-top: 20px;
	padding-bottom: 15px;
}
.mobile-sub-nav-select {
	width: 90%;
	font-size: 25px;
	letter-spacing: 1px;
	overflow: auto;
	background-color: #fff;
	margin-left: 15px;
	border: 1px #999 solid;
}
/************/



/* footer */

#footer-socials {
	display: none;
}
#footer-hashtag {
	display: none;
}
#footerContainer {
	border: none;
	width: 100%;
	margin-top: 0px;
	background-image: url('../images/home/home-background.jpg');
	height: 100px;
	padding-top: 40px;
}
#home #footerContainer {
	border: none;
	background-color: transparent;
}
#footer {
	position: relative;
	width: 95%;
	max-width: 1360px; /*1400-40px padding*/
	margin: 0px auto;
	padding: 20px;
	font-size: 12px;
	color: #8F9192;
	border-bottom: 2px #fffff solid;
	border-top: 1px #fff solid;
}
#home #footer {
	border-top: 1px solid #fff;
}
#footerFlower {
	float: left;
	margin-top: 0px;
	width: 64px
}
#footer a:link, #footer a:visited {
	color: #8F9192;
	text-decoration: none;
	padding: 0px 11px;
	white-space: nowrap;
}
#footer a:hover {
	color: #62798F;
}
#footer #horizLinks {
	font-size: 12px;
	float: left;
}
#footer #horizLinks ul {
	list-style-type: none;
	margin-right: 0;
	margin-left: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer #horizLinks ul li {
	position: relative;
	display: inline;
	float: left
}
ul.toggle-list {
	display: none;
}
#footer #rightLinks {/*footer links on right side */
	font-size: 11px;
	font-weight: bold;
	float: right;
	margin: 0px;
}
#footer #rightLinks a:link {
	text-transform: uppercase;
}
.rightEoffers {
	float: right;
	clear: right;
	height: 30px;
	width: 500px;
	margin-top: 10px;
	font-size: 12px;
}
.rightEoffers p {
	padding-top: 7px;
}
#eoffers {
	display: inline;
	float: right;
	background-color: #77859B;
}
#eoffers .enterEmail {
	border: 1px solid #77859b;
	color: #FFF;
	background-color: #677790;
	margin: 0px;
	padding: 5px 8px;
	font-size: 11px;
	width: 150px;
	height: 20px;
}
#eoffers .submitEmail {
	border: 1px solid #77859b;
	color: #FFF;
	background-color: #77859b;
	margin: 0px;
	padding: 5px 8px;
	font-size: 11px;
	text-transform: uppercase;
	width: 120px;
	height: 20px;
	-webkit-appearance: none;
}
#eoffers .submitEmail:hover {
	color: #FF9;
}
#footer #copyright {
	position: absolute;
	top: 53px;
	left: 105px;
	font-size: 11px;
}
.cta {
	float: left;
}
/* end FOOTER */

#inner-content {
	margin: 140px auto 0;
	padding: 0;
	width: 97%;
	max-width: 1200px;
	position: relative;
	clear: both;
}
/* misc*/
.clear {
	clear: both
}
.noBdr {
	border: none;
}
.menu-button {
	font-family: 'helvetica_neue', Arial, sans-serif;
	width: 140px;
	font-size: 12px;
	text-align: center;
	float: left;
	margin-right: 20px;
}
.menu-button a:link, .menu-button a:visited {
	color: #FFFfff !important;
	text-decoration: none;
	display: block;
	border: 0px;
	background-color: #918a77;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.menu-button a:hover, .menu-button a:active {
	background-color: #99937f;
}
