@charset "utf-8";
/* CSS Document */
/* Fonts */
@import url("font-awesome.css");
@import url("entypo.css");
@import url("opensans.css");
/*Main CSS*/
@import url("styles.css");

#payjs-applePayBtn {
    display:inline-block;
}

html,
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #555;
	height: 100%;
	width: 100%;
	background-color: #f7f7f7;
}
.container-lg.frontend {
	background: #fff;
	margin-top: 0;
	padding: 25px;
	border-radius: 3px;
	padding-top: 10px;
	/* padding-bottom: 0; */
}
.smooth-overflow.frontend .breadcrumb {
	background-color: #f0f0ed;
	height: 50px;
	margin: 0 -10px;
}
.smooth-overflow.frontend .breadcrumb li a {
	background: #fff
}
.smooth-overflow.frontend .breadcrumb li a:before {
	border-color: #fff #fff #fff transparent;
}
.smooth-overflow.frontend .breadcrumb li a:after {
	border-left: 9px solid #fff;
}
.smooth-overflow.frontend .breadcrumb li a:hover {
	background: #777;
	color: #f5f5f5;
}
.smooth-overflow.frontend .breadcrumb li a:hover:before {
	border-color: #777 #777 #777 transparent;
}
.smooth-overflow.frontend .breadcrumb li a:hover:after {
	border-left-color: #777;
}
/* cbo-forms classes are designed to be used inside BS common containers*/	

.login {background: #005cb9;} /* Add to custom_css.php! */
#required {    
    position: relative;
    left: 20px;
    font-style: italic;
}
label.error {
    color: #f00;
    font-size: 0.9em;
    margin-top: 4px;
}
.container-lg.frontend .cbo-form header,
.container-lg.frontend .cbo-form footer {
	margin: 0px;
}
.container-lg.frontend .cbo-form {
	padding: 15px
}
.smooth-overflow.frontend .site-search {
	margin-top: -10px;
	margin-right: -10px
}
.container-lg.frontend .page-header {
	margin-left: -10px;
	padding: 15px;
	padding-top: 0;
	margin-right: -10px;
}
.container-lg.frontend h1 {
	font-weight: 800;
	text-transform: none;
}
.container-lg.frontend h1 small {
	float: right;
	line-height: 2em;
	font-size: .5em;
	font-weight: 300;
}
.institution-right {
  float: right;
  line-height: 2em;
  font-size: 1.85em;
  font-weight: 300;
  margin-top: -1.65em;
}
a.tabletop_right, a.tabletop_left, a.tabletop_center {
    font-size: 0.9em;
    padding: 10px 5px;
    display: inline-block;
}

.history_address p {
  padding: 0px;
  margin: 0px;
  height: 1.5em;
}
span.welcome {
  color: #3e4f52;
  font-size: 0.85em;
  font-weight: normal;
  top: -5px;
  position: relative;
  visibility: hidden;
}
#show_addresses { 
    position: relative;
    color: #555;
    top: -10px;
    left: 25px;
    cursor: pointer;
}
/*Navbar*/

.frontend .navbar {
	min-height: 60px;
}
.frontend .navbar .navbar-brand {
}
.frontend .navbar-nav > li > a {
	font-weight: 400;
	letter-spacing: -1px;
	font-size: 14px;
}

.header-img {
	margin: 0 -25px;
	margin-bottom: 20px;
	margin-top: -20px;
}
.login .navbar { padding: 0px;}
/*Google Maps*/


.container-lg.frontend .map-container {
	margin: 0 -10px;
	width: auto;
	padding: 0;
}
.container-lg.frontend #map_canvas {
	width: auto
}
.block {
	margin: 10px -10px;
}
/*Main Carousel*/

.main-carousel .carousel {
	margin: 0 -25px;
	margin-top: 10px;
	margin-bottom:20px;
}

  h2 {
  font-weight: 800;
  color: #555;
  font-size: 33px;
  letter-spacing: -.04em;
}
 p {
	color: rgba(69, 75, 82, 0.9);
	padding: 4px;
	line-height: 1.6em;
	font-weight: 300;
	position: relative;
}
.carousel-control {width: 0%;}
.carousel-control .glyphicon-chevron-right {
 right: 0; 
}

