@import url('https://fonts.googleapis.com/css?family=Lobster|Pacifico');

html,
body {
    height: 100%;
}

/*
font-family: 'Pacifico', cursive;
font-family: 'Lobster', cursive;
*/



.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: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\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;
}

/* nav */
.navbar-wrapper {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}

/* .navbar-wrapper .navbar .container { */
/*     width: auto; */
/* } */

.navbar-brand {
    padding: 0;
}


.navbar-inverse .navbar-nav > li > a {
    font-weight: bold;
    color: #fff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: rgba(236, 31, 38, 0.52);
    font-weight: bold;
    border-radius: 3px;
}


@media (min-width: 992px) {
    .navbar {
        min-height: 95px;
    }

    .navbar-inverse {
        background-color: transparent;
        border: none;
    }

    .navbar-nav > li > a {
        margin-top: 4rem;
        font-size: 13px;
        text-transform: uppercase;
        padding: 10px 13px;
        position: relative;
        text-transform: uppercase;
    }
    .navbar-nav > li > a::after {
      content: '';
      width: 2px;
      position: absolute;
      left: 98%;
      height: 2.1rem;
      top: 1rem;
      background: #fff;
    }
    .last-nav-item {
        margin-right: 30px;
    }
    .last-nav-link::after {
        background: none;
    }
    .navbar-brand img {
        /*max-width: 145px;*/
        max-width: 233px;
        margin-top: 20px;
    }


}

@media (min-width: 1200px) {
  .navbar-nav > li > a {
      margin-top: 4rem;
      font-size: 15px;
      text-transform: uppercase;
      padding: 10px 13px;
  }
}

.navbar-nav > li > .dropdown-menu {
  background-color: rgba(236, 31, 38, 0.38);
}
.dropdown-menu > li > a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.bar {
  display: block;
      height: 3px;
      background: #3e3e3e;
      margin-bottom: 30px;
      width: 15%;
      margin: 0 auto;
}
.block {
  padding: 30px 0 30px 0;
}
/* footer section */
.footer-section {
    background-color: rgb(239, 52, 59);
    padding: 50px 0;
    color: #fff;
}
.footer-section h3 {
  font-family: 'Pacifico', cursive;
  margin-bottom: 40px;
}
.footer-section a {
  color: #fff;
}
.footer-section .nav > li > a:hover, .nav > li > a:focus {
  color:  rgb(239, 52, 59);
}

@media (min-width: 992px) {
  .border-both-footer {
      border-right: 1px solid #f36464;
      border-left: 1px solid #f36464;
      padding-right: 25px;
      padding-left: 25px;
  }
}
.contact-address ul li {
    position: relative;
}

.contact-address ul li i {
    top: 10%;
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    position: absolute;
}
.contact-address ul li i.address {
    top: 3%;
}
.contact-address ul li p {
    padding: 0px 10px 0px 30px;
}
.quick-links {
    padding-left: 20px;
}
.quick-links a {
    color: #333;
    padding: 5px 0;
    display: inline-block;
}
.block-title {
  margin-bottom: 30px;
}
.block-title h2 {
  font-family: 'Pacifico', cursive;
  text-align: center;
  margin-bottom: 13px;
  font-size: 3.3em;
}
/* home page */
/* Carousel base class */
.carousel {
  height: 100%;
  height: 100vh;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  top: 40%;
}
.carousel-caption h1 {
  color: #ffe92a;
  font-weight: bold;
  text-shadow: 3px 3px 5px black;
  font-size: 4.5rem;
  margin-bottom: 3rem;
}

.btn-banner {
  background-color: rgb(239, 194, 13);
  color: rgb(42, 51, 60);
  border-color: rgb(239, 194, 13);
  font-weight: bold;
  padding: 14px 25px;
  border-width: 2px;
  border-radius: 30px;
}
.btn-banner:hover {
  background: rgba(239, 194, 13, 0.87);
}
.btn-white {
  background: #fff;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 100%;
  height: 100vh;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  height: 100vh;
}

    .carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
#myCarousel .item::before {
  background: rgba(0, 0, 0, 0.37) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* menu block */
.home-menu a {
  color: white;
  text-decoration: none !important;
}
.home-menu .menu-meta {
  margin-bottom: 0;
  width: 100%;
  margin-top: -29%;
  margin-left: -15%;
      position: absolute;
      color: white;
      text-align: right;
}

.cursive {
      font-weight: bold;
      text-transform: capitalize;
  font-family: 'Lobster', cursive;
}

@media (min-width: 992px) {
  .menu-img-big {
    height: 420px;
    width: 100%;
  }

  .menu-img-sml {
    /*min-height: 200px;*/
    height: 200px;
    width: 100%;
  }
}

.read-more-link {
  margin-top: 30px;
  text-align: center;
}
.btn-primary {
  background-color: #ec1f26 !important;
  text-transform: uppercase;
  border-color: #b71117 !important;
}

