/* ==========================================================================
   custom styles
   ========================================================================== */

/*font-family:'Trade Gothic W01 Cn 18';
font-family:'TradeGothicW01-Cn18Obl';
font-family:'TradeGothicW01-BoldCn20 675334';
font-family:'TradeGothicW01-BoldCn20 675337';
font-family:'Minion W01 It Cap';*/

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

html, body {
	font: 18px Arial, Helvetica, Geneva, sans-serif;
	background: #000;
	color: #fff;
	height: 100%;
}
body {
	min-height: 600px;
}
.wf-loading body { visibility:hidden; }
.wf-inactive body { visibility:visible;}
body { 
	font: 18px "Trade Gothic W01 Cn 18", Arial, Helvetica, Geneva, sans-serif;
}

/* - - - - - - - - - - - - - -
   GLOBAL FONT STYLES
- - - - - - - - - - - - - - - */
a {
	color: #F59A32;
}
a:hover {
	color: #F59A32;
	text-decoration: underline;
}
sub, sup {
	font-size: 50%;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin-top: 0;
	font-weight: normal;
}
strong, b, h1, h2, h3, h4, h5, h6, .strong {
	font-weight: normal;
	font-family:'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, Geneva, sans-serif;
}
h2 {
	font-size: 19px;
	margin-bottom: 6px;
}
h3 {
	color: #F69631;
	font-size: 20px;
}
h4 {
	color: #F69631;
	font-size: 18px;
}
h4 {
	font-family:'Minion W01 It Cap', Arial, Helvetica, Geneva, sans-serif;
}
p, li, div {
	font-size: 17px;
}
.row {
	min-width: 100px;
}
.highlight {
	background: none;
	color: #F69631 !important;
}
#main-cnt {
	margin: 0 0 0 190px;
	padding: 0;
	position: relative;
	min-height: 100%;
	text-align: center;
}
.single #main-cnt {
	padding: 0;
}
.single #main-cnt {
	padding-right: 160px;
}
.home #main-cnt {
	padding: 0;
	margin: 0;
	position:absolute;
	width:100%;
	height:100%;
}
#main-cnt h1 {
	text-transform: uppercase;
	color: #fff;
	font-size: 50px;
	letter-spacing: -1px;
	line-height: 100%
}
#main-cnt h1.pricehighlight {
	font-size: 90px;
}

#main-cnt h1.entry-title {
	font-size: 60px;
	letter-spacing: 0;
}

.list-pages-shortcode {
	list-style: none;
}
.list-pages-shortcode > li {
	display: inline-block;
	width: 50%;
	height: 140px;
	position: relative;
}
.list-pages-shortcode > li > a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ccc;
}
.long-text {
	max-width: 960px;
	margin: 0 auto;
}
.fitwidth {
	max-width: 100% !important;
	height: auto;
	width: auto;
}
.listing-item {
	list-style: none;
	padding: 30px 0;
	border-bottom: 1px solid #434343;
}

.intro {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 100px;
	margin-bottom: 40px;
	background: url(../images/flame.gif) no-repeat bottom center;
}
.intro h2 {
	text-transform: uppercase;
	color: #F1E7D1;
}

.non-semantic-protector { position: relative; z-index: 1; }

.ribbon {
 font-size: 26px !important;
 width: 50%;
 position: relative;
 background: #EB372E;
 color: #fff;
 text-align: center;
 padding: .5em 1em; /* Adjust to suit */
 margin: 2em auto 3em;
 text-transform: uppercase;
 margin-top: 0;
 text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}
/* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */

.ribbon:before, .ribbon:after {
 content: "";
 position: absolute;
 display: block;
 bottom: -.5em;
 border: 1em solid #B1251F;
 z-index: -1;
}
.ribbon:before {
 left: -2em;
 border-right-width: 1.5em;
 border-left-color: transparent;
}
.ribbon:after {
 right: -2em;
 border-left-width: 1.5em;
 border-right-color: transparent;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #841D28 transparent transparent transparent;
 bottom: -.5em;
}
.ribbon .ribbon-content:before {
 left: 0;
 border-width: .5em 0 0 .5em;
}
.ribbon .ribbon-content:after {
 right: 0;
 border-width: .5em .5em 0 0;
}

