@font-face {
	font-family: 'trade_gothic_lt_stdbold';
	src: url('..//fonts/tradegothicltstd-bd2-webfont.eot');
	src: url('..//fonts/tradegothicltstd-bd2-webfont.eot?#iefix') format('embedded-opentype'),
		url('..//fonts/tradegothicltstd-bd2-webfont.woff') format('woff'),
		url('..//fonts/tradegothicltstd-bd2-webfont.ttf') format('truetype'),
		url('..//fonts/tradegothicltstd-bd2-webfont.svg#trade_gothic_lt_stdbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'TradeGothicLTStd-Bd2Obl';
	src: url('..//fonts/TradeGothicLTStd-Bd2Obl.eot');
	src: url('..//fonts/TradeGothicLTStd-Bd2Obl.eot?#iefix') format('embedded-opentype'),
		url('..//fonts/TradeGothicLTStd-Bd2Obl.woff') format('woff'),
		url('..//fonts/TradeGothicLTStd-Bd2Obl.ttf') format('truetype'),
		url('..//fonts/TradeGothicLTStd-Bd2Obl.svg#TradeGothicLTStd-Bd2Obl') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'spring_lpregular';
	src: url('..//fonts/springlp-webfont.eot');
	src: url('..//fonts/springlp-webfont.eot?#iefix') format('embedded-opentype'),
		url('..//fonts/springlp-webfont.woff') format('woff'),
		url('..//fonts/springlp-webfont.ttf') format('truetype'),
		url('..//fonts/springlp-webfont.svg#spring_lpregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
*{max-height:1000000px;}
header, footer, article, section,
hgroup, nav, figure, aside, main{display:block;}
figure{
	margin:0;
	padding:0;
}
body{
	margin:0;
	background:#e8e1d7;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#524c46;
	min-width:320px;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:none;
	-webkit-font-smoothing:antialiased;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#bf341d;
}
a:hover,
a:focus,
a:active{
	text-decoration:underline;
	color:#bf341d;
}
a:active{background-color:transparent;}
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
input[type="search"],
input[type="email"],
textarea{
	-webkit-border-radius:0;
	border-radius:0;
	-webkit-appearance:none;
	-moz-appearance:none;
}
input[type="button"],
input[type="submit"]{
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
}
input[type="submit"]::-moz-focus-inner{border:0;}
input[type="button"]::-moz-focus-inner{border:0;}
input[type="submit"]:hover{cursor:pointer;}
input[type="submit"]:focus,
input[type="button"]:focus{outline:none;}
input[type="search"],
input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;}
input[type="search"]{
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}
input[type="search"]::-webkit-search-decoration{display:none;}
input[type="search"]::-webkit-search-cancel-button{display:none;}
input[type="search"]::-webkit-search-results-button{display:none;}
input[type="search"]::-webkit-search-results-decoration{display:none;}
input[type="search"]::-ms-clear{display:none;}
input[type="search"]::-moz-placeholder{
	color:#000;
	opacity:1;
}
input[type="search"]:-ms-input-placeholder{color:#000;}
input[type="search"]::-webkit-input-placeholder{color:#000;}
input[type="search"]:-moz-placeholder{color:#000;}
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form,
fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper{
	position:relative;
	overflow:hidden;
}
#header{
	position:relative;
	z-index:5;
	margin:0 0 17px;
}
.header-section{
	float:left;
	width:100%;
	margin-bottom:11px;
	background:url(../images/bg-header-block.jpg) repeat 50% 0;
	padding-top:7px;
	position:relative;
}
.logo{
	float:left;
	background:url(../images/sprite.png) no-repeat;
	width:136px;
	height:130px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 -8px 30px;
}
.logo a{
	display:block;
	height:100%;
}
.decor-img{
	position:absolute;
	left:29.7%;
	top:0;
	z-index:4;
}
.decor-img img{vertical-align:top;}
.decor-img.position02{
	left:35.5%;
	top:auto;
	bottom:-17px;
}
.decor-img.position03{
	left:auto;
	right:-58px;
	top:28px;
}
.decor-img.position05{
	left:-137px;
	top:-4px;
	z-index:2;
}
.header-block{
	padding:3px 15px 0 0;
	float:right;
}
.header-block>.holder{width:100%;}
.header-block>.holder:after{
	content:'';
	display:block;
	clear:both;
}
.top-nav{
	margin:0 19px 0 0;
	padding:5px 0 0;
	float:left;
}
.top-nav ul{
	font:10px/13px "trade_gothic_lt_stdbold", sans-serif;
	text-transform:uppercase;
	padding:0;
	margin:0;
	list-style:none;
}
.top-nav ul li{
	float:left;
	margin:0 0 0 5px;
}
.top-nav ul li:first-child{margin:0;}
.top-nav ul a{
	display:block;
	color:#f0eae2;
	padding:2px 8px 2px 9px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:rgba(117,65,0,0.5);
}
.top-nav ul a:hover,
.top-nav ul a:focus,
.top-nav ul a:active{
	background:rgba(117,65,0,0.4);
	text-decoration:none;
	color:#f0eae2;
	outline:none;
}
.social-networks{
	margin:0 14px 0 0;
	padding:2px 0 0;
	list-style:none;
	float:left;
}
.home .social-networks{margin-right:25px;}
.social-networks li{
	margin:0 0 0 9px;
	float:left;
}
.social-networks li:first-child{margin:0;}
.social-networks a,
.social-networks .foursquare{
	display:block;
	width:23px;
	height:23px;
	background:url(../images/socmed-icons.png) no-repeat 0px 0;
	text-indent:-9999px;
	overflow:hidden;
}
.social-networks .foursquare:hover{
	background-position:0 100%;
}
.social-networks .twitter{
	background-position:-23px 0;
	width: 22px;
}
.social-networks .twitter:hover{
	background-position:-23px 100%;
}
.social-networks .facebook{
	background-position:-45px 0;
	width: 22px;
}
.social-networks .facebook:hover{
	background-position:-45px 100%;
}
.social-networks .yelp{
	background-position:-67px 0;
	width: 22px;
}
.social-networks .yelp:hover{
	background-position:-67px 100%;
}
.social-networks .gplaces{
	background-position:-89px 0;
	width: 22px;
}
.social-networks .gplaces:hover{
	background-position:-89px 100%;
}
.social-networks .urbanspoon{
	background-position:-111px 0;
}
.social-networks .urbanspoon:hover{
	background-position:-111px 100%;
}
.search-block{float:left;}
.search-block .title{
	float:left;
	font:16px/22px "trade_gothic_lt_stdbold", sans-serif;
	color:#b4260d;
	margin:3px 8px 0 0;
	text-shadow:2px 2px 1px #f1dabb, -2px 2px 1px #f1dabb, -2px -2px 1px #f1dabb, 2px -2px 1px #f1dabb;
	letter-spacing:-0.3px;
}
.search {
	float:left;
	padding:2px;
	background:rgba(117,65,0,0.4);
	width:114px;
}
.search .holder{
	float:left;
	background:#fff;
}
.search .text{
	display:block;
	margin:0 24px 0 0;
}
.search .text input{
	background:none;
	border:none;
	width:100%;
	height:23px;
	padding:2px 8px;
	margin:0;
	float:left;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#b4aca2;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	outline:none;
}
.search .text input::-moz-placeholder{
	color:#b4aca2;
	opacity:1;
}
.search .text input:-ms-input-placeholder{color:#b4aca2;}
.search .text input::-webkit-input-placeholder{color:#b4aca2;}
.search .text input:-moz-placeholder{color:#b4aca2;}
.search input[type="submit"]{
	background:url(../images/sprite.png) no-repeat -146px -46px;
	width:24px;
	height:23px;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	line-height:0;
	font-size:0;
}
.links-header{
	float:right;
	padding:39px 24px 3px 0;
}
.links-header.in-body{
	float:none;
	padding:0;
}

.links-header ul{
	padding:0;
	margin:0;
	list-style:none;
	font:32px/34px "spring_lpregular", sans-serif;
	letter-spacing:-0.2px;
}
.links-header li{
	float:left;
	margin:0 0 0 9px;
}
.links-header a{
	float:left;
	padding:1px 5px 1px 9px;
	-webkit-border-radius:8px;
	border-radius:8px;
	color:#fff;
	border:2px solid rgba(82,58,30,0.2);
	background:#8c711b;
	text-shadow:2px 0 1px #a78e4d, 2px 1px 1px #a78e4d, 2px 2px 1px #a78e4d, 2px -1px 1px #a78e4d, 2px -2px 1px #a78e4d, -2px 0 1px #a78e4d, -2px 1px 1px #a78e4d, -2px 2px 1px #a78e4d, -2px -1px 1px #a78e4d, -2px -2px 1px #a78e4d, 0 -2px 1px #a78e4d, 0 2px 1px #a78e4d;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
}
.links-header a.style02{
	background:#b32c11;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	text-shadow:2px 0 1px #b32c11, 2px 1px 1px #b32c11, 2px 2px 1px #b32c11, 2px -1px 1px #b32c11, 2px -2px 1px #b32c11, -2px 0 1px #b32c11, -2px 1px 1px #b32c11, -2px 2px 1px #b32c11, -2px -1px 1px #b32c11, -2px -2px 1px #b32c11, 0 -2px 1px #b32c11, 0 2px 1px #b32c11;
}
.links-header a span{
	float:left;
	margin:-9px 0 -2px;
	padding:0 17px 0 0;
	position:relative;
}
.links-header a span:after{
	content:'';
	position:absolute;
	right:0;
	top:12px;
	width:8px;
	height:15px;
	background:url(../images/sprite.png) no-repeat -200px -50px;
}
.links-header a:hover,
.links-header a:focus,
.links-header a:active{
	text-decoration:none;
	outline:none;
}
.nav-bar>.holder{margin:0 247px 0 0;}
.email-section{
	float:right;
	width:236px;
	position:relative;
	margin:0 0 0 -100%;
}
.email-section .opener{
	display:block;
	padding:0 16px 0 0;
	background:url(../images/sprite.png) no-repeat 100% -200px;
	font:15px/20px "trade_gothic_lt_stdbold", sans-serif;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	text-shadow:2px 0 1px #92922a, 2px 1px 1px #92922a, 2px 2px 1px #92922a, 2px -1px 1px #92922a, 2px -2px 1px #92922a, -2px 0 1px #92922a, -2px 1px 1px #92922a, -2px 2px 1px #92922a, -2px -1px 1px #92922a, -2px -2px 1px #92922a, 0 -2px 1px #92922a, 0 2px 1px #92922a;
}
.email-section .opener:hover,
.email-section .opener:focus,
.email-section .opener:active{
	text-decoration:none;
	outline:none;
	color:#fff;
}
.email-section .opener span{
	display:block;
	padding:12px 5px 12px 24px;
	background:url(../images/sprite.png) no-repeat 0 -150px;
}
.email-section .opener em{
	font-style:normal;
	display:inline-block;
	vertical-align:top;
	padding:0 30px 0 0;
	position:relative;
}
.email-section .opener em:after{
	content:'';
	position:absolute;
	right:0;
	top:2px;
	width:26px;
	height:16px;
	background:url(../images/sprite.png) no-repeat -250px -50px;
}
.email-section.dropdown.open .dropdown-menu{display:block;}
.email-section .dropdown-menu{
	width:240px;
	left:-3px;
	top:44px;
	background:url(../images/bg-drop.png) no-repeat;
	border-radius:0;
	border:none;
	box-shadow:none;
	padding:0;
	text-align:center;
	margin:0;
}
.email-section .dropdown-menu .drop-holder{
	background:url(../images/bg-drop.png) no-repeat 100% -37px;
	padding:13px 0 0;
}
.email-section .dropdown-menu .drop-frame{
	background:#fff;
	border:solid;
	border-width:0 1px 1px;
	border-color:#bfb7aa;
	-webkit-border-radius:0 0 8px 8px;
	border-radius:0 0 8px 8px;
	padding:0 15px 10px;
}
.email-section .dropdown-menu .title{
	display:block;
	letter-spacing:0.2px;
	font:13.5px/16px "trade_gothic_lt_stdbold", sans-serif;
	color:#6e4d29;
	margin:0 0 11px;
	text-shadow:2px 0 1px #eee8e2, 2px 1px 1px #eee8e2, 2px 2px 1px #eee8e2, 2px -1px 1px #eee8e2, 2px -2px 1px #eee8e2, -2px 0 1px #eee8e2, -2px 1px 1px #eee8e2, -2px 2px 1px #eee8e2, -2px -1px 1px #eee8e2, -2px -2px 1px #eee8e2, 0 -2px 1px #eee8e2, 0 2px 1px #eee8e2;}
.email-section .dropdown-menu .title span{
	font-family:"TradeGothicLTStd-Bd2Obl", sans-serif;
	color:#942214;
}
.email-form{
	margin:0;
	padding:0;
	overflow:hidden;
}
.email-form .text{
	width:185px;
	display:block;
	overflow:hidden;
	margin:0 0 12px 9px;
	position:relative;
	border:1px solid #d4cec4;
}
.email-form .text input{
	background:#fff;
	border:none;
	width:100%;
	height:22px;
	padding:4px 6px 3px;
	margin:0;
	float:left;
	color:#b4aca2;
	font:12px/16px Arial, Helvetica, sans-serif;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	outline:none;
	box-shadow:none;
}
.email-form .text input::-moz-placeholder{
	color:#b4aca2;
	opacity:1;
}
.email-form .text input:-ms-input-placeholder{color:#b4aca2;}
.email-form .text input::-webkit-input-placeholder{color:#b4aca2;}
.email-form .text input:-moz-placeholder{color:#b4aca2;}
.email-form input[type="submit"]{
	background:url(../images/sprite.png) no-repeat -300px 0;
	width:65px;
	height:19px;
	border:0;
	padding:0;
	margin:0 auto;
	cursor:pointer;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	line-height:0;
	font-size:0;
}
.navbar{
	float:left;
	width:100%;
	margin:0;
	border:none;
	border-radius:0;
	background:none;
}
.navbar-collapse{
	float:left;
	width:100%;
	background:url(../images/bg-nav.png) repeat-x 50% 0;
	padding:0;
}
.navbar-nav{
	display:table;
	float:none;
	width:100%;
	position:relative;
	text-align:center;
	font:15px/20px "trade_gothic_lt_stdbold", sans-serif;
	text-transform:uppercase;
	padding:0;
	margin:0;
}
.navbar-nav .sub-menu {
	text-transform: none;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.navbar-nav:after,
.navbar-nav:before{display:none;}
.navbar-nav>li{
	float:none;
	display:table-cell;
	border:solid;
	border-width:0 1px;
	border-color:#d2cfc7 #d2cfc7 #fff #fff;
	position:relative;
	padding:0;
}
.navbar-nav > li > a{
	display:block;
	padding:14px 5px;
	position:relative;
}
.navbar-nav > li.first > a:after,
.navbar-nav > li.last> a:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:20px;
	height:44px;
	background:url(../images/sprite.png) no-repeat -400px 0;
	z-index:4;
}
.navbar-nav > li.last> a:after{
	left:auto;
	right:0;
	background-position:-450px 0;
}
.navbar-nav > li.first{border-left:none;}
.navbar-nav > li.last{border-right:none;}
.navbar-default .navbar-nav > li > a{
	color:#595700;
	text-shadow:2px 0 1px #fffffe, 2px 1px 1px #fffffe, 2px 2px 1px #fffffe, 2px -1px 1px #fffffe, 2px -2px 1px #fffffe, -2px 0 1px #fffffe, -2px 1px 1px #fffffe, -2px 2px 1px #fffffe, -2px -1px 1px #fffffe, -2px -2px 1px #fffffe, 0 -2px 1px #fffffe, 0 2px 1px #fffffe;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active > a:active{
	text-decoration:none;
	outline:none;
	color:#fff;
	background:url(../images/bg-nav-hover.png) repeat-x 50% 0;
	text-shadow:2px 0 1px #b39a7b, 2px 1px 1px #b39a7b, 2px 2px 1px #b39a7b, 2px -1px 1px #b39a7b, 2px -2px 1px #b39a7b, -2px 0 1px #b39a7b, -2px 1px 1px #b39a7b, -2px 2px 1px #b39a7b, -2px -1px 1px #b39a7b, -2px -2px 1px #b39a7b, 0 -2px 1px #b39a7b, 0 2px 1px #b39a7b;
}
.navbar-default .navbar-nav > li.first > a:hover:after,
.navbar-default .navbar-nav > li.first > a:focus:after,
.navbar-default .navbar-nav > li.first > a:active:after,
.navbar-default .navbar-nav > li.active.first > a:after,
.navbar-default .navbar-nav > li.active.first > a:after,
.navbar-default .navbar-nav > li.active.first > a:after{background-position:-500px 0;}
.navbar-default .navbar-nav > li.last > a:hover:after,
.navbar-default .navbar-nav > li.last > a:focus:after,
.navbar-default .navbar-nav > li.last > a:active:after,
.navbar-default .navbar-nav > li.active.last > a:after,
.navbar-default .navbar-nav > li.active.last > a:after,
.navbar-default .navbar-nav > li.active.last > a:after{background-position:-550px 0;}
.navbar-nav > li > a>span{
	position:relative;
	z-index:10;
}
.navbar-brand{
	width:60px;
	height:57px;
	padding:0;
	background:url(../images/sprite.png) no-repeat -300px -50px;
	text-indent:-9999px;
	overflow:hidden;
	margin:5px 0 1px 10px;
}
.navbar-default .navbar-toggle{
	background-color: #ab815a;
	border-color:#c2bdb7;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {background-color: #8d6738;}
.navbar-toggle{margin-top:13px;}
#main_nav .top-menu-item:hover a,#main_nav .top-menu-item.selected a {
    color: white;
}
 
#main_nav li:hover,#main_nav #n-menus.selected,#main_nav #n-about.selected,#main_nav li a.selected {
    color: white;
}
 
#main_nav .sub-menu {
	font-size: 12px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-left: 0;
	list-style-type: none;
    display: none;
    background: #8d6738;
    padding: 3px;
    z-index: 2005;
    text-align: left;
    position: absolute;
    /*left: 1px;*/
    min-width: 100%;
    overflow: hidden;
}

#main_nav li#menu-item-2630 .sub-menu {
	width: 220%;
}

#main_nav li#menu-item-2636 .sub-menu {
	width: 200%;
}
 
#main_nav-locations {
    width: 225%!important;
}
 
#main_nav li:hover .sub-menu {
    display: block;
}
 
#main_nav .menu li {
    float: none;
}
 
#main_nav li .sub-menu li a {
    display: block;
    padding: 5px 0;
    font-size: 12px;
    color: white;
    border: 0;
    border-top: 1px solid #a0815a;
    -webkit-text-shadow: 0;
    -moz-text-shadow: 0;
    text-shadow: 0;
    line-height: 14px;
}
 
#main_nav li .sub-menu li:first-child a {
    border: 0;
}
 
#main_nav li .sub-menu li a:hover {
    background: #a0815a;
}
#main{
	position:relative;
	padding:0 0 40px;
	z-index:4;
}
.home #main{padding-bottom:0;}
p{margin:0 0 16px;}
h1{
	font:21px/26px "trade_gothic_lt_stdbold", sans-serif;
	text-shadow:2px 0 1px #d9cdbf, 2px 1px 1px #d9cdbf, 2px 2px 1px #d9cdbf, 2px -1px 1px #d9cdbf, 2px -2px 1px #d9cdbf, -2px 0 1px #d9cdbf, -2px 1px 1px #d9cdbf, -2px 2px 1px #d9cdbf, -2px -1px 1px #d9cdbf, -2px -2px 1px #d9cdbf, 0 -2px 1px #d9cdbf, 0 2px 1px #d9cdbf;
	margin:0;
	color:#b4260d;
	letter-spacing:-0.2px;
}
h2{
	font:18px/22px "trade_gothic_lt_stdbold", sans-serif;
	margin:0 0 15px;
	color:#000;
	text-shadow:2px 0 1px #f5f2ed, 2px 1px 1px #f5f2ed, 2px 2px 1px #f5f2ed, 2px -1px 1px #f5f2ed, 2px -2px 1px #f5f2ed, -2px 0 1px #f5f2ed, -2px 1px 1px #f5f2ed, -2px 2px 1px #f5f2ed, -2px -1px 1px #f5f2ed, -2px -2px 1px #f5f2ed, 0 -2px 1px #f5f2ed, 0 2px 1px #f5f2ed;
}
.content{padding:0 0 0 17px;}
.logo-widget{
	padding:17px 0 0 19px;
	margin:0 0 62px;
}
.banner-widget{
	padding:3px 0 0;
	overflow:hidden;
	margin:0 0 0 -14px;
}
.info-contacts{
	margin:0 -5px 8px 0;
	font-style:normal;
	font-size:12px;
	line-height:16px;
}
.content .contact-link{
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-size:10px;
	line-height:16px;
}
.heading-section{padding:0 0 19px;}
.heading-section.style02{padding:0;}
.heading-section:after{
	content:'';
	display:block;
	clear:both;
}
.heading-section .btn{
	float:right;
	font:13px/16px "trade_gothic_lt_stdbold", sans-serif;
	padding:1px 25px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background:#9f7f57;
	color:#fff;
	margin:4px 0 0;
}
.heading-section .btn:hover,
.heading-section .btn:focus,
.heading-section .btn:active{
	outline:none;
	text-decoration:none;
	background:#9f7f57;
	box-shadow:none;
}
.address-block{
	overflow:hidden;
	margin:0 0 15px;
	font-size:12px;
	line-height:16px;
}
.address-block .title{
	display:block;
	text-transform:uppercase;
}
.address-block a{font-size:10px;}
.map-section{padding:4px 3px 0 17px;}
.search-section{
	overflow:hidden;
	margin:0 0 15px;
}
.search-box{
	float:left;
	padding:9px 25px 8px 23px;
	-webkit-border-radius:8px;
	border-radius:8px;
	background:#a67d54;
}
.search-box .title{
	float:left;
	font:17px/22px "trade_gothic_lt_stdbold", sans-serif;
	text-shadow:2px 0 1px #987049, 2px 1px 1px #987049, 2px 2px 1px #987049, 2px -1px 1px #987049, 2px -2px 1px #987049, -2px 0 1px #987049, -2px 1px 1px #987049, -2px 2px 1px #987049, -2px -1px 1px #987049, -2px -2px 1px #987049, 0 -2px 1px #987049, 0 2px 1px #987049;
	color:#fff;
	margin:2px 7px 0 0;
	letter-spacing:-0.1px;
}
.search-box .search{width:213px;}
.search-box .search .holder{width:100%;}
.map-placeholder{
	border:1px solid #7b7773;
	overflow:hidden;
}
.map-placeholder img{
	display:block;
	width:100%;
	height:auto;
}
.aside.style02{padding-top:61px;}
.aside.style03{padding-top:78px;}
.choose-form{
	float:right;
	position:relative;
	margin:4px 42px 0 0;
}
.choose-form label{
	display:block;
	font:14px/18px "trade_gothic_lt_stdbold", sans-serif;
	color:#b4260d;
	text-shadow:2px 0 1px #fffffe, 2px 1px 1px #fffffe, 2px 2px 1px #fffffe, 2px -1px 1px #fffffe, 2px -2px 1px #fffffe, -2px 0 1px #fffffe, -2px 1px 1px #fffffe, -2px 2px 1px #fffffe, -2px -1px 1px #fffffe, -2px -2px 1px #fffffe, 0 -2px 1px #fffffe, 0 2px 1px #fffffe;
	letter-spacing:-0.2px;
	margin:0 0 6px;
}
.choose-form select{
	display:block;
	margin:0 auto;
	width:137px;
	color:#000;
}
.menu{
	display:inline-block;
	vertical-align:top;
	padding:2px;
	overflow:hidden;
	background:#fff;
	margin:0 0 20px;
}
.menu ul{
	float:left;
	padding:0;
	margin:0;
	list-style:none;
	text-transform:uppercase;
}
.menu ul li{
	float:left;
	margin:0 0 0 2px;
}
.menu ul li:first-child{margin:0;}
.menu ul a{
	display:block;
	text-align:center;
	padding:1px 9px 2px;
	color:#8d6738;
	font:13px/16px "trade_gothic_lt_stdbold", sans-serif;
}
.menu ul a:hover,
.menu ul a:focus,
.menu ul a:active,
.menu ul .active a{
	background:#b12c11;
	color:#fff;
	text-decoration:none;
}
.nav-tabs{
	display:inline-block;
	vertical-align:top;
	border:solid;
	border-width:1px;
	border-color:#b9ae9e;
	-webkit-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
	overflow:hidden;
	background:#8e6839;
	font-weight:bold;
	margin-left: 0px
}
.nav-tabs li{
	border-left:1px solid #b9ae9e;
	margin:0;
	padding:0;
}
.nav-tabs li:first-child{border:none;}
.nav-tabs li:first-child>a{
	-webkit-border-radius:5px 0 0 0;
	border-radius:5px 0 0;
}
.nav-tabs li:last-child>a{
	-webkit-border-radius:0 5px 0 0;
	border-radius:0 5px 0 0;
}
.nav-tabs > li > a{
	border-radius:0;
	margin:0;
	padding:11px 16px 10px;
	color:#fff;
	font-size:12px;
	line-height:16px;
	border:none;
}
.nav-tabs > li> a:hover,
.nav-tabs > li> a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus{
	background:#fff;
	color:#8e6839;
	border:none;
	outline:none;
	margin:0;
	padding:11px 16px 10px;
}
.tab-content{
	overflow:hidden;
	border:1px solid #b9ae9e;
	background:#fff;
	padding:18px 25px 20px;
	margin:-1px 4px 5px 0;
}
.photo-section{
	padding:0 30px;
	margin:0 -24px 22px -30px;
	position:relative;
	text-align:center;
}
.photo-section:after{
	content:'';
	position:absolute;
	left:1px;
	top:25px;
	width:15px;
	height:16px;
	background:url(../images/sprite.png) no-repeat -400px -50px;
}
.photo-section>.holder{
	overflow:hidden;
	margin:0 -7px;
}
.photo-section .box{
	display:inline-block;
	vertical-align:top;
	width:129px;
	margin:0 0 8px 3px;
	border:3px solid #d6c8b0;
}
.image-section{
	overflow:hidden;
	margin:0 0 20px -6px;
}
.info-article{
	overflow:hidden;
	margin:0 0 20px;
	font-size:10px;
	line-height:15px;
}
.info-article .column{
	float:right;
	width:39%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:0 0 0 10px;
}
.info-article .column:first-child{
	border:none;
	float:left;
	width:59.6%;
	border-right:1px solid #d8d4cf;
	padding:0 15px 0 0;
}
.info-article .sub-title{
	display:block;
	font-weight:normal;
	margin:0 0 14px;
	font-size:12px;
	line-height:14px;
}
.info-article .title{
	display:block;
	font-size:12px;
	line-height:15px;
	letter-spacing:0.5px;
	margin:0 0 6px;
}
.info-article p{margin:0 0 14px;}


