
.text-muted {
  color: #f7f7f7;
}
.text-primary {
  color: #ff6c00;
}
.text-danger {
  color: #e74c3c;
}
@-webkit-keyframes pulse {
  0 {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0 {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
  color: #000;
}
a {
  color: #000;
}

.img-centered {
  margin: 0 auto;
}
.section-heading,
.section-subheading {
  font-weight: normal;
}
.section-heading {
  color: #2e2e32;
  font-size: 45px;
  margin-top: 0;
  margin-bottom: 15px;
}
.section-subheading {
  font-size: 32px;
  color: #2e2e32;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 150px;
}
.section-icon {
  font-size: 250px;
  color: white;
  display: block;
  margin-top: -100px;
}
section {
  padding: 100px 0;
}
section .section-divider {
  display: block;
  font-size: 50px;
  color: #ff6c00;
  margin: 35px 0;
}
section .page-scroll .fa {
  color: #2e2e32;
  font-size: 40px;
  display: block;
  text-align: center;
  margin: 55px 0;
}
section .page-scroll:hover {
  text-decoration: none;
}
section i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #cc5600;
  border-color: #c25200;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ff6c00;
  border: 0;
}
.btn-primary .badge {
  color: #ff6c00;
  background-color: #ffffff;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: #ffffff;
  background-color: #cc5600;
  border-color: #c25200;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #ff6c00;
  border: 0;
}
.btn-xl .badge {
  color: #ff6c00;
  background-color: #ffffff;
}
.carousel-indicators li {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 15px;
}
.carousel-indicators .active {
  width: 15px;
  height: 15px;
  border-radius: 15px;
}
.diningclub {
  background: #2e2e32 !important;
  color: #e0ded9 !important;
}
.diningclub p {
  padding: 25px 0;
}
.diningclub h2 {
  color: white;
}
.diningclub h2 span {
  text-transform: lowercase;
  font-size: 80px;
}
.diningclub h3 {
  margin-bottom: 0;
  color: white !important;
}
.diningclub input[type="text"],
.diningclub input[type="email"] {
  border: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px dotted gray;
  font: 19px 'Old Standard TT', serif;
}
.diningclub input[type="submit"] {
  background: white;
}
.diningclub .btn {
  margin-top: 25px;
  color: black;
}
.diningclub .close-modal .lr,
.diningclub .close-modal .rl {
  background-color: #f7f7f7 !important;
}
.diningclub .modal-content {
  background: transparent !important;
}
.navbar-default {
  background-color: #f00;
  border-color: transparent;
  border-radius: 0;
}
.navbar-default .navbar-brand {
  position: relative;
  display: inline-block;
  top: -25px !important;
  width: 415px;
  text-align: center;
}
.navbar-default .navbar-brand img {
  margin: 0 auto;
  display: block;
}
.navbar-default .navbar-brand span {
  display: block;
  color: #2e2e32;
  font-size: 32px;
  margin-top: 25px;
}
.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-default .navbar-toggle {
  background-color: #ff6c00;
  border: none;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ff6c00;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  color: #fff;
  outline: none;
}
.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #ff6c00;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: #cc5600;
}
.navbar-shrink {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
header {
  text-align: center;
  color: white;
}
header .carousel,
header .item,
header .active,
header .carousel-inner {
  height: 100%;
}
header .item .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  position: absolute;
  z-index: -1;
}
header .item .row,
header .item .col-sm-8 {
  height: 100%;
}
header .item .slide-content {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -250px;
  top: 50%;
}
header .carousel-control .fa {
  z-index: 5;
  display: inline-block;
  font-size: 100px;
}
header img {
  max-width: 100%;
  height: auto;
}
header .btn-circle {
  position: absolute;
  bottom: 5%;
 
  padding: 7px 16px;
 
  font-size: 40px;
  right: 5%;
  margin-left: -35px;
  color: #ffffff;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
header .btn-circle:hover,
header .btn-circle:focus {
  outline: none;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
header .btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
header .btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
#intro .section-heading {
  max-width: 650px;
  margin: 0 auto;
}
#intro .section-subheading {
  max-width: 420px;
  margin: 0 auto;
}
#intro .section-subheading span {
  font-size: 52px;
}
#intro .page-scroll {
  margin-top: 50px;
  display: block;
}
#unique {
  z-index: 1;
  color: #fff;
  padding: 25px 0;
  background: no-repeat center center scroll;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#unique .section-heading,
#unique .section-subheading {
  color: #fff;
  font-size: 35px;
}

#unique .fa {
  color: #fff;
}
#restaurants {
  background: #e0ded9;
}
#restaurants a {
  color: #2e2e32;
}
#restaurants a:hover {
  color: #ff6c00;
  text-decoration: none;
}
#restaurants ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 26px;
  color: #f7f7f7;
}
#restaurants ul li {
  margin-top: 15px;
  margin-bottom: 15px;
}
#menus {
  z-index: 1;
  color: #fff;
  padding: 150px 0;
  background: no-repeat center center scroll;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#menus .section-heading,
#menus .section-subheading {
  color: #fff;
}
#menus .fa {
  color: #fff;
}
#menus ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menus ul li {
  margin-bottom: 15px;
}
#menus ul li a {
  color: white;
  font-size: 28px;
  font-weight: normal !important;
}






