@import url("default-template-style.css");
@import url("awesomenav.css");
@import url("awesomenav-style.css");
@import url("awesomenav-animate.css");

@font-face {
  font-family: 'Allura';
  src: url('../fonts/allura.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/poppins300latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/poppins400latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/poppins500latin.woff2') format('woff2');
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  color: #666666;
  font-family: 'Poppins', sans-serif;
}

a {
  color: #444;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

a:hover,
a:focus {
  color: #555;
  outline: none;
  outline-offset: 0px;
  text-decoration: none !important;
}

.btn,
.btn:hover {
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #333;
}

p {
  line-height: 1.5;
  margin-bottom: 20px;
}

.geb {
  line-height: 2;
}

.white {
  color: #fff;
}

.black {
  color: #333;
}

.gray {
  color: #898989;
}

.yellow {
  color: #ffcc00;
}

.bg-yellow {
  background-color: #ffcc00;
}

section {
  padding: 60px 0px;
}

.light-gray {
  background-color: #f7f7f7;
}

.logo {
  width: 160px;
}

.notalcol img {
  width: 106px !important;
  height: 98px !important;
}

.buttonback {
  background-color: #4e0e25;
  color: #fff;
  width: 262px;
  padding: 13px;
  margin-right: 35px;
}

.buttonback:hover {
  background-color: #f0ece9;
  color: #fff;
  width: 262px;
  padding: 13px;
}

.flex-caption {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 40%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.header-padding {
  padding-top: 140px;
}

/*--- Nav ---*/
@media (max-width: 992px) {
  nav.navbar.awesomenav.navbar-fixed .logo-scrolled {
    max-width: 100px;
  }
}

@media (min-width: 992px) {
  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
    display: inline-table;
  }

  .navbar-nav>li {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .attr-nav>ul>li>a {
    padding: 0px 15px;
  }

  .attr-nav>ul>li {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  nav.navbar.navbar-inverse.awesomenav.navbar-transparent.dark .attr-nav,
  nav.navbar.awesomenav.navbar-transparent.dark .attr-nav {
    border-left: none;
  }

  .flex-caption {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 40%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
  }

  .timecontrol {
    display: block;
    width: 100%;
    height: 34px;
    /*    padding: 6px 12px;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #9999b1;
    background-color: transparent;
    /* background-image: none; */
    border: 0px solid #cccccc;
    border-radius: 4px;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
    box-shadow: none;
    /* transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; */
    -webkit-appearance: none;
    /* -webkit-appearance: menulist; */
  }
}

/*---slider---*/

.slide-1 p {
  font-family: 'Allura', cursive;
  color: #ffcc00;
  left: 46% !important;
  top: 34% !important;
  font-size: 44px;
}

.slide-1 h3.bigtext {
  font-weight: 400;
  font-size: 72px;
  line-height: 66px;
  left: 46% !important;
}

.slide-1 h4.captiontext {
  color: #FFF;
  font-weight: 300;
  padding: 0px;
  text-align: left;
  width: auto;
  font-size: 18px;
  border: none;
  text-shadow: none;
  top: 47% !important;
  left: 46% !important;

}

.slide-1 h5.btn {
  color: #000;
  font-weight: 300;
  padding: 10px 20px !important;
  text-align: left;
  width: auto;
  font-size: 18px;
  border: none;
  text-shadow: none;
  top: 65% !important;
  background-color: #ffcc00;
  border: 1px solid #ffcc00;
  left: 46% !important;
}

.slide-1 h5.btn:hover {
  color: #ffcc00;
  background-color: transparent;
  border: 1px solid #fff;
}

.slide-1 h5.btn a {
  color: #000;
}

.slide-1 h5.btn a:hover {
  color: #ffcc00;
}

@media only screen and (max-width: 991px) {
  .slide-1 img.ms-layer {
    top: 35% !important;
  }
}

@media only screen and (max-width: 420px) {
  .slide-1 img.ms-layer {
    left: 32% !important;
    top: 15% !important;
  }

  .slide-1 h3.bigtext {
    left: 3% !important;
    text-align: center;
  }

  .slide-1 h4.captiontext {
    left: 36% !important;
  }

  .slide-1 h5.btn {
    left: 38% !important;
    top: 53% !important;
  }

  .slide-1 p {
    left: 44% !important;
    top: 38% !important;
  }

  .flex-caption {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 20% !important;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
  }

  .timecontrol {
    display: block;
    width: 100%;
    height: 34px;
    /*    padding: 6px 12px;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #9999b1;
    background-color: transparent;
    /* background-image: none; */
    border: 0px solid #cccccc;
    border-radius: 4px;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
    box-shadow: none;
    /* transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; */
    -webkit-appearance: none;
    /* -webkit-appearance: menulist; */
  }
}


/*-----*/
.flex-caption {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 40%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.flex-caption h1 {
  margin-bottom: 30px;
  color: #F6C500;
}


/*---about---*/
.background {
  background-image: url(../images/bg-1.jpg);
  background-size: cover;
  background-position: top center;
}

.heading {
  text-align: center;
}

.heading1 {
  text-align: center;
}

.heading span {
  font-family: 'Allura', cursive;
  /*	color:#ffcc00;*/
  color: #4e0e25;
  line-height: 30px;
}

.heading1 span {
  font-family: 'Allura', cursive;
  color: #ffcc00;

}

.heading h1 {
  color: #333;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.heading hr {
  background-color: #333333;
  height: 2px;
  width: 100px;
  border: none;
  margin-top: 10px;
}

.heading1 hr {
  background-color: #333333;
  height: 2px;
  width: 100px;
  border: none;
  margin-top: 10px;
}

.text-wapper {
  text-align: center;
  padding: 40px;
}

.text-wapper .story {
  padding: 20px;
}


/*---Ourmenu---*/
.our-menu {
  /*	background-image: url(../images/bg-2.jpg);*/
  background-repeat: no-repeat;
  background-position: bottom center;
}

.food-menu ul.food-court {
  padding: 0;
  margin: 0;
  height: 96px;
  border-bottom: 2px solid #4e0e25;
}

.food-menu .food-court li {
  float: left;
  list-style-type: none;
  text-align: center;
  width: 10%;
  color: #666;
  padding: 12px 0;
  font-size: 15px;
  display: block;
  cursor: pointer;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.food-menu .food-court li.current,
.food-menu .food-court li:hover {
  padding: 12px 0;
  position: relative;
  color: #fff;
  /*    background-color: #ffcc00;*/
  background-color: #4e0e25;
  border-top-left-radius: 50px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 10px;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.food-menu .food-menu-content {
  padding: 0;
  clear: both;
}

.food-menu .food-court .dish-type-1,
.food-menu .food-court .dish-type-2,
.food-menu .food-court .dish-type-3,
.food-menu .food-court .dish-type-4,
.food-menu .food-court .dish-type-5,
.food-menu .food-court .dish-type-6,
.food-menu .food-court .dish-type-7,
.food-menu .food-court .dish-type-8,
.food-menu .food-court .dish-type-9,
.food-menu .food-court .dish-type-10,
.food-menu .food-court .dish-type-11,
.food-menu .food-court .dish-type-12 {
  background-image: url(../images/food_icons.png);
  height: 46px;
  width: 46px;
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin: 0 auto;
  margin-bottom: 5px;
}

.our-menu-item-drinks {
  margin-bottom: 30px;
  border-bottom: 1px dashed #ccc;
  /* min-height: 120px; */
  padding-bottom: 30px;
}


.food-menu .food-court .dish-type-1 {
  background-position: 0 0;
}

.food-menu .food-court .dish-type-2 {
  background-position: -115px 0;
}

.food-menu .food-court .dish-type-3 {
  background-position: -232px 0;
}

.food-menu .food-court .dish-type-4 {
  background-position: -349px 0;
}

.food-menu .food-court .dish-type-5 {
  background-position: -467px 0;
}

.food-menu .food-court .dish-type-6 {
  background-position: -583px 0;
}

.food-menu .food-court .dish-type-7 {
  background-position: -699px 0;
}

.food-menu .food-court .dish-type-8 {
  background-position: -815px 0;
}

.food-menu .food-court .dish-type-9 {
  background-position: -934px 0;
}

.food-menu .food-court .dish-type-10 {
  background-position: -1051px 0;
}

.food-menu .food-court .dish-type-11 {
  background-position: -1153px 0;
}

.food-menu .food-court li:hover .dish-type-1,
.food-menu .food-court .current .dish-type-1 {
  background-position: 0 -45px;
}

.food-menu .food-court li:hover .dish-type-2,
.food-menu .food-court .current .dish-type-2 {
  background-position: -115px -45px;
}

.food-menu .food-court li:hover .dish-type-3,
.food-menu .food-court .current .dish-type-3 {
  background-position: -232px -45px;
}

.food-menu .food-court li:hover .dish-type-4,
.food-menu .food-court .current .dish-type-4 {
  background-position: -349px -45px;
}

.food-menu .food-court li:hover .dish-type-5,
.food-menu .food-court .current .dish-type-5 {
  background-position: -467px -45px;
}

.food-menu .food-court li:hover .dish-type-6,
.food-menu .food-court .current .dish-type-6 {
  background-position: -583px -45px;
}

.food-menu .food-court li:hover .dish-type-7,
.food-menu .food-court .current .dish-type-7 {
  background-position: -699px -45px;
}

.food-menu .food-court li:hover .dish-type-8,
.food-menu .food-court .current .dish-type-8 {
  background-position: -815px -45px;
}

.food-menu .food-court li:hover .dish-type-9,
.food-menu .food-court .current .dish-type-9 {
  background-position: -934px -45px;
}

.food-menu .food-court li:hover .dish-type-10,
.food-menu .food-court .current .dish-type-10 {
  background-position: -1051px -45px;
}

.food-menu .food-court li:hover .dish-type-11,
.food-menu .food-court .current .dish-type-11 {
  background-position: -1153px -45px;
}

.our-menu-item {
  margin-bottom: 30px;
  border-bottom: 1px dashed #4e0e25;
  min-height: 120px;
  padding-bottom: 30px;
}

.our-menu-item-img-outer {
  display: inline-block;
}

.our-menu-item-img-outer img {
  width: 120px;
  /*    height: 120px;*/
}

.our-menu-item .dish-name {
  padding: 0px 0 0 20px;
  overflow: hidden;
}

.our-menu-item h4 {
  margin-bottom: 10px;
  font-weight: 600;
}

.our-menu-item p {
  margin-bottom: 10px;
}

.dishes-price {
  color: #f7b527;
  font-weight: 600;
  font-size: 1.2857142857142858em;
}

.food-dishes {
  padding-top: 40px;
  background-color: #fff;
  /*    background-image: url(/images/background.png);*/
}

@media only screen and (max-width: 1024px) {
  .food-menu .food-court li span {
    display: none;
  }

  .food-menu ul.food-court {
    height: 78px;
  }
}

@media only screen and (max-width: 991px) {
  .our-menu-item-img-outer img {
    width: 90px;
    /*    height: 90px;*/
  }

  .our-menu-item {
    margin-bottom: 20px;
    min-height: 110px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .food-menu .food-dishes div[class^=col-] {
    text-align: center;
  }

  .our-menu-item-img-outer {
    float: none !important;
    margin-bottom: 10px;
  }

  .our-menu-item .dish-name {
    padding: 0px 0 0 0px;
  }

  .our-menu-item-img-outer img {
    width: 110px;
    /*    height: 110px;*/
  }
}

@media only screen and (max-width: 480px) {
  .food-menu .food-court li {
    width: 20%;
  }

  .food-menu ul.food-court {
    height: 77px;
    display: inline-table;
  }

  .food-menu .food-court li.current,
  .food-menu .food-court li:hover {
    border-radius: 5px;
  }

  .food-menu .food-dishes div[class^=col-] {
    width: 100% !important;
    float: none !important;
    display: block !important;
  }
}

/*---daily-special---*/
.daily-special {
  background-image: url(../images/bg-3.jpg);
  background-size: cover;
  background-position: bottom center;
}

.meal-details {
  background-color: #000;
  margin-top: 16%;
  padding: 10%;
  color: #fff;
  border: 10px solid #ffcc00;
}

.meal-details h3 {
  margin-top: 10px;
  color: #fff;
}

.meal-details p {
  color: #ccc;
}

.meal-details .price {
  color: #ffcc00;
}

.chaf-qut p {
  margin-bottom: 5px;
  margin-top: 10px;
}

.chaf-qut img {
  border: 2px solid #fff;
}

/*---reservation---*/
.reservation {
  background-image: url(../images/comming-soon.jpg);
  background-size: cover;
}

.time-info-outer {
  background-color: rgba(0, 0, 0, 0.80);
  padding: 30px;
}

.time-info-inner {
  border: 1px dashed rgba(255, 255, 255, 0.30);
}

.reservation .heading {
  margin-top: 30px;
}

.reservation .time-info .heading h1 {
  color: #fff;
}

.reservation .time-info .heading hr {
  background-color: #fff;
}

.time-info p {
  color: #fff;
  font-weight: 300;
}

.reservation-block {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 30px;
}

.reservation-form {
  margin-top: 40px;
}

.reservation-form .btn {
  width: 170px;
  height: 50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0);
  border: solid 3px #000;
  margin-top: 30px;
}

.reservation-form .btn-default:hover,
.reservation-form .btn-default:focus,
.reservation-form .btn-default.focus,
.reservation-form .btn-default:active,
.reservation-form .btn-default.active,
.open>.reservation-form .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #ffcc00;
  border-color: #ffcc00;
}

.reservation-form .form-inline {
  text-align: center;
  margin-bottom: 20px;
}

.reservation-form .form-group {
  border-radius: 0px;
  background-color: transparent;
  border-bottom: none;
}

.reservation-form input.form-control {
  width: 100%;
  height: 48px;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: solid 1px rgba(0, 0, 0, .54);
}

.reservation-form .input-group {
  border-bottom: solid 1px rgba(0, 0, 0, .54);
}

.reservation-form .input-group input.form-control {
  border-bottom: none;
}

.reservation-form .input-group-addon {
  background-color: transparent;
  border: none;
  border-radius: 0px;
}

.reservation-form .form-group .input-group {
  width: 100%;
  height: 100%;
}
/*
.time-info,
.reservation-block {
  min-height: 457px;
}
*/
@media only screen and (max-width: 1024px) {
  .time-info,
  .reservation-block {
    min-height: 385px;
  }

  .reservation-form {
    margin-top: 30px;
  }

  .reservation-form .form-inline {
    margin-bottom: 10px;
  }

  .reservation-form .btn {
    margin-top: 15px;
  }

  .timecontrol {
    display: block;
    width: 100%;
    height: 34px;
    /*    padding: 6px 12px;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #9999b1;
    margin-top: 7px;
    background-color: transparent;
    /* background-image: none; */
    border: 0px solid #cccccc;
    border-radius: 4px;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
    box-shadow: none;
    /* transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; */
    -webkit-appearance: none;
    /* -webkit-appearance: menulist; */
  }

  .birthdaypic {
    display: -webkit-inline-box;
    display: inline;
  }
}

@media only screen and (max-width: 767px) {
  .reservation-form .form-inline {
    margin-bottom: 0px;
  }

  .timecontrol {
    display: block;
    width: 100%;
    height: 34px;
    /*    padding: 6px 12px;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #9999b1;
    background-color: transparent;
    /* background-image: none; */
    border: 0px solid #cccccc;
    border-radius: 4px;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
    box-shadow: none;
    /* transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; */
    -webkit-appearance: none;
    /* -webkit-appearance: menulist; */
  }
}

/*---team---*/
.team-wapper {
  padding: 20px;
}

.team-wapper img {
  border: 10px solid rgba(255, 204, 0, 0.20);
}

.conect-social li a {
  height: 35px;
  width: 35px;
  background-color: #ffcc00;
  display: inline-block;
  border-radius: 100%;
  color: #fff;
  border: 2px solid #ffcc00;
}

.conect-social li a i {
  line-height: 35px;
}

.conect-social li a:hover {
  background-color: #fff;
  color: #ffcc00;
}

/*---gallery---*/

.gallery {
  padding-bottom: 0;
}

.gallery-box {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.gallery-box .gallery-box-caption {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3) 45%, rgba(0, 0, 0, .5) 99%, rgba(0, 0, 0, .5));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3) 45%, rgba(0, 0, 0, .5) 99%, rgba(0, 0, 0, .5));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3) 45%, rgba(0, 0, 0, .5) 99%, rgba(0, 0, 0, .5));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3) 45%, rgba(0, 0, 0, .5) 99%, rgba(0, 0, 0, .5));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3) 45%, rgba(0, 0, 0, .5) 99%, rgba(0, 0, 0, .5));
  color: #000;
  opacity: 0;
  display: block;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.gallery-box .gallery-box-caption .gallery-box-caption-content {
  width: 100%;
  text-align: left;
  position: absolute;
  top: 90%;
  padding-left: 40px;
  transform: translateY(-50%);
}