.choose-table{
	width:100%;
	border:none;
	border-collapse:collapse;
	font-size:11px;
	line-height:13px;
}
.choose-table th{
	font:9px/11px "trade_gothic_lt_stdbold", sans-serif;
	vertical-align:middle;
	text-align:left;
	border-left:1px solid #d8d4cf;
	padding:1px 3px 3px;
}
.choose-table th:first-child{
	vertical-align:top;
	font-size:13px;
	line-height:14px;
	border:none;
	padding-left:0;
}
.choose-table td{
	border-top:1px solid #d8d4cf;
	text-align:center;
	padding:2px 1px 1px;
}
.choose-table td+td+td{
	border:solid;
	border-width:1px 0 0 1px;
	border-color:#d8d4cf;
}
.choose-table tbody tr:first-child td{border-top:none;}
.choose-table td:first-child{
	border-left:none;
	text-align:left;
	font:12px/15px "trade_gothic_lt_stdbold", sans-serif;
}
.choose-table td+td+td{width:27%;}
.choose-table td+td+td+td{width:21%;}
.specialty-section{
	margin:0 -40px -11px;
	padding:15px 0 0;
	position:relative;
	overflow:auto;
}
.specialty-section .text-type{
	position:absolute;
	right:25px;
	top:-2px;
	color:#8d6738;
	font:13px/15px "trade_gothic_lt_stdbold", sans-serif;
	text-transform:uppercase;
	padding:0 24px;
}
.specialty-section .text-type:before,
.specialty-section .text-type:after{
	content:'';
	position:absolute;
	left:0;
	top:50%;
	background:url(../images/sprite.png) no-repeat -616px -10px;
	width:20px;
	height:4px;
	margin:-1px 0 0;
}
.specialty-section .text-type:after{
	background-position:-616px 0;
	left:auto;
	right:0;
}
.specialty-section table{
	width:100%;
	border-collapse:collapse;
	min-width:700px;
}
.specialty-section table th{
	color:#b4260d;
	text-align:center;
	font:20px/24px "spring_lpregular", sans-serif;
}
.specialty-section table td{
	border-top:1px solid #dcd6ce;
	font-weight:bold;
	text-align:center;
	padding:5px 0 7px;
}
.specialty-section table th:first-child,
.specialty-section table td:first-child{
	width:307px;
	padding:7px 5px 8px 38px;
	text-align:left;
}
.specialty-section table th:first-child{
	font:19px/24px "trade_gothic_lt_stdbold", sans-serif;
	padding:7px 5px 6px 38px;
	vertical-align:top;
	letter-spacing:-0.2px;
	text-shadow:2px 0 1px #eee8e2, 2px 1px 1px #eee8e2, 2px 2px 1px #eee8e2, 2px -1px 1px #eee8e2, 2px -2px 1px #eee8e2, -2px 0 1px #eee8e2, -2px 1px 1px #eee8e2, -2px 2px 1px #eee8e2, -2px -1px 1px #eee8e2, -2px -2px 1px #eee8e2, 0 -2px 1px #eee8e2, 0 2px 1px #eee8e2;
}
.specialty-section table th{
	padding:6px 3px 7px;
	vertical-align:top;
}
.specialty-section table td:first-child{font-weight:normal;}
.specialty-section table p{margin:0;}
.specialty-section table .new{
	display:inline-block;
	vertical-align:middle;
	color:#eca214;
	font-size:9px;
	line-height:13px;
	margin:-2px 0 0 4px;
}
.specialty-section table .label-v{
	display:inline-block;
	vertical-align:middle;
	text-indent:-9999px;
	width:10px;
	height:11px;
	background:url(../images/sprite.png) no-repeat -600px 0;
	margin:-2px 3px 0 0;
}
.specialty-section table .column07{width:12%;}
.specialty-section table .column06{width:7%;}
.specialty-section table .column05,
.specialty-section table .column04,
.specialty-section table .column03,
.specialty-section table .column02{width:10%;}
.link-holder{
	text-align:right;
	padding:0 6px 0 0;
	letter-spacing:-0.4px;
}
.link-holder a{color:#f38129;}
.gallery-section{
	padding-bottom:18px;
	margin-top:-11px;
	position:relative;
}
.gallery-block{
	float:left;
	width:72.8%;
	margin:0 10px 0 0;
}
.carousel{z-index:3;}
.carousel-control{
	width:6%;
	background:none;
	opacity:1;
	z-index:10;
}
.carousel-control.left{background:url(../images/decor01.png) no-repeat 0 50%;}
.carousel-control.right{background:url(../images/decor02.png) no-repeat 100% 50%;}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left{left:0;}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right{right:0;}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right{
	text-indent:-9999px;
	overflow:hidden;
	width:16px;
	height:31px;
	background:url(../images/sprite.png) no-repeat -450px -50px;
	margin:-16px 0 0;
}
.carousel-control:hover,
.carousel-control:focus{opacity:1;}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right{background-position:-500px -50px;}
.carousel .overlay{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:5;
	-webkit-box-shadow:inset 0 0 100px 0 rgba(0, 0, 0, 0.5);
	box-shadow:inset 0 0 100px 0 rgba(0, 0, 0, 0.5);
	text-indent:-9999px;
	overflow:hidden;
}
.twitter-block{
	overflow:hidden;
	padding:0 0 0 3px;
}
.twitter-block .heading{margin:0 0 5px;}
.twitter-block .heading:after{
	content:'';
	display:block;
	clear:both;
}
.twitter-block .heading h2{
	font-size:17px;
	line-height:20px;
	text-shadow:2px 0 1px #d9cdbf, 2px 1px 1px #d9cdbf, 2px 2px 1px #d9cdbf, 2px -1px 1px #d9cdbf, 2px -2px 1px #d9cdbf, -2px 0 1px #d9cdbf, -2px 1px 1px #d9cdbf, -2px 2px 1px #d9cdbf, -2px -1px 1px #d9cdbf, -2px -2px 1px #d9cdbf, 0 -2px 1px #d9cdbf, 0 2px 1px #d9cdbf;
	color:#b4260d;
	letter-spacing:-0.2px;
	margin:-17px 0 0;
	float: left;
}
.twitter-block .heading .link{
	float:right;
	font:12px/15px "trade_gothic_lt_stdbold", sans-serif;
	color:#775837;
/*	text-shadow:2px 0 1px #ddd4c7, 2px 1px 1px #ddd4c7, 2px 2px 1px #ddd4c7, 2px -1px 1px #ddd4c7, 2px -2px 1px #ddd4c7, -2px 0 1px #ddd4c7, -2px 1px 1px #ddd4c7, -2px 2px 1px #ddd4c7, -2px -1px 1px #ddd4c7, -2px -2px 1px #ddd4c7, 0 -2px 1px #ddd4c7, 0 2px 1px #ddd4c7; */
	margin:3px 0 0 5px;
	letter-spacing:-0.2px;
}
.twitter-posts{overflow:hidden; border-bottom: 1px solid #c2bcb4;}
.twitter-posts p{margin:0;}
.twitter-posts .post{
	padding:12px 0 10px;
	border-top:1px solid #c2bcb4;
}
.twitter-posts .post:first-child{
	border:none;
	padding-top:5px;
}
.twitter-block .holder{
	padding:22px 0 0;
	text-align:right;
}
.twitter-block .holder .follow-link{
	display:inline-block;
	vertical-align:top;
	padding:0 11px 0 0;
	font:12px/15px "trade_gothic_lt_stdbold", sans-serif;
	color:#765837;
	position:relative;
	letter-spacing:-0.2px;
}
.twitter-block .holder .follow-link:after{
	content:'';
	position:absolute;
	right:0;
	top:3px;
	width:6px;
	height:10px;
	background:url(../images/sprite.png) no-repeat -550px -50px;
}
.tab-section{
	float:left;
	width:35.8%;
	margin:0 10px 0 0;
}
.tab-section:first-child{margin-right:14px;}
.tab-section .nav-tabs{
	width:100%;
	overflow:hidden;
	float:none;
	text-align:center;
	border:none;
	background:none;
	position:relative;
	z-index:10;
	border-radius:0;
	margin-left: 0;
}
.tab-section .nav-tabs li{
	float:none;
	display:inline-block;
	vertical-align:top;
	border:none;
	background:none;
	margin:0 4px;
}
.tab-section .nav-tabs a{
	padding:0;
	border:none;
	font:11px/13px "trade_gothic_lt_stdbold", sans-serif;
	text-transform:uppercase;
	/*text-shadow:2px 0 1px #f4f0eb, 2px 1px 1px #f4f0eb, 2px 2px 1px #f4f0eb, 2px -1px 1px #f4f0eb, 2px -2px 1px #f4f0eb, -2px 0 1px #f4f0eb, -2px 1px 1px #f4f0eb, -2px 2px 1px #f4f0eb, -2px -1px 1px #f4f0eb, -2px -2px 1px #f4f0eb, 0 -2px 1px #f4f0eb, 0 2px 1px #f4f0eb;*/
	color:#9f8160;
}
.tab-section .nav-tabs > li > a:hover,
.tab-section .nav-tabs > li > a:focus,
.tab-section .nav-tabs > li.active > a,
.tab-section .nav-tabs > li.active > a:hover,
.tab-section .nav-tabs > li.active > a:focus{
	padding:0;
	color:#77120e;
	background:none;
}
.tab-section .tab-content{
	border:none;
	background:none;
	margin:-14px 0 0;
	padding:0 0 20px;
	position:relative;
}
.tab-section .tab-content .title{
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	text-align:center;
	font:41px/50px "spring_lpregular", sans-serif;
	text-shadow:2px 0 1px #e8e1d7, 2px 1px 1px #e8e1d7, 2px 2px 1px #e8e1d7, 2px -1px 1px #e8e1d7, 2px -2px 1px #e8e1d7, -2px 0 1px #e8e1d7, -2px 1px 1px #e8e1d7, -2px 2px 1px #e8e1d7, -2px -1px 1px #e8e1d7, -2px -2px 1px #e8e1d7, 0 -2px 1px #e8e1d7, 0 2px 1px #e8e1d7;
	color:#b4260d;
	letter-spacing:-0.5px;
}
.news-section{
	overflow:hidden;
	padding:2px 0 0;
	letter-spacing:-0.3px;
}
.news-section h2{
	font-size:17px;
	line-height:20px;
	text-shadow:2px 0 1px #d9cdbf, 2px 1px 1px #d9cdbf, 2px 2px 1px #d9cdbf, 2px -1px 1px #d9cdbf, 2px -2px 1px #d9cdbf, -2px 0 1px #d9cdbf, -2px 1px 1px #d9cdbf, -2px 2px 1px #d9cdbf, -2px -1px 1px #d9cdbf, -2px -2px 1px #d9cdbf, 0 -2px 1px #d9cdbf, 0 2px 1px #d9cdbf;
	color:#b4260d;
	letter-spacing:-0.2px;
	margin:-2px 0 8px;
}
.news-section p{margin:0;}
.news-section .link{font-size:10px;}
#footer{
	position:relative;
	z-index:5;
	padding:25px 0 100px;
	font-size:12px;
	line-height:16px;
	color:#726c66;
}
.home #footer{padding-bottom:44px;}
.footer-section{text-align:center;}
.footer-section a{color:#9a301f;}
.footer-nav{
	padding:0;
	margin:0 0 3px;
	list-style:none;
	color:#b5aba1;
}
.home .footer-nav{margin:0 -20px 3px;}
.footer-nav li{
	display:inline-block;
	vertical-align:top;
	padding:0 2px 0 6px;
	position:relative;
}
.footer-nav li:after{
	content:'|';
	position:absolute;
	left:0;
	top:-1px;
}
.footer-nav li:first-child:after{display:none;}
.footer-nav li a{color:#8a8d0f;}
.footer-nav.style02 a{color:#726c66;}
#footer address{
	font-size:12px;
	line-height:16px;
	letter-spacing:-0.2px;
	display:block;
	margin:0 0 16px;
}
#footer .row{position:relative;}
#footer .decor-img{
	position:absolute;
	left:3%;
	top:-23px;
}
#footer .decor-img img{vertical-align:top;}
#footer .decor-img.style02{
	left:auto;
	right:-3px;
	top:-16px;
}
#footer .location-title{
	display:block;
	text-transform:uppercase;
	color:#726c66;
	font-weight:bold;
	letter-spacing:-0.2px;
	margin:0 0 8px;
}
.location-address{
	padding:0;
	margin:0;
	list-style:none;
	margin:0 -20px;
	letter-spacing:-0.2px;
	font-weight:bold;
}
.location-address li{
	display:inline-block;
	vertical-align:top;
	margin:0 3px;
}
.location-address em{font-weight:normal;}
.modal-dialog{max-width:394px;}
.modal-content{box-shadow:none;}
.modal-content{
	border:solid;
	border-width:3px 3px 23px;
	border-color:#b9ae9e;
	border-radius:0;
}
.none{display:none;}
.main-content {
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}
.no-border td {
	border: none !important;
}
.SpringLP h6 {
	font-size: 24px;
	color: #b72710;
	min-width: 60px;
}
.menu-item td {
	text-align: center
}
.menu-item td.no-style {
	text-align: left;
}
#download-menus h4 {
	margin-bottom: 20px;
}
.nav-pills {
	background: #fff;
	margin-top: -30px;
margin-left: 0;
}
.nav-pills li a {
	font-weight: bold;
	color: #8d6738;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #ffffff;
	background-color: #b12c11;
}
.subtext h3, .subtexthome h3 {
    text-align: center;
    color: #70760D;
    text-shadow: 0px 0px 1px #000;
    font-size: 21px;
}
.subtext p, .subtexthome p {
    font-size: 16px;
    line-height: 22px;
}
.best-of {
	position: relative;
	top: 15px;
	height: 96px;
}
.order-online {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
        margin-top: -11px;
}
#order-locations > div{
    clear:both;
    margin-bottom:20px;
}
#order-locations img{
    height:35px;
    margin-top:-3px;
    margin-left:10px;
}