#plats {
  z-index: 1;
  color: #fff;
  padding: 150px 0;
  background: no-repeat center center scroll;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#plats .section-heading,
#plats .section-subheading {
  color: #fff;
}
#plats .fa {
  color: #fff;
}
#plats ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#plats ul li {
  margin-bottom: 15px;
}
#plats ul li a {
  color: white;
  font-size: 28px;
  font-weight: normal !important;
}




#book h3 {
  margin: 45px 0;
}
#book input[type="text"],
#book input[type="email"] {
  border: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px dotted gray;
  font: 19px 'Old Standard TT', serif;
  box-shadow: none;
}
#book .signup_form {
  margin-top: 55px;
  margin-bottom: 55px;
}
#book .signup_form p {
  margin: 25px 0;
}
#book .signup_form .text-danger ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#gallery {
  width: 100%;
  height: auto;
}
#contact {
  background-color: #e0ded9;
  padding: 100px 0;
}
#contact .contact-details {
  padding: 50px 0;
}
#contact .contact-details p {
  font: bold 22px 'Old Standard TT', serif;
}
#contact .contact-details .section-subheading {
  font-size: 25px;
  font-style: normal;
  margin-bottom: 25px;
  position: relative;
}
#contact .contact-details .section-subheading span {
  font-size: 50px;
  color: #ff6c00;
  font-weight: normal;
}
#contact .contact-details .section-subheading:after {
  content: '';
  position: absolute;
  bottom: -10px;
  height: 2px;
  width: 20px;
  border-bottom: 2px solid #ff6c00;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#contact .form-group {
  margin-bottom: 25px;
}
#contact .form-group input,
#contact .form-group textarea {
  padding: 20px;
}
#contact .form-group input.form-control {
  height: auto;
}
#contact .form-group textarea.form-control {
  height: 236px;
}
#contact .form-control:focus {
  border-color: #ff6c00;
  box-shadow: none;
}

#contact .text-danger {
  color: #e74c3c;
}
#contact .btn {
  margin-bottom: 15px;
}
#map {
  padding: 0;
}
#restaurant_map {
  display: block;
  width: 100%;
  height: 250px;
  margin: 0 auto 50px auto;
}
#restaurant_map .infowin {
  padding: 10px 20px;
}
#restaurant_map .infowin p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}
#restaurant_map .infowin a {
  color: #F28C83;
}
#restaurant_map .infowin a:hover {
  text-decoration: underline;
}
.footer {
  padding: 80px 0;
  color: rgba(255, 255, 255, 0.7);
  background-color: #2e2e32;
}
.footer a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}
.footer a:hover {
  color: #fff;
  text-decoration: none;
}
.footer p {
  margin: 0;
}
.footer .copyright .small {
  font-size: 14px;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  color: #ff6c00;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  color: #000000;
}
.popup-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  text-align: center;
  background: #e0ded9;
  padding: 100px 0;
}
.popup-modal .modal-content .section-icon {
  font-size: 90px;
  color: #2e2e32;
}
.popup-modal .modal-content h3 {
  margin-bottom: 75px;
}
.popup-modal .modal-content p {
  margin-bottom: 30px;
}

.popup-modal .modal-content .list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.popup-modal .modal-content img {
  margin-bottom: 30px;
}
.close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 9999;
}
.close-modal:hover {
  opacity: 0.3;
}
.close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #2e2e32;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */

  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */

  z-index: 1051;
}
.close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #2e2e32;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */

  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */

  z-index: 1052;
}
.loading-screen {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  position: fixed;
  text-align: center;
}
.loading-screen .fa {
  font-size: 40px;
  color: white;
  margin-bottom: 25px;
}
.loading-screen h2 {
  font-size: 24px;
  color: #f7f7f7;
}
.loading-screen h3 {
  color: #f7f7f7;
}
.loading-screen .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -150px;
}
@media (max-width: 1199px) {
  .navbar-brand {
    max-width: 210px;
  }
}
@media (max-width: 768px) {
  header #hero-carousel .item,
  #unique,
  #menus {
    background-attachment: scroll;
  }
  .navbar-nav {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .navbar-default .navbar-brand {
    display: none;
  }
  .navbar-default .nav li a {
    font-size: 18px;
  }
  .navbar-right {
    float: left;
  }
  .nav > li > a {
    padding: 10px 20px;
  }
}
@media (max-width: 480px) {
  #intro .section-heading {
    font-size: 32px;
    max-width: 100%;
  }
  #intro .section-subheading {
    font-size: 24px;
    max-width: 100%;
  }
  #intro .section-subheading span {
    font-size: 28px;
  }
  #unique .section-heading {
    font-size: 24px;
    max-width: 100%;
  }
  #unique .section-subheading {
    font-size: 18px;
  }
  .modal-content .section-heading {
    font-size: 32px;
  }
  header .carousel-inner .item .slide-content {
    margin-top: -50%;
  }
}
@media (min-width: 768px) {
  .navbar-default {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-default .navbar-brand {
    top: -40px;
  }
  .navbar-default .navbar-brand img {
    max-width: 150px;
  }
  .navbar-default .navbar-nav > .active > a {
    border-radius: 3px;
  }
}

/* Localized */