.ribbon-small {
 font-size: 24px !important;
 width: 50%;
 position: relative;
 background: #EB372E;
 color: #fff;
 text-align: center;
 padding: .5em 1em; /* Adjust to suit */
 margin: 0 auto;
 text-transform: uppercase;
 margin-top: 0;
 text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

.ribbon-small:before, .ribbon-small:after {
 content: "";
 position: absolute;
 display: block;
 bottom: -.5em;
 border: 1em solid #B1251F;
 z-index: -1;
}
.ribbon-small:before {
 left: -2em;
 border-right-width: 1.5em;
 border-left-color: transparent;
}
.ribbon-small:after {
 right: -2em;
 border-left-width: 1.5em;
 border-right-color: transparent;
}
.ribbon-small .ribbon-content:before, .ribbon-small .ribbon-content:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #841D28 transparent transparent transparent;
 bottom: -.5em;
}
.ribbon-small .ribbon-content:before {
 left: 0;
 border-width: .5em 0 0 .5em;
}
.ribbon-small .ribbon-content:after {
 right: 0;
 border-width: .5em .5em 0 0;
}

.ribbon.latenight {
 background: #199DD4;
}
.ribbon.latenight:before, .ribbon.latenight:after {
 border-color: #1A86C3;
}
.ribbon.latenight .ribbon-content:before, .ribbon.latenight .ribbon-content:after {
 border-color: #125980 transparent transparent transparent;
}
.ribbon.latenight:before {
 border-left-color: transparent;
}
.ribbon.latenight:after {
 border-right-color: transparent;
}


/*
   STORE LOCATOR
*/
#addressSubmit.slp_ui_button {
	width: auto !important;
}
#searchForm INPUT {
	width: 100% !important;
}
div#sl_div .gm-style-iw {
	width: 300px !important;
}
#slp_bubble_name {
	font-size: 15px;
}
#sl_div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 !important;
	background-color:#000 !important;
}

#map {
	position: fixed !important;
	width: 75% !important;
	height: 100% !important;
	background-color: transparent !important;
	border: none !important;
	top: 0;
	margin-right: 360px;	
	background-image: url(../images/foundation/orbit/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#sl_sidebar {
	position: absolute;
	z-index: 1;
	width: 25%;
	padding: 100px 20px 20px;
	background: #000;
	margin: 0;
	text-align: left;
	min-height: 100%;
	top: 0;
	right: 0;
}
#searchForm, #map_sidebar {
	padding: 24px 0 !important;
	width: 100%;
}
#map_sidebar {
	border-top: 1px solid #545454;
}
#slp_tagline {
	display: none;
}
#sl_info_bubble {
	color: #000;
	text-align: left;
	min-width: 230px !important;
}
#slp_bubble_hours {
	display: none;
}
#loc-target {
	position: absolute;
	top: 0;
	left: 180px;
	width: 50%;
	height: 100%;
}
#sl_div a {
	color: #FC9A18 !important;
}
#sl_div a:hover {
	background-color: transparent !important;
}
div.results_entry:hover {
	background: none !important;
}
div.results_entry span.location_name {
	color: #FFF !important;
	font-size: 16px !important;
}
.location_distance {
	font-size: 13px !important;
}
div.results_row_left_column {
	width: 100% !important;
}
div.results_row_center_column {
	width: 100% !important;
	margin-top: 8px !important;
}
div.results_row_right_column {
	width: 100% !important;
	margin-top: 12px !important;
	text-align: left !important;
}
.results_wrapper {
	padding: 14px 0;
	border-bottom: 1px dotted #3B3A33;
}
span.slp_result_contact.slp_result_hours {
	display: none;
}
#searchForm input {
	padding-top: 5px !important;
	font-size: 100%;
}
#searchForm input {
	font-family:'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, Geneva, sans-serif;
}
#addy_in_radius {
	display: none !important;
}
#searchForm LABEL {
	text-align: left !important;
	min-width: 100% !important;
	font-size: 18px !important;
	float: none !important;
	padding-right: 0 !important;
	color: #fff !important;
}
#searchForm label {
	font-family:'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, Geneva, sans-serif;
}
#addressSubmit {
	font-size: 18px !important;
	padding: 4px 12px !important;
}
span.slp_result_phone {
	padding-top: 0 !important;
	padding-left: 20px;
	background: url(../images/sprite.png?v=2.0) no-repeat -583px -381px
}
span.slp_result_fax {
	padding-left: 20px;
	background: url(../images/sprite.png?v=2.0) no-repeat -583px -414px
}