#order-locations{
    font-size:14px;
    line-height:18px;
}
#order-locations .location-name{
    color:#000;
    font-size:14px;
    font-weight: bold;
}
#order-locations ul{
        
	padding:0;
	margin:0;
	list-style:none;
	font:32px/34px "spring_lpregular", sans-serif;
	letter-spacing:-0.2px;
}
#order-locations li{
    display:inline-block;
}
#order-locations li:nth-of-type(2){
    margin-top:10px;
}
#order-locations a{
	padding:1px 5px 1px 9px;
	-webkit-border-radius:8px;
	border-radius:8px;
	color:#fff;
	border:2px solid rgba(82,58,30,0.2);
	background:#8c711b;
	text-shadow:2px 0 1px #a78e4d, 2px 1px 1px #a78e4d, 2px 2px 1px #a78e4d, 2px -1px 1px #a78e4d, 2px -2px 1px #a78e4d, -2px 0 1px #a78e4d, -2px 1px 1px #a78e4d, -2px 2px 1px #a78e4d, -2px -1px 1px #a78e4d, -2px -2px 1px #a78e4d, 0 -2px 1px #a78e4d, 0 2px 1px #a78e4d;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
}
#order-locations a.style02{
	background:#b32c11;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	text-shadow:2px 0 1px #b32c11, 2px 1px 1px #b32c11, 2px 2px 1px #b32c11, 2px -1px 1px #b32c11, 2px -2px 1px #b32c11, -2px 0 1px #b32c11, -2px 1px 1px #b32c11, -2px 2px 1px #b32c11, -2px -1px 1px #b32c11, -2px -2px 1px #b32c11, 0 -2px 1px #b32c11, 0 2px 1px #b32c11;
}
#order-locations a span{
	position:relative;
}
#order-locations a:active,
#order-locations a:focus,
#order-locations a:hover{
    text-decoration: none;
}
.order-button,
.order-button:active,
.order-button:focus,
.order-button:visited,
.order-button:hover{
    font:32px/34px "spring_lpregular", sans-serif;
	letter-spacing:-0.2px;
        
        padding:1px 11px 1px 9px;
	-webkit-border-radius:8px;
	border-radius:8px;
	text-decoration: none !important;
        color:#fff !important;
	border:2px solid rgba(82,58,30,0.2);
	background:#b32c11;
        display:inline-block;
	background-clip:padding-box;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	text-shadow:2px 0 1px #b32c11, 2px 1px 1px #b32c11, 2px 2px 1px #b32c11, 2px -1px 1px #b32c11, 2px -2px 1px #b32c11, -2px 0 1px #b32c11, -2px 1px 1px #b32c11, -2px 2px 1px #b32c11, -2px -1px 1px #b32c11, -2px -2px 1px #b32c11, 0 -2px 1px #b32c11, 0 2px 1px #b32c11;
        margin-bottom:10px;
}

