/* GENERAL // */
body,
.theme-body {
  font-family: Exo;
  color: #ffffff;
  font-size: 13px;
  background-color: #000000;
}
.theme-home-fb {
  font-size: 12px;
}
/* this container is used to make it 100% width */
.container.container-fullwidth {
  width: 100% !important;
}
::-webkit-scrollbar-thumb {
  background-color: #8cae18;
}
/* http://aghoshb.com/articles/css-how-to-remove-firefoxs-dotted-outline-on-buttons-and-anchor-tags.html */
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}
a {
  color: #8cae18;
}
a:hover {
  color: #8cae18;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
  font-family: Exo;
}
/* fix colors when text color or header color is too light to read */
.modal,
.modal h4 {
  color: black;
}
.cart h4 {
  color: black;
}
.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-upmenu {
  background: #8cae18;
  color: #ffffff !important;
  text-shadow: none;
}
.btn-upmenu:hover {
  background: #bae230;
  text-shadow: none;
  color: #ffffff;
}
.btn-upmenu-very-light {
  background-color: #f4f7e8 !important;
}
/* // GENERAL */
.theme-langs {
  margin-left: 20px;
}
.theme-langs a {
  float: left;
  /*padding: 10px 0px; */
  margin-right: 5px;
}
/* HEADER */
.theme-header {
  background-color: #000000;
  margin: 0px;
}
.theme-header .header-text {
  color: #ffffff;
  font-size: 40px;
  font-family: Exo;
}
.theme-header-inner {
  background-color: rgba(0, 0, 0, 0);
  padding: 15px;
}
/* LOGO */
.theme-header-logo-centered {
  margin: 0 auto;
}
/* NAVBAR */
.theme-navbar {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0px;
  border-width: 0px;
  font-size: 18px;
  font-family: Exo;
  margin: 0px;
}
.theme-navbar-inner {
  background-color: rgba(0, 0, 0, 0);
  padding: 15px;
}
.theme-navbar li a {
  color: #ffffff;
}
.theme-navbar li a:focus {
  background-color: transparent;
}
.theme-navbar li a.active {
  color: #ffffff;
  background-color: transparent;
}
.theme-navbar li a:hover {
  color: #bec100;
  background-color: transparent;
}
/*
.theme-navbar .navbar-toggle {
	border: 1px solid red;
}*/
.theme-navbar .navbar-toggle .icon-bar {
  background-color: black;
}
@media (min-width: 1200px) {
  .theme-navbar-left {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1004;
  }
  .theme-navbar-left .navbar-collapse {
    padding: 0;
  }
  .theme-navbar-left.navbar-center .nav {
    text-align: left;
  }
  .theme-navbar-left.navbar-center .nav > li {
    display: block;
  }
  .theme-navbar-left .container {
    width: auto;
  }
  .theme-navbar-left .navbar-nav > li {
    float: none !important;
  }
  .theme-navbar-left .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .theme-logo-left-centered {
    display: none;
  }
}
@media (max-width: 1199px) {
  .theme-navbar-left .theme-logo-left {
    display: none;
  }
}
/* center navbar */
.navbar-toggle {
  float: none;
}
.navbar-header {
  text-align: center;
}
/* center navbar toggle button */
.navbar-center .nav {
  float: none;
  text-align: center;
}
.navbar-center .nav > li {
  float: none;
  display: inline-block;
}
@media (max-width: 767px) {
  /* center navbar links on small layout */
  .theme-navbar .nav > li {
    display: block;
  }
  /* center links */
  .theme-navbar-nav {
    float: none !important;
  }
  /* center logo */
  .brand img {
    margin: 0 auto !important;
  }
}
/* CONTENT */
.theme-content {
  background-color: transparent;
}
.theme-content-no-padding {
  padding: 0px;
}
.theme-content-padding-lg {
  padding: 60px;
}
@media (max-width: 767px) {
  .theme-content-padding-lg {
    padding: 20px;
  }
  .theme-home-body .theme-content-no-padding {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* FOOTER */
.theme-footer {
  background-color: rgba(0, 0, 0, 0);
  margin: 30px 0px 0px 0px;
  color: #ffffff;
}
.theme-footer-inner {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0);
}
.theme-footer a {
  color: #ffffff;
}
.theme-footer a:hover {
  color: #8cae18;
}
.theme-footer ul {
  padding: 0;
}
.theme-footer li {
  display: inline-block;
  padding: 0 10px;
}
.theme-footer li:last-child {
  border: none;
}
.theme-footer-fat li {
  display: block;
  text-align: left;
}
@media (max-width: 767px) {
  .theme-footer li {
    display: block;
    padding: 5px;
  }
}
._powered-by-logo {
  fill: #ffffff;
  height: 20px;
  margin-top: 5px;
}
/* MENU */
/* MENU CATEGORIES // */
.theme-categories-wrapper {
  z-index: 1000;
  margin-bottom: 15px;
  padding: 10px;
  padding: 5px;
  background: #000000;
  transition: top 0.3s;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
}
/* bootstrap drop down menu styling */
.theme-categories-wrapper .dropdown-menu {
  background: #000000;
}
.theme-categories-wrapper li a {
  padding: 5px 10px !important;
}
.theme-categories-wrapper.affix img {
  display: none;
}
.theme-categories-wrapper {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.theme-categories-wrapper li a,
.theme-categories-wrapper .dropdown.open a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 2px;
}
.theme-categories-wrapper li a,
.theme-categories-wrapper .dropdown.open a {
  color: #ffffff;
  font-size: 13px;
  background-color: transparent;
}
.theme-categories-wrapper li a:hover,
.theme-categories-wrapper li.active a:hover,
.theme-categories-wrapper .dropdown.open a:hover {
  color: #bec100 !important;
  background: transparent;
}
.theme-categories-wrapper li.active a,
.theme-categories-wrapper li.active a:hover,
.theme-categories-wrapper li.active a:focus,
.theme-categories-wrapper .dropdown.open a:focus {
  color: #ffffff !important;
  background: transparent;
}
.theme-categories-wrapper .theme-child-category a {
  padding-left: 20px !important;
}
/* menu_categories_background_color may be transparent and lighten function will fail with such value */
/*
.category_active() when (iscolor(@menu_categories_background_color)){
  .theme-categories-wrapper li a:hover, .theme-categories-wrapper li.active a {
    	background: lighten(@menu_categories_background_color, 15%) !important;
  }
}
.category_active;*/
.centered-pills {
  text-align: left;
}
.centered-pills ul.nav.nav-pills,
.centered-pills ul.nav.nav-tabs {
  display: inline-block;
}
.centered-pills ul.nav.nav-pills li,
.centered-pills ul.nav.nav-tabs li {
  display: inline;
}
.theme-categories-toggler {
  cursor: pointer;
}
/* // MENU CATEGORIES */
/* PRODUCT GROUP // */
.theme-product-group {
  padding: 10px;
  margin-bottom: 10px;
  background: #8cae18;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.theme-product-group img {
  margin-right: 15px;
}
.theme-product-group .img-responsive {
  margin: 0 auto;
}
/* PRODUCT GROUP CENTER // */
.theme-product-group-text-hidden .theme-product-group-name,
.theme-product-group-text-hidden .theme-product-group-desc,
.theme-product-group-text-hidden .theme-product-group-types {
  display: none;
}
.theme-product-group-center {
  text-align: center;
}
.theme-product-group-center img,
.theme-product-group-center a {
  float: none !important;
}
.theme-product-group-center .theme-product-group-types li {
  display: none;
}
/* // PRODUCT GROUP CENTER */
.theme-product-group-name {
  color: #ffffff;
  font-family: Exo;
  font-size: 30px;
}
.theme-product-group-desc {
  color: #ffffff;
}
.theme-product-group-types {
  color: #ffffff;
}
.theme-product-group-types li {
  float: left;
  text-align: right;
  width: 100px;
}
/* // PRODUCT GROUP */
.menu-prodcut-price-group .dropdown {
  margin-bottom: 0px;
}
/* PRODUCT // */
/* // PRODUCT */
.theme-product {
  padding: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
}
.theme-product-types-to-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  padding: 10px;
}
/* PRODUCT CENTER // */
.theme-product-center {
  text-align: center;
}
.theme-product-center .img-responsive {
  margin: 0 auto;
}
.theme-product-center .theme-product-name {
  margin-top: 15px;
  margin-bottom: 15px;
}
.theme-product-center .theme-product-desc {
  max-height: 60px;
  overflow: hidden;
}
.theme-product-center .theme-price {
  margin-top: 15px !important;
}
.theme-product-center img,
.theme-product-center a {
  float: none !important;
}
.theme-product-center .theme-product-types {
  float: none !important;
  text-align: center;
}
.theme-product-center .theme-product-types li:first-child {
  margin-top: 0px;
}
.theme-product-center .theme-product-types li {
  float: none !important;
  text-align: center;
  width: 100%;
  margin-top: 15px;
}
/* // PRODUCT CENTER */
.theme-product img {
  margin-right: 15px;
}
.theme-product-name {
  color: #ffffff;
  font-size: 16px;
}
.theme-product-desc {
  font-size: 13px;
  color: #ffffff;
}
.theme-product-type {
  color: #ffffff;
}
.theme-product-attribute {
  margin-right: 5px;
  background-color: #ffffff;
  color: transparent;
}
.theme-products-list > .theme-product:nth-child(even) {
  background: transparent;
}
/*
.carousel.product {
	padding: 0px;
	margin: 0px;
}*/
/* product **/
/*.product-rows li {*/
.theme-product-types > ul {
  margin-bottom: 0px;
}
.theme-product-types li {
  float: left;
  text-align: right;
  width: 100px;
  min-height: 30px;
  /* to prevent bad display */
}
.theme-product-type {
  font-size: 0.7em;
}
.theme-product-attributes {
  margin: 5px 0px 10px 0px;
}
/*
.menu-prodcut-price-group {
    margin-bottom: 10px;
}*/
.menu-prodcut-price-group li {
  width: 100%;
}
/** menu buttons */
.theme-plus {
  display: inline-block;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  font-weight: bold;
  border-radius: 20px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  padding: 0;
  font-size: 12px;
  font-family: Arial;
}
.theme-plus {
  background: transparent;
  color: #ffffff;
  text-shadow: none;
}
.theme-plus:hover {
  background: rgba(38, 38, 38, 0);
  text-shadow: none;
  text-decoration: none;
  color: #ffffff;
}
.theme-add-to-cart {
  cursor: pointer;
}
.theme-plus-btn {
  background: transparent;
  color: #ffffff !important;
  display: block;
  margin-top: 10px;
  margin-left: 10px;
}
.theme-product-center .theme-plus-btn {
  margin-left: 0px;
}
.theme-plus-btn:hover {
  background: rgba(38, 38, 38, 0);
}
/** price */
.theme-price {
  color: #ffffff;
  font-size: 20px;
}
/* CART // */
.cart-wrapper {
  z-index: 1001;
  padding: 10px !important;
  background: #000000;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  transition: top 0.3s;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
}
/* facebook ordering - cart row should be narrow */
.theme-home-fb .theme-cart-col {
  padding-left: 0px;
}
.theme-cart-delivery-time {
  margin-bottom: 0px;
  border-bottom: 1px solid #ffffff;
}
.cart-wrapper h4 {
  color: #ffffff;
}
.cart li {
  border-top-color: #ffffff;
}
._cart-dropdown li {
  border: none;
  padding: 0px !important;
}
._cart-dropdown i {
  cursor: pointer;
}
._cart-dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.cart-mini {
  z-index: 1001;
  background: #000000;
  padding: 10px !important;
  color: #ffffff;
  top: 20px;
  right: 20px;
  width: 220px;
  position: fixed;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.cart-mini .price {
  color: #ffffff;
}
.cart-mini-nav {
  width: 100%;
  display: block;
}
/* // CART */
/* hide products when left categories are not visible */
/* HOME PAGE */
.home-restaurant-info {
  padding: 20px;
}
.container-home-centered {
  padding: 60px;
}
@media (min-width: 992px) {
  .container-home-centered {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .container-home-centered {
    width: 40%;
  }
}
.carousel img {
  margin: 0 auto;
}
.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 0 25px 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.carousel-caption h2 {
  color: white;
}
.carousel-indicators {
  bottom: 0px;
}
.home-newsletter-theme {
  padding: 20px;
}
.home-newsletter-theme h3 {
  margin: 0;
}
.home-img-bg {
  position: relative;
}
.home-img-bg .home-img-text {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  color: white;
}
.theme-home-body .carousel-img {
  height: 400px;
  background-position: center;
}
@media (max-width: 767px) {
  .theme-home-body .carousel-img {
    height: 300px;
  }
}
/* GALLERY */
.theme-gallery {
  margin-bottom: 20px;
}
/* RESTAURANT CONTEXT MENU */
.theme-restaurant-context {
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-bottom: 30px;
}
.theme-restaurant-context-nav {
  margin-bottom: 40px;
  text-align: center;
}
.theme-restaurant-context-nav ul {
  margin: 0px;
}
.theme-restaurant-context-nav ul li {
  display: inline-block;
}
.theme-restaurant-context-nav ul li a {
  display: inline-block;
  padding: 20px;
  text-decoration: none;
}
/* RESTAURANT CONTEXT MENU */
/* ICONS ALIGNMENET WITH PARAGRAPH */
.theme-paragraph-with-icon {
  position: relative;
  padding-left: 40px;
}
.theme-paragraph-with-icon .fa {
  position: absolute;
  top: 5px;
  left: 0px;
}
/* ICONS ALIGNMENET WITH PARAGRAPH */
/* CONTACT */
.theme-contact-map-canvas {
  height: 350px;
}
/* HOURS */
.theme-hours .theme-day {
  min-width: 100px;
  margin-right: 15px;
  display: inline-block;
  text-align: right;
}
.theme-hours .theme-hour {
  display: inline-block;
}
.theme-menu-attribute-image {
  max-height: 200px;
  max-width: 200px;
}
/* ---- MOBILE MENU FIX ---- */
@media (max-width: 560px) {
  .theme-product {
    display: flex;
    flex-wrap: wrap;
  }
  .theme-product > a {
    order: 1
        display: block;
    width: 100%;
    text-align: center;
  }
  /*.theme-product > a img {
        margin: 0 0 20px 0
    }*/
  .theme-product .theme-product-name {
    order: 2;
    width: 100%;
    max-width: 100%;
    display: block;
    float: none;
    margin: 10px;
    padding: 0;
    text-align: center;
  }
  .theme-product .theme-product-desc {
    order: 3;
    width: 100%;
    max-width: 100%;
    display: block;
    float: none;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
  }
  .theme-product .theme-product-types {
    order: 4;
    width: 100%;
    display: block;
    margin: 0px 0;
    float: none;
  }
  .theme-product .list-unstyled {
    text-align: center;
  }
  .theme-product .theme-product-types li {
    float: none;
    display: inline-block;
    text-align: center;
    /*margin-bottom: 10px;*/
  }
}
/* ---- END MOBILE MENU FIX ---- */
.img-responsive-bg {
  content: '';
  width: 100%;
  padding-bottom: 70%;
  background-size: cover!important;
  background-position: center center;
  background-size: 100%;
}
/* ---------------------- */
.loyalty-stamp-success {
  -webkit-box-sizing: border-box !important;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box !important;
  /* Firefox, other Gecko */
  box-sizing: border-box !important;
  height: 50px;
  width: 50px;
  background-color: #8cae18;
  border-radius: 50%;
  border: 2px solid #8cae18;
  display: inline-block;
}
.loyalty-stamp-success:after {
  content: '\2713';
  color: white;
  width: 50px;
  line-height: 50px;
  height: 50px;
  font-weight: 900;
  text-shadow: 0px 0.5px, 0.5px 0px, 0.5px 0.5px;
}
.loyalty-api-stamp-collected {
  background-color: #8cae18;
}
.loyalty-api-stamp {
  background-color: #868686;
}