.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
	color: #3e4f52;
}
/*"More" Button*/

.more-icon-wrap {
	text-align: center;
	position:absolute;
	z-index:1000;
	padding: 0;
}

.more-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	top:-70px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.more-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: "";
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.more-icon:before {
	font-family: 'FontAwesome';
	font-size: 42px;
	display: block;
}

.more-icon-more:before {
	content: "\f055";
}

.more-icon-hover .more-icon {
	background: #82b964;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}

.more-icon-hover .more-icon:after {
	top: -10px;
	left: -10px;
	padding: 0px;
	border:10px solid #5bc0de;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}

.more-icon-hover .more-icon:hover {
	background: rgba(255,255,255,1);
	color: #5bc0de;
}

.more-icon:hover {
	text-decoration:none;
}

.more-icon-hover .more-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.more-icon-wrap .tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.more-icon-wrap {
	left:50%;
	margin-left:-30px;}


.more-icon-wrap .tooltip-inner {
	width: 90px;
	font-size:12px;
	font-weight:700;
	font-style:italic;
	padding: 5px 8px;
	color: #fff;
	text-align: center;
	background-color: #454b52;
	border-radius: 0;
}

.more-icon-wrap .tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-color: #454b52;
	border-width: 5px 5px 0;
}
.promo { 
    font-size: 1.5em;
    text-align: center;
}
/*SA Registration*/

i.sa-circle {
    margin-bottom: 0px; 
    padding-bottom: 0px; 
    color: #fff;
}
.sa-h3 {
    margin-top: 0px; 
    padding-top: 0px;
}
.registration-left-block {
	padding: 10px 30px;
	text-align: center;
	color: #fff;
}
.registration-form h2 {
    font-size: 3em;
    color: #fff;
    font-weight: 800;
    margin: 1.25em 0px 0px 0px;
}
.registration-left-block h2{
	font-size: 3.25em;
	color: #fff;
	font-weight: 800;
	margin: 1.25em 0px 0px 0px;
}
.registration-form h3,
.registration-left-block h3{
    font-size: 1.5em;
    color: #fff;
}
.registration-left-block ol {
	margin-top: 20px;
	list-style-type: none;
	counter-reset: li-counter;
}
.registration-left-block ol > li {
	position: relative;
	text-align: left;
	margin-bottom: 10px;
}
.registration-left-block ol > li:before {
	position: absolute;
	left: -50px;
	font-size: 15px;
	display: inline-block;
	line-height: 26px;
	width: 27px;
	text-align: center;
	border-radius: 35px;
	color: #fff;
	font-weight: 700;
	background-color: #5bc0de;
	content: counter(li-counter);
	counter-increment: li-counter;
}
.registration-form {
	position: relative;
}
.registration-form header {
	padding: 0;
	padding-bottom: 20px;
	font-size: 2.5em;
	line-height: 38px;
	color: #fff;
	font-weight: 300;
}
.registration-form p, .registration-form div, .registration-form h3, 
#registration-form p, #registration-form div {
    color: #fff;
    text-align: center;
}
#registration-form .group {width: 15em; margin: 0 auto;}
.registration-form footer img {
    clear: both;
    text-align: center;
}
#registration-form select {color: #bbb;}
#registration-form option {}
.exp-label {
    color: #fff !important;
    text-transform: capitalize;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
}
.registration-form label.checkbox,
.registration-form label.checkbox a {
	color: #fff
}
.registration-form label.checkbox a {
text-decoration: underline;	
}
.registration-form:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #595f66;
	display: block;
	width: 0;
	z-index: 1;
	left: -30px;
	top: 49%;
	margin-top: -15px;
}

ul.command-list {
	margin: 0;
	padding-left: 15px;
}
ul.command-list li small:before {
	content: "As ";
}

.tab-pane .text-widget {
	padding: 0
}
.text-widget {
	margin-bottom: 20px;
}
.text-widget h3 {
	text-transform: uppercase;
}
.text-widget .media-object {
	width: 100px;
}
.text-widget .media-body {
	font-size: 0.9em;
}
.text-widget .media-heading {
	font-size: 1.1em;
}
/*Jquery Datepicker - Overriding classed from cbo forms*/		


