@import url("ionicons.css");
@import url("animate.css");
@import url('bootstrap-datepicker.css');

/* CSS File Include
---- Font ----
---- Tags ----
---- Loading Window ----
---- Scroll Top Button ----
---- Header/subheader ----
---- Footer ----
---- Google Maps Map ----
---- reservate  &  PDF Download ----
---- Menu ----
---- About ----
---- chefs-choice ----
---- Services ----
---- Services Grid ----
---- Contact ----
---- Reservation ----


---- Navbar ----
---- Headings ----
---- Forms ----
---- Buttons ----
---- Alerts ----

================================================== */

/* Fonts */
/*every font besides this is a google font importet in html*/

@font-face {
  font-family: 'great_vibes';
  src: url('../fonts/greatvibes-regular.woff2') format('woff2'), url('../fonts/greatvibes-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Tags */

html, body {
  height: 100%;
}

body {
  background: #222022;
  font-family: 'open_sans';
  font-size: 15px;
  letter-spacing: 0.03em;
  overflow-x: hidden;
  color: #cccccc;
}

hr {
  border-top: 2px solid #282628;
}

a {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  color: #ffffff;
}

a:hover {
  text-decoration: none;
  color: #debb5f;
}

section:not(.reservation-pdf-down):nth-child(2n), footer:nth-child(2n), div.container-fluid:nth-child(2n) {
  background: #282628;
}

p {
  font-family: 'Open Sans', sans-serif;
}

/* Loading Window */

.load {
  position: fixed;
  z-index: 999;
  background: #222022;
  height: 100%;
  width: 100%;
}

.load .circle, .load .circle-inside {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 4px solid #ffffff;
}

.load .circle {
  opacity: 0.2;
}

.load .circle-inside {
  border-color: transparent;
  border-top-color: #debb5f;
  -webkit-animation: spin .5s linear infinite;
  -moz-animation: spin .5s linear infinite;
  animation: spin .5s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Scroll Top Button */

.scroll-btn {
  position: fixed;
  text-align: center;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background: #debb5f;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  opacity: 0;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  z-index: 9999;
}

.scroll-btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.scroll-btn:hover {
  opacity: 1;
}

.scroll-btn i {
  color: #222022;
}

/* Header */

header {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('http://i66.tinypic.com/jij9qc.jpg');
  background-size: cover;
  background-position: 50%;
  height: 100%;
}

header .jumbotron {
  background: transparent;
  text-align: center;
}

header .jumbotron h1 {
  font-size: 48px;
  font-family: 'Poiret One', normal;
  color: #debb5f;
  margin: 15px 0 5px 0;
}

header .jumbotron h2 {
  font-family: 'open_sans', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin: 5px 0 15px 0;
  color: #ffffff;
}

header .jumbotron h1, header .jumbotron h2, header .jumbotron .btn-stack {
  opacity: 0;
}

header .jumbotron div {
  text-align: center;
}

header .jumbotron a:first-child {
  margin-right: 5px;
}

header .jumbotron.left div {
  text-align: left;
}

/* subheader */

.subheader {
  padding: 70px 0;
  max-height: 270px;
  text-align: center;
}

.subheader h1 {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.1em;
}

.subheader h2 {
  font-size: 48px;
  font-family: 'Poiret One', normal;
  color: #debb5f;
}

.subheader-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('http://i68.tinypic.com/bej3ag.jpg');
  background-size: cover;
  background-position: 50%;
}

.subheader-2 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('http://i68.tinypic.com/2rr88ya.jpg');
  background-size: cover;
  background-position: 50%;
}

.subheader-3 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('http://i67.tinypic.com/f27i3s.jpg');
  background-size: cover;
  background-position: 50%;
}

/* Footer */

footer {
  text-align: center;
  min-height: 100px;
}

footer p {
  margin: 0;
  line-height: 20px;
  padding: 40px 0;
}

footer .brand img {
  margin-top: 25px;
  margin-bottom: 25px;
  height: 50px;
  width: auto;
}
footer a {
  margin: 0;
  padding: 40px 0;
  font-family: 'Open Sans', sans-serif;
  display: block;
  line-height: 1.42857143;
  color: #777
    padding: 40px 0;
}
/* Google Maps Map*/

.google-maps {
  position: relative;
  padding-bottom: 35%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  frameborder: 0;
  border: 0;
}

/* reservate  &  PDF Download  */

.reservation-pdf-down {
  padding-top: 35px;
  padding-bottom: 35px;
  line-height: 100px;
  text-align: center;
  background: #debb5f;
  color: #ffffff;
  font-size: 18px;
  font-family: 'open_sans', sans-serif;
}