.with-sub {
	
}
.sub-menu li a:hover {
	text-decoration: none;
}
.menu-header {
	color: #b72710;
	text-shadow: 0 0 3px #9f8160;
	font-size: 18px;
}
.tab-pane h4 {
	color: #b72710;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
ul.thebuttonlist {
    margin-top: 25px;
}
.subbuttons ul.buttonlist {
    margin: 0;
}
.subbuttons .thebutton {
    padding: 6px 0;
}
a.thelink {
    color: #fff;
}
a.thelink:hover {
	text-decoration: none;
}
.thebutton {
    display: block;
    width: 100%;
    clear: both;
    margin: 10px 0;
    background: #70750D;
    padding: 20px 0;
    border: 1px solid #535900;
    text-align: center;
    font-size: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
 /* future proofing */
    -khtml-border-radius: 4px;
    text-decoration: none;
}
a.alllocations li {
    text-transform: uppercase;
	background: #AD815A;
    border: 1px solid #4F3C23;
    padding: 5px 0;
    margin: -50px 0 40px 0;
}
.thebutton {
    border-top: 1px solid #f70000;
    background: #770000;
    background: -webkit-gradient(linear, left top, left bottom, from(#cc0000), to(#770000));
    background: -webkit-linear-gradient(top, #cc0000, #770000);
    background: -moz-linear-gradient(top, #cc0000, #770000);
    background: -ms-linear-gradient(top, #cc0000, #770000);
    background: -o-linear-gradient(top, #cc0000, #770000);
    padding: 20px 23px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 3px 3px #aaa;
    -webkit-box-shadow: 1px 1px 3px 3px #aaa;
    box-shadow: 1px 1px 3px 3px #aaa;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 16px;
    font-family: Helvetica, Arial, Sans-Serif;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px 0px 3px rgb(159, 129, 96);
    vertical-align: middle;
}
.thebutton:hover {
    border-top-color: #ba0606;
    background: #f30808;
    color: #fff;
    text-decoration: none;
}
.thebutton:active {
    border-top-color: #1b435e;
    background: #1b435e;
}
input[type="submit"] {
    border-top: 1px solid #f70000;
    background: #770000;
    background: -webkit-gradient(linear, left top, left bottom, from(#cc0000), to(#770000));
    background: -webkit-linear-gradient(top, #cc0000, #770000);
    background: -moz-linear-gradient(top, #cc0000, #770000);
    background: -ms-linear-gradient(top, #cc0000, #770000);
    background: -o-linear-gradient(top, #cc0000, #770000);
    padding: 10px 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 3px 3px #aaa;
    -webkit-box-shadow: 1px 1px 3px 3px #aaa;
    box-shadow: 1px 1px 3px 3px #aaa;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 14px;
    font-family: Helvetica, Arial, Sans-Serif;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px 0px 3px rgb(159, 129, 96);
    vertical-align: middle;
}
input[type="submit"]:hover {
    border-top-color: #ba0606;
    background: #f30808;
    color: #fff;
    text-decoration: none;
}
input[type="submit"]:active {
    border-top-color: #1b435e;
    background: #1b435e;
}
.theimage {
    padding: 6px 6px 12px 6px;
    background: #fff;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.entry-title, .entry-title a {
	color: #726c66 !important;
	font-weight: bold;
}
.menu-gallery {
	background: url(../images/icon-search.gif) no-repeat 2px center;
	overflow: visible;
	margin-left: -10px;
	padding-left: 15px;
}
.kids-menu, .kids-menu h3, #kids-menu-instructions, #kids-menu-instructions h3 {
	border: 4px solid #e0d7cc;
	background: white;
	padding: 10px 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.kids-menu h3, #kids-menu-instructions h3 {
	border-bottom: 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	padding: 3px 10px 0;
	margin: -25px 0 20px 0;
	width: 88px;
	text-align: center;
	height: 15px;
	font-weight: bold;
}

#gform_wrapper_3, #gform_wrapper_2 {
	background: white;
	padding: 10px 20px;
}

.dough-raiser {
	display: block;
	color: #f0eae2;
	padding: 2px 8px 2px 9px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: rgba(117,65,0,0.5);
	margin-top: -20px;
}

#searchForm input[type="submit"] {
    
	width: 100% !important;
}

.heading .tooltip-inner {
	width: 300px;
}

@media only screen and (max-width:991px){
	#menu-item-2637  ul.sub-menu {width: 130% !important;}
	.decor-img.position02 {bottom: auto;}
	.logo{margin-left:15px;}
	.search-block .title{margin-right:5px;}
	.social-networks,
	.home .social-networks{margin-right:10px;}
	.top-nav{margin-right:10px;}
	.links-header{padding-right:20px;}
	.nav-bar > .holder{margin:0 230px 0 0;}
	.email-section{width:220px;}
	.email-section .opener span{
		padding:12px 0 12px 10px;
		margin-right:-8px;
	}
	.email-section .dropdown-menu{width:223px;}
	.email-form .text{
		margin:0 0 12px;
		width:auto;
	}
	.navbar-nav{font-size:14px;}
	.search-box{padding:9px 10px 8px;}
	.search-box .title{font-size:15px;}
	.search-box .search{width:205px;}
	.aside.style02{padding-top:2px;}
	.nav-tabs > li > a{padding:11px 9px 10px;}
	.nav-tabs > li > a:hover,
	.nav-tabs > li > a:focus,
	.nav-tabs > li.active > a,
	.nav-tabs > li.active > a:hover,
	.nav-tabs > li.active > a:focus{padding:11px 9px 10px;}
	.menu ul a{
		padding:1px 8px;
		font-size:12px;
	}
	.info-article .column:first-child{width:48%;}
	.info-article .column{width:51%;}
	.info-article .column:first-child,
	.info-article .column{
		float:none;
		padding:0;
		border:none;
		width:auto;
	}
	.specialty-section{margin:0 -20px -5px;}
	.gallery-block{
		width:68%;
		margin-right:8px;
	}
	.twitter-block .holder{padding-top:0;}
	.twitter-posts .post{padding:6px 0 5px;}
	.tab-section .nav-tabs a{
		padding:0 1px;
		font-size:10px;
		line-height:13px;
	}
	.tab-section .nav-tabs > li > a:hover,
	.tab-section .nav-tabs > li > a:focus,
	.tab-section .nav-tabs > li.active > a,
	.tab-section .nav-tabs > li.active > a:hover,
	.tab-section .nav-tabs > li.active > a:focus{padding:0 1px;}
	.tab-section .nav-tabs li{margin:0 1px;}
	.news-section h2{margin:0;}
	.news-section{
		font-size:11px;
		line-height:14px;
	}
	.twitter-posts{
		font-size:11px;
		line-height:14px;
	}
	.twitter-block .heading{margin:0;}
	.tab-section .tab-content .title{
		font-size:30px;
		line-height:36px;
	}
	.tab-section .tab-content{padding:0 0 14px;}
	.gallery-section{padding-bottom:10px;}
	.home #main{padding-bottom:20px;}
	#footer{padding:0 0 30px;}
	#footer .decor-img{left:0;}
	#footer .decor-img.style02{margin-right:-7px;}
	.footer-nav{margin:0 -10px 3px;}
	#footer .decor-img{
		left:0;
		top:35px;
	}
	#footer .decor-img.style02{
		top:30px;
		left:auto;
		right:-60px;
	}
	.location-address{
		margin:0;
		padding:0 120px;
	}
}
@media only screen and (max-width:767px){
	#directions >div  {
		position: relative !important;
		right: 0px !important;
	}
	.nav-bar > .holder{margin:0;}
	.navbar{background:url(../images/bg-header-block2.jpg) no-repeat 50% 0;}
	.navbar-collapse{
		background:none;
		box-shadow:none;
	}
	.navbar-collapse:after,
	.navbar-collapse:before{display:none;}
	.navbar-nav{
		display:block;
		text-align:left;
	}
	.navbar-nav > li{
		display:block;
		border:none;
	}
	.navbar-nav > li.first > a:after,
	.navbar-nav > li.last > a:after{display:none;}
	.navbar-default .navbar-nav > li > a{
		background:url(../images/bg-nav.png) repeat-x 50% 0;
		padding:14px 15px;
	}
	h1{
		font-size:18px;
		line-height:22px;
	}
	p{margin:0 0 12px;}
	.logo-widget{
		padding:0;
		margin:0 0 20px;
		text-align:center;
	}
	.content{padding:10px 0 0;}
	.banner-widget{
		padding:0;
		text-align:center;
		margin:0;
	}
	.email-section{
		margin:0;
		float:left;
		width:100%;
	}
	.nav-bar{margin:0 0 10px;}
	.email-section .dropdown-menu{
		left:0;
		width:100%;
	}
	.map-section{padding:0;}
	.search-box .title{margin:0;}
	.search-box .search{width:100%;}
	.search-box{
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		width:100%;
	}
	.search-box{padding:4px 10px 8px;}
	.address-block{
		display:inline-block;
		vertical-align:top;
		width:32%;
		min-width:150px;
		padding:0 20px 0 0;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.tab-content{margin:-1px 0 0;}
	.choose-form{margin-right:0;}
	.heading-section.style02{padding-bottom:10px;}
	.menu{display:block;}
	.menu ul{width:100%;}
	.menu ul li{
		float:none;
		margin:0;
		border-top:1px solid #fff;
	}
	.menu ul li:first-child{border-top:0;}
	.nav-tabs{display:block;}
	.nav-tabs li{
		float:none;
		border:solid;
		border-width:1px 0 0;
		border-color:#b9ae9e;
		margin:0;
	}
	.nav-tabs > li > a,
	.nav-tabs > li > a:hover,
	.nav-tabs > li > a:focus,
	.nav-tabs > li.active > a,
	.nav-tabs > li.active > a:hover,
	.nav-tabs > li.active > a:focus{padding:5px 10px;}
	.nav-tabs li:last-child > a{border-radius:0;}
	.nav-tabs li:first-child{
		-webkit-border-radius:4px 4px 0 0;
		border-radius:4px 4px 0 0;
	}
	.aside.style03{padding:0;}
	.tab-content{padding:10px 20px;}
	.photo-section{
		margin:0 -20px 10px;
		padding:0 20px;
	}
	.photo-section .box{width:124px;}
	.image-section{margin:0 -10px 20px;}
	.gallery-block{
		float:none;
		margin:0 0 20px;
		width:auto;
	}
	.carousel-control{width:7%;}
	.tab-section:first-child,
	.tab-section{
		float:none;
		margin:0 0 5px;
		width:auto;
	}
	.tab-section .nav-tabs{max-width:323px;}
	.tab-section .nav-tabs a{padding:0 2px;}
	.tab-section .nav-tabs > li > a:hover,
	.tab-section .nav-tabs > li > a:focus,
	.tab-section .nav-tabs > li.active > a,
	.tab-section .nav-tabs > li.active > a:hover,
	.tab-section .nav-tabs > li.active > a:focus{padding:0 2px;}
	.tab-section .tab-content .title{max-width:322px;}
	.specialty-section .text-type{display:none;}
	#main{padding:0 0 30px;}
	.footer-nav,
	.home .footer-nav{margin:0;}
	.footer-nav.style02{margin:0 0 15px;}
	.footer-nav li:after{display:none;}
	.footer-nav li{
		display:block;
		padding:0;
		border-bottom:1px solid #e4e0da;
	}
	.footer-nav a{
		display:block;
		padding:3px 15px;
		font-size:13px;
		line-height:16px;
		background:#f2f0ed;
	}
	.footer-nav a:hover,
	.footer-nav a:focus{
		text-decoration:none;
		background:#c4ad95;
		color:#fff;
	}
	.location-address{padding:0;}
	.news-section {
		float: none !important;
	}
	.news-section img {
		margin: 0 auto;
		display: block;
	}
	.sub-menu, .hide-phone {
		display: none !important;
	}
	.menu-pills {
		margin-top: -10px;
	}
	.tab-content img {
		max-width: 100%;
	}
        
        
}


.col-sm-10 {
width: 83.33333333333334%;
float: left;
margin-left: -16px;
}

.col-sm-9 {
width: 75%;
float: left;
margin-left: -17px;
}



h1.location-title {
	color: #70760D;
font-size: 21px;
text-align: center;
padding-bottom: 20px;
padding-top: 20px;
}
#menu-item-2637 > ul.sub-menu li {
	width: 125% !important;
}

#menu-item-2642 > ul.sub-menu li {
	width: 125% !important;
}

/* Firefox shenanigans */
@-moz-document url-prefix() {
	#main_nav .sub-menu {
		max-width: 225% !important;
	    min-width: 50% !important;
	    width: auto !important;
	}
}