/* - - - - - - - - - - - - - -
   NAV MENU
- - - - - - - - - - - - - - - */
#overlay {
	background: #000;
	position: fixed;
	z-index: 998;
	width: 100%;
	height: 100%;
	display: none;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
	cursor: pointer;
}
/*#overlay.initialLoad {
	display: block;
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: 1000;
	background: #000 url(../images/foundation/orbit/loading.gif) no-repeat center center;
	cursor: default;
}*/
header {
	position: fixed;
	top: 0;
	right: 0;
	width: 184px;
	height: 66px;
	z-index: 99;
}
#logo-icon {
	position: absolute;
	width: 23px;
	height: 60px;
	display: block;
	top: 50%;
	left: 50%;
	margin-left: -12px;
	margin-top: -30px;
	background: url(../images/sprite.png?v=2.0) no-repeat -40px  -103px;
}
#logo {
	width: 93px;
	height: 83px;
	display: block;
	margin: 0;
	background: url(../images/sprite.png?v=2.0) no-repeat 0 0;
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 998;
}
#logo > a {
	width: 100%;
	height: 100%;
	display: block;
}
#main-nav {
	position: absolute;
	height: 100%;
	text-align: center;
	z-index: 999;
	left: 0;
}
#main-nav {
	font-family:'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, Geneva, sans-serif;
}
#main-nav-outer {
	height: 100%;
	border-right: 2px solid #333;
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
	background: #000 url(../images/bg-flame.png) bottom right;
	overflow: hidden;
}
#main-nav-inner {
	margin-right: 0;
	padding-top: 150px;
	text-align: right;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	z-index: 1;
}
ul.menu {
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}
ul.menu li {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 14px;
	width: 100%;
	text-align: right;
}
ul.menu a {
	display: inline-block;
	padding: 4px 20px;
	text-transform: uppercase;
	color: #78716B;
	text-decoration: none;
	text-align: center;
	zoom: 1;
	width: 190px;
}
ul.menu a:hover {
	color: #fff;
}
ul.menu a.active {
	color: #F69631;
}
ul.menu > li.primary {
	font-size: 21px;
	line-height: 105% !important;
}
#menu-secondary-menu > li:last-child, #menu-main-menu > li:last-child {
	border-bottom: none;
}
#main-social-nav-group > li {
	border: none;
}
ul.menu .item-arrow {
	display: inline-block;
	width: 16px;
	height: 31px;
	background: url(../images/sprite.png?v=2.0) no-repeat -572px -100px;
}
ul.menu .item-arrow.collapse {
	background: url(../images/sprite.png?v=2.0) no-repeat -572px -145px;
}
ul.menu a:hover > .item-arrow {
	background: url(../images/sprite.png?v=2.0) no-repeat -572px -0px;
}
ul.menu a:hover > .item-arrow.collapse {
	background: url(../images/sprite.png?v=2.0) no-repeat -572px -45px;
}
ul.menu .active > .item-arrow {
	background: url(../images/sprite.png?v=2.0) no-repeat -572px -200px;
}
ul.menu .active. > .item-arrow.collapse {
	background: url(../images/sprite.png?v=2.0) no-repeat -572px -245px;
}
ul.menu a.active:hover > .item-arrow {
	background: url(../images/sprite.png?v=2.0) no-repeat -572px -200px;
}
ul.menu a.active:hover > .item-arrow.collapse {
	background: url(../images/sprite.png?v=2.0) no-repeat -572px -245px;
}
ul.menu .pdf > a > .icon {
	display: inline-block;
	zoom: 1;
	margin-left: 4px;
	width: 19px;
	height: 20px;
	background: url(../images/sprite.png?v=2.0) no-repeat 0 -520px
}
ul.menu .pdf > a:hover > .icon {
	background: url(../images/sprite.png?v=2.0) no-repeat 0 -553px;
}
ul.menu .sub-menu {
	position: absolute;
	left: 0;
	top: 8px;
	text-align: right;
	display: none;
	z-index: 999;
	padding: 6px 0;
	margin: 0;
	width: 360px;
}
ul.menu .sub-menu .sub-menu {
	display: none;
}
.two-column .sub-menu {
	width: 500px;
}
ul.menu .sub-menu > li {
	border: none !important;
	display: inline-block !important;
}
.two-column .sub-menu > li {
	width: 45%;
}
.one-column .sub-menu > li {
	width: 100%;
}
ul.menu .sub-menu a {
	font-size: 13px;
	padding: 3px 30px !important;
	width: 340px;
}
#nav-arrow {
	display: block;
	width: 33px;
	height: 33px;
	border: 1px solid #222;
	background: #000 url(../images/sprite.png?v=2.0) no-repeat -136px -97px;
	position: absolute;
	left: 20px;
	top: -200px;
	z-index: 999;
	cursor: pointer;
}
#nav-arrow:hover {
	border: 1px solid #FFF;
	background: #000 url(../images/sprite.png?v=2.0) no-repeat -136px -65px;
}
#menu-social-menu {
	text-align: center;
	width: 190px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#menu-social-menu > li {
	width: 32px;
	height: 32px;
	border: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	margin-right: 6px;
	position: relative;
}
#menu-social-menu > li:last-child {
	margin-right: 20px;
}
#menu-social-menu > li > a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/sprite.png?v=2.0);
	padding: 0;
	margin: 0;
}
#menu-social-menu > li.icon-facebook > a {
	background-position: -514px -561px;
}
#menu-social-menu > li.icon-facebook > a:hover {
	background-position: -514px -520px;
}
#menu-social-menu > li.icon-twitter > a {
	background-position: -557px -561px;
}
#menu-social-menu > li.icon-twitter > a:hover {
	background-position: -557px -520px;
}
#menu-social-menu > li.icon-instagram > a {
	background-position: -469px -561px;
}
#menu-social-menu > li.icon-instagram > a:hover {
	background-position: -469px -520px;
}
#locator-small {
	padding-top: 8px;
}
#locator-small > p {
	color: #78716B;
	font-size: 14px;
	margin: 0 0 4px;
}
#locator-small > p {
	font-family:'Minion W01 It Cap', Arial, Helvetica, Geneva, sans-serif;
}
#locator-small > input {
	width: 80%;
	border: 3px solid #222;
	background: #000;
	color: #F69631;
	padding: 4px;
	font-size: 34px;
}
#locator-small > input {
	font-family:'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, Geneva, sans-serif;
}
.current-page-parent > a, .current_page_item > a, .current-page-ancestor > a {
	color: #F59A32 !important;
}