.gallery-box:hover .gallery-box-caption {
  opacity: 1;
}

.gallery-box:focus {
  outline: none;
}

.gallery-box img.img-responsive {
  display: inline-block;
  width: 100%;
}


/*---event---*/
.news-wapper {
  margin-bottom: 30px;
}

.news-wapper .date-block {
  position: absolute;
  left: 15px;
  top: 0;
  text-align: center;
  background-color: #000;
  width: 80px;
  height: 60px;
}

.news-wapper .date-block p {
  margin-bottom: 0;
  /*	padding: 15px;*/
  color: #ccc;
}

.news-wapper .date-block p {
  font-size: 14px;
}

.news-wapper .date-block p span {
  font-size: 18px;
}

.event-content h3,
.event-content p,
.event-content a {
  padding-left: 25px;
  display: table;
}

.event-content p {
  margin-bottom: 10px;
}

.event-content {
  background-color: #f7f7f7;
}

.event-content h3 {
  margin-top: 40px;
}

.event-content a {
  margin-top: 25px;
  color: #000;
  letter-spacing: 4px;
}

.event-content a:hover {
  color: #ffcc00;
}

@media only screen and (max-width: 1024px) {
  .timecontrol {
    display: block;
    width: 100%;
    height: 34px;
    /*    padding: 6px 12px;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #9999b1;
    background-color: transparent;
    /* background-image: none; */
    border: 0px solid #cccccc;
    border-radius: 4px;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
    box-shadow: none;
    /* transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; */
    -webkit-appearance: none;
    /* -webkit-appearance: menulist; */
  }


}