.text-widget section {
	margin: 0
}
.text-widget .ui-datepicker-inline {
	border: 0;
	padding-top: 0;
	background: transparent;
}
.text-widget .ui-datepicker-calendar span {
	margin-top: 10px;
}
.text-widget .ui-datepicker-inline .ui-datepicker-header {
	line-height: 27px;
}
.text-widget form {
	border-radius: 3px;
}
.text-widget .ui-datepicker {
	margin: 0;
	padding: 0;
}
.text-widget fieldset {
	padding: 0
}
.text-widget .ui-datepicker-calendar .ui-state-active {
	background: #5bc0de;
	color: #fff;
	font-weight: 800;
	border-radius: 50%;
	cursor: default;
}
.container-lg.frontend .blog-post .page-header {
	padding: 0 0 15px;
}

/*Accordion */
.group {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 4px;
}

.group .panel-title {
	font-weight: 400;
}
.group .panel-title .label {
	font-size: .65em;
	vertical-align: middle
}
.group h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.group .panel-title .num {
    font-size: .6em;
    display: inline-block;
    line-height: 22px;
    width: 22px;
    /* height: 22px; */
    text-align: center;
    border-radius: 22px;
    color: #fff;
    font-weight: 700;
    margin-right: 7px;
    background-color: #005cb9;
}
.group .panel-title .num.disabled {
    background-color: #ddd;
}
.group .panel-title a {
	color: #33383d;
    text-decoration: none;
}
#accordion .panel {
    border: none;
}

.group .panel-default > .panel-heading {
	background: none;
	
}
/* CSS3 Only Toggling */

.group .panel-heading .accordion-toggle:after {
    font-family: FontAwesome;
    content: "\f077";
    float: right;
    color: grey;
    margin-bottom: 10px;
    margin-top: -20px;
    clear: both;
}
.group .panel-heading .accordion-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\f078";    /* adjust as needed, taken from bootstrap.css */
}
.rightbar .list-group .list-group-item {
	font-weight: 700;
	text-transform: uppercase;
	background: none;
}
.rightbar .list-group .list-group-item:hover {
	background: #5bc0de;
	color: #fff
}
.rightbar h4 {
	padding: 15px 0px 5px 0px;
}

/*Navbar*/


.navbar-nav > li > a {
	font-weight: 400;
	text-transform: none;
	letter-spacing: -1px;
	font-size: 15px;
        
}
/* Food  */
.active .panel.panel-default {
    border-bottom: solid 1px #ddd;
    border-radius: 0;
}

.active .panel.panel-default:last-child {
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* p.order-button {
    position: absolute; 
    left: 27%; 
    bottom: -10px;
} */
input:hidden {
  display:hidden;
}
div:empty, .cbo-form fieldset input[type=hidden]  {
       display: none;
    }
 #collapseM .panel-body { border: none;}
 #collapseM a { font-size: 12px;}
.fs_continue { clear: both;}
.tab-pane td div { padding: 5px;}
.reorder_link { float: right;}
select#order_time, select#order_date, .hasDatepicker {
    background: #fff;
    border: solid 2px #ddd;
    padding: 8px;
    border-radius: 4px;
}
#order_time { padding-right: 0px}
/* Menu */
.menu-select {margin: 0px 5px;}
.menuMerchImg {
    float: left;
    width: auto;
    max-width: 470px;
    padding: 0px 20px 0px 0px;
}
.accordMenuPrice {
    float: right; 
    margin: 0px 2em 0px 0px;
}
address {
    margin-bottom: 5px;
    font-style: normal;
    line-height: 1.45;
    font-size: 1em;
}

/*Cart*/
div#navCart {
    position: fixed;
    top: 14%;
    right: 20px;
    z-index: 1100000;
}
.navbar-cart {

}
.navbar-cart .container {
	padding: 0;
}
.navbar-cart .dropdown-menu {
	background: #fff;
	border: 2px solid #ddd;
	text-transform: none;
	font-weight: 400;
}
.navbar-cart .dropdown-menu {
	margin-top: 40px !important;
	width: auto;
	border-top-right-radius: 0;
	transform: none !important;
}
.btn-cart {
	border: 2px solid transparent;
	background-color: #f7f7f7;
}

