/*
==============================================
General styling
==============================================
*/
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
body {
  font-family: 'Open Sans', 'Helvetica Neue', Arial;
}
h1, h2, h4, #menu-tabs ul {
  font-family: 'Lora', serif;
}
h2, h3 {
  margin-bottom: 30px;
}
h3 {
  font-weight: 200;
}
section {
  padding-top: 60px;
  padding-bottom: 60px;
}
section p {
  text-align: justify;
}
.pad-0 {
  padding-left: 0;
  padding-right: 0;
}
.center-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}


/*
==============================================
Pre-loader
==============================================
*/
.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff;
}

.loader,
.loader:before,
.loader:after {
  background: #001e80;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #001e80;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}


/*
==============================================
Navbar styling
==============================================
*/
.nav {
  letter-spacing: 1px;
}
.navbar-default {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #C7A75B;
}
.navbar-header i {
  color: #fff;
}
.navbar-default.affix {
  background-color: #27333e;
  border-color: rgba(34, 34, 34, 0.05);
}
.navbar-brand img {
  width: 150px;
  top: 17px;
  position: absolute;
}

/*
==============================================
Hero image section
==============================================
*/
header {
  padding-top: 100px;
  height: 750px;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-image: url(../img/bg.jpg);
  color: #fff;
}
#logo-wrapper {
  position: relative;
  top: 90px;
}
#logo {
  width: 240px
}
header .time {
  margin-top: 30px;
  font-size: 16px;
}
header .time .title {
  font-weight: bold;
  font-size: 18px;
}
#dish_1 {
  position: absolute;
  width: 40%;
  top: 130px;
  left: -90px;
}
#dish_2 {
  position: absolute;
  width: 50%;
  right: -18%;
  top: 100px;
}
#dish_3 {
  position: absolute;
  width: 30%;
  top: 500px;
  left:0;
  right:0;
  margin:auto;
}

#dish_1, #dish_2, #dish_3 {
  visibility: hidden;
}

/*
==============================================
About section
==============================================
*/
#about {
  padding-top: 120px;
}
.about-page-left {
  background: url(../img/about-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 45px;
}
.about-page-right img {
  width: 520px;
  position: relative;
  left: -50px;
  top: 40px;
  outline: 3px solid rgba(255, 255, 255, 0.5);
  outline-offset: -15px;
}


/*
==============================================
Menu section
==============================================
*/
.special-items {
  margin-bottom: 50px;
}
.special-items img {
  width: 100%;
}
.special-items .img-wrapper {
  overflow: hidden;
}
.special-items .item-wrapper {
  position: relative;
  overflow: hidden;
}
.special-items .item-wrapper:after {
  content: '';
  display: inline-block;
  width: 90%;
  height: 90%;
  opacity: 0.2;
  border: 1px solid white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in
}
.special-items .item-wrapper:hover:after {
  opacity: 0.8;
  background-color: #c7a75b;
  z-index: 1;
}
.special-items .item-wrapper .text {
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: 10%;
  padding: 12%;
  width: 100%;
  z-index: 2;
}
.special-items .item-wrapper h4{
  font-weight: bold;
  padding-bottom: 15px;
  z-index: 2;
}
.special-items .item-wrapper .text p {
  opacity: 0.6;
}
#menu {
    background-image: url(../img/menu-bg_2.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 671px;
}
#menu a {
    color: #fff;
}
#menu .nav-pills > li.active > a,
#menu .nav-pills > li.active > a:hover,
#menu .nav-pills > li.active > a:focus,
#menu .nav > li > a:hover,
#menu .nav > li > a:focus {
  background: none;
}
#menu .nav-pills > li.active > a,
#menu .nav-pills > li.active > a:hover,
#menu .nav-pills > li.active > a:focus {
  color: #C7A75B;
}
#menu-tabs {
  margin-bottom: 30px;
}
#menu-tabs ul {
  display: inline-block;
  font-size: 18px;
}
.left-menu-items {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.menu-item .item-name h4 {
    margin-bottom: 10px;
    margin-top: 30px;
}
.menu-item .item-details .item-price {
    color: #cb9f6b;
}
.menu-button {
  padding-top: 40px;
}
.menu-button a {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px;
  background: #C7A75B;
}


/*
==============================================
Gallery section
==============================================
*/
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  /*width: 100%;*/
  height: auto;
}
.carousel-inner > .item > img {
  margin: 0 auto;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-control i {
  top: 50%;
  position: absolute;
  color: #C7A75B;
}
.carousel-control.left i {
  left: 80%;
}
.carousel-control.right i {
  right: 80%;
}


/*
==============================================
Reservation section
==============================================
*/
#reservation {
  background-color: #272727;
}
#reservation h2 {
  color: #fff;
}
#reservation span {
  font-size: 18px;
}
.form-control {
  margin-bottom: 15px;
  background: transparent;
  border-radius: 0;
  border: 1px solid #ffffff;
}
.icon-box {
  position: relative;
}
.icon-box i {
  position: absolute;
  right: 20px;
  padding: 9px 12px;
  color: #fff;
  font-size: 16px;
}
.book-now-btn {
  border: none;
  color: #fff;
  padding: 12px 0;
  width: 100%;
  background: #C7A75B;
  text-transform: uppercase;
  font-size: 16px;
}
input.form-control, textarea.form-control {
  color: #fff;
}