.column-top-spacer {
	padding-top: 150px;
}
.expander {
	border-top: 0px solid #000;
}
.expander.active > a {
	color: #FFF !important;
}
.current-menu-parent.expander.active {
	border-top: 5px solid #F59A32;
}
.current-menu-parent.expander.active > a {
	color: #F59A32 !important;
}

.slider-cnt {
	position: relative;
}
.slider-cnt-icon {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -61px;
	width: 123px;
	height: 98px;
	z-index: 3;
}
.slider-cnt-icon > img {
	width: 100%;
	height: 100%;
}
.slider-cnt .advanced-slider .layer {
	top: auto !important;
	left: auto !important;
	right: 8%;
	position: absolute !important;
	bottom: 65px !important;
	font-size: 13px !important;
	color: #fff;
	z-index: 3;
	background: transparent !important;
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.slider-cnt .advanced-slider .layer {
	font-family: 'Minion W01 It Cap', Arial, Helvetica, Geneva, sans-serif;
}
.slider-cnt .advanced-slider .slide-buttons {
	left: auto !important;
	right: 8% !important;
	bottom: 45px !important;
	display: block !important;
}

.subpage {
	padding: 40px;
	max-width: 90%;
	margin: 0 auto;
}


/* MENU */
.menu-container {
	width: 82%;
	margin: 8px auto;
	padding-bottom:40px;
}
.menu-category-title {
	margin-top: -60px;
	display: inline;
	position: relative;
	z-index: 3;
}
.menu-group {
	padding: 30px 0;
}
.pageheaderouter {
	width: 90%;
	margin: 0 auto;
	margin-top: -34px;
	margin-bottom: 30px;
	position: relative;
	z-index: 3;
}
.pageheader {
	padding-right: 45px;
	height: 135px;
	position: relative;
}
.pageheaderleft {
	width: 50%;
	height: 100%;
	position: absolute;
	background: url(../images/bg-corner-box.png) no-repeat left top;
	top: 0;
	left: 0;
}
.pageheaderright {
	width: 52%;
	height: 100%;
	position: absolute;
	background: url(../images/bg-corner-box.png) no-repeat right top;
	top: 0;
	right: 0;
}
.pageheaderinner {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: table; 
}
.pageheaderinner > .menu-category-header {
	position: absolute;
	top: 18px;
	left: 45px;
}
.pageheaderinner > h2 {
	text-align: left;
	width: 52%;
	padding-right: 40px;
	display: table-cell; 
	vertical-align: middle;
	color: #F69631;
}
.pageheaderinner > h2 {
	font-family:'Minion W01 It Cap', Arial, Helvetica, Geneva, sans-serif;
}
.menuheader {
	padding-top: 0;
	padding-bottom: 24px;
	max-width: 700px;
	margin: 0 auto;
}
.menuheader img.header {
	max-width: 100%;
	height: auto;
	width: auto;
	margin-bottom: 18px;
}
.menuheader h2 {
	color: #F69631;
}
.menuheader h2 {
	font-family:'Minion W01 It Cap', Arial, Helvetica, Geneva, sans-serif;
}
.menu-item {
	text-align: left;
	padding-bottom: 8px;
}
.menu-item > h2 {
	padding-bottom: 8px;
	background: url(../images/border-bottom.gif) repeat-x bottom left;
}
.menu-item > p > .price {
	padding-left: 14px;
	white-space: nowrap;
}
.menu-item > p > .price {
	font-family:'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, Geneva, sans-serif;
}
#main-cnt .featurebox .menu-item > h2 {
	color: white;
	background: none;
	border-bottom: 1px solid #fff;
}
#main-cnt .featurebox .menu-item > h2 {
	font-family:'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, Geneva, sans-serif;
}
.nowrap {
	white-space: nowrap;
}
.inset {
	max-width: 100%;
	height: auto;
	width: auto;
	margin: 20px 0;
	padding: 3px;
}
.bordered-left {
	border-left: 1px dotted #434343;
}
.bordered-bottom {
	border-bottom: 1px dotted #434343;
}
.bordered {
	border: 1px dotted #434343;
}
.rawdisclaimer {
	 font-size: 13px;
	 text-transform: uppercase;
	 text-align: left;
}
.disclaimer {
	color: #F69631;
	font-size: 15px !important;
	text-align: left;
}
.disclaimer {
	font-family:'Minion W01 It Cap', Arial, Helvetica, Geneva, sans-serif;
}
.smalldisclaimer {
	font-size: 13px;
}
.latenight .disclaimer {
	color: #199DD4;
}
#main-cnt .featurebox {
	background: #4B1114 url(../images/bg-featurebox.png);
	padding: 30px;
	border: 2px solid #EA272E;
	border-radius: 12px;
	margin-bottom: 30px;
}
#main-cnt .featurebox.transparent {
	background: none;
	border: 2px solid #333;
}
#main-cnt .featurebox h1 {
	font-size: 40px;
	text-shadow: none;
	color: #fff;
	letter-spacing: 0;
}
#main-cnt .featurebox h2 {
	color: #F69631;
	margin-bottom: 14px;
}
#main-cnt .featurebox h2 {
	font-family: 'Minion W01 It Cap', Arial, Helvetica, Geneva, sans-serif;
}
.itemlist {
	list-style: none;
	margin-bottom: 30px;
}
.itemlist > li {
	border-bottom: 1px dotted #fff;
	border-bottom-color: rgba(255,255,255,.3);
}
.itemlist.big-feature > li {
	font-size: 22px;
	padding: 6px 0;
	margin: 0;
}
.itemlist.big-feature > li {
	font-family:'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, Geneva, sans-serif;
}
.itemlist.big-feature > li:last-child {
	border-bottom: none;
}