.btn-cart:hover,
.open .dropdown-toggle.btn-cart {
	border: 2px solid #ddd;
	z-index: 1001;
	border-bottom: 2px solid transparent;
	background-color: #fff;
	box-shadow: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
/*Cart Dropdown*/
.shopping_cart h4 a {
    color: #333;
}
.shopping_cart h4 a:hover {
    color: #000;
}

.wishMenu,
.cartMenu {
	left: auto !important;
	right: 0 !important;
}
.wishMenu table,
.cartMenu table {
	color: #333333;
	line-height: 1.42857;
        margin: -1px 10px 10px 10px;
        white-space: nowrap;
        width: auto;
        min-width: 229px;
}
.wishMenu thead h4,
.cartMenu thead h4 {
	margin: 0;
	font-size: 1.8em;
	font-weight: 300;
	margin-bottom: 10px;
}
.wishMenu td,
.cartMenu td {
	padding: 4px;
	vertical-align: middle;
}
.wishMenu tfoot td,
.cartMenu tfoot td {
	font-weight: 800;
	text-transform: uppercase;
}
.wishMenu a,
.cartMenu a {
	color: #000000;
}
.wishMenu .remove-product,
.cartMenu .remove-product {
	line-height: 1.42857;
	padding: 2px 6px;
	font-weight: 300;
	border-radius: 30px;
	color: #fff !important;
}
/*Products Grid*/

.recently-viewed-grid .thumbnail,
.goods-grid .thumbnail {
	background-color: transparent;
	-webkit-transition: opacity 0.1s, box-shadow 0.2s;
	-moz-transition: opacity 0.1s, box-shadow 0.2s;
	transition: opacity 0.1s, box-shadow 0.2s;
	box-shadow: 0 0 0 2px #f0f0ed;
        height: auto;  /* GET Food */
        min-height: 30.45em;  /* Merchant Photo height consistency */
}
#tip_amount {
    padding-left: 5px;
    margin: -8px 0px 0px 8px;
    text-align: right;
}
.recently-viewed-grid .thumbnail:hover,
.goods-grid .thumbnail:hover {
	opacity: 1;
	box-shadow: 0 0 0 1px #bbb;
}
.goods-grid .thumbnail img {
	padding: 10px;
}
.recently-viewed-grid .thumbnail img {
	padding: 5px;
}
.recently-viewed-grid .caption,
.recently-viewed-grid .caption h4 a,
.goods-grid .caption,
.goods-grid .caption h4 a {
	color: #555;
}
.goods-grid .caption h4 {
	font-weight: 300;
	font-size: 1.9em;
	margin-top: 0;
	letter-spacing: -1px;
}
.recently-viewed-grid .caption h4 {
	font-weight: 300;
	font-size: 1.2em;
	margin-top: 0;
}
.goods-grid .old-price,
.recently-viewed-grid .old-price {
	text-decoration: line-through;
	font-weight: 800;
	color: #a7aab1;
}
.goods-grid .price {
	font-size: 2.2em;
	letter-spacing: -1px;
	font-weight: 800;
}
.recently-viewed-grid .price {
	font-size: 1.8em;
	letter-spacing: -1px;
	font-weight: 800;
}
.goods-bottom-links {
	display: block;
	padding: 10px;
	padding-top: 15px;
	margin: auto -10px;
	border-top: 10px solid #f0f0ed;
}
.goods-bottom-links h5 {
	text-align: center;
	font-size: .7em;
	color: #868a8e;
	letter-spacing: 8px;
	margin: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.goods-bottom-links a {
	color: #a7aab1;
}
.recently-viewed-grid {
	margin-top: 20px
}
/*Single Product*/


.shop-price {
	font-size: 3.5em;
	font-weight: 800;
	letter-spacing: -1px;
}
.price-currency {
	vertical-align: middle;
	margin-right: 3px;
	font-size: .6em;
}
.price-cents {
	vertical-align: middle;
	font-size: .4em;
	margin-left: 3px;
	border-bottom: 1px solid #555
}
.single-product .carousel-inner > .item {
	height: auto
}
.single-product .carousel-control .icon-next,
.single-product .carousel-control .glyphicon-chevron-right {
	right: 0;
}
.single-product .carousel-indicators {
	top: 20px;
}
.single-product .carousel-indicators .active {
	background-color: rgba(0,0,0,.5);
	top: 20px;
}
.product-info .media {
}
.product-info .media-object {
	width: 100px;
}
.product-info .media h4 {
	font-size: 1.3em;
	text-transform: uppercase
}
.product-info .media-body {
	color: #575d63;
	font-size: .85em;
}
.media-list {
    padding: 0;
    margin-bottom: 0px;
}
/* Checkout */
.remove-product {
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
}
th.right {text-align: right;}
#cartContainer tbody tr:last-child {
	background-color: #EFEFEF;
}
#cartContainer .t-qty {
	width: 180px;
}
/* Gritter Notifications (Minimal Smart CSS)*/