@media only screen and (max-width: 991px) {

  .event-content h3,
  .event-content p,
  .event-content a {
    padding-left: 10px;
    display: table;
  }

  .event-content h3 {
    margin-top: 30px;
  }

  .timecontrol {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #9999b1;
    background-color: #f8f6f6;
    /* background-image: none; */
    border: 0px solid #cccccc;
    border-radius: 4px;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
    box-shadow: none;
    /* transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; */
    -webkit-appearance: none;
    /* -webkit-appearance: menulist; */
  }
}

@media only screen and (max-width: 767px) {
  .event-img img {
    width: 100%;
    display: inline-block;
    float: none !important;
  }

  .event-content h3,
  .event-content p,
  .event-content a {
    padding-left: 0px;
  }

  .event-content h3 {
    margin-top: 0px;
  }

  .event-content {
    padding: 15px 25px;
  }
}


/*---testimonial---*/
.testimonial #dart-quote-carousel.carousel {
  padding-bottom: 30px;
  width: 100%;
  margin-bottom: 50px
}

.testimonial #dart-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.testimonial #dart-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.testimonial #dart-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
  z-index: 2;
}

.testimonial #dart-quote-carousel.carousel .carousel-indicators li {
  background-color: #999;
  border: none;
}

.testimonial #dart-quote-carousel.carousel .carousel-indicators .active {
  background-color: #ffcc00;
  border: none;
  width: 10px;
  height: 10px;
  margin: 1px;
}