.clear {
	clear: both;
}
.itemheader.small {
	font-size: 36px;
	text-shadow: none;
}

#main-cnt .featurebox h2.itemheader {
	text-transform: uppercase;
}
#main-cnt .featurebox h2.itemheader {
	font-family:'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, Geneva, sans-serif;
}
#main-cnt .featurebox h2.itemheader span {
	text-transform: none;
	font-size: 80%;
}
#main-cnt .featurebox h2.itemheader span {
	font-family: 'Minion W01 It Cap', Arial, Helvetica, Geneva, sans-serif;
}
.featurebox .feature-header {
	max-width: 90%;
	margin: -70px auto 14px;
}
.featurebox .bordered {
	border-color: #F69631;
}

.about .child_page-container {
	height: 100px !important;
	border: none !important;
}

.menuheader h2.latenight {
	color: #199DD4;
}
.menuheader h2.latenight {
	font-family:'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, Geneva, sans-serif;
}
#main-cnt h1.pricehighlight > sup {
	font-size: 50%;
	vertical-align: middle;
}
.latenight .menu-item > h2 {
	background: url(../images/border-bottom-latenight.gif) repeat-x bottom left;
}

.padlessbottom {
	padding-bottom: 0;
}

#bones-card-promo {
	padding-left: 95px;
	background: url(../images/bones-club-card.gif) no-repeat top left;
	min-height: 55px;
	display: inline-block;
	zoom: 1;
	margin: 16px auto;
	padding-top: 8px;
}