/* the norm */

#gritter-notice-wrapper {
	position: fixed;
	top: 20px;
	right: 30px;
	width: 270px;
	z-index: 9999;
}
.gritter-item-wrapper {
	position: relative;
	margin: 0 0 10px 0;
}
.gritter-item {
	display: block;
	border-radius: 3px;
	background: rgba(130,185,100,.8) no-repeat left -40px;
	border: 2px solid #82b964;
	color: #eee;
	padding: 2px 11px 8px 11px;
	font-size: 11px;
}
.gritter-item a {
	color: #fff;
}
.gritter-item p {
	padding: 0;
	margin: 0;
	word-wrap: break-word;
}
.gritter-close {
	display: none;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	width: 10px;
	height: 10px;
}
.gritter-close:after {
	content: "\f00d";
	font-family: FontAwesome;
	position: absolute;
}
.gritter-title {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0 0 7px 0;
	display: block;
}
/*Login Form*/
.lower_login p {
  padding: 2px;
  margin: 0px; }
.forgot { 
  top: -35px;
  width: 200px;
  font-size: 0.88em;
  padding-left: 15px;
  position: relative;
}

#menuLogin .dropdown-menu {
	width: 250px;
	text-transform: none;
	padding: 15px;
}
#menuLogin .dropdown-menu .cbo-form .state-error + em,
#menuLogin .dropdown-menu .cbo-form label.checkbox,
#menuLogin .dropdown-menu .cbo-form label.checkbox a {
	color: #fff;
}
#menuLogin .dropdown-menu .btn.btn-default {
	background: #454b52;
	color: #fff;
	text-decoration: none;
}
#menuLogin .dropdown-menu .btn.btn-default:hover,
#menuLogin .dropdown-menu .btn.btn-default:focus,
#menuLogin .dropdown-menu .btn.btn-default:active {
	background: #fff;
	color: #454b52;
}
#menuLogin .dropdown-menu a {
	color: #fff;
	text-decoration: underline
}

/*Contact and Contact Form*/
.contact_email p , .contact_address p, .contact_phone p {
    padding:1px;
    margin: 1px;
}
.contact_info.name_email {
    width: auto;
    max-width: 45%;
    float: left;
    padding: 10px 20px 30px 30px;
}
.contact_info.pass_passHint {
    float: left;
    width: auto;
    max-width: 20%;
    padding: 10px;
}
.container-lg.frontend .contact-form .cbo-form {
	padding: 0;
	padding-top: 10px;
}
.container-lg.frontend .contact-form .cbo-form footer {
	border: 0;
	margin: 0;
	padding: 0;
}
.contact-form-container {
	display: block;
	margin-top: -20px;
	margin-bottom: 20px;
	padding: 10px;
	background: url(../images/stripes.png)
}
.contact-form-container-inner {
	background: #fff;
	padding-bottom: 10px;
}
.rounded-envelope-icon {
	background: #82b964;
	width: 70px;
	height: 70px;
	color: #fff;
	font-size: 2.7em;
	border-radius: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 70px;
}
.contact-methods .social li a {
	color: #888;
	padding: 0;
}
.contact-methods .social {
	list-style: none;
	font-size: 3em;
}
.contact-methods .social-buttons ul {
	margin: 0;
	margin-top: -10px;
	margin-bottom: 20px;
	padding: 0
}
/* captcha inputs */