.testimonial #dart-quote-carousel blockquote {
  text-align: center;
  border: none;
  margin-top: 25px;
}

.testimonial #dart-quote-carousel .profile-circle {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 100px;
  display: table;
}

.testimonial .item .name {
  color: #333333;
}

.testimonial .item .position {
  text-align: left;
  margin-left: 20px;
}

.testimonial .carousel li {
  margin-right: 0px;
}

/*
blockquote {
  font-size: 14px;
}
*/

.testimonial .carousel-inner {
  width: 70%;
  margin: 0 auto;
  position: relative;
  margin-top: -50px;
}

.testimonial #dart-quote-carousel {
  background-color: #f7f7f7;
  box-shadow: 0 15px 15px rgba(0, 0, 0, .2);
  display: inline-block;
}


/*---map---*/
.map {
  /*    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
  position: relative;
  margin-top: -50px;
  z-index: -1;
  padding-bottom: 0;
}

.map iframe {
  pointer-events: none;
  width: 100%;
  border: none;
  height: 400px;
  margin-bottom: -5px;
}

/*---footer---*/
footer {
  padding: 60px 0px 0px;
  background-image: -webkit-linear-gradient(left, #000, #111, #000 100%, #111 100%, #000, #111);
  background-image: -moz-linear-gradient(left, #000, #111, #000 100%, #111 100%, #000, #111);
  background-image: -o-linear-gradient(left, #000, #111, #000 100%, #111 100%, #000, #111);
  background-image: -ms-linear-gradient(left, #000, #111, #000 100%, #111 100%, #000, #111);
  background-image: linear-gradient(to right, #000, #111, #000 100%, #111 100%, #000, #111);
}

footer a {
    color: #ffcc00;
}

footer .footer-logo img {
  display: inline-block;
}

footer .footer-logo {
  text-align: center;
}

footer .newsletter p {
  width: auto;
}

footer .social,
footer .social ul,
footer .newsletter form {
  margin: 0 auto;
}

footer .social p {
  display: inline-block;
  float: left;
  line-height: 30px;
  margin-right: 15px;
}

footer .social {
  margin-top: 15px;
  text-align: center;
}

footer .social li a {
  font-size: 1.7142857142857142em;
  color: #ccc;
}

footer .social li a:hover {
  color: #ffcc00;
}

.newsletter .form-group {
  border: 1px solid #898989;
}

.newsletter .form-group .form-control {
  background-color: transparent;
  border: none;
}

.newsletter .form-group .btn {
  background-color: transparent;
  border: none;
}

.newsletter .form-group .btn {
  color: #fff;
}

.newsletter .form-group .btn:hover {
  color: #ffcc00;
}

.newsletter {
  padding: 50px 80px;
}

.copy {
  text-align: center;
  background-color: #4d0e24;
  color: #ffffff;
  padding: 15px 0;
  margin-top: 60px;
}

.copy>* {
  padding: 1rem;
}

.contact-info {
  margin-top: 25px;
}

.contact-info p {
  margin-bottom: 5px;
  text-align: center;
  margin-top: 5px;
  color: #ccc;
}

.contact-info p i {
  margin-right: 15px;
  color: #ffcc00;
}


/*---Responsive Media Screen style---*/
@media only screen and (max-width: 3500px) {
  /*body {
    overflow-x: hidden;
  }*/
}

@media only screen and (max-width: 2500px) {}

@media only screen and (max-width: 2100px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1566px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (min-width: 1300px) {}

@media only screen and (max-width: 1280px) {}

@media (min-width: 1280px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 1024px) {
  /*body {
    font-size: 100%;
  }*/
}

@media only screen and (max-width: 991px) {
  /*body {
    font-size: 100%;
  }*/

  .meal-details {
    margin-top: 0px;
  }

  .text-wapper .story {
    padding: 0px;
    /*font-size: 13px;*/
  }

  .text-wapper {
    padding: 0px;
  }

  .ourstory {
    padding-bottom: 0px;
  }

  /*.geb {
    font-size: 13px;
  }*/
}


/*--------------iPhone 6 plus landscape----------------*/
@media only screen and (max-width: 767px) {
  /*body {
    font-size: 100%;
  }*/

  .meal-details {
    margin-top: 5%;
    padding: 10%;
  }

  .meal-details {
    margin-top: 15px;
  }

  .reservation-form .form-group {
    width: auto;
  }

  .our-menu {
    padding-top: 10px;
  }

  .text-wapper {
    padding-bottom: 0px;
    padding-top: 15px;
  }

  .ourstory {
    padding-bottom: 10px;
  }

  .reservation {
    padding-top: 0px;
  }

  footer {
    padding: 30px 0px 0px;
    background-image: -webkit-linear-gradient(top, #000, #111, #000 50%, #111 50%, #000, #111);
    background-image: -moz-linear-gradient(top, #000, #111, #000 50%, #111 50%, #000, #111);
    background-image: -o-linear-gradient(top, #000, #111, #000 50%, #111 50%, #000, #111);
    background-image: -ms-linear-gradient(top, #000, #111, #000 50%, #111 50%, #000, #111);
    background-image: linear-gradient(to bottom, #000, #111, #000 50%, #111 50%, #000, #111);
  }

  .copy {
    margin-top: 0px;
  }
}

/*--------------iPhone 6 landscape----------------*/
@media only screen and (max-width: 667px) {}

/*--------------iPhone 5 landscape----------------*/
@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 480px) {}

/*--------------iPhone 6 plus portrait----------------*/
@media only screen and (max-width: 414px) {}

/*--------------iPhone 6 portrait----------------*/
@media only screen and (max-width: 375px) {}

/*--------------iPhone 5 portrait----------------*/
@media only screen and (max-width: 320px) {}

@media only screen and (max-width: 300px) {}

@media only screen and (max-width: 200px) {}