/* ----- */
/* FORM */
.ninja-forms-cont {
	text-align: left;
	margin: 0 auto;
	max-width: 960px;
}
.ninja-forms-all-fields-wrap {
	padding: 20px;
}
.ninja-forms-required-items {
	font-size: 14px;
	margin-bottom: 20px;
}
.field-wrap {
	padding-bottom: 14px;
}
.input-counter {
	font-size: 14px;
}
label {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}
label {
	font-family:'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, Geneva, sans-serif;
}
.submit {
	background: #FFF;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD');
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DDD));
	background: -moz-linear-gradient(top, #FFF, #DDD);
	text-decoration: none;
	border: 1px solid #BBBBBB;
	padding: 4px 12px;
	text-align: center;
	cursor: pointer;
	color: #5F5E5E;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
	box-shadow: none;
	margin: 8px 0 !important;
	font-size:18px;
}
.submit {
	font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, Geneva, sans-serif;
}
.submit:hover{
	color: #000 !important;
	text-decoration: none !important;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	font-size: 18px;
}
.timer-animation {
	display: none !important;
}
.ninja-forms-field-error, .ninja-forms-error-msg {
	color: red;
}
.ninja-forms-form-wrap label {
	font-weight: inherit !important;
}

.mobileonly {
	display:none;
	visibility:hidden;
}

.slide-buttons {
	left: auto !important;
	right: 20px !important;
	bottom: 30px !important;
	display: block !important;
}

.slide-wrapper {
	height: 100% !important;
}

ol ol li {
	list-style-type: lower-roman;
}


.numeric-divider {
	border-top: 3px solid #ededed;
	padding-bottom: 35px;
}
.numeric-divider > span {
	display: block;
	margin: 0 auto;
	margin-top: -34px;
	width: 48px;
	height: 69px;
	background: url(../images/sprite.png?v=2.0) no-repeat -290px -283px;
	line-height: 69px;
	font-size: 24px;
	font-weight: bold;
}

#slider-pro-1 .layer {
	width: 30% !important;
}
#slider-pro-1 .layer img {
	width: 100% !important;
	height: auto !important;
	max-width: 100% !important;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  color: #ff0000;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in-;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}
.error {
	color: #ff0000;
}
select.birthdatefld {
	width: auto;
	display: inline;
}
#fsBirthDate .parsley-errors-list {
	display: none;
}

fieldset {
	text-align: left;
	border: none;
	padding: 0;
}
fieldset.optin {
	display: none;
}
fieldset.optin > input[type='checkbox'] {
	float: left;
	display: block;
	margin-right: 14px;
}
fieldset.optin > label.optin {
	text-transform: initial;
	font-size: 14px;
	float: left;
	display: block;
	width: 85%;
}

.group { padding-bottom:50px; }

/* VIDEO OVERLAY */
.video-container {
	position: relative;
	margin-bottom: 15px;
}
.video-container > .overlay-play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/play.png) center center no-repeat;
}
.video-container > .overlay-play:hover {
	background: url(../images/play-hover.png) center center no-repeat;
}
.video-container > img {
	width: 100%;
}

.button {
	background-color: #EB332E;
	text-transform: uppercase;
	border: 1px solid #B1221F;
}
.button:hover {
	background-color: #B1221F;
	border: 1px solid #B1221F;
	text-decoration: none;
}


.left-aligned {
	text-align: left;
}
.right-aligned {
	text-align: right;
}
.center-aligned {
	text-align: center;
}
img.center-aligned {
	margin: 0 auto;
}

.page-template-template-subpage-php .subpage {
	text-align: left;
}

.burgerbattle {
	padding-top: 0;
}
.burgerintro {
	padding: 0 14px 30px;
}
.burgerintro > h2 {
	font-size: 46px;
}
.burgerintro > h3 {
	font-size: 42px;
}
.burgerbattle .menuheader {
	padding-bottom: 0;
}
.bb-matchup {
	padding: 14px 0;
	border-radius: 2px;
	background: #fff;
	margin: 14px;
}
.bb-location {
	border-bottom: 1px solid #F69631;
	padding-bottom: 8px;
	color: #F69631;
	text-transform: uppercase;
}
.bb-matchup-teams {
	padding: 14px;
	color: #000;
}
.bb-matchup-teams * {
	color: #000 !important;
	margin-bottom: 0;
}
.bb-team-vs p {
	font-family:'Minion W01 It Cap', Arial, Helvetica, Geneva, sans-serif;
	color: #F69631 !important;
	font-size:100%;
}
	
	
#burgers-headline {
	position: absolute;
	top: 3%;
	left: 3%;
	width: 30%;
	z-index: 1;
}
.gradient {
	background: url(../images/gradient.png) repeat-x bottom left;
	height: 40px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.padder {
	padding: 14px;
}
#errorMobile {
	display: none;
}


