@import url("https://fonts.googleapis.com/css?family=Oswald|PT+Sans");
*:hover, *:focus, *:active {
  outline: 0px; }

body {
  background: #000; }

html, body {
  height: 100%;
  font-family: "PT Sans", sans-serif; }

.btn-cust {
  border-radius: 0px;
  background: #000;
  margin-top: 10px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 25px;
  transition: .3s;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px; }
  .btn-cust:hover {
    background: #18684d;
    color: white; }
  .btn-cust:hover, .btn-cust:focus, .btn-cust.focus {
    color: white; }
  .btn-cust.addBtn, .btn-cust.okBtn {
    background: #18684d; }
    .btn-cust.addBtn:hover, .btn-cust.okBtn:hover {
      background: #999; }

.btn {
  border-radius: 0px;
  border: 1px solid #ddd; }

h1, h2, h3, h4, h5 {
  font-family: "Oswald", sans-serif; }

@media screen and (min-width: 768px) {
  .mb-ban {
    display: none !important; }

  .navbar {
    min-height: 80px;
    line-height: 80px; }

  .wrap > .container {
    padding: 100px 15px 20px; }

  .navbar-brand {
    height: 80px;
    padding: 5px 15px; }

  .navbar-nav {
    height: 80px; }
    .navbar-nav li {
      height: 100%; }
      .navbar-nav li a {
        height: 100%;
        line-height: 50px;
        font-size: 16px;
        padding: 15px 10px;
        letter-spacing: 1px; }
      .navbar-nav li.dropdown li {
        line-height: 20px; }
        .navbar-nav li.dropdown li a {
          height: 100%;
          line-height: 20px;
          font-size: 16px;
          padding: 15px 10px;
          letter-spacing: 1px; }
        .navbar-nav li.dropdown li .logout {
          height: 100%;
          width: 100%;
          font-size: 16px;
          letter-spacing: 1px;
          text-align: left;
          padding: 15px 10px; }
          .navbar-nav li.dropdown li .logout:hover {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5; }

  .navbar-inverse .navbar-nav > .active > a {
    background: transparent; }
    .navbar-inverse .navbar-nav > .active > a:before {
      content: "";
      width: 0%;
      font-size: 0;
      line-height: 0;
      position: absolute;
      left: 0px;
      top: 0;
      height: 0;
      background: transparent !important;
      z-index: -1; }

  .navbar .navbar-nav > li.active > a {
    background: transparent; }
    .navbar .navbar-nav > li.active > a:before {
      content: "";
      width: 100%;
      font-size: 100px;
      line-height: 67px;
      position: absolute;
      left: 0px;
      top: 25px;
      height: 30px;
      background: #18684d;
      z-index: -1; }
    .navbar .navbar-nav > li.active > a:hover, .navbar .navbar-nav > li.active > a:focus {
      background: transparent; }
  .navbar .navbar-nav > li:hover:before {
    content: "";
    width: 100%;
    font-size: 100px;
    line-height: 67px;
    position: absolute;
    left: 0px;
    top: 25px;
    height: 30px;
    background: #18684d;
    z-index: -1; }
  .navbar .navbar-nav > li > a:hover {
    background: transparent; }

  .nav > li > a:focus {
    background: transparent; } }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background: #18684d; }

.table tr.no-color {
  background: white !important; }
.table tr td {
  vertical-align: middle !important; }

.nav-tabs {
  margin-top: 40px; }
  .nav-tabs li {
    border-bottom: 1px solid #000; }
    .nav-tabs li a {
      background: #777 !important;
      border-radius: 30px 30px 0 0 !important;
      color: white;
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      transition: .3s;
      border: 1px solid #f7f1e1 !important;
      border-bottom: 1px solid #777 !important; }
      .nav-tabs li a:hover, .nav-tabs li a:focus, .nav-tabs li a:active {
        background: #18684d !important; }
    .nav-tabs li.active {
      border-bottom: 1px solid #18684d; }
      .nav-tabs li.active a {
        background: #18684d !important;
        border-radius: 30px 30px 0 0;
        color: white;
        border-bottom: 1px solid #18684d !important; }
        .nav-tabs li.active a:hover, .nav-tabs li.active a:focus, .nav-tabs li.active a:active {
          color: white; }

.tab-content {
  padding: 30px 15px; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: transparent; }
  .nav .open > a:before, .nav .open > a:hover:before, .nav .open > a:focus:before {
    content: "";
    width: 100%;
    font-size: 100px;
    line-height: 67px;
    position: absolute;
    left: 0px;
    top: 25px;
    height: 30px;
    background: #18684d;
    z-index: -1; }

.navbar-inverse .nav .open > a, .navbar-inverse .nav .open > a:hover, .navbar-inverse .nav .open > a:focus {
  background: transparent; }
  .navbar-inverse .nav .open > a:before, .navbar-inverse .nav .open > a:hover:before, .navbar-inverse .nav .open > a:focus:before {
    content: "";
    width: 0%;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 00px;
    background: transparent;
    z-index: -1; }

@media screen and (min-width: 992px) {
  .navbar-nav li a {
    font-size: 18px; } }
@media screen and (max-width: 767px) {
  .dk-ban {
    display: none !important; }

  .navbar {
    height: 60px; }
    .navbar .container {
      background: #000; }

  .navbar-header {
    position: relative;
    height: 60px; }

  .navbar-brand {
    height: 60px;
    padding: 5px 15px; }

  .wrap > .container {
    padding: 70px 15px 20px; } }
.navbar-toggle {
  padding: 15px 10px; }
  .navbar-toggle .icon-bar {
    background: #18684d; }

.navbar-brand img {
  max-height: 100%; }

.navbar {
  -webkit-box-shadow: 0 8px 6px -6px #999;
  -moz-box-shadow: 0 8px 6px -6px #999;
  box-shadow: 0 8px 6px -6px #999;
  background-color: #000; }
  .navbar .navbar-nav > li > a {
    color: #fff;
    transition: color .3s;
    position: relative; }

textarea {
  resize: none; }

.wrap {
  height: auto;
  background: #f7f1e1;
  margin: 0 auto -60px;
  padding: 0 0 100px; }

img {
  max-width: 100%; }

.footer {
  height: 60px;
  background-color: #000;
  color: white;
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  clear: both; }

.jumbotron {
  text-align: center;
  background-color: transparent; }
  .jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px; }

.not-set {
  color: #c55;
  font-style: italic; }

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px; }
a.asc:after {
  content: "\e151"; }
a.desc:after {
  content: "\e152"; }

.sort-numerical a.asc:after {
  content: "\e153"; }
.sort-numerical a.desc:after {
  content: "\e154"; }

.sort-ordinal a.asc:after {
  content: "\e155"; }
.sort-ordinal a.desc:after {
  content: "\e156"; }

.grid-view th {
  white-space: nowrap; }

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999; }

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0; }

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none; }
.nav > li > form > button.logout:focus, .nav > li > form > button.logout:hover {
  text-decoration: none; }
.nav > li > form > button.logout:focus {
  outline: none; }

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px; } }
.carousel-control.right, .carousel-control.left {
  background-image: none !important; }

.product {
  margin-bottom: 30px; }
  @media screen and (min-width: 1200px) {
    .product {
      min-height: 450px; } }
  .product h3 {
    margin-top: 10px;
    color: #18684d;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media screen and (min-width: 1200px) {
      .product h3 {
        min-height: 60px; } }
  .product p {
    margin: 0; }
  .product .prod-grid-desc {
    min-height: 50px; }
  @media screen and (max-width: 767px) {
    .product img {
      max-width: 70%;
      display: block;
      margin: auto; } }

.allerg-list {
  list-style: none;
  text-align: center;
  padding: 10px 0; }
  .allerg-list li {
    display: inline-block;
    padding: 0 5px;
    font-size: 12px; }
    .allerg-list li img {
      max-width: 20px; }

.owl-carousel {
  margin-bottom: 50px; }

.cat-row {
  margin-top: 50px;
  text-align: center; }
  .cat-row .cat-title {
    text-align: left;
    text-transform: uppercase;
    display: block;
    margin-top: 40px;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
    z-index: 1;
    position: relative; }
    .cat-row .cat-title:after {
      content: "\e902";
      height: 100%;
      font-family: 'icomoon' !important;
      width: 0;
      position: absolute;
      top: 50%;
      font-size: 28px;
      margin-top: -20px;
      color: #18684d;
      left: 1px;
      z-index: 1; }
    .cat-row .cat-title span {
      padding: 0 10px 0 40px;
      display: inline-block;
      margin-left: 0px;
      max-width: 60%;
      background: #f7f1e1; }
    .cat-row .cat-title:before {
      content: "";
      height: 14px;
      width: 100%;
      position: absolute;
      top: 50%;
      margin-top: -10px;
      border-radius: 0%;
      background: #18684d;
      right: 0px;
      z-index: -2; }

.btn-info, .btn-primary {
  color: white !important; }

.btn-cart {
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  background: #18684d;
  color: white;
  font-size: 30px;
  line-height: 55px;
  transition: .3s;
  -webkit-box-shadow: 0 8px 6px -6px #999;
  -moz-box-shadow: 0 8px 6px -6px #999;
  box-shadow: 0 8px 6px -6px #999; }
  .btn-cart:hover {
    background: #000;
    color: white; }

.prod-desc {
  padding: 0px;
  text-align: center; }

.prod-img {
  width: 80%;
  max-width: 300px;
  display: block;
  margin: auto; }

.rest-select img {
  margin-bottom: 20px; }
.rest-select .res-name {
  font-size: 1.4em;
  text-transform: uppercase;
  line-height: 10px; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?yztgt1");
  src: url("fonts/icomoon.eot?yztgt1#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?yztgt1") format("truetype"), url("fonts/icomoon.woff?yztgt1") format("woff"), url("fonts/icomoon.svg?yztgt1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-star:before {
  content: "\e902"; }

.icon-back:before {
  content: "\e900"; }

.icon-next:before {
  content: "\e901"; }

.owl-nav {
  position: absolute;
  height: 0;
  bottom: 20%;
  margin: 0;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .owl-nav {
      bottom: auto;
      top: 50%; } }
  .owl-nav button {
    position: absolute;
    font-size: 30px !important;
    top: 0;
    margin-top: -30px !important;
    transition: .3s; }
    .owl-nav button:hover {
      background: transparent !important;
      color: #18684d !important; }
  .owl-nav .owl-prev {
    left: -20px; }
  .owl-nav .owl-next {
    right: -20px; }

.modal-body {
  padding: 0 15px; }

.modal-footer {
  border: 0px; }

.modal-header {
  border: 0px; }

/* Hide all steps by default: */
.formtab {
  display: none;
  width: 100%;
  min-height: 300px;
  max-height: 400px;
  overflow: auto; }
  .formtab.active {
    display: block; }
  .formtab .btn-group-vertical {
    width: 80%;
    display: block;
    margin: auto; }
    .formtab .btn-group-vertical .btn.btn-default {
      display: block;
      border-radius: 0px;
      border: 1px solid #bbb !important;
      box-shadow: none !important;
      width: 100%;
      padding: 15px 0;
      margin: 5px 0;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px; }
      .formtab .btn-group-vertical .btn.btn-default.active {
        background: #18684d !important;
        color: white; }
      .formtab .btn-group-vertical .btn.btn-default:focus, .formtab .btn-group-vertical .btn.btn-default.focus {
        background: white; }

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block; }

/* Mark the active step: */
.step.active {
  background-color: #000; }

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #18684d; }

/*# sourceMappingURL=site.css.map */