.reservation-pdf-down h4 {
  line-height: 40px;
  margin-top: 30px;
  color: #222022;
  margin: 0;
  display: inline-block;
}

/* Menu */

/*with pictures*/

.menu-classic {
  padding: 70px 0;
  text-align: center;
}

.menu-classic .menu-item {
  margin-bottom: 20px;
}

.menu-classic hr {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #debb5f;
  margin-bottom: 30px;
}

.menu-classic p {
  text-transform: lowercase;
  text-align: left;
}

.menu-classic h2 {
  font-size: 24px;
  text-transform: uppercase;
}

.menu-classic h3 {
  text-transform: capitalize;
  font-family: 'Poiret One', normal;
  font-size: 36px;
  color: #debb5f;
}

.menu-classic img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
}

.menu-classic .caption {
  text-align: left;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #ffffff;
  line-height: 40px;
}

.menu-classic .price-unit {
  font-size: 24px;
  line-height: 40px;
  color: #debb5f;
  text-align: right;
}

/*without pictures*/

.menu-simple {
  text-align: left;
  padding-top: 70px;
  padding-bottom: 70px;
}

.menu-simple hr {
  width: 100%;
  border-top: 1px solid #debb5f;
  margin-bottom: 15px;
  margin-left: 0;
}

.menu-simple h2 {
  color: #debb5f;
  text-transform: uppercase;
}

.menu-simple .menu {
  margin-top: 40px;
  margin-bottom: 40px;
}

.menu-simple .menu-item {
  margin-bottom: 20px;
}

.menu-simple .menu-item .caption, .menu-simple .menu-item .dotted, .menu-simple .menu-item .price-unit {
  display: inline-block;
}

.menu-simple .menu-item .caption {
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  font-family: 'Open Sans Condensed', sans-serif;
  line-height: 40px;
}

.menu-simple .menu-item .price-unit {
  line-height: 40px;
  color: #debb5f;
  font-size: 24px;
  float: right;
}

.menu-simple .menu-item p {
  text-transform: lowercase;
  font-family: 'Open Sans', sans-serif;
}

/* About */

.about hr {
  border-top: 1px solid #debb5f;
  margin-left: 0;
  width: 10%;
}

.about .content {
  padding: 70px;
}

.about .content h2 {
  text-transform: capitalize;
  color: #debb5f;
  font-size: 43px;
  margin: 0 0 35px 0;
  font-family: 'Poiret One', normal;
}

.about .content h3 {
  margin-top: 10px;
  text-transform: uppercase;
  font-family: 'open_sans', sans-serif;
  font-size: 18px;
  margin: 0 0 60px 0;
}

.about .content .sign {
  font-family: 'great_vibes', cursive;
  text-align: right;
  font-size: 30px;
  color: #debb5f;
  margin: 0 0 20px 0;
}

.about .content p {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
}

.about .img {
  padding: 0;
  overflow: hidden;
}

.about .img img {
  width: auto;
  height: auto;
}

/* chefs choice */

#chefs-choice {
  background: url('http://i64.tinypic.com/1z2hls9.jpg') fixed;
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
}

#chefs-choice .star {
  position: absolute;
  top: 5px;
  font-size: 18px;
  color: #debb5f;
  height: 40px;
  width: 40px;
  line-height: 38px;
}

#chefs-choice .left1 {
  left: 5px;
}

#chefs-choice .left2 {
  right: 7.5px;
}

#chefs-choice .content {
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 35px;
  background: #222022;
  text-align: center;
}

#chefs-choice .content h2 {
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 10px 0;
}

#chefs-choice .content h3 {
  font-family: 'Poiret One', normal;
  font-size: 36px;
  color: #debb5f;
  margin: 0 0 30px 0;
}

#chefs-choice .content p {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
}

/* Services */

#services {
  background: url('http://i67.tinypic.com/mbq3yh.jpg') fixed;
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
}

#services .star {
  position: absolute;
  top: 5px;
  font-size: 18px;
  color: #debb5f;
  height: 40px;
  width: 40px;
  line-height: 38px;
}

#services .right {
  right: 5px;
}

#services .left {
  left: 5px;
}

#services .content {
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 35px;
  background: #222022;
  text-align: center;
}

#services .content h2 {
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 10px 0;
}

#services .content h3 {
  text-transform: capitalize;
  font-family: 'Poiret One', normal;
  font-size: 36px;
  color: #debb5f;
  margin: 0 0 30px 0;
}

#services .content p {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
}

/* services-grid */

.services-grid {
  padding-top: 70px;
  padding-bottom: 70px;
}

.services-grid .service {
  text-align: center;
  padding: 35px;
}

.services-grid .service:hover>.service-icon {
  border-color: #debb5f;
}

.services-grid .service .service-icon {
  font-size: 36px;
  border: 2px solid #282628;
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #ffffff;
  display: inline-block;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

.services-grid .service hr {
  width: 20%;
  border-top: 2px solid #282628;
}

.services-grid .service h4 {
  margin-top: 20px;
  color: #debb5f;
}

/* Contact */

.contact {
  padding-top: 70px;
  padding-bottom: 70px;
}

.contact h4, .contact i {
  margin-left: -15px;
}

.contact i {
  font-size: 24px;
  margin-top: 5px;
  color: #debb5f;
  display: inline-block;
}

.contact .form-group {
  font-family: 'Open Sans', sans-serif;
}

/* Reservation */

.reservation {
  padding-top: 70px;
  padding-bottom: 70px;
}

.reservation .form-group {
  font-family: 'Open Sans', sans-serif;
}

.datepicker {
  color: #222022;
}

.datepicker table tr td.active .active {
  background: #222022;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  background-color: #333 !important;
  background-image: none;
  color: #fff;
  text-shadow: none;
  border: none;
}

/* Navbar */

.navbar {
  border: none;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 60px;
  background: #222022;
  text-transform: uppercase;
}

.navbar .container-fluid {
  padding-right: 0;
}

.navbar li a {
  padding: 20px 20px;
  text-align: center;
  font-family: 'open_sans', sans-serif;
  font-size: 13px;
}

.navbar li a:hover {
  background: #282628;
}

.navbar li a:focus {
  background: #282628;
  color: #ffffff;
}

.navbar .navbar-brand {
  color: #ffffff;
  font-size: 20px;
  padding: 0;
}

.navbar .navbar-brand img {
  padding-top: 10px;
  height: 100%;
  width: auto;
}

.navbar i.icon:before {
  font-size: 8px;
  margin-left: 3px;
}

.navbar .active {
  background: #282628;
}

.navbar .active a {
  color: #debb5f;
}

.navbar .active a:hover {
  background: #282628;
  color: #debb5f;
}

.navbar .active a i.icon:before {
  font-size: 14px;
}

.navbar-toggle i.icon:before {
  font-size: 16px;
}

.navbar-nav {
  border-top: 1px solid #282628;
  margin-top: 0;
  margin-bottom: 0;
}

.navbar li {
  border-bottom: 1px solid #282628;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
  font-family: 'open_sans', sans-serif;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

/* Forms */

form {
  background: transparent;
  padding: 20px 0;
}

form hr {
  width: 10%;
  border-top: 2px solid #debb5f;
  margin-left: 0;
}

form legend {
  border: 0;
  color: #ffffff;
  margin-bottom: 0;
  font-family: "open_sans", sans-serif;
}

form .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ffffff;
  box-shadow: none;
  height: 50px;
  background: transparent;
  color: #ffffff;
  font-size: 15px;
}

form .form-control:focus {
  border-color: #debb5f;
  box-shadow: none;
}

form .has-warning .form-control:focus, form .has-error .form-control:focus, form .has-success .form-control:focus {
  box-shadow: none;
}

form .form-group label {
  font-family: 'open_sans', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}

form textarea {
  min-height: 100px;
}

/* Buttons */

button {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 0px;
}

.btn {
  border: 2px solid #debb5f;
  text-transform: uppercase;
  color: #debb5f;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'open_sans', sans-serif;
}

.btn:hover {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn-inverse {
  color: #222022;
  background: #debb5f;
}

.btn-inverse:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-inverse:focus {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-white {
  border: 2px solid #222022;
  color: #222022;
}

.btn-white:hover {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn-white:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn-error {
  border-color: #cc2828;
  background-color: #cc2828;
  color: #222022;
}

.btn-success {
  border-color: #28cc28;
  background-color: #28cc28;
  color: #222022;
}

.btn-warning {
  border-color: #cccc28;
  background-color: #cccc28;
  color: #222022;
}

.btn-sm {
  font-size: 12px;
  padding: 4px 12px;
}

.btn-default {
  font-size: 14px;
  padding: 6px 16px;
}

.btn-lg {
  font-size: 16px;
  padding: 8px 18px;
}

/* Alerts */

.alert {
  padding: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  font-family: "open_sans", sans-serif;
}

.alert button {
  background: transparent;
  border: none;
  float: right;
}

.alert-danger {
  background: #f5cbcb;
}

.alert-warning {
  background: #f5f5cb;
}

.alert-success {
  background: #cbf5cb;
}

.alert-info {
  background: #cbf5f5;
}