header {
	width: 320px;
	height: 80px;
}
header {
width: 150px;
height: 40px;
}
header #sl_div {
	position: relative;
	background: transparent !important;
}
header #sl_sidebar {
	position: relative;
	width: 100%;
	padding: 0;
	background: transparent !important;
}
header #map_sidebar {
	padding: 0;
	border: none;
	padding: 0 !important;
}
header .results_wrapper {
	border: none;
	padding: 0;
}
header div.results_entry {
	padding: 0 !important;
	cursor: default;
}
header div.results_row_center_column {
	margin: 0 !important;
	width: 50% !important;
}
header .results_row_right_column {
	position: static !important;
	width: 128px !important;
	text-align: right;
	margin-top: 0 !important;
}
header .results_row_left_column,
header #sl_sidebar > img,
header .location_name,
header .slp_result_fax,
header .slp_result_website,
header .slp_result_directions,
header .text_below_map,
header .location_distance {
	display: none !important;
}
header .results_wrapper p,
header .results_wrapper li, 
header .results_wrapper div {
	font-size: 13px;
	font-weight: normal;
	font-family:'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, Geneva, sans-serif;
}
header #closest-location-wrap {
	background: #e92f2b;
	height: 100%;
	position: relative;
	z-index: 1;
}
header .orderonline {
	display: block;
	width: 127px;
	height: 26px;
	background: url(../images/sprite.png?v=2.0) no-repeat -115px -400px;
}
header .orderonline > span {
	display: none;
}
header #closest-location {
	position: relative;
	padding: 6px 8px 8px;
	z-index: 1;
}
header .nearest {
	font-size: 13px;
	margin: 0;
	text-transform: lowercase;
}
header #corner-peel {
	width: 66px;
	height: 66px;
	display: block;
	background: url(../images/sprite.png?v=2.0) no-repeat -18px -387px;
	position: absolute;
	z-index: 0;
	left: -23px;
	bottom: -15px;
}

.locations #sl_div a.btn.orderonline {
	background: #FC9A18;
	display: inline-block;
	padding: 4px 12px;
	margin-top: 8px;
	color: #FFF !important;
	width: auto;
}

.locations #sl_div a.btn.orderonline:hover {
	background: #E37C13 !important;
	color: #FFF !important;
}


/* SPECIALS LANDING PAGE */

#promo-fixed {
	width: 67%;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	z-index: 1;
}
#promo-details {
	width: 33%;
	position: absolute;
	right: 0;
	top: 0;
	min-height: 100%;
	z-index: 99;
}



.hero-panel {
	text-align: center;
}
.hero-panel img {
	margin: 0 auto;
	margin-bottom: 200px;
}
.special-groups-wrap {
	background: #df3523;
	height: 100%;
}
.special-group:nth-child(even) {
	background-color: #b32316;
}
.special-group:nth-child(odd) {
	background-color: #df3523;
}
.special-group {
	padding: 8% 15px;
	padding-right: 60px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
}
.special-group:hover {
	background-color: #991a0e;
}
.special-group a {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
	display: block;
	top: 0;
	left: 0;
}
.special-group h2 {
	font-size: 24px;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
}
.special-group h3 {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.special-group ul {
	margin-bottom: 0;
}
.special-group li {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 0;
	padding: 0;
	font-weight: bold;
}
.no-indent {
	list-style: none;
}
.fullheight {
	height: 100%;
}
.fullwidth > .columns {
	margin-left: 0;
	padding-left: 0;
	margin-right: 0;
	padding-right: 0;
}
#location-btn {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 206px;
	height: 71px;
	display: block;
}

#nearest {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 997;
	width: 330px;
	height: 55px;
	overflow: hidden;
	border: none;
}
#map_box_image img {
	width: 100% !important;
	height: auto !important;
	max-width: 660px !important;
	margin: 0 auto !important;
}
#map_box_image {
	width: 75% !important;
}


@media only screen and (max-width: 1100px) {
	.menu-container {
		width:93%;
	}
	.featurebox .six, .featurebox .row .six {
		width:100%;
	}
	.itemlist { margin-bottom: 0; }
	h2 {
		font-size:15px;
	}
	p, li, div {
		font-size: 14px;
	}
	.disclaimer {
		font-size: 13px !important;
	}
	.itemheader.small {
		font-size: 28px;
	}
	.pageheaderinner > h2 {
		width:42%;
	}
	.page #main-cnt, .single #main-cnt {
		padding: 74px 0 0;
	}
	.special-group h2 {
		font-size: 18px;
	}
	.special-group h3 {
		font-size: 12px;
	}
	.special-group li {
		font-size: 14px;
	}
}