.cbo-form .input-captcha img {
	position: absolute;
	top: 2px;
	right: 2px;
	border-left: 1px solid #e5e5e5;
}
/******************************
 FOOTER
*******************************/

.footer {
  margin: 0 auto;
  color: #666;
  padding: 25px;
  text-align: center;
  width: 100%;
  clear: both;
}
.footer a {
	
	text-decoration: none;
}
.footer a:hover {
	color: #1a6eca;
	text-decoration: none;
}
.footer h3 {
	font-size: 12px;
	font-weight: 800;
	color: #33383d;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 3px;
}
.footer p {
	font-size: 12px;
	color: #666;
}
.footer-news {
	padding-left: 40px
}
.footer-news .label {
	position: absolute;
	left: 10px;
}
.footer-news .news-text {
	display: block;
	margin-bottom: 5px;
}
.footer .social-buttons {
	margin-top: 50px
}
.no-close .ui-dialog-titlebar {
  display: none;
}
/*Helpers*/


.margin-negative-right-left-10px {
	margin: auto -10px;
	width: auto
}
 @media (min-width: 768px) and (max-width: 991px) {
.blog-post .main-blog-img {
	margin-left: -25px;
	margin-right: -25px;
}
.header-splash-img h1,
.header-splash-no-img h1 {
	font-size: 4em;
	letter-spacing: -2px;
}
ol.process li:nth-child(even) {
	border: 1px dashed;
	border-left: 0
}
ol.process li:nth-child(odd) {
	border: 0;
	border-left: 1px dashed;
}
}
 @media (max-width: 768px) {
	 
 h2 {
    font-size: 3em;
    margin-bottom: 0.4em;
}
	 
.blog-post .main-blog-img {
	margin-left: -25px;
	margin-right: -25px;
}
.header-splash-img h1,
.header-splash-no-img h1 {
	font-size: 3em;
	letter-spacing: -2px;
}
.header-splash-intro {
	width: 95%;
	height: 80%;
	padding: 30px 20px;
}
.header-splash-img p,
.header-splash-no-img p {
	display: inline;
	color: #fff;
	padding: 4px;
	font-size: 1em;
	line-height: 1.6em;
	font-weight: 300;
	background-color: rgba(69,75,82, .9);
	box-shadow: .5em 0 0 0 rgba(69,75,82, .9), -.5em 0 0 0 rgba(69,75,82, .9);
	position: relative;
}
ol.process li:nth-child(even) {
	border: 1px dashed;
	border-left: 0
}
ol.process li:nth-child(odd) {
	border: 0;
	border-left: 1px dashed;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color:#fff}


#menuLogin .dropdown-menu {
	width:auto}
}
/* Submit img replacement */
.fa-fa {
  font-family: 'FontAwesome', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  border:none;
  background: none;
  font-size: 1.5em;
}
.fa-fa:hover { background: none;}
.fa-sa {height: 1.5em;}
 @media screen and (min-width: 480px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    margin-left: -22px !important;

     }
/* Food button  */
/* p.order-button  {
    width: 100%;
    position: absolute;
    bottom: 0px;
    margin: 0 auto;
    left: 1px;
    text-align: center;
} */
}
 @media screen and (max-width: 480px) {
	 
 h2 {
    font-size: 2.75em;
    margin-bottom: .7em;
}

 p {
    padding: .09em;
    font-size: 1.2em;
    line-height: 1.3em;
	color: rgba(69, 75, 82, 0.9);
}
	 
/*Site Search*/


.smooth-overflow.frontend .site-search {
	float: none;
	margin: 10px 0;
}

}


.menu-item-image {
    margin:5px 15px 0px 0px;
    background-position: center;
    background-size: cover;
    height:70pt;
    overflow: hidden;
}