a {
	color: #BA3927;
}
/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#wrapper.toggled {
	padding-left: 203px;
}
#sidebar-wrapper {
	width: 203px;
	height: 100%;
	background-color: #000000;
	display: block;
	z-index: 2000;
	border-right: 2px #666 solid;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	z-index: 1000;
	position: fixed;
	top: 0px;
	left: 203px;
	width: 0;
	height: 100%;
	margin-left: -203px;
	overflow-y: auto;
	background: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
	width: 203px;
}
#page-content-wrapper {
	width: 100%;
	padding: 0px;
}
#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-right: -203px;
}
/* Sidebar Styles */

.sidebar-nav {
	position: absolute;
	top: 0;
	width: 203px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar-nav li {
	text-indent: 20px;
	line-height: 40px;
}
.sidebar-nav li a {
	display: block;
	text-decoration: none;
	color: #999999;
}
.sidebar-nav li a:hover {
	text-decoration: none;
	color: #fff;
	background: rgba(255,255,255,0.2);
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
	text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
	height: 65px;
	font-size: 18px;
	line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
	color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
	color: #fff;
	background: none;
}
h1 {
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-weight: 700;
	font-size: 48px;
	text-transform: uppercase;
}
/**
 * 4.0 Navigation & Header
 * -----------------------------------------------------------------------------
 */

#primary-navigation {
	width: 203px;
	height: 100%;
	background-color: #000000;
	position: fixed;
	display: block;
	z-index: 2000;
	border-right: 2px #666 solid;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
#site-logo {
	width: 160px;
	height: 100px;
	background: url(../2015/11/spears-logo.jpg) no-repeat;
	position: relative;
	display: block;
	float: left;
	z-index: 2005;
	text-indent: -2000px;
	margin: 20px;
	overflow: hidden;
}
#navigation-links {
	width: 200px;
	height: 255px;
	position: relative;
	display: block;
	float: left;
	margin: 0px;
}
#navigation-links ul {
	padding: 0px !important;
	margin: 0px !important;
	display: block;
	list-style-type: none;
	-webkit-padding-start: 0px !important;
	padding-left: 0px !important;
}
#navigation-list li {
	width: 200px;
	height: 30px;
	position: relative;
	display: block;
	float: left;
	text-align: center;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 46px;
	vertical-align: middle;
	color: #CCC;
	text-transform: uppercase;
}
#navigation-list li:hover {
	color: #FFF;
}
.navigation-link-small {
	font-size: 14px !important;
}
.navigation-link-small-top {
	margin-top: 30px;
}
#bottom-nav-content {
	background-image: url(../2015/11/facebook-icon.jpg);
	background-position: 0px 0px;
	width: 35px;
	height: 35px;
	position: relative;
	display: block;
	float: left;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	text-indent: -3000px;
	margin: 0px 83px 0px 82px;
}
#social-block {
	background-image: url(../2015/11/facebook-icon.jpg);
	background-position: 0px 0px;
	width: 35px;
	height: 35px;
	position: relative;
	display: block;
	float: left;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	text-indent: -3000px;
	margin: 0px 83px 0px 82px;
}
#hours-block {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	float: left;
	padding: 10px;
	color: #CCC;
	text-align: center;
}
.hours-title {
	color: #FFF;
}
#social-block:hover {
	background-image: url(../2015/11/facebook-icon.jpg);
	background-position: 35px 0px;
	width: 35px;
	height: 35px;
	position: relative;
	display: block;
	float: left;
}
.btn-default {
	position: fixed !important;
	display: block !important;
	overflow: hidden !important;
	width: 40px !important;
	height: 40px !important;
	z-index: 500 !important;
	top: 10px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: url(../2015/11/menu.png) !important;
	border: 0px !important;
	border-radius: 0px !important;
}
/**
 * 6.1 Homepage
 * -----------------------------------------------------------------------------
 */
 