#debug {
	position: fixed;
	bottom: 0;
	right: 0;
	background: #666;
	padding: 14px;
	z-index: 9999999;
	display: none;
}
#debug > p {
	color: #fff !important;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	font-weight: 12px;
}

@media only screen and (max-width: 959px) {
	#nearest {
		display: none !important;
	}
	.mobileonly {
		display:block;
		visibility:visible;
	}
	.fullonly {
		display: none;
		visibility: hidden;
	}
	#main-cnt {
		margin: 0;
		padding: 70px 0 0;
	}
	#main-nav {
		position: relative;
		width: 100%;
		height: auto;
		text-align: left;
		z-index: 999;
		left: 0;
		background: #000;
	}
	#main-nav-button {
		position: relative;
		height: 76px;
		border-bottom: 1px solid #787878;
	}
	#mobile-logo {
		position: absolute;
		width: 64px;
		height: 60px;
		right: 20px;
		top: 5px;
		margin-left: 0;
		background-image: url(../images/sprite.png?v=2.0);
		background-repeat: no-repeat;
		background-position: -184px -103px;
	}
	#nav-arrow, #nav-arrow:hover {
		position: absolute;
		top: 20px;
		left: 20px;
		border: none;
		background-position: -104px -97px;
	}
	#main-nav-outer {
		position: relative;
		height: auto;
		top: 0;
		left: 0;
		width: 100%;
		background: #000;
		border:none;
	}
	#main-nav-inner {
		position: relative;
		display: none;
		margin-right: 0;
		width: 100%;
		padding-top: 20px;
		text-align: center;
	}
	#main-nav-outer.expanded #main-nav-inner {
		display: block;
	}
	#menu-social-menu {
		position: relative;
		width: auto;
	}
	ul.menu {
		padding: 0;
	}
	ul.menu a {
		text-align: center !important;
		display: block !important;
		width: auto;
	}
	#logo {
		display: none;
	}
	
	.page #main-cnt, .single #main-cnt {
		padding-top: 0;
	}
	
	.home #main-cnt {
		padding:0;
		margin:0;
		position:absolute;
		width:100%;
		height:100%;
		z-index:0;
		top:0;
		left:0;
	}
	
	.advanced-slider .layer {
		width:80%;
	}
	.advanced-slider .layer img {
		max-width:100%;
		height: auto;
		width: auto;
	}
	#sl_sidebar {
	  	position: relative;
		width: auto;
		padding: 20px;
	}
	#sl_div {
	  position: relative;
	}
	#map {
		display: none;
	}
	
	.ribbon-small {
		font-size: 16px !important;
	}
	
	.slider-cnt-icon {
		display: none;
	}
	.slider-cnt .advanced-slider .layer {
		top: 0 !important;
		left: 8px !important;
		bottom: auto !important;
		font-size: 12px !important;
	}
	.menu-category-title {
		margin-top: 0;
	}
	.pageheaderouter {
		margin-top: 14px;
	}
	.pageheaderinner > h2 {
		display: none;
	}
	
	.skip-number-overlay {
		display: none;
	}
	
	.skip-details-overlay > h1 {
		color: #fff !important;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, .4) !important;
	}
	.skip-details-overlay > p {
		display:none;
	}
	.skip-details-overlay {
		bottom: 20px !important;
		top: auto !important;
		left: 20px !important;
	}
	.skip-ball {
		position: relative;
		text-align: right;
	}
	.subpage {
		padding: 40px 20px;
		max-width: 100%;
		margin: 0 auto;
	}
	#slider-pro-1 .layer {
		width: auto !important;
		height: 50% !important;
		right: 3% !important;
		bottom: 20% !important;
	}
	#slider-pro-1 .layer img {
		width: auto !important;
		height:auto !important;
		max-height: 100% !important;
		max-width: 100% !important;
	}
	.disclaimer {
		font-size: 10px !important;
	}
	header {
		display: none !important;
	}
	.fullheight {
		height: auto;
	}
	#promo-fixed,
	#promo-details {
		width: 100%;
		position: relative;
		min-height: 20px;
	}
	#map_box_image {
		width: 100% !important;
	}
	.child_pages .post_thumb img {
	  margin-left: -50% !important;
	}
	.pageheaderinner > .menu-category-header {
	  max-width: 70%;
	}
}


@media only screen and (min-width:960px) and (min-height: 600px) {
	#main-nav {
		position: fixed;
	}
}