/*
==============================================
Footer
==============================================
*/
footer {
  padding: 30px 0;
  background: #27333e;
  color: #fff;
}

/*
==============================================
Animation
==============================================
*/

/* Loader */
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

/* Slide right */
.slideRight{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;

	visibility: visible !important;
}

@keyframes slideRight {
	0% {
		transform: translateX(-150%);
	}
	50%{
		transform: translateX(8%);
	}
	65%{
		transform: translateX(-4%);
	}
	80%{
		transform: translateX(4%);
	}
	95%{
		transform: translateX(-2%);
	}
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideRight {
	0% {
		-webkit-transform: translateX(-150%);
	}
	50%{
		-webkit-transform: translateX(8%);
	}
	65%{
		-webkit-transform: translateX(-4%);
	}
	80%{
		-webkit-transform: translateX(4%);
	}
	95%{
		-webkit-transform: translateX(-2%);
	}
	100% {
		-webkit-transform: translateX(0%);
	}
}

/* Slide left */
.slideLeft{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;

	visibility: visible !important;
}

@keyframes slideLeft {
	0% {
		transform: translateX(150%);
	}
	50%{
		transform: translateX(-8%);
	}
	65%{
		transform: translateX(4%);
	}
	80%{
		transform: translateX(-4%);
	}
	95%{
		transform: translateX(2%);
	}
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideLeft {
	0% {
		-webkit-transform: translateX(150%);
	}
	50%{
		-webkit-transform: translateX(-8%);
	}
	65%{
		-webkit-transform: translateX(4%);
	}
	80%{
		-webkit-transform: translateX(-4%);
	}
	95%{
		-webkit-transform: translateX(2%);
	}
	100% {
		-webkit-transform: translateX(0%);
	}
}

/* Slide up */
.slideUp{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;

	visibility: visible !important;
}

@keyframes slideUp {
	0% {
		transform: translateY(100%);
	}
	50%{
		transform: translateY(-8%);
	}
	65%{
		transform: translateY(4%);
	}
	80%{
		transform: translateY(-4%);
	}
	95%{
		transform: translateY(2%);
	}
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%);
	}
	50%{
		-webkit-transform: translateY(-8%);
	}
	65%{
		-webkit-transform: translateY(4%);
	}
	80%{
		-webkit-transform: translateY(-4%);
	}
	95%{
		-webkit-transform: translateY(2%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}


/*
==============================================
Media queries
==============================================
*/
@media only screen and (min-width:320px) and (max-width: 900px) {
  header {
    height: 620px;
  }
}
@media only screen and (min-width:768px) and (max-width: 991px) {
  .special-items .img-wrapper, .special-items .item-wrapper {
    max-height: 250px;
  }
}

@media only screen and (min-width:1200px) {
  .about-page-left {
    background: url(../img/about-bg_2.jpg);
    left: 9%;
  }
  .about-page-right img {
    left: -1%;
  }
  .special-items .item-wrapper .text {
    font-size: 12px;
  }
}

@media only screen and (max-width:414px) {
  #dish_1 {
    left: -60px;
    top: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-default {
  background-color: #27333e;
  }
  .special-items .item-wrapper {
    max-height: 300px;
  }
  .menu-item .item-name h4, .menu-item .item-details p {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  section {
    padding-top: 20px;
  }
  .about-page-left {
    padding: 25px;
    background: none;
  }
  .about-page-right {
    text-align: center;
  }
  .about-page-right img {
    width: 90%;
    left: 0;
  }
  .special-items .item-wrapper .text {
    font-size: 13px;
    padding: 10%;
  }
}