#homepage-content {
	position: relative;
	display: block;
	float: left;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	max-width: 100%;
	z-index: 100;
}
.slider {
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	top: 0px;
	position: relative;
}
.slider-gradient {
	width: 100%;
	height: 100px;
	bottom: 0px;
	position: absolute;
	background: url(../../images/slideshow-gradient.html) repeat-x;
	z-index: 503;
}
#welcome-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	background: #141414;
}
#welcome-content {
	width: 80%;
	margin: 0px;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
}
#welcome-content h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px !important;
	line-height: 26px;
	font-weight: 600;
	color: #FFF;
}
#map-content {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 450px;
	background: #333;
}
#map-background {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 400px;
	background: #222 url(../../images/homepage-map.html) top center no-repeat;
}
.map-headline {
	position: absolute;
	right: 50px;
	top: 50px;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size: 60px !important;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 700;
	color: #CCC;
	text-shadow: 1px 1px 5px #000;
}
#map-bar {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 50px;
	background: #222;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px !important;
	line-height: 50px;
	vertical-align: middle;
	font-weight: 400;
	color: #999;
	text-align: center;
}
.box-headline {
	margin-bottom: 5px;
	width: 250px;
	display: block;
	float: left;
}
.box-link {
	width: 250px;
	display: block;
	float: left;
	text-align: right;
}
.slideshow-headline-container {
	width: 500px;
	height: 175px;
	position: fixed;
	display: block;
	right: 50px;
	background-color: #000;
	z-index: 5000;
	bottom: 0px;
}
.slideshow-image {
	z-index: 1000;
}
.slideshow-headline-title {
	width: 500px;
	height: 100px;
	position: relative;
	display: block;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 64px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	text-shadow: 1px 1px 5px #000;
}
.slideshow-headline-description {
	width: 500px;
	line-height: 25px;
	position: relative;
	display: block;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	text-shadow: 1px 1px 5px #000;
}
.slideshow-headline-button {
	width: 200px;
	margin: 0px 150px 0 150px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	position: relative;
	display: block;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #FFF;
	background-color: #BA3927;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.slideshow-headline-button:hover {
	background-color: #cc5c4d;
}
.slideshow-headline-button-text {
	width: 100%;
	height: 40px;
	position: relative;
	display: block;
	float: left;
	text-align: center;
}
.homepage-gallery-block-large {
	width: 800px;
	height: auto;
	float: left;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.homepage-gallery-block {
	width: 450px;
	height: auto;
	float: left;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.homepage-gallery-block p, .homepage-gallery-block-large p {
	padding: 0px;
	margin: 0px;
}
div.homepage-gallery-block:hover, div.homepage-gallery-block-large:hover {
	-webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.3);
}
div.homepage-gallery-block > img {
	width: 100%;
	height: auto;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
div.homepage-gallery-block-large > img {
	width: 100%;
	height: auto;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
div.homepage-gallery-block:hover > img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
div.homepage-gallery-block-large:hover > img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
div.homepage-gallery-block .details {
	opacity: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	background: no-repeat center rgba(24, 24, 24, 0);
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	cursor: pointer;
}
div.homepage-gallery-block-large .details {
	opacity: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	background: no-repeat center rgba(24, 24, 24, 0);
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	cursor: pointer;
}
div.homepage-gallery-block:hover .details {
	opacity: 1;
	background: no-repeat center rgba(24, 24, 24, 0.5);
}
div.homepage-gallery-block-large:hover .details {
	opacity: 1;
	background: no-repeat center rgba(24, 24, 24, 0.5);
}
.homepage-gallery-block-text-container {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.homepage-gallery-block-text {
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 1px;
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	text-shadow: 2px 2px #333;
	vertical-align: middle;
	color: #FFF;
	text-transform: uppercase;
}
/* Homepage Google Map Stuff */
#gmap {
	height: 100%;
	left: 0;
	position: fixed !important;  /* Acts in pretty much the same way as background-attachment: fixed for an image background */
	top: 0;
	width: 100%;
	z-index: 1;
} /* Has to be at least one increment smaller in value than the container's z-index */
/*#container{
    background: rgba(0, 0, 0, 0.8);
    border-radius: 20px;
    border: 3px solid #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    overflow: visible !important;
    padding: 40px;
    position: relative;
    top: 100px;
    width: 800px;
    z-index: 2; }  Has to be at least one increment larger in value than the Google Maps iframe z-index */



/**
 * 6.2 Other Content
 * -----------------------------------------------------------------------------
 */

#content-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	min-height: 100vh;
	max-width: 100%;
	z-index: 100;
	background: #000;
}
#pie-image {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 50vh;
	background-image: url('../2015/11/pie-header.jpg');
	background-position: center;
	z-index: 101;
}
#pie-content {
	position: relative;
	display: block;
	float: left;
	max-width: 80%;
	min-height: 100vh;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size: 18px;
	z-index: 102;
	color: #FFF;
	margin: 0px 10%;
	text-align: left;
	padding-top: 40px;
}
#pie-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 850px;
	z-index: 5;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #AAA;
	overflow: hidden;
	background: #141414;
}
#pie-container-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
	z-index: 300;
}
#inner-pie-content {
	position: absolute;
	width: 500px;
	right: 0px;
	bottom: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	vertical-align: middle;
	color: #BA3927;
	z-index: 301;
}
#pie-content ul {
	position: relative;
	display: block;
	float: left;
	text-align: left;
	width: 50%;
	padding: 0px 0px 25px 0px;
	margin: 0px;
	list-style: none;
}
.menu-choice {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	height: 100vh;
	z-index: 100;
}
.pie-menu {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 100vh;
	z-index: 100;
}
.homepage-choice {
	position: relative;
	display: block;
	float: left;
	width: 33%;
	height: 100vh;
	z-index: 100;
}
.homepage-choice-first {
	width: 34%;
}
.catering-menu-choice {
	position: relative;
	display: block;
	float: left;
	width: 33.33333%;
	height: 50vh;
	z-index: 100;
}
.catering-menu-choice-text {
	position: relative;
	display: block;
	float: right;
	width: 34%;
	height: 100vh;
	z-index: 100;
}
.history-choice {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 50vh;
	z-index: 100;
}
.history-choice-text-block {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	z-index: 100;
	background-color: #000;
}
.history-column {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	padding: 5%;
	height: auto;
	text-align: left;
}
.history-column p {
	color: #CCC;
}
.historyitem {
	position: relative;
	display: block;
	float: left;
	max-width: 200px;
	margin: 15px;
}
.historyitem > img {
	width: 100%;
	height: auto;
}
.homepage-choice-first .catering-menu-choice-first {
	width: 34%;
}
.menu-choice-text-box {
	position: absolute;
	top: 50%;
	margin-top: -100px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 102;
}
.catering-menu-choice-text-box {
	position: relative;
	display: block;
	float: left;
	text-align: left;
	padding: 10%;
	z-index: 102;
}
.catering-menu-choice-text-box a {
	color: #FFF;
	text-align: left;
}
.catering-menu-choice-text-box p {
	color: #CCC;
}
.catering-menu-choice-text-box ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
.history-choice-text-box {
	position: relative;
	display: block;
	height: auto;
	padding: 20px;
	text-align: center;
	z-index: 102;
	background-color: #000;
}
.title-menu {
	color: #FFF;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size: 36px;
	position: relative;
	display: block;
	float: left;
	width: 100%;
	text-shadow: 0px 0px 20px #000;
}
.history-text {
	color: #FFF;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size: 16px;
	position: relative;
	display: block;
	max-width: 800px;
	margin: 0 auto;
	text-shadow: 0px 0px 20px #000;
	text-align: left;
	padding-bottom: 16px;
}
.menu-choice-action-box {
	display: inline-block;
	padding: 0 15px;
	color: #f2f2f2;
	border: 2px solid #ffffff;
	line-height: 33px;
	padding-top: 1px;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 15px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.menu-choice-background {
	position: absolute;
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	z-index: 101;
	background-position: center;
}
.history-choice-background {
	position: absolute;
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	z-index: 101;
	background-position: center;
}
.history-choice-text-background {
	position: absolute;
	width: 100%;
	height: 50vh;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	z-index: 101;
}
.catering-menu-choice-background {
	position: absolute;
	width: 100%;
	height: 50vh;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	z-index: 101;
	background-position: center;
}
.menu-choice:hover .menu-choice-background {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	z-index: 101;
}
.pie-menu:hover .menu-choice-background {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	z-index: 101;
}
.menu-choice:hover .menu-choice-action-box {
	color: #d03821;
	background-color: #FFF;
}
.pie-menu:hover .menu-choice-action-box {
	color: #d03821;
	background-color: #FFF;
}
.homepage-choice:hover .menu-choice-background {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	z-index: 101;
}
.homepage-choice:hover .menu-choice-action-box {
	color: #d03821;
	background-color: #FFF;
}
.catering-menu-choice:hover .catering-menu-choice-background {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	z-index: 101;
}
.catering-menu-choice:hover .menu-choice-action-box {
	color: #d03821;
	background-color: #FFF;
}
.history-choice:hover .history-choice-text-background {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	z-index: 101;
}
.history-choice .menu-choice-action-box:hover {
	color: #d03821;
	background-color: #FFF;
}
/**
 * 6.3 Contact
 * -----------------------------------------------------------------------------
 */

#menu-background {
	width: 100%;
	height: 100%;
	background: url(../images/slider/restaraunt.html) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	display: block;
	z-index: 1;
}
#menu-container {
	width: 100%;
	position: relative;
	float: left;
	display: block;
	margin-top: 25%;
}
#menu-content {
	width: 100%;
	position: relative;
	float: left;
	display: block;
	background-color: #FFF;
	z-index: 2;
}
.menu-title-bar {
	width: 100%;
	height: 7px;
	position: relative;
	float: left;
	display: block;
	background: url(../images/menu-bar.html) repeat-x;
	z-index: 3;
}
.menu-title-box {
	width: 330px;
	height: 100px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #FFF;
	font-size: 50px;
	line-height: 100px;
	text-align: center;
	z-index: 5;
	position: absolute;
	top: -45px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	background: #ba3927;
	z-index: 4;
	text-transform: uppercase;
}
.menu-column-left {
	width: 40%;
	margin-left: 7%;
	margin-right: 3%;
	margin-top: 75px;
	z-index: 5;
	position: relative;
	float: left;
	display: block;
}
.menu-column-right {
	width: 40%;
	margin-left: 3%;
	margin-right: 7%;
	margin-top: 75px;
	z-index: 5;
	position: relative;
	float: left;
	display: block;
}
.menu-category-title {
	width: 100%;
	height: 36px;
	bottom: 0px;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size: 30px;
	color: #000;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	position: relative;
	float: left;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 25px;
}
.menu-item-title {
	width: 100%;
	height: 30px;
	bottom: 0px;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size: 20px;
	color: #000;
	line-height: 30px;
	vertical-align: middle;
	text-align: left;
	position: relative;
	float: left;
	display: block;
	margin-top: 16px;
}
.menu-item-bar {
	width: 100%;
	height: 7px;
	background: url(../images/menu-item-bar.html) repeat-x;
	position: relative;
	float: left;
	display: block;
	margin: 0px 0px 10px 0px;
}
.menu-item-description {
	width: 100%;
	bottom: 0px;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 20px;
	vertical-align: middle;
	text-align: left;
	position: relative;
	float: left;
	display: block;
}
.menu-item-price {
	width: 100%;
	height: 20px;
	bottom: 0px;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size: 18px;
	color: #ba3927;
	line-height: 20px;
	vertical-align: middle;
	text-align: right;
	position: relative;
	float: left;
	display: block;
}
.menu-sub-text {
	width: 100%;
	bottom: 0px;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size: 12px;
	color: #660;
	line-height: 20px;
	vertical-align: middle;
	text-align: left;
	position: relative;
	float: left;
	display: block;
	margin: 20px 0px 15px 0px;
}
.menu-item-two-columns {
	width: 50%;
	bottom: 0px;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size: 20px;
	color: #000;
	line-height: 30px;
	vertical-align: middle;
	text-align: left;
	position: relative;
	float: left;
	display: block;
	margin-top: 16px;
}
.menu-item-three-columns {
	width: 33.33%;
	bottom: 0px;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size: 20px;
	color: #000;
	line-height: 30px;
	vertical-align: middle;
	text-align: left;
	position: relative;
	float: left;
	display: block;
	margin-top: 16px;
}
/**
 * 6.4 Contact
 * -----------------------------------------------------------------------------
 */

#contact-content {
	position: relative;
	display: block;
	float: left;
	max-width: 80%;
	min-height: 100vh;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size: 18px;
	z-index: 102;
	color: #FFF;
	margin: 0px 10%;
	text-align: left;
	padding-top: 40px;
}
#contact-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 850px;
	background: url(../../images/about/mickey-mount-rainier.html) no-repeat center;
	z-index: 5;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #AAA;
	overflow: hidden;
	background: #141414;
}
#contact-container-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../images/about/mickey-mount-rainier.html) no-repeat center;
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
	z-index: 300;
}
#inner-contact-content {
	position: absolute;
	width: 500px;
	right: 0px;
	bottom: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	vertical-align: middle;
	color: #BA3927;
	z-index: 301;
}
#inner-contact-content h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700 !important;
	font-size: 40px !important;
	color: #BA3927;
}
#contact-container h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #BA3927;
}
#contact-container h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #BA3927;
}
.contact-name {
	position: relative;
	display: block;
	float: left;
	width: 48%;
	font-size: 16px;
	color: #BA3927;
	margin: 0% 2% 20px 0%;
	line-height: 24px;
	vertical-align: top;
}
.contact-email {
	position: relative;
	display: block;
	float: right;
	width: 48%;
	font-size: 16px;
	color: #BA3927;
	margin: 0% 0% 20px 2%;
	line-height: 24px;
	vertical-align: top;
}
.contact-subject {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	font-size: 16px;
	color: #BA3927;
	margin: 0% 0% 20px 0%;
	line-height: 24px;
	vertical-align: top;
}
.contact-comments {
	position: relative;
	display: block;
	float: right;
	width: 100%;
	font-size: 16px;
	color: #BA3927;
	margin: 0% 0% 20px 0%;
	line-height: 24px;
	vertical-align: top;
}
.contact-submit {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	font-size: 20px;
	color: #BA3927;
	margin: 0% 0% 20px 0%;
}
/*.contact-form-name { position: relative; display:block; float:left; width: 100%; height:40px; line-height:20px; vertical-align:middle; font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 14px; padding:0px 5px 0px 5px; background:#FFF; }*/
.contact-form-name {
	padding: 10px 15px;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size: 20px;
	background: transparent;
	border: 2px solid #e1e1e1;
	width: 100%;
	color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.contact-form-email {
	padding: 10px 15px;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size: 20px;
	background: transparent;
	border: 2px solid #e1e1e1;
	width: 100%;
	color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.contact-form-subject {
	padding: 10px 15px;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size: 20px;
	background: transparent;
	border: 2px solid #e1e1e1;
	width: 100%;
	color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.contact-form-comments {
	padding: 10px 15px;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size: 20px;
	background: transparent;
	border: 2px solid #e1e1e1;
	width: 100%;
	color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.contact-form-submit {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: #BA3927;
	color: #FFF;
	padding: 0px 5px 0px 5px;
}
#gmap-contact {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 500px;
	background: #333;
	z-index: 0;
}
/*woocommerce*/


#container {
	padding-left: 5%;
}
ul.products li.product {
	border: 1px solid #444;
	box-sizing: border-box;
	padding: 20px !important;
	text-align: center;
}
ul.products li.product .btn, ul.products li.product .button {
	float: none !important;
}
.woocommerce div.product form.cart .button {
	padding: 15px 30px 30px;
	padding-bottom: 30px !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: #b93b2f !important;
	color: #fff !important;
	float: center !important;
}
.woocommerce .block-type-content h1.page-title {
	color: #fff !important;
	font-size: 35px !important;
	border-bottom: 1px solid #333;
}
.block-type-content .entry-title {
	color: #fff !important;
}
.woocommerce div.product form.cart div.quantity {
	color: #000 !important;
}
.woocommerce .quantity .qty {
	height: 44px;
	margin-right: 20px;
}
#contact-form {
	width: 400px;
	height: 400px;
	position: fixed;
	display: block;
	right: 5px;
	bottom: 5px;
	z-index: 8000;
	text-align: right;
	vertical-align: bottom;
}
.summary {
	color: #fff !important;
}
.woocommerce .block-type-content div.product div.summary div[itemprop="description"] {
	border-bottom: 1px solid #444;
	border-top: 1px solid #444;
	padding-top: 10px;
}
.woocommerce .block-type-content div.related h2 {
	clear: both;
	color: #fff !important;
	border-bottom: 1px solid #444;
}
.block-type-content div.loop {
	padding-left: 3%;
}
.woocommerce .quantity .qty {
	color: #000;
}
.cart_item {
	border-bottom: 1px solid #444;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
	padding-bottom: 20px !important;
}
.woocommerce-result-count {
	display: none !important;
}
.term-description {
	color: #fff !important;
}
.woocommerce div.product {
	margin-top: 30px !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	background-color: #222;
	padding: 20px;
}
.woocommerce table.shop_table {
	background-color: #222 !important;
	margin: 0 -1px 24px 10px !important;
}
/*#customer_details {background-color: #222 !important; padding:10px;}*/


.shop_menu_header {
	font-family: "Open Sans Condensed", Arial, sans-serif !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #ccc !important;
	display:inline-block;
}

.shop_menu_nav {margin-left:25%;}

#block-b9856d74d188ed61 {
	min-height: 0px !important;
}
.woocommerce-cart table.cart img {
	width: 100px !important;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	background-color: transparent !important;
	border: 1px solid #333 !important;
}
.woocommerce-checkout #payment {
	background-color: transparent !important;
}
.woocommerce-checkout #payment div.payment_box {
	display: none !important;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border: none !important;
	margin-left: 2%;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	color: #fff;
}

/*pie menu*/

.pie-menu-container {
	color: #fff;
}
.pie-menu-col-1 {
	display: inline-block;
	width: 45%;
	vertical-align: top;
	text-align: center;
	margin-right: 5%;
}
.pie-menu-col-2 {
	display: inline-block;
	width: 40%;
	vertical-align: top;
	text-align: center;
}
.pie-menu-header {
	background-color: #789fa7;
	border: 1px solid #cf361c;
	font-weight: bold;
	padding: 5px;
}
.pie-menu-box {
	margin-bottom: 50px;
	margin-top: 15px;
}
.pie-menu-des {
	font-size: 12px;
}

.pie-menu-name {color:#af2c23;}



.pie-menu-order-btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d));
	background:-moz-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-webkit-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-o-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-ms-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:linear-gradient(to bottom, #fc8d83 5%, #e4685d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d',GradientType=0);
	background-color:#fc8d83;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}





/**
 * 11.0 Media Query
 * -----------------------------------------------------------------------------
 */

@media(min-width:768px) {
#wrapper {
	padding-left: 203px;
}
#wrapper.toggled {
	padding-left: 0;
}
#sidebar-wrapper {
	width: 203px;
}
#wrapper.toggled #sidebar-wrapper {
	width: 0;
}
#page-content-wrapper {
	padding: 0px;
}
#wrapper.toggled #page-content-wrapper {
	position: relative;
	margin-right: 0;
}
.btn-default {
	position: fixed !important;
	display: none !important;
	width: 110px !important;
	height: 40px !important;
	z-index: 500 !important;
}
}

@media(min-width:768px) {
.btn-default {
	display: none;
}
}

@media(max-width:1200px) {
.catering-menu-choice {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	height: auto;
	min-height: 50vh;
	z-index: 100;
}
.catering-menu-choice-text {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	min-height: 50vh;
	z-index: 100;
}
.history-column {
	width: 100%;
}
}

@media(max-width:1000px) {
.homepage-choice, .menu-choice {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 50vh;
	z-index: 100;
}
.homepage-choice-first {
	width: 100%;
}
.menu-choice-background {
	height: 50vh;
}
.menu-choice-text-box {
	font-size: 12px;
}
}

/* */

@media(max-width:1920px) {
.pie-menu-container {
	margin-left: 15% !important;
}
}

@media(max-width:1500px) {
.pie-menu-container {
	margin-left: 20% !important;
}
}


@media(max-width:1300px) {
.pie-menu-container {
	margin-left: 25% !important;
}
}


@media(max-width:980px) {
.pie-menu-container {
	margin-left: 30% !important;
}

}



@media(max-width:914px) {
.pie-menu-container {
	margin-left: 31% !important;
}
}


@media(max-width:837px) {
.pie-menu-container {
	margin-left: 5% !important;
}
.pie-menu-col-1 {
	display: block !important;
	width: 90% !important;
}
.pie-menu-col-2 {
	display: block !important;
	width: 90% !important;
}



.shop_menu_header {border-bottom: 1px solid #333 !important; width:100% !important;}

.shop_meny_spacer {display:none !important;}

.shop_menu_nav {margin-left:1% !important; text-align:center;}


}



@media(max-width:600px) {
.catering-menu-choice {
	width: 100%;
}
.pie-menu-container {
	margin-left: 5% !important;
}
.pie-menu-col-1 {
	display: block !important;
	width: 90% !important;
}
.pie-menu-col-2 {
	display: block !important;
	width: 90% !important;
}
}