/* other pages */
div.page {
    padding-top: 130px;
    min-height: 100%;
    background-image: url(../img/page-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}
div.page::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.59);
}
.page > .container {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background-color: #fff;
  min-height: 100%;
  min-height: 100vh;
}
.content {
  padding: 5px 40px;
}
/* breadcrumb */
.back-link {
    padding: 5px 24px;
        display: block;
        border-radius: 5px;
        /* vertical-align: middle; */
        line-height: 26px;
        background: #fff389;
        color: #3349c5;
}
.breadcrumb-container {
    background-color: #e0e0e0;
    border-radius: 5px;
}
.breadcrumb-arrow {
    margin-bottom: 0;
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: #e6e9ed
}
.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}
.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top
}
.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px
}
.breadcrumb-arrow li+li:before {
    padding: 0;
    content: ""
}
.breadcrumb-arrow li span {
    padding: 0 10px
}
.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px
}
.breadcrumb-arrow li:first-child a {
    padding: 0 10px
}
.breadcrumb-arrow li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #3bafda;
    border: 1px solid #3bafda
}
.breadcrumb-arrow li:first-child a {
    padding-left: 10px
}
.breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent
}
.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #3bafda;
    border-left-style: solid;
    border-left-width: 11px
}
.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #2494be
}
.breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
    background-color: #4fc1e9;
    border: 1px solid #4fc1e9
}
.breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
    border-left-color: #4fc1e9
}
.breadcrumb-arrow li a:active {
    background-color: #2494be;
    border: 1px solid #2494be
}
.breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
    border-left-color: #2494be
}
.breadcrumb-arrow li span {
    color: #434a54
}
.breadcrumb .active {
    font-weight: bold;
}
.breadcrumb .active .number {
    background: white;
        display: inline;
        padding: 3px 6px;
        border-radius: 47%;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.74);
}
.breadcrumb .back-link {
}

/* food gallery */
.food-gallery .item-wrap {
  display: inline-block;
}
.food-gallery .track {
  position: absolute;
  margin-top: -2%;
}

.round-photo > img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
}
.services h4 {
  margin-top: 1em;
  font-size: 2.3em;
  font-family: 'Pacifico', cursive;
  color: #ec1f26;
  text-align: center;
  text-transform: capitalize;
}

.table-booking {
  min-height: 100vh;
  background-image: url('../img/train-book-your-table.jpg');
  background-size: cover;
  color: #fff;
}
.table-booking ul li {
  position: relative;
}
.table-booking ul li img {
  top: -3%;
  left: -45px;
  position: absolute;
  width: 90px;
  height: 90px;
}
.table-booking ul li p {
  font-size: 25px;
    padding: 0px 20px 40px 69px;
}

.copyright {
  background: #191c22;
  padding-top: 20px;
  color: #b9b3b3;
}


.menu {
  padding: 30px 20px;
  background-color: #ececec;
  border-radius: 5px;
}
.menu-group-title {
  padding: 2px 10px;
      border: 1px solid #e69799;
      border-radius: 5px;
      text-transform: capitalize;
      color: #2d2d2d;
      margin: 10px 0;
      background-color:#fff;
}

.menu-group-title h5 {
  font-weight: bold;
  font-size: 16px;
}
.order-menu-drop > li > a {
  color: black !important;
}
.menu-item {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
.menu-item img {
  width: 15px;
  height: 15px;
}
.menu-item .item-name {
  color: #292929;
  text-transform: capitalize;
}
.menu-item .money {
  color: #537dbd;
}
.menu-group .glyphicon {
  font-size: 27px;
      line-height: 37px;
      color: #2196F3;
}

#order-summary-container {
  padding: 20px;
  border-radius: 5px;
  background-color: #ececec;
}
#order-summary-container .inp-item-qty {
  width: 45px;
}
.order-meta {
  text-align: center;
      padding: 17px 0;
      background: #cecece;
}
.order-form {
  padding: 30px;
      background: #e0e0e0;
}

.services-page img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.services-page .row {
margin-bottom: 35px;
    background-color: #f7f7f7;
    border-radius: 3px;
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    }

    .services-page h3, .contact-block h4 {
      color: #fa9f1b;
          font-family: 'Lobster', cursive;
          text-transform: capitalize;
    }

    .contact-block {
      padding: 10px;
          background: #eaeaea;
          border-radius: 5px;
    }

    .marquee .item {
        background-size: cover;
        background-repeat: no-repeat;
    }



    .menu-card .cursive {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
    }
    .menu-card p {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.34);
    }

    .embed-block {
    background-image: url(../img/train-book-your-table.jpg);
    background-size: cover;
    color: #fff;
    }

    #franchise-enquiry-form .form-group {
      margin-bottom: 0px;
      /* padding: 0 !important; */
    }
    #franchise-enquiry-form .has-error .help-block-error {
      color: #fafafa;
    }


.menu-item {
  padding: 15px;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
.menu-item .item-name {
  margin-top: 2rem;
}
.menu-item .photo-box {
  position: relative;
}

.menu-item .item-btn {
  position: absolute;
  bottom: -13px;
  left: 39%;
  box-shadow: 1px -3px 9px 1px #1f1c1cb0;
}
.menu-item .item-photo {
  width: 150px;
  height: 100px;
  border-radius: 8px;
}
