@import "https://fonts.googleapis.com/css?family=Pacifico";
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900";
@import "https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800";
@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700";
@import "https://fonts.googleapis.com/css?family=Playfair+Display:400,700";
@import "https://fonts.googleapis.com/css?family=Exo";
body {
  width: 100%;
  float: left; }

.no-Margin {
  margin: 0 !important; }

.no-Padding {
  padding: 0 !important; }

.no-Background {
  background: none !important; }

.no-Border {
  border: none !important; }

.margin-Bottom {
  margin-bottom: 30px; }

.Display-FWRB {
  float: left;
  width: 100%;
  position: relative;
  display: block; }

.Display-FWR {
  float: left;
  width: 100%;
  position: relative; }

.Display-FW {
  float: left;
  width: 100%; }

a {
  transition: .3s; }
  a:hover {
    transition: .3s;
    text-decoration: none; }

input {
  outline: none;
  box-shadow: none; }

.form-control {
  box-shadow: none; }

.btn {
  outline: none; }

textarea {
  outline: none; }

.top_bar {
  background-color: #f26023; }
  .top_bar .scoial-icon {
    padding: 10px 0px;
    text-align: left; }
    .top_bar .scoial-icon ul {
      margin: 0;
      padding: 0; }
      .top_bar .scoial-icon ul li {
        padding: 0 10px; }
        .top_bar .scoial-icon ul li a {
          color: #fff;
          font-size: 19px; }
          .top_bar .scoial-icon ul li a:hover {
            color: #f59908; }
  .top_bar .get-touch {
    text-align: right; }
    .top_bar .get-touch ul {
      padding: 0;
      margin: 0; }
      .top_bar .get-touch ul li a {
        font: 600 12px "Raleway", sans-serif;
        color: #fff;
        text-transform: uppercase;
        padding: 8px 11px;
        display: inline-block; }
        .top_bar .get-touch ul li a span {
          font: 600 16px "Open Sans", sans-serif; }
        .top_bar .get-touch ul li a:hover {
          color: #f59908; }
      .top_bar .get-touch ul li .btn-online {
        background-color: #f59908;
        color: #fff;
        transition: .4s;
        text-align: center;
        line-height: 2;
        font-size: 16px; }
        .top_bar .get-touch ul li .btn-online:hover {
          transition: .4s;
          background-color: #ffffff;
          color: #f59908; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: #2bb3ea; }

.slider {
  margin-bottom: 30px;
  position: relative;
  float: left;
  width: 100%; }
  .slider .slider {
    height: 100vh;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center; }
  .slider .slide1 {
    background: url("../img/slider-bg.jpg") no-repeat center/cover; }
  .slider .slider2 {
    background: url("../img/slider2.jpg") no-repeat center/cover; }
  .slider .slider-caption {
    color: #FFF;
    text-align: center; }
    .slider .slider-caption h1 {
      text-align: center;
      font: 400 60px "Pacifico", cursive; }
      .slider .slider-caption h1 span {
        color: #f59908; }
    .slider .slider-caption p {
      text-align: center;
      line-height: 40px;
      font: 400 18px "Raleway", sans-serif; }
    .slider .slider-caption .more-button {
      font: 400 16px "Raleway", sans-serif;
      color: #FFF;
      margin-top: 10px;
      background-color: #f59908;
      padding: 14px 25px;
      border-radius: 30px;
      transition-duration: .4s;
      display: inline-block;
      border: rgba(61, 34, 9, 0.7) solid 6px; }
      .slider .slider-caption .more-button:hover {
        text-decoration: none;
        background-color: #2bb3ea; }

.main-header {
  float: left;
  width: 100%;
  position: relative; }
  .main-header .navbar-brand {
    padding: 0px 15px; }
  .main-header .navbar-default {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 0;
    border-radius: 0;
    margin-bottom: 0px;
    z-index: 100;
    width: 100%; }
    .main-header .navbar-default .navbar-collapse {
      padding: 45px 0 0; }
      .main-header .navbar-default .navbar-collapse .navbar-nav li a {
        font: 600 15px "Open Sans", sans-serif;
        text-transform: uppercase;
        color: #ffffff;
        background-color: transparent;
        transition: .4s;
        padding-right: 17px; }
        .main-header .navbar-default .navbar-collapse .navbar-nav li a:hover {
          color: #f26023;
          transition: .4s; }
      .main-header .navbar-default .navbar-collapse .navbar-nav li .dropdown-menu {
        min-width: 220px;
        padding: 0;
        border-right: 3px solid #f26023;
        border-left: 3px solid #f26023;
        border-radius: 3px; }
        .main-header .navbar-default .navbar-collapse .navbar-nav li .dropdown-menu li {
          margin: 0;
          padding: 0; }
          .main-header .navbar-default .navbar-collapse .navbar-nav li .dropdown-menu li a {
            color: #101010;
            transition: .4s;
            padding: 10px 16px;
            border-bottom: 1px solid #ddd; }
            .main-header .navbar-default .navbar-collapse .navbar-nav li .dropdown-menu li a i {
              margin-right: 10px;
              color: #f26023; }
            .main-header .navbar-default .navbar-collapse .navbar-nav li .dropdown-menu li a:hover {
              color: #f26023;
              transition: .4s; }
  .main-header .navbar-toggle {
    border-radius: 0; }
  .main-header .navbar-default .navbar-toggle .icon-bar {
    background: #fff; }
  .main-header .navbar-default .navbar-toggle {
    border-color: #fff; }
  .main-header img {
    margin-top: 20px; }
  .main-header .navbar-brand {
    position: absolute;
    left: 50%;
    margin-left: -25px !important;
    display: block; }

.drop-one {
  min-width: 210px;
  padding: 0;
  border-right: 3px solid #f26023;
  border-left: 3px solid #f26023;
  border-radius: 3px; }
  .drop-one li {
    margin: 0;
    padding: 0; }
    .drop-one li a {
      display: block !important;
      font-size: 14px !important;
      color: #101010 !important;
      transition: .4s;
      padding: 10px 16px !important;
      border-bottom: 1px solid #ddd; }
      .drop-one li a i {
        margin-right: 10px;
        color: #f26023; }
      .drop-one li a:hover {
        color: #f26023;
        transition: .4s; }

.customer-no {
  width: 50%;
  padding-top: 14px; }
  .customer-no a {
    font: 500 14px "Open Sans", sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .7px; }
    .customer-no a span {
      font-size: 16px;
      font-weight: 600; }

.page-header {
  float: left;
  width: 100%;
  position: relative;
  padding: 0;
  border: none;
  margin: 35px 0 20px; }
  .page-header .navbar-brand {
    padding: 0px 15px; }
  .page-header .navbar-default {
    background-color: transparent;
    border: none;
    position: relative;
    border-radius: 0;
    margin-bottom: 0px;
    z-index: 100;
    width: 100%; }
    .page-header .navbar-default .navbar-collapse {
      padding: 30px 0; }
      .page-header .navbar-default .navbar-collapse .navbar-nav li a {
        font: 600 15px "Open Sans", sans-serif;
        text-transform: uppercase;
        color: #050707;
        background-color: transparent;
        transition: .4s;
        padding-right: 17px; }
        .page-header .navbar-default .navbar-collapse .navbar-nav li a:hover {
          color: #f26023;
          transition: .4s; }
      .page-header .navbar-default .navbar-collapse .navbar-nav li .dropdown-menu {
        min-width: 220px;
        padding: 0;
        border-right: 3px solid #f26023;
        border-left: 3px solid #f26023; }
        .page-header .navbar-default .navbar-collapse .navbar-nav li .dropdown-menu li {
          margin: 0;
          padding: 0; }
          .page-header .navbar-default .navbar-collapse .navbar-nav li .dropdown-menu li a {
            color: #101010;
            transition: .4s;
            padding: 10px 16px;
            border-bottom: 1px solid #dddddd; }
            .page-header .navbar-default .navbar-collapse .navbar-nav li .dropdown-menu li a i {
              margin-right: 10px;
              color: #f26023; }
            .page-header .navbar-default .navbar-collapse .navbar-nav li .dropdown-menu li a:hover {
              color: #f26023;
              transition: .4s; }
  .page-header .navbar-toggle {
    border-radius: 0; }
  .page-header .navbar-default .navbar-toggle .icon-bar {
    background: #fff; }
  .page-header .navbar-default .navbar-toggle {
    border-color: #fff; }
  .page-header img {
    margin-top: 0; }
  .page-header .navbar-brand {
    position: absolute;
    left: 50%;
    margin-left: -25px !important;
    display: block; }

.latest-event-heading {
  margin-bottom: 30px;
  text-align: center; }
  .latest-event-heading h3 {
    font: 400 42px "Pacifico", cursive;
    color: #000000;
    text-transform: capitalize;
    margin: 0 0 10px; }
  .latest-event-heading p {
    font: 500 18px "Raleway", sans-serif;
    color: #000000;
    text-transform: capitalize;
    margin: 0; }

.latest-event-box {
  margin-bottom: 12px; }
  .latest-event-box:hover {
    transition: .3s; }
    .latest-event-box:hover img {
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%);
      transition: .3s; }
    .latest-event-box:hover .pro-img img {
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%); }
  .latest-event-box .pro-big-img {
    width: 100%;
    max-height: 325.91px;
    overflow: hidden;
    position: relative; }
    .latest-event-box .pro-big-img img {
      width: 100%;
      min-height: 325.91px;
      transition: .3s; }
  .latest-event-box .pro-img {
    width: 100%;
    max-height: 157px;
    overflow: hidden;
    position: relative; }
    .latest-event-box .pro-img img {
      min-height: 168px;
      width: 100%;
      transition: .3s;
      height: auto;
      -webkit-filter: grayscale(0);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(0); }
  .latest-event-box .date {
    width: 85px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px; }
    .latest-event-box .date span {
      text-align: center;
      float: left;
      width: 100%;
      min-height: 97px;
      color: #ffffff;
      font: 600 32px "Open Sans", sans-serif;
      border: 1px solid #fff;
      line-height: 17px;
      padding: 14px; }
      .latest-event-box .date span small {
        font: 600 15px "Open Sans", sans-serif; }
  .latest-event-box .date-v2 {
    width: 75px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px; }
    .latest-event-box .date-v2 span {
      text-align: center;
      float: left;
      width: 100%;
      min-height: 60px;
      color: #ffffff;
      font: 600 18px "Open Sans", sans-serif;
      border: 1px solid #fff;
      line-height: 17px;
      padding: 5px; }
      .latest-event-box .date-v2 span small {
        font: 600 14px "Open Sans", sans-serif; }

.FoodMenu-heading {
  font: 400 40px "Pacifico", cursive;
  color: #14141d;
  text-transform: capitalize;
  margin: 0 0 15px; }

.happyClient-heading {
  font: 300 40px "Pacifico", cursive;
  color: #f59908;
  text-transform: capitalize;
  margin: 50px 0 30px;
  float: left;
  width: 100%; }

.food-menu-list {
  padding: 0;
  display: block;
  float: left;
  margin: 0 0 30px; }
  .food-menu-list li {
    display: block;
    float: left;
    width: 100%;
    padding: 18px 0 18px;
    border-bottom: 1px solid #eee; }
    .food-menu-list li h2 {
      font: 700 16px "Raleway", sans-serif;
      color: #000000;
      text-transform: uppercase;
      text-align: left;
      margin: 0 0 5px; }
    .food-menu-list li p {
      font: 500 14px "Raleway", sans-serif;
      color: #5c6369;
      text-transform: lowercase;
      text-align: left;
      margin: 0; }
    .food-menu-list li .price {
      font: 700 26px "Playfair Display", serif;
      color: #24242c; }

.view-all-menu {
  text-align: left;
  margin-bottom: 40px; }
  .view-all-menu a {
    display: inline-block;
    background-color: #f26023;
    font: 500 14px "Raleway", sans-serif;
    color: #ffffff;
    padding: 17px 44px;
    border-radius: 5px;
    text-transform: uppercase;
    transition: background-color 0.3s; }
    .view-all-menu a:hover {
      background-color: #2bb3ea;
      transition: background-color 0.3s; }

.today-special-box-v1 {
  margin: 30px 0 40px;
  box-shadow: 0px 2px 69px 12px #e8e8e8;
  z-index: 1; }
  .today-special-box-v1 a {
    display: block; }
    .today-special-box-v1 a img {
      width: 100%;
      max-height: 300px; }
    .today-special-box-v1 a .detail {
      float: left;
      width: 100%;
      text-align: center;
      background-color: #fff;
      padding: 30px 0; }
      .today-special-box-v1 a .detail h3 {
        font: 600 22px "Playfair Display", serif;
        color: #24242c;
        margin: 0; }
      .today-special-box-v1 a .detail p {
        font: 700 22px "Playfair Display", serif;
        color: #f59908;
        margin: 0 0 5px; }

.z-index-left {
  z-index: 0;
  transition: z-index .3s; }
  .z-index-left:hover {
    z-index: 100;
    transition: z-index 0.3s; }

.reserve-table-contact {
  min-height: 520px;
  background: url("../img/img-07.png") center/cover no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  text-align: center;
  padding: 30px 0; }
  .reserve-table-contact .form-group {
    margin-bottom: 5px;
    position: relative; }
    .reserve-table-contact .form-group input {
      height: 56px;
      background-color: transparent;
      border: 2px solid #ffffff;
      border-radius: 4px;
      padding: 5px 75px;
      outline: none;
      box-shadow: none;
      font: 500 14px "Raleway", sans-serif;
      color: #ffffff; }
    .reserve-table-contact .form-group ::-webkit-input-placeholder {
      color: #ffffff;
      text-transform: capitalize; }
    .reserve-table-contact .form-group :-ms-input-placeholder {
      /* IE 10+ */
      text-transform: capitalize;
      color: #ffffff; }
    .reserve-table-contact .form-group :-moz-placeholder {
      /* Firefox 18- */
      text-transform: capitalize;
      color: #ffffff; }
    .reserve-table-contact .form-group span i {
      color: #ffffff;
      position: absolute;
      left: 30px;
      top: 15px;
      font-size: 24px; }
  .reserve-table-contact h3 {
    color: #fff;
    font: 400 60px "Pacifico", cursive;
    margin: 0 0 40px; }
  .reserve-table-contact h4 {
    color: #fff;
    font: 600 36px "Open Sans", sans-serif;
    margin: 30px 0; }
  .reserve-table-contact .make-reservation a {
    display: inline-block;
    background-color: #2bb3ea;
    font: 500 14px "Raleway", sans-serif;
    color: #ffffff;
    padding: 17px 44px;
    border-radius: 5px;
    text-transform: uppercase;
    transition: background-color .3s; }
    .reserve-table-contact .make-reservation a:hover {
      background-color: #f26023;
      transition: background-color .3s; }

.our-member-box {
  overflow: hidden;
  margin: 10px 0 40px; }
  .our-member-box img {
    width: 100%; }
  .our-member-box .overlay {
    right: 10px;
    position: absolute;
    top: 100%;
    transition: 1s; }
    .our-member-box .overlay ul {
      padding: 0;
      margin: 0; }
      .our-member-box .overlay ul li a {
        display: block;
        height: 30px;
        width: 30px;
        border: 1px solid #fff;
        text-align: center;
        border-radius: 100%;
        margin-bottom: 7px;
        line-height: 2;
        color: #fff; }
        .our-member-box .overlay ul li a:hover {
          background-color: #2bb3ea;
          border-color: #2bb3ea; }
  .our-member-box .detail {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    font: 500 14px "Raleway", sans-serif;
    color: #fff;
    background-color: #2bb3ea;
    margin: 10px 5px;
    right: 0;
    padding: 17px;
    transition: .5s;
    text-transform: capitalize;
    letter-spacing: .8px; }
    .our-member-box .detail span {
      font-size: 11px;
      text-transform: uppercase; }
  .our-member-box:hover .overlay {
    top: 10px;
    transition: .5s; }
  .our-member-box:hover .detail {
    transition: .5s;
    background-color: #f26023; }

.opening-time {
  margin-bottom: 40px; }
  .opening-time h3 {
    font: 700 20px "Raleway", sans-serif;
    color: #373844;
    margin: 0 0 10px;
    text-transform: capitalize; }
  .opening-time h4 {
    font: 700 30px "Raleway", sans-serif;
    color: #f59908;
    margin: 0; }

#quote-client .carousel-inner {
  text-align: center; }
  #quote-client .carousel-inner .item blockquote {
    margin: 0 0 60px;
    padding: 0;
    border-left: none; }
    #quote-client .carousel-inner .item blockquote p {
      font: 500 15px "Raleway", sans-serif;
      color: #6c6c6c;
      margin: 0 0 20px;
      line-height: 1.9; }
    #quote-client .carousel-inner .item blockquote .client-img img {
      margin: 0 0 10px;
      max-width: 100px; }
    #quote-client .carousel-inner .item blockquote .client-img h4 {
      margin: 0 0 5px;
      font: 500 16px "Raleway", sans-serif;
      color: #dd3f08;
      text-transform: uppercase; }
    #quote-client .carousel-inner .item blockquote .client-img span a {
      font-size: 13px; }
      #quote-client .carousel-inner .item blockquote .client-img span a i {
        color: #fff221; }

.subscribe-newsletter {
  padding: 20px 0;
  background-color: #ff9e21;
  color: #fff;
  text-align: center; }
  .subscribe-newsletter h3 {
    margin: 0 0 5px;
    font: 500 25px "Open Sans", sans-serif;
    color: #fff;
    text-transform: uppercase; }
  .subscribe-newsletter p {
    margin: 0 0 30px;
    font: 500 21px "Open Sans", sans-serif;
    color: #ffdbbc;
    text-transform: capitalize;
    font-style: italic; }
  .subscribe-newsletter .form-group a {
    border: 1px solid #068ac8;
    background-color: #fff;
    font: 700 15px "Open Sans", sans-serif;
    color: #068ac8;
    padding: 15px 20px;
    display: block;
    border-radius: 4px;
    text-transform: uppercase;
    transition: .3s; }
    .subscribe-newsletter .form-group a:hover {
      color: #f59908;
      transition: .3s; }
  .subscribe-newsletter .form-group input {
    height: 50px;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 5px 20px;
    outline: none;
    box-shadow: none;
    font: 500 14px "Open Sans", sans-serif;
    color: #ffffff; }
  .subscribe-newsletter .form-group ::-webkit-input-placeholder {
    color: #ffffff;
    text-transform: capitalize; }
  .subscribe-newsletter .form-group :-ms-input-placeholder {
    /* IE 10+ */
    text-transform: capitalize;
    color: #ffffff; }
  .subscribe-newsletter .form-group :-moz-placeholder {
    /* Firefox 18- */
    text-transform: capitalize;
    color: #ffffff; }

.blue-clr {
  background-color: #2bb3ea; }

.yellow-clr {
  background-color: #f59908; }

.orange-clr {
  background-color: #f26023; }

.main-footer {
  min-height: 370px;
  background: url("../img/footer-img.png") center/cover no-repeat;
  text-align: left;
  padding: 30px 0; }
  .main-footer .footer-logo {
    margin-bottom: 30px;
    padding-left: 15px; }
  .main-footer .social_icon {
    margin-bottom: 20px; }
    .main-footer .social_icon a {
      display: inline-block;
      height: 37px;
      width: 37px;
      border: 1px solid #2bb3ea;
      text-align: center;
      border-radius: 100%;
      margin-right: 2px;
      margin-bottom: 10px;
      line-height: 2.1;
      font-size: 18px;
      transition: .3s;
      color: #2bb3ea; }
      .main-footer .social_icon a:hover {
        background-color: #f59908;
        color: #fff;
        border-color: #f59908;
        transition: .3s; }
  .main-footer .footer-page-link {
    margin: 10px 0 20px; }
    .main-footer .footer-page-link li a {
      display: block;
      font: 600 14px "Open Sans", sans-serif;
      color: #595959;
      text-transform: capitalize;
      transition-duration: .3s;
      padding: 10px 0; }
      .main-footer .footer-page-link li a:hover {
        color: #f59908;
        transition-duration: .3s; }
  .main-footer .footer-bottom {
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
    font: 600 14px "Open Sans", sans-serif;
    text-align: center;
    color: #595959;
    padding: 0; }
    .main-footer .footer-bottom a {
      color: #f26023; }
      .main-footer .footer-bottom a:hover {
        color: #2bb3ea; }

.event-box-v2 {
  margin-bottom: 40px;
  overflow: hidden; }
  .event-box-v2:hover .pro-img img {
    transform: scale(1.1, 1.1);
    transition: .4s; }
  .event-box-v2:hover .detail h3 {
    color: #2bb3ea;
    transition: .4s; }
  .event-box-v2:hover .detail h4 {
    transition: .4s;
    color: #f59908; }
  .event-box-v2 .detail h3 {
    color: #14141d;
    font: 600 28px "Open Sans", sans-serif;
    text-transform: capitalize;
    transition: .4s;
    margin: 0 0 10px; }
  .event-box-v2 .detail h4 {
    color: #14141d;
    font: 700 22px "Playfair Display", serif;
    text-transform: capitalize;
    transition: .4s; }
    .event-box-v2 .detail h4 i {
      color: #f59908; }
  .event-box-v2 .detail p {
    color: #72787d;
    font: 500 14px "Raleway", sans-serif;
    margin: 0;
    line-height: 1.8; }
  .event-box-v2 .pro-img {
    max-height: 260px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px; }
    .event-box-v2 .pro-img img {
      transition: .4s;
      transform: scale(1, 1);
      width: 100%; }
  .event-box-v2 .date {
    width: 85px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px; }
    .event-box-v2 .date span {
      text-align: center;
      float: left;
      width: 100%;
      min-height: 97px;
      color: #ffffff;
      font: 600 32px "Open Sans", sans-serif;
      border: 1px solid #fff;
      line-height: 17px;
      padding: 14px; }
      .event-box-v2 .date span small {
        font: 600 15px "Open Sans", sans-serif; }

.event-title-page {
  background: url("../img/events-title.png") center/cover no-repeat;
  background-attachment: fixed;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 190px;
  text-align: center; }
  .event-title-page h1 {
    color: #f59908;
    font: 400 60px "Pacifico", cursive;
    line-height: 70px; }

.checkout-title-page {
  background: url("../img/checkout-1.jpg") center/cover no-repeat;
  background-attachment: fixed;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 190px;
  text-align: center; }
  .checkout-title-page h1 {
    color: #f59908;
    font: 400 60px "Pacifico", cursive;
    line-height: 70px; }

.about-title-page {
  background: url("../img/about-title.png") center/cover no-repeat;
  background-attachment: fixed;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .about-title-page h1 {
    color: #f59908;
    font: 400 60px "Pacifico", cursive;
    line-height: 70px;
    float: left;
    width: 100%; }
    .about-title-page h1 span {
      color: #fff; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #f26023 !important; }

.what-we-do {
  margin: 0 0 30px;
  text-align: center; }
  .what-we-do h3 {
    color: #14141d;
    font: 400 36px "Pacifico", cursive;
    margin-top: 0;
    float: left;
    width: 100%; }
  .what-we-do p {
    color: #969595;
    font: 500 14px "Raleway", sans-serif;
    margin: 0;
    float: left;
    width: 100%;
    line-height: 1.7; }

.mission-goal-img {
  margin: 20px 0 30px; }
  .mission-goal-img img {
    width: 100%; }

.goal-mission-box {
  margin-bottom: 30px; }
  .goal-mission-box h3 {
    color: #14141d;
    font: 400 36px "Pacifico", cursive;
    margin: 0 0 10px;
    float: left;
    width: 100%; }
    .goal-mission-box h3 span {
      color: #f59908; }
  .goal-mission-box p {
    color: #969595;
    font: 500 14px "Open Sans", sans-serif;
    margin: 0;
    line-height: 1.7;
    letter-spacing: .8px;
    float: left;
    width: 100%; }

.our-staff {
  background-color: #f6f6f6;
  padding: 30px 0;
  text-align: center; }
  .our-staff h3 {
    color: #14141d;
    font: 400 30px "Pacifico", cursive;
    margin: 0 0 10px; }
  .our-staff p {
    color: #c0bfbf;
    font: 500 15px "Open Sans", sans-serif;
    margin: 0 0 25px; }
  .our-staff .media {
    text-align: left;
    margin-bottom: 50px; }
    .our-staff .media .media-body {
      padding-left: 10px; }
      .our-staff .media .media-body .media-heading {
        color: #14141d;
        font: 500 16px "Raleway", sans-serif;
        margin: 20px 0 20px;
        line-height: 17px;
        text-transform: capitalize; }
        .our-staff .media .media-body .media-heading span {
          text-transform: uppercase;
          color: #2bb3ea;
          font: 500 11px "Raleway", sans-serif; }
      .our-staff .media .media-body p {
        color: #c0bfbf;
        font: 400 13px "Raleway", sans-serif;
        margin: 0 0 15px;
        letter-spacing: .9px;
        line-height: 1.7; }
    .our-staff .media .media-left a {
      display: block;
      margin-bottom: 10px; }
    .our-staff .media .media-left span {
      float: left;
      width: 100%;
      text-align: center; }
      .our-staff .media .media-left span a {
        display: inline-block;
        height: 37px;
        width: 37px;
        background-color: #31aae2;
        border-radius: 100%;
        color: #ffffff;
        font-size: 18px;
        line-height: 2.2; }
        .our-staff .media .media-left span a:hover {
          background-color: #f26023; }

.ui-timepicker-wrapper {
  width: 200px; }

.ui-timepicker-list li {
  font: 14px 500 "Playfair Display", serif;
  padding-left: 15px; }

a .cart-update {
  font-size: 22px;
  position: relative;
  top: -5px; }
  a .cart-update .item-count {
    width: 20px;
    height: 20px;
    background: #2bb3ea;
    border-radius: 100%;
    position: absolute;
    font-size: 12px;
    text-align: center;
    padding-top: 2px;
    top: -2px;
    left: -11px;
    color: #fff; }

.small-screen-cart {
  float: right;
  margin-top: 37px;
  margin-right: 20px;
  position: relative; }
  .small-screen-cart a .cart-update {
    font-size: 22px;
    position: relative;
    color: whitesmoke; }
    .small-screen-cart a .cart-update .item-count {
      width: 20px;
      height: 20px;
      background: #2bb3ea;
      border-radius: 100%;
      position: absolute;
      font-size: 12px;
      text-align: center;
      padding-top: 2px;
      top: -2px;
      left: -11px;
      color: #fff; }

.shipping-update {
  background: #f2ffe0;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  position: relative;
  border: 1px solid #ebebeb;
  border-radius: 4px; }
  .shipping-update P {
    color: #7bc200;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    padding: 12px 25px;
    margin: 0; }
    .shipping-update P .img-check {
      margin-right: 20px; }

.cart-data .select-two {
  font-size: 14px;
  padding: 6px 12px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  font-weight: 600;
  cursor: pointer;
  color: #2c3e50;
  border-radius: 5px;
  border: 1px solid #b8c6d0; }
  .cart-data .select-two option {
    font-family: "Open Sans", sans-serif; }
.cart-data .img-icon {
  position: relative;
  top: 5px; }
.cart-data .inc-dec-pro {
  border: 1px solid #b8c6d0;
  padding: 2px 6px; }
  .cart-data .inc-dec-pro i {
    color: #b8c6d0; }
.cart-data .table > tbody > tr > td, .cart-data .table > tbody > tr > th, .cart-data .table > tfoot > tr > td, .cart-data .table > tfoot > tr > th, .cart-data .table > thead > tr > td, .cart-data .table > thead > tr > th {
  border: none;
  padding: 32px 20px; }
.cart-data .table > tbody > tr > td, .cart-data .table > tbody > tr > th, .cart-data .table > tfoot > tr > td, .cart-data .table > tfoot > tr > th {
  border: none;
  padding: 20px 20px; }
.cart-data .table-border {
  border: 1px solid #eaf0f2; }
  .cart-data .table-border th {
    color: #2c3e50;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    background-color: #ecf0f1; }
.cart-data .time-circle i {
  margin-right: 20px;
  font-size: 22px;
  color: #f54e33;
  line-height: 2; }
.cart-data .repeat i {
  margin-right: 20px;
  font-size: 22px;
  color: #ed1566;
  line-height: 2; }
.cart-data .share-aquare i {
  margin-right: 20px;
  font-size: 22px;
  color: #a1b1bc;
  line-height: 2; }
.cart-data .table-pro-img {
  width: 70px;
  position: relative;
  float: left; }
  .cart-data .table-pro-img img {
    max-height: 75px; }
.cart-data .table-text-pro {
  color: #a1b1bc;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  float: left;
  position: relative;
  padding-top: 12px;
  word-wrap: break-word; }
.cart-data .price-table {
  color: #9d9d9d;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding-top: 12px;
  float: left;
  width: 100%; }

.total-amount .total {
  color: #070e29;
  font: 600 16px "Open Sans", sans-serif;
  border: 1px solid #070e29;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
  text-align: left;
  width: 199px; }
.total-amount .item-total {
  color: #f26023;
  font: 600 16px "Open Sans", sans-serif;
  border: 1px solid #f26023;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block; }

.process-box .update-cart {
  color: #34495e;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 2px;
  border: 2px solid #34495e;
  transition: all .5s;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px; }
  .process-box .update-cart:hover {
    background: #34495e;
    color: #ffffff;
    transition: all .3s; }
.process-box .proceed-cart {
  color: #fff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  padding: 12px 20px;
  font-weight: 600;
  border-radius: 2px;
  transition: all .5s;
  text-transform: uppercase;
  display: inline-block;
  background: #f26023;
  margin-bottom: 20px; }
  .process-box .proceed-cart:hover {
    background: #2bb3ea;
    color: #ffffff;
    transition: all .3s; }

#map {
  height: 400px; }

.food-bg {
  background: url("../img/menu-bg.jpg") center/cover no-repeat;
  float: left;
  width: 100%; }
  .food-bg h1 {
    color: #f59908;
    font-family: "Pacifico", cursive;
    font-style: italic;
    font-size: 60px;
    padding: 50px 0 50px 0; }

.food-box {
  margin-top: 50px;
  padding-bottom: 20px;
  float: left;
  width: 100%; }
  .food-box h3 {
    font-family: "Pacifico", cursive;
    color: #f40034;
    margin-bottom: 50px;
    font-size: 36px; }
  .food-box .tab-nav {
    position: relative; }
    .food-box .tab-nav .dish-box {
      position: absolute;
      top: -140px;
      right: -100px;
      cursor: pointer; }
    .food-box .tab-nav li {
      text-align: center; }
      .food-box .tab-nav li a {
        margin-right: 20px;
        font-family: "Exo", sans-serif;
        color: #fea100;
        padding: 10px 10px; }
        .food-box .tab-nav li a i {
          font-size: 20px;
          margin-bottom: 20px; }
        .food-box .tab-nav li a span {
          font-size: 17px;
          font-weight: bold;
          color: #000; }
      .food-box .tab-nav li:hover i {
        color: #38c4ff; }
      .food-box .tab-nav li:hover span {
        color: #38c4ff; }
    .food-box .tab-nav li.active > a:focus {
      color: #555;
      cursor: default;
      background-color: #fff;
      border: 0;
      border-bottom-color: transparent; }
    .food-box .tab-nav a:hover, .food-box .tab-nav .nav > li > a:focus {
      text-decoration: none;
      background: none; }
    .food-box .tab-nav .nav-tabs > li.active > a, .food-box .tab-nav .nav-tabs > li.active > a:hover, .food-box .tab-nav .nav-tabs > li.active > a:focus {
      color: #38c4ff !important; }
      .food-box .tab-nav .nav-tabs > li.active > a span, .food-box .tab-nav .nav-tabs > li.active > a:hover span, .food-box .tab-nav .nav-tabs > li.active > a:focus span {
        color: #38c4ff !important; }
    .food-box .tab-nav a:hover {
      border: none; }
    .food-box .tab-nav .nav-tabs > li > a {
      margin-right: 0;
      line-height: 0;
      border: 0 solid transparent;
      border-radius: 0 0 0 0; }
    .food-box .tab-nav a:focus {
      color: #28a8de !important; }
    .food-box .tab-nav .nav-tabs {
      border-bottom: 0;
      margin: 0; }
  .food-box .navbar-header {
    text-align: center; }
    .food-box .navbar-header .navbar-toggle {
      float: inherit;
      background-color: #f40034;
      border: 0;
      border-radius: 0;
      transition: .3s; }
      .food-box .navbar-header .navbar-toggle:hover {
        background-color: #f26023;
        transition: .3s; }
      .food-box .navbar-header .navbar-toggle .icon-bar {
        background-color: #fff; }
  .food-box .navbar-default {
    background: none;
    border-color: #fff; }

.select-food .hover-box {
  float: left;
  width: 100%;
  border-bottom: 2px solid #f3f3f3;
  padding-bottom: 9px; }
  .select-food .hover-box .hvr_cdr {
    float: left;
    width: 100%;
    transition: .3s; }
    .select-food .hover-box .hvr_cdr .pull-left {
      width: 68%; }
    .select-food .hover-box .hvr_cdr .pull-right {
      width: 32%; }
    .select-food .hover-box .hvr_cdr:hover h4 {
      transition: .3s;
      color: #f8002e; }
    .select-food .hover-box .hvr_cdr:hover i {
      transition: .3s;
      background: #f8002e;
      border-color: #f8002e; }
    .select-food .hover-box .hvr_cdr:hover h3 {
      color: #f8002e;
      transition: .3s; }
  .select-food .hover-box h4 {
    font-family: "Exo", sans-serif;
    font-weight: bold;
    color: #000;
    margin: 13px 0 3px 0;
    transition: .3s;
    text-align: left;
    line-height: 1.3; }
  .select-food .hover-box p {
    font-family: "Exo", sans-serif;
    text-align: left;
    line-height: 1.3;
    color: #5c6369; }
  .select-food .hover-box .price-box {
    margin-top: 13px; }
    .select-food .hover-box .price-box h3 {
      font-family: "Exo", sans-serif;
      font-weight: bold;
      color: #fea100;
      transition: .3s;
      float: left;
      font-size: 22px;
      min-width: 47px;
      margin: 0 13px 10px 0; }
    .select-food .hover-box .price-box span {
      float: left; }
    .select-food .hover-box .price-box i {
      background-color: #28a8de;
      color: #fff;
      transition: .3s;
      border-radius: 50%;
      font-size: 25px;
      margin-top: -14px;
      border: 1px solid #1e7fa8;
      height: 43px;
      width: 43px;
      padding-top: 8px; }
    .select-food .hover-box .price-box .btn-select {
      background: none;
      border: 0;
      outline: 0; }

#bg {
  background: url("../img/menu-bg.jpg") center/cover no-repeat; }

.contact-box {
  float: left;
  width: 100%;
  margin-top: 50px; }
  .contact-box h3 {
    font-family: "Raleway", sans-serif;
    color: #fea100;
    font-weight: 600;
    margin-bottom: 22px; }
  .contact-box .cat-box {
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #c7d1d6;
    border-radius: 0;
    padding: 0 4px;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
    color: #000;
    font-weight: bold; }
  .contact-box h5 {
    color: #fea100;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    margin: 35px 0 20px 0; }
  .contact-box .btn-order {
    background-color: #fea100;
    border-color: #fff;
    color: #fff;
    padding: 10px 30px 10px 30px;
    font-size: 20px;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase; }
  .contact-box .hvr-bounce-to-top:before {
    background: #28a8de;
    border-radius: 4px; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  border: none;
  color: #101010;
  font-family: "Open Sans", sans-serif; }

.order-box {
  float: left;
  width: 100%;
  background-color: #f50835; }
  .order-box .order-detail {
    padding: 10px;
    float: left;
    width: 100%; }
    .order-box .order-detail .payment-box {
      padding: 40px;
      min-height: 500px;
      border: 1px dashed #fff; }
      .order-box .order-detail .payment-box h4 {
        font-size: 25px;
        text-transform: capitalize;
        color: #fff;
        font-family: "Raleway", sans-serif;
        font-weight: 500; }
      .order-box .order-detail .payment-box .table thead tr th {
        border-top: none;
        border-bottom: 1px dashed #fff;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        font-family: "Raleway", sans-serif;
        font-weight: 500; }
      .order-box .order-detail .payment-box .table tbody tr {
        border: none; }
        .order-box .order-detail .payment-box .table tbody tr td {
          border: none;
          color: #ffdeea;
          font-size: 16px;
          font-family: "Raleway", sans-serif; }
      .order-box .order-detail .payment-box .table tfoot tr {
        border: none; }
        .order-box .order-detail .payment-box .table tfoot tr td {
          border: none;
          border-top: 1px dashed #fff;
          border-bottom: 1px dashed #fff;
          font-size: 16px;
          text-transform: uppercase;
          color: #fff;
          font-family: "Raleway", sans-serif;
          font-weight: 500; }
      .order-box .order-detail .payment-box .delivery-box {
        float: left;
        width: 100%; }
        .order-box .order-detail .payment-box .delivery-box span {
          color: #fff;
          text-transform: uppercase; }
  .order-box .full-detail {
    float: left;
    width: 100%; }
    .order-box .full-detail .price-2 {
      float: left;
      width: 100%;
      padding: 10px 60px 10px 0; }
      .order-box .full-detail .price-2 span {
        color: #ffdeea;
        font-size: 16px;
        font-family: "Raleway", sans-serif; }
    .order-box .full-detail .last-price {
      border-bottom: 1px dashed #fff;
      margin-bottom: 25px; }

.thanks-wrapper {
  float: left;
  width: 100%;
  margin-top: 100px; }
  .thanks-wrapper h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    text-transform: uppercase; }
  .thanks-wrapper p {
    line-height: 30px;
    font-family: "Raleway", sans-serif; }
  .thanks-wrapper h2 {
    font-family: "Exo", sans-serif;
    text-transform: uppercase;
    font-weight: bold; }
    .thanks-wrapper h2 span {
      color: #d20f16; }
  .thanks-wrapper .table-box {
    box-shadow: 0 0 2px 1px #ccc; }
    .thanks-wrapper .table-box th {
      width: 35%;
      text-transform: uppercase; }
    .thanks-wrapper .table-box td {
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase; }
    .thanks-wrapper .table-box span {
      color: #d20f16;
      font-family: "Open Sans", sans-serif;
      text-align: center; }
    .thanks-wrapper .table-box .bdr-box {
      box-shadow: 2px 0 0 0 #ccc; }
    .thanks-wrapper .table-box h5 {
      font-family: "Pacifico", cursive;
      color: #ffa922;
      margin: 0; }
    .thanks-wrapper .table-box .fst-product {
      padding-left: 17px !important; }

.sign_up {
  float: left;
  width: 100%;
  background: url("../img/signup-01.jpg") center/cover no-repeat;
  padding: 40px 0 100px 0; }
  .sign_up .sign_title {
    float: left;
    width: 100%; }
    .sign_up .sign_title h2 {
      text-align: center;
      font-family: "Pacifico", cursive;
      color: #dd2942; }
      .sign_up .sign_title h2 span {
        background-color: #f26023;
        padding: 10px 9px 10px 9px;
        border-radius: 50%;
        color: #fff;
        font-size: 24px;
        font-family: "Raleway", sans-serif;
        font-weight: bold;
        text-align: center; }
      .sign_up .sign_title h2 .discount-slogan {
        font-family: "Raleway", sans-serif;
        background: none;
        border-radius: 0;
        color: #000;
        font-size: 15px;
        font-weight: normal;
        padding: 8px; }
    .sign_up .sign_title p {
      font-family: "Raleway", sans-serif;
      text-align: center;
      margin-top: 25px;
      line-height: 35px;
      color: #5c6369; }
  .sign_up .contact-wrapper {
    float: left;
    width: 100%; }
    .sign_up .contact-wrapper .cat-box {
      box-shadow: none;
      border: 0;
      background: none;
      color: #212121;
      border-radius: 0;
      padding: 0 4px;
      font-family: "Raleway", sans-serif;
      font-size: 14px; }
    .sign_up .contact-wrapper .input-group {
      border-bottom: 1px solid #c7d1d6;
      margin: 20px 0 20px 0; }
    .sign_up .contact-wrapper .input-group-addon {
      padding: 0 10px 0 0;
      background: none;
      border: none;
      border-radius: 0; }
      .sign_up .contact-wrapper .input-group-addon i {
        color: #2bb3ea; }
    .sign_up .contact-wrapper input::-webkit-input-placeholder {
      color: #f26023; }
    .sign_up .contact-wrapper input::-moz-placeholder {
      /* Firefox 19+ */
      color: #f26023; }
    .sign_up .contact-wrapper input:-ms-input-placeholder {
      color: #f26023; }
    .sign_up .contact-wrapper .click-up {
      float: left;
      margin-top: 40px;
      width: 100%;
      text-align: center; }
      .sign_up .contact-wrapper .click-up .btn-submit {
        text-align: center;
        background-color: #f26023;
        color: #fff;
        font-family: "Raleway", sans-serif;
        font-weight: 500;
        width: 200px;
        height: 50px;
        line-height: 38px;
        font-size: 18px;
        text-transform: uppercase; }
        .sign_up .contact-wrapper .click-up .btn-submit:hover {
          background: #2cb4ec;
          transition: .5s; }

.signup-drop {
  background-color: rgba(83, 83, 82, 0.7);
  padding: 22px !important;
  border: 1px solid #565451; }
  .signup-drop .form-panic {
    border-radius: 2px;
    float: left;
    width: 100%; }
    .signup-drop .form-panic .cat-box {
      box-shadow: none;
      border: 0;
      background: none;
      height: 40px;
      color: #3d3d3d;
      border-radius: 0;
      padding: 0 4px;
      font-family: "Raleway", sans-serif;
      font-size: 14px; }
    .signup-drop .form-panic .input-group {
      border-bottom: 1px solid #c7d1d6;
      background-color: #fff;
      padding: 0 40px 0 40px; }
    .signup-drop .form-panic .input-group-addon {
      padding: 0 10px 0 0;
      background: none;
      border: none;
      border-radius: 0; }
    .signup-drop .form-panic .clr-add {
      color: #2bb3ea; }
  .signup-drop .click-up {
    float: left;
    margin-top: 10px;
    width: 100%;
    text-align: center; }
    .signup-drop .click-up .btn-submit {
      text-align: center;
      background-color: #f26023;
      color: #fff;
      font-family: "Open Sans", sans-serif;
      width: 240px;
      height: 40px;
      font-size: 15px; }
      .signup-drop .click-up .btn-submit:hover {
        background: #2cb4ec;
        transition: all 0.5s; }
  .signup-drop .forgot_pwd {
    float: left;
    width: 100%; }
    .signup-drop .forgot_pwd .pwd_title {
      font-size: 13px !important;
      text-transform: capitalize !important;
      margin-top: 20px;
      display: block;
      color: #fff !important;
      padding: 0 !important; }
    .signup-drop .forgot_pwd .new_title {
      text-decoration: underline; }

.email-wrapper {
  float: left; }
  .email-wrapper #parallelogram-container {
    background-color: #f7f7f7; }
    .email-wrapper #parallelogram-container .mail_logo {
      margin: 12px 0 12px 0; }
    .email-wrapper #parallelogram-container .outer-left {
      -ms-transform: skew(-30deg, 0deg);
      -webkit-transform: skew(-30deg, 0deg);
      transform: skew(0deg, -4deg);
      background: #fc085e;
      z-index: 20;
      font-size: 20px;
      color: #fff;
      height: 70px; }
      .email-wrapper #parallelogram-container .outer-left h3 {
        font-size: 15px;
        font-family: "Open Sans", sans-serif;
        transform: rotate(3deg);
        padding: 12px;
        line-height: 22px;
        font-style: normal;
        font-weight: 600; }
    .email-wrapper #parallelogram-container .table {
      border: 1px solid #ddd;
      margin-top: 20px; }
      .email-wrapper #parallelogram-container .table .clr_add {
        color: #9d9d9d;
        font-family: "Roboto", sans-serif;
        font-weight: 500; }
      .email-wrapper #parallelogram-container .table .price_bold {
        font-family: "Roboto", sans-serif;
        font-weight: 500; }
  .email-wrapper .inform_basic {
    margin: 20px; }
    .email-wrapper .inform_basic h3 {
      color: #fc085e;
      font-family: "Open Sans", sans-serif;
      font-weight: bold; }
      .email-wrapper .inform_basic h3 span {
        color: #000; }
    .email-wrapper .inform_basic p {
      color: #6d6d6d;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      margin-top: 10px; }
    .email-wrapper .inform_basic span {
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      color: #000000; }
    .email-wrapper .inform_basic hr {
      margin-top: 20px;
      margin-bottom: 20px;
      border: 0;
      border-top: 2px solid #6d6d6d;
      width: 50%; }
  .email-wrapper .min-footer {
    text-align: center; }
    .email-wrapper .min-footer p {
      font-family: "Roboto", sans-serif;
      color: #000; }
      .email-wrapper .min-footer p a {
        color: #2bb3ea; }
        .email-wrapper .min-footer p a:hover {
          color: #f59908; }

.parallelogram {
  background: #fc085e;
  width: 310px;
  border: none;
  display: inline-block;
  height: 15px;
  -moz-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(-20deg);
  -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(-20deg);
  transform: scaleX(1) scaleY(1) scaleZ(1) skewX(-24deg);
  transform-origin: 50% 50%;
  padding: 0;
  margin: 0 1px; }

.contact_wrapper {
  float: left;
  width: 100%;
  margin-top: 70px; }
  .contact_wrapper h2 {
    color: #f59908;
    font: 40px "Pacifico", cursive; }
  .contact_wrapper .cat-box {
    box-shadow: none;
    border: 0;
    background: none;
    color: #2bb3ea;
    border-radius: 0;
    padding: 0 4px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    height: 50px; }
  .contact_wrapper .input-group {
    border: 1px solid #c7d1d6;
    margin: 20px 0 20px 0; }
  .contact_wrapper .input-group-addon {
    padding: 0 10px 0 20px;
    background: none;
    border: none;
    border-radius: 0; }
    .contact_wrapper .input-group-addon i {
      color: #2bb3ea; }
  .contact_wrapper textarea {
    outline: none;
    border: 1px solid #c7d1d6;
    position: relative;
    margin-top: 20px;
    padding: 20px 0 0 50px;
    height: 200px;
    width: 100%; }
  .contact_wrapper .comment-box {
    position: absolute;
    top: 40px;
    left: 40px; }
    .contact_wrapper .comment-box .clr-add {
      color: #2bb3ea; }
  .contact_wrapper .btn_snd {
    background-color: #31aae2;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    width: 170px;
    height: 50px;
    color: #fff;
    border-radius: 0;
    line-height: 36px;
    margin-top: 30px; }
    .contact_wrapper .btn_snd:hover {
      background-color: #f26023; }
  .contact_wrapper ::-webkit-input-placeholder {
    color: #f26023; }
  .contact_wrapper ::-moz-placeholder {
    color: #f26023; }
  .contact_wrapper :-ms-input-placeholder {
    color: #f26023; }
  .contact_wrapper input::-webkit-input-placeholder {
    color: #f26023; }
  .contact_wrapper input::-moz-placeholder {
    color: #f26023; }
  .contact_wrapper input:-ms-input-placeholder {
    color: #f26023; }
  .contact_wrapper .click-up {
    float: left;
    margin-top: 40px;
    width: 100%;
    text-align: center; }
    .contact_wrapper .click-up .btn-submit {
      text-align: center;
      background-color: #f26023;
      color: #fff;
      font-family: "Raleway", sans-serif;
      font-weight: 500;
      width: 200px;
      height: 50px;
      line-height: 38px;
      font-size: 18px;
      text-transform: uppercase; }
      .contact_wrapper .click-up .btn-submit:hover {
        background: #2cb4ec;
        transition: .5s; }

.get_adress h2 {
  color: #000;
  font: 40px "Pacifico", cursive;
  margin-bottom: 26px; }
.get_adress h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0 0 10px; }
.get_adress .slogan_title {
  margin-top: 40px; }
  .get_adress .slogan_title p {
    color: #969595;
    line-height: 30px;
    margin-bottom: 30px;
    font-family: "Open Sans", sans-serif; }
.get_adress .box_1 {
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  .get_adress .box_1 .box-icon {
    float: left; }
    .get_adress .box_1 .box-icon span {
      color: #fff;
      text-align: center; }
      .get_adress .box_1 .box-icon span i {
        width: 40px;
        height: 40px;
        font-size: 15px;
        line-height: 40px;
        background-color: #ef274d;
        border-radius: 50%; }
    .get_adress .box_1 .box-icon .box_2 i {
      background: #00cea5; }
    .get_adress .box_1 .box-icon .box_3 i {
      background: #4a1c5a; }
  .get_adress .box_1 .box-detail {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    float: left;
    width: 100%; }
    .get_adress .box_1 .box-detail h4 {
      margin: 0 0 12px 0;
      font-family: "Raleway", sans-serif;
      font-weight: 600;
      font-size: 15px; }
    .get_adress .box_1 .box-detail span {
      font-family: "Raleway", sans-serif;
      line-height: 26px;
      font-size: 13px;
      color: #969595; }
.get_adress .social_box {
  float: left;
  width: 100%;
  position: relative;
  z-index: 999; }
  .get_adress .social_box i {
    width: 36px;
    height: 36px;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dadada;
    margin-bottom: 12px; }
    .get_adress .social_box i:hover {
      color: #fff;
      background-color: #2bb3ea;
      border-color: #2bb3ea;
      transition: .5s; }

.menu-scroll {
  width: 100%;
  float: left;
  position: relative;
  height: 100px;
  overflow: visible;
  overflow-y: hidden;
  margin-bottom: 40px;
  white-space: nowrap; }

.food-box .tab-nav .nav-tabs {
  display: inline-flex; }

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #28a8de; }

.my_nav .navbar-collapse {
  border: 0; }

.ps-scrollbar-y-rail {
  display: none; }

.ps-container > .ps-scrollbar-x-rail, .ps-container > .ps-scrollbar-y-rail {
  opacity: 0.6 !important; }

.main-profile-content {
  margin-top: 20px; }
  .main-profile-content .inner-edit {
    padding: 20px 30px; }
    .main-profile-content .inner-edit .profile-table {
      background-color: #f4f4f4;
      border: 1px solid #c3c3c3; }
      .main-profile-content .inner-edit .profile-table table {
        margin: 0; }
        .main-profile-content .inner-edit .profile-table table thead > tr > th {
          padding: 16px 25px;
          color: #111;
          font: 600 15px "Raleway", sans-serif;
          border: none;
          border-bottom: 1px solid #c3c3c3;
          text-transform: capitalize; }
          .main-profile-content .inner-edit .profile-table table thead > tr > th a {
            color: #111; }
            .main-profile-content .inner-edit .profile-table table thead > tr > th a img {
              margin-top: -7px; }
            .main-profile-content .inner-edit .profile-table table thead > tr > th a:hover {
              color: #2bb3ea; }
        .main-profile-content .inner-edit .profile-table table tbody {
          padding: 15px 0; }
          .main-profile-content .inner-edit .profile-table table tbody tr .title {
            color: #111;
            font: 500 14px "Raleway", sans-serif;
            text-transform: capitalize; }
          .main-profile-content .inner-edit .profile-table table tbody tr td {
            color: #111;
            font: 600 14px "Open Sans", sans-serif; }
        .main-profile-content .inner-edit .profile-table table tbody > tr > td {
          border: none;
          padding: 8px 25px;
          text-align: left; }
    .main-profile-content .inner-edit .list-of-edit {
      margin: 0 0 20px;
      padding: 0; }
      .main-profile-content .inner-edit .list-of-edit li {
        border-left: 2px solid #ed1651;
        margin-bottom: 5px; }
        .main-profile-content .inner-edit .list-of-edit li .text {
          color: #ed1651;
          text-decoration: underline;
          font: 700 13px "Open Sans", sans-serif;
          margin-right: 10px; }
        .main-profile-content .inner-edit .list-of-edit li .edit-pencil img {
          margin-top: -3px; }
      .main-profile-content .inner-edit .list-of-edit li:first-child {
        border: none; }
    .main-profile-content .inner-edit hr {
      border-top: 3px solid #ed1651;
      margin: 5px 0 0 0; }
    .main-profile-content .inner-edit .button {
      margin-bottom: 20px; }
      .main-profile-content .inner-edit .button a {
        display: inline-block;
        background: #ed1651;
        color: #FFFFFF;
        font: 600 14px "Raleway", sans-serif;
        padding: 5px 18px; }
    .main-profile-content .inner-edit .customer-name {
      font: 600 24px "Raleway", sans-serif;
      color: #111;
      margin: 10px 0; }
      .main-profile-content .inner-edit .customer-name span {
        font-weight: 500;
        color: #4f4f4f;
        margin-left: 10px; }
  .main-profile-content .top {
    background-color: #ed1651;
    padding: 13px 20px;
    margin-bottom: 10px;
    min-height: 47px; }
    .main-profile-content .top .dropdown a {
      color: #FFFFFF;
      font: 600 14px "Raleway", sans-serif; }
      .main-profile-content .top .dropdown a i {
        margin-right: 5px; }
    .main-profile-content .top .dropdown:focus {
      text-decoration: none; }
    .main-profile-content .top .dropdown .dropdown-menu {
      border-radius: 0;
      min-width: 200px;
      border-bottom: 3px solid #ed1651;
      margin: 0;
      top: 28px;
      padding: 0; }
      .main-profile-content .top .dropdown .dropdown-menu li a {
        transition: .3s;
        padding: 10px 20px;
        color: #101010; }
        .main-profile-content .top .dropdown .dropdown-menu li a:hover {
          background-color: #ed1651;
          color: #FFFFFF;
          transition: .3s; }

.alerts-display-active {
  transition: 1s;
  right: 0 !important; }

.alerts-display {
  position: fixed;
  top: 60px;
  right: -100%;
  transition: 1.5s;
  width: 30%; }
  .alerts-display button.close {
    margin-top: -5px; }
  .alerts-display .alert-success {
    background-color: #f26023;
    border: 0;
    padding: 20px 15px;
    border-radius: 0;
    color: #fff;
    box-shadow: 0px 3px 13px 0px #c1bcbc;
    font: 500 15px "Raleway", sans-serif; }

.profile-sidebar {
  background-color: #f4f4f4;
  margin-bottom: 20px;
  min-height: 600px;
  margin-top: 20px; }
  .profile-sidebar h3 {
    background-color: #e3e3e3;
    margin: 0;
    padding: 10px 15px;
    text-align: left;
    color: #2b2b2b;
    font: 600 20px "Open Sans", sans-serif;
    min-height: 47px; }
  .profile-sidebar .inner-box .reward-pro {
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    padding: 7px 35px;
    text-align: left; }
    .profile-sidebar .inner-box .reward-pro .pro {
      font: 600 14px "Raleway", sans-serif;
      color: #000000;
      margin-right: 10px; }
    .profile-sidebar .inner-box .reward-pro .count {
      font: 600 14px "Raleway", sans-serif;
      color: #ed1651; }
  .profile-sidebar .inner-box .pro-bar {
    padding: 0px 35px 15px;
    border-bottom: 1px solid #dcdcdc; }
  .profile-sidebar .inner-box .progress {
    height: 16px;
    border-radius: 0;
    margin: 0; }
    .profile-sidebar .inner-box .progress .progress-bar-danger {
      background-color: #ed1651;
      line-height: 18px;
      font: 500 12px "Raleway", sans-serif; }
  .profile-sidebar .inner-box .images {
    display: inline-block;
    position: relative; }
  .profile-sidebar .inner-box .img-box {
    padding: 10px;
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden; }
    .profile-sidebar .inner-box .img-box .icon {
      position: absolute;
      bottom: 15px;
      right: 16px; }
      .profile-sidebar .inner-box .img-box .icon img {
        border: none;
        background-color: transparent;
        padding: 0;
        cursor: pointer; }
    .profile-sidebar .inner-box .img-box img {
      padding: 10px;
      border: 1px solid #dcdcdc;
      max-height: 215px;
      background-color: #FFFFFF;
      display: inline-block;
      text-align: center; }

.md-effect-10.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px; }

.md-effect-10 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  -moz-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.md-show.md-effect-10 .md-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1; }

.md-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px; }

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 450px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.md-show {
  visibility: visible; }

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.md-show ~ .md-overlay {
  opacity: 10;
  visibility: visible; }

.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden; }

.md-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px; }

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.md-show ~ .md-overlay {
  opacity: 10;
  visibility: visible; }

.md-content {
  position: relative;
  margin: 0 auto;
  background: white;
  padding: 30px 30px;
  border-radius: 0;
  float: left;
  width: 100%; }

.forget-pass {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  float: left;
  margin: 20px 0 50px; }
  .forget-pass form {
    float: left;
    width: 500px;
    padding: 60px 60px;
    border: 1px solid #ddd;
    background: #fafafa;
    box-shadow: 1px 1px 10px 2px #ddd; }
  .forget-pass .ok-icon {
    text-align: center; }
    .forget-pass .ok-icon i {
      font-size: 52px;
      color: #07d847; }
  .forget-pass .md-close i {
    color: #6c767d;
    font-size: 12px;
    cursor: pointer;
    transition: .3s; }
    .forget-pass .md-close i:hover {
      transition: .3s;
      color: #2bb3ea; }
  .forget-pass .logo-icon {
    text-align: center;
    margin-bottom: 30px; }
  .forget-pass .submit-form {
    margin-bottom: 20px;
    text-align: center; }
    .forget-pass .submit-form .button {
      background-color: #ec0138;
      color: white;
      font: 400 16px "Raleway", sans-serif;
      padding: 12px 20px;
      transition: .4s;
      display: inline-block;
      border-radius: 2px; }
      .forget-pass .submit-form .button:hover {
        background-color: #f26023;
        transition: .4s; }
  .forget-pass .form-group {
    margin-bottom: 20px; }
    .forget-pass .form-group input {
      height: 50px;
      box-shadow: none;
      border: 1px solid #9c9c9c;
      font: 300 15px "Roboto", sans-serif; }
    .forget-pass .form-group input:-moz-placeholder {
      color: #aaaaaa; }
    .forget-pass .form-group input:-ms-input-placeholder {
      color: #aaaaaa; }
    .forget-pass .form-group input::-webkit-input-placeholder {
      color: #aaaaaa; }

body {
  bakground-color: red; }

@media (max-width: 768px) {
  .alerts-display {
    width: 60%; }

  .select-food .hover-box .price-box i {
    margin-top: 0; }

  .cart-data .table-pro-img {
    width: 100%;
    text-align: center; }

  .cart-data .table-text-pro {
    width: 100%; }

  .top_bar .get-touch ul {
    text-align: center; }

  .slider .slider-caption h1 {
    line-height: 45px !important;
    font-size: 32px; }

  .main-footer .footer-page-link {
    text-align: center; }

  .main-footer .footer-bottom {
    position: relative;
    bottom: 0;
    margin-bottom: 0; }

  .latest-event-box .pro-img img {
    min-height: 100px; }

  .latest-event-box .pro-big-img img {
    min-height: 200px; }

  .opening-time {
    text-align: center; }

  .order-box .order-detail .payment-box {
    padding: 15px;
    height: 500px; }

  .order-box .full-detail .price-2 {
    float: left;
    width: 100%;
    padding: 10px 10px 10px 0; }

  .nav-tabs > li {
    float: inherit; }

  .order_rsp {
    float: inherit !important;
    width: 100%; }

  .order_box {
    float: inherit !important;
    width: 100%; }

  .food-box .tab-nav .nav-tabs > li > a {
    margin-bottom: 25px;
    margin-left: -10px; }

  .select-food .hover-box .price-box h3 {
    width: 100%;
    margin-bottom: 5px; }

  .select-food .hover-box .price-box {
    text-align: center; }

  .select-food .hover-box .price-box {
    margin-top: 13px;
    margin-bottom: 22px; }

  .get_adress .box_1 .box-detail h4 {
    margin: 12px 0 12px 0; }

  .get_adress .box_1 .box-icon {
    float: left;
    width: 100%; }

  .get_adress .box_1 {
    text-align: center; }

  .social_box {
    text-align: center; }

  .contact_wrapper h2 {
    text-align: center; } }
@media (max-width: 992px) {
  .main-footer .social_icon {
    text-align: center; }

  .main-footer .footer-logo {
    text-align: center;
    padding: 0; } }
@media (max-width: 480px) {
  .forget-pass form {
    padding: 30px; }

  .main-profile-content .inner-edit .customer-name span {
    display: block; }

  .main-profile-content .inner-edit .customer-name {
    text-align: center; }

  .alerts-display {
    width: 80%; }

  .food-bg h1 {
    font-size: 50px !important; }

  .FoodMenu-heading {
    text-align: center; }

  .process-box {
    width: 100%;
    text-align: center; }

  .total-amount {
    width: 100%;
    text-align: center; }

  .view-all-menu {
    text-align: center; }

  .food-menu-list li a .pull-left {
    width: 100%; }

  .food-menu-list li a h2, .food-menu-list li a p {
    text-align: center; }

  .food-menu-list li a .pull-right {
    width: 100%;
    text-align: center; }

  .main-header .navbar-brand {
    left: 40%; }

  .slider .slider-caption p {
    display: none; }

  .our-staff .media .media-left a {
    text-align: center; }

  .our-staff .media .media-left a .media-object {
    display: inline-block !important; }

  .our-staff .media .media-left {
    width: 100%;
    text-align: center;
    padding-right: 0;
    display: block; }

  .goal-mission-box h3 {
    line-height: 43px; }

  .about-title-page {
    display: block; }

  .event-title-page {
    display: block; }

  .about-title-page h1 {
    word-wrap: break-word; }

  .event-title-page h1 {
    word-wrap: break-word; }

  .sign_up .sign_title h2 {
    line-height: 50px; } }
@media (min-width: 1200px) {
  .no-Left-padding {
    padding-left: 0; }

  .no-right-padding {
    padding-right: 0; }

  .NO-Padding {
    padding: 0; } }
@media (min-width: 769px) and (max-width: 992px) {
  .get_adress .box_1 .box-detail {
    margin-left: 15px;
    width: inherit; }

  .alerts-display {
    width: 50%; } }
@media (max-width: 1200px) {
  .page-header .navbar-default .navbar-collapse .navbar-nav li .dropdown-menu li a i, .main-header .navbar-default .navbar-collapse .navbar-nav li .dropdown-menu li a i {
    color: #FFFFFF; }

  .slider {
    padding-top: 40px; }

  .slider .slider-caption h1 {
    line-height: 70px; }

  .navbar-brand {
    margin-left: 0px !important; }

  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin: 0;
    margin-top: 7.5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; }

  .main-header .navbar-default, .page-header .navbar-default {
    top: 0;
    background-color: #f26023; }

  .page-header .navbar-default .navbar-collapse, .main-header .navbar-default .navbar-collapse {
    border: none;
    margin: 0;
    box-shadow: none;
    padding: 0; }

  .page-header .navbar-default .navbar-collapse .navbar-nav li .dropdown-menu li a, .page-header .navbar-default .navbar-collapse .navbar-nav li a, .main-header .navbar-default .navbar-collapse .navbar-nav li a, .main-header .navbar-default .navbar-collapse .navbar-nav li .dropdown-menu li a {
    line-height: 1.8;
    color: #ffffff;
    border-bottom: 0;
    float: left;
    width: 100%; }
    .page-header .navbar-default .navbar-collapse .navbar-nav li .dropdown-menu li a:hover, .page-header .navbar-default .navbar-collapse .navbar-nav li a:hover, .main-header .navbar-default .navbar-collapse .navbar-nav li a:hover, .main-header .navbar-default .navbar-collapse .navbar-nav li .dropdown-menu li a:hover {
      color: #2bb3ea; }

  .page-header {
    margin: 0;
    padding: 0;
    border: none; }

  .page-header .navbar-default .navbar-collapse .navbar-nav li .dropdown-menu, .main-header .navbar-default .navbar-collapse .navbar-nav li .dropdown-menu {
    padding-left: 25px;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .main-header img {
    margin: 10px 0;
    max-height: 70px; }

  .page-header img {
    margin: 10px 0;
    max-height: 70px; }

  .main-header .navbar-brand, .page-header .navbar-brand {
    position: relative;
    left: 0;
    margin: 0 !important; }

  .main-header .navbar-default, .page-header .navbar-default {
    min-height: 90px; }

  .main-header .navbar-toggle, .page-header .navbar-toggle {
    margin-top: 28px; }

  .drop_form .new_drop .click-up .btn-submit {
    background-color: #000; }

  .signup-drop .click-up .btn-submit {
    background-color: #01b7f2; }

  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #2bb3ea !important; } }
@media (max-width: 345px) {
  .top_bar .get-touch ul li a span {
    font-size: 13px; }

  .top_bar .get-touch ul li a {
    font-size: 10px; } }
.cart-data .table-text-pro {
  padding-top: 0px; }

.cart-data .price-table {
  padding-top: 0px; }

.cart-data .table > tbody > tr > td, .cart-data .table > tbody > tr > th, .cart-data .table > tfoot > tr > td, .cart-data .table > tfoot > tr > th {
  vertical-align: middle; }

.shipping-update {
  visibility: hidden;
  transition-duration: 0.5s; }

.view-all-menu.Display-FW {
  display: inline-block;
  background-color: #f26023;
  text-transform: uppercase;
  font: 600 18px "Raleway", sans-serif;
  color: #ffffff;
  padding: 12px 44px;
  border-radius: 5px;
  transition: background-color 0.3s;
  border: none;
  text-align: center; }
  .view-all-menu.Display-FW:hover {
    background-color: #2bb3ea;
    transition: background-color 0.3s; }

.order-box .full-detail .last-price {
  padding: 0px; }

.top_bar .get-touch ul li a {
  text-transform: capitalize; }

.order-box .order-detail .payment-box .table tfoot tr td {
  text-transform: capitalize;
  font-size: 14px; }

.topbar-alert {
  background-color: #2bb3ea;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font: 400 15px "Open Sans", sans-serif; }
  .topbar-alert span {
    font-weight: 600; }

.food-box .tab-nav li a span {
  text-transform: uppercase; }

.main-footer {
  border-top: #eee solid 1px; }

.main-footer .footer-logo {
  padding-left: 0px; }

.slider .slide1 {
  background-image: url("../img/slide-image 1.jpg"); }

.slider .slide2 {
  background-image: url("../img/slide-image 2.jpg"); }

.slider .slide3 {
  background-image: url("../img/slide-image 3.jpg"); }

.reserve-table-contact .make-reservation input {
  display: inline-block;
  background-color: #2bb3ea;
  font: 500 14px "Raleway", sans-serif;
  color: #ffffff;
  padding: 17px 44px;
  border-radius: 5px;
  text-transform: uppercase;
  transition: background-color .3s;
  border: none; }
  .reserve-table-contact .make-reservation input:hover {
    background-color: #f26023;
    transition: background-color .3s; }

.reserve-table-contact .form-group input {
  padding-right: 10px; }

.reserve-table-contact .form-group select {
  height: 56px;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 4px;
  padding: 5px 75px;
  outline: none;
  box-shadow: none;
  font: 500 14px "Raleway", sans-serif;
  color: #ffffff; }
  .reserve-table-contact .form-group select option {
    color: #000;
    font-weight: 600;
    padding: 5px; }

.select-food .hover-box .price-box i.active {
  background: #f8002e;
  border-color: #f8002e; }

.reward-text {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  text-align: center;
  margin-top: 40px; }

.order-box .order-detail .payment-box .delivery-box span a {
  color: #FFF;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  display: inline-block; }
  .order-box .order-detail .payment-box .delivery-box span a:hover {
    color: #333; }

.order-box .order-detail .payment-box .delivery-box span .use-reward {
  color: #FFF;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  display: inline-block;
  background-color: transparent;
  border: none; }
  .order-box .order-detail .payment-box .delivery-box span .use-reward:hover {
    color: #333; }

.Display-FW.alerts-display.reservation {
  position: relative;
  float: right; }
  .Display-FW.alerts-display.reservation #success-alert {
    transition-duration: 1.5s;
    position: fixed;
    top: 50%;
    right: -100%;
    z-index: 100;
    width: 400px;
    background-color: red;
    padding: 20px 10px; }

.forget-pass .submit-form .button {
  border: none; }

.sign_up.profile .contact-wrapper .input-group {
  margin-top: 0px;
  margin-bottom: 30px; }

.email.error {
  color: red;
  font-size: 10px; }

.g-recaptcha div {
  margin: 0 auto; }
.modal-backdrop{z-index: auto}
video {
  object-fit: cover;
}
.centered-modal.in {
  display: flex !important;
}
.centered-modal .modal-dialog {
  margin: auto;
  overflow: hidden;
}

/*# sourceMappingURL=style.css.map */
