/*   
 * Template Name: Epicure - Responsive website template for restaurants
 * Version: 1.0
 * Author: Xiaoying Riley at 3rd Wave Media
 * Website: http://themes.3rdwavemedia.com/
 * Twitter: @3rdwave_themes
*/
/* ======= Base ======= */
html,
body {
  height: 100%;
}
body {
  font-family: 'Open Sans', arial, sans-serif;
  color: #666666;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.logo {
  font-family: 'Pacifico', cursive;
}
p {
  margin-bottom: 16px;
  line-height: 1.5;
}
a {
  color: #94a64d;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover,
a:active {
  text-decoration: underline;
  color: #849545;
}
a:focus {
  text-decoration: none;
  color: #849545;
  outline: none;
}
.btn,
a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-weight: bold;
}
.btn .fa,
a.btn .fa {
  color: #fff;
  margin-right: 5px;
}
.btn:focus,
a.btn:focus {
  color: #fff;
}
a.btn-primary,
.btn-primary {
  background: #94a64d;
  border: none;
  color: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
}
a.btn-primary:hover,
.btn-primary:hover,
a.btn-primary:active,
.btn-primary:active,
a.btn-primary:focus,
.btn-primary:focus {
  background: #849545;
  border: none;
  color: #fff;
  outline: none;
}
a.btn-secondary,
.btn-secondary {
  background: none;
  border: 2px solid #94a64d;
  color: #94a64d;
}
a.btn-secondary:hover,
.btn-secondary:hover,
a.btn-secondary:active,
.btn-secondary:active,
a.btn-secondary:focus,
.btn-secondary:focus {
  background: #94a64d;
  border: 2px solid #94a64d;
  color: #fff;
  outline: none;
}
.highlight {
  color: #94a64d;
}
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 45px;
  border-color: #eeeeee;
}
.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #cccccc;
}
.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cccccc;
}
.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cccccc;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #cccccc;
}
.form-control:focus {
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.text-highlight {
  color: #373d1d;
}
.script {
  font-family: 'Dancing Script', cursive;
  font-weight: bold;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea,
select {
  appearance: none;
  /* for mobile safari */
  -webkit-appearance: none;
}
#topcontrol {
  background: #94a64d;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  z-index: 30;
}
#topcontrol:hover {
  background: #a1b25a;
}
#topcontrol .fa {
  position: relative;
  top: 3px;
  font-size: 25px;
}
/* ======= Header ======= */
.header {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-scrolled {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  padding-top: 5px;
  padding-bottom: 0;
}
.header-scrolled .nav > li > a {
  color: #fff;
}
/* ====== Nav ======= */
.navbar-toggle {
  margin-right: 0;
  margin-top: 0;
  background: none;
  position: relative;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .toggle-title {
  display: inline-block;
  float: left;
  color: rgba(255, 255, 255, 0.9);
  margin-right: 10px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  top: -1px;
}
.navbar-toggle .icon-bar-wrapper {
  float: left;
}
.navbar-toggle .icon-bar {
  background-color: #94a64d;
  height: 3px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.navbar-toggle:hover .icon-bar {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.navbar-nav {
  display: inline-block;
}
.nav > li > a {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 500;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
  color: #fff;
  outline: none;
}
.nav > li.active > a {
  color: #94a64d;
}
/* ======= Footer ======= */
.footer {
  background: #0f0f0f;
  color: rgba(255, 255, 255, 0.5);
}
.footer-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer-col {
  margin-bottom: 30px;
}
.footer-col .title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.8);
}
.subscribe-form .form-control {
  height: 40px;
}
.subscribe-form .email-field {
  width: 260px;
  margin-bottom: 15px;
}
.subscribe-form .btn {
  margin-bottom: 15px;
}
.subscribe-form .error {
  display: block;
  clear: both;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 14px;
  color: #e65348;
}
.social-icons a {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
  padding-top: 3px;
}
.social-icons a:hover {
  color: #a1b25a;
  background: rgba(255, 255, 255, 0.1);
}
.bottom-bar {
  color: rgba(255, 255, 255, 0.2);
  background: #080808;
}
.bottom-bar .container {
  border-top: 1px solid #050505;
  padding-top: 15px;
  padding-bottom: 15px;
}
.bottom-bar .links {
  font-size: 12px;
}
.bottom-bar a {
  color: rgba(255, 255, 255, 0.2);
}
.bottom-bar a:hover {
  color: #fff;
}
/* ======= Hero Section ======= */
@keyframes arrow-animation {
  from {
    top: 0px;
  }
  to {
    top: -10px;
  }
}
@-webkit-keyframes arrow-animation {
  from {
    top: 0px;
  }
  to {
    top: -10px;
  }
}
@-moz-keyframes arrow-animation {
  from {
    top: 0px;
  }
  to {
    top: -10px;
  }
}
@-o-keyframes arrow-animation {
  from {
    top: 0px;
  }
  to {
    top: -10px;
  }
}
.hero-section {
  height: 100%;
  width: 100%;
  position: relative;
}
.hero-section .content-wrapper {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  z-index: 10;
  color: #fff;
}
.hero-section .logo {
  font-size: 68px;
  margin-top: 0;
  margin-bottom: 15px;
  position: relative;
  /*
        .border {
            background: url('../images/borders.png') no-repeat center bottom;
            width: 92px;
            height: 38px;
            display: inline-block;
            .opacity(0.7);
        }
        .text {
            display: inline-block;
            padding-right: 10px;
        }
        .border-l {
            background-position: center top;
        }
        */
}
.hero-section .logo img {
  display: inline-block;
}
.hero-section .script {
  font-size: 26px;
  color: #94a64d;
}
.hero-section .tagline .list {
  overflow: hidden;
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}
.hero-section .tagline .list li {
  display: inline-block;
  float: left;
  font-size: 18px;
}
.hero-section .tagline .fa {
  font-size: 8px;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 0 10px;
  position: relative;
  top: -3px;
}
.hero-section .promo-line {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 28px;
}
.hero-section .btn {
  font-size: 18px;
  font-weight: bold;
}
.hero-section .scroll-link {
  position: absolute;
  bottom: 30px;
  z-index: 10;
  color: #fff;
  width: 100%;
  font-size: 14px;
}
.hero-section .scroll-link a {
  color: #fff;
}
.hero-section .scroll-link .arrow-holder {
  position: relative;
  top: 0px;
}
.hero-section .scroll-link .animate {
  animation: arrow-animation 750ms ease-in-out infinite alternate;
  -moz-animation: arrow-animation 750ms ease-in-out infinite alternate;
  -webkit-animation: arrow-animation 750ms ease-in-out infinite alternate;
  -o-animation: arrow-animation 750ms ease-in-out infinite alternate;
}
.bg-slider-wrapper {
  content: "";
  width: 100%;
  height: 100%;
  background: #595959;
}
.bg-slider-wrapper .flexslider {
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 100%;
}
.bg-slider-wrapper .flexslider .slides {
  height: 100%;
}
.bg-slider-wrapper .flexslider .slide {
  display: block;
  height: 100%;
  position: relative;
}
    .bg-slider-wrapper .flexslider .slide.slide-1 {
        background: #666666 url('../images/foto_new/dendermonde_gevel.jpg') no-repeat 50% 50%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .bg-slider-wrapper .flexslider .slide.slide-2 {
        background: #666666 url('../images/foto_new/dendermonde_1.jpg') no-repeat 50% 50%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .bg-slider-wrapper .flexslider .slide.slide-3 {
        background: #666666 url('../images/foto_new/dendermonde_2.jpg') no-repeat 50% 50%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .bg-slider-wrapper .flexslider .slide.slide-4 {
        background: #666666 url('../images/foto_new/dendermonde_9.jpg') no-repeat 50% 50%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .bg-slider-wrapper .flexslider .slide.slide-5 {
        background: #666666 url('../images/foto_new/dendermonde_10.jpg') no-repeat 50% 50%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .bg-slider-wrapper .flexslider .slide.slide-6 {
        background: #666666 url('../images/foto_new/dendermonde_1.jpg') no-repeat 50% 50%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .bg-slider-wrapper .flexslider .slide.slide-7 {
        background: #666666 url('../images/foto_new/dendermonde_2.jpg') no-repeat 50% 50%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .bg-slider-wrapper .flexslider .slide.slide-8 {
        background: #666666 url('../images/foto_new/dendermonde_9.jpg') no-repeat 50% 50%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .bg-slider-wrapper .flexslider .slide.slide-9 {
        background: #666666 url('../images/foto_new/dendermonde_10.jpg') no-repeat 50% 50%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

.bg-slider-wrapper .flexslider .flex-control-nav {
  z-index: 20;
  bottom: 45px;
  position: relative;
}
.bg-slider-wrapper .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.3);
}
.bg-slider-wrapper .flexslider .flex-control-nav li a.flex-active {
  background: rgba(255, 255, 255, 0.8);
}
/* ======= Reviews Section ======= */
.reviews-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f5f5f5;
}
.reviews-section .review-title {
  color: #94a64d;
  font-size: 28px;
  font-weight: 300;
  position: relative;
  display: inline-block;
}
.reviews-section .review-title .fa {
  position: absolute;
  left: -35px;
  top: -10px;
  font-weight: normal;
  font-size: 20px;
}
.reviews-section .review {
  border-left: 0;
  max-width: 800px;
  font-weight: 300;
  font-size: 18px;
}
.reviews-section .review p {
  font-style: italic;
}
.reviews-section .source .profile {
  margin-bottom: 5px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.reviews-section .source .name {
  font-size: 14px;
  color: #999999;
}
.reviews-section .rating .fa {
  color: #ffc016;
}
.reviews-section .carousel-inner {
  margin-bottom: 50px;
}
.reviews-section .carousel-indicators {
  position: relative;
  display: inline-block;
  left: inherit;
  width: auto;
  margin-left: inherit;
  padding-left: inherit;
  bottom: inherit;
  margin-bottom: 0;
}
.reviews-section .carousel-indicators li {
  display: inline-block;
  text-indent: 0;
  margin: inherit;
  margin-bottom: 15px;
  width: auto;
  height: auto;
  background-color: none;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 30px;
}
.reviews-section .carousel-indicators li img {
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  vertical-align: middle;
}
.reviews-section .carousel-indicators li:hover img {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.reviews-section .carousel-indicators li.active {
  background: none;
  width: auto;
  height: auto;
}
.reviews-section .carousel-indicators li.active img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* ======= Menus Section ======= */
.menus-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.menus-section .section-title {
  font-size: 28px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 45px;
}
.menus-section .section-title span {
  display: block;
}
.menus-section .section-title .script {
  color: #94a64d;
  display: block;
  font-size: 26px;
}
.menus-section .section-title .title-border {
  background: url('../images/title-border.png') no-repeat center top;
  height: 20px;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.menus-section .intro {
  max-width: 800px;
  color: #999999;
  margin-bottom: 30px;
  font-size: 16px;
}
.menus-section .menu-links {
  margin-bottom: 60px;
}
.menus-section .menu-links li {
  margin-bottom: 15px;
}
.menus-section .featured .title {
  font-size: 26px;
  font-weight: normal;
  color: #666666;
  padding-top: 80px;
  margin-bottom: 30px;
}
.menus-section .media-wrapper .media-item {
  margin-bottom: 30px;
}
.menus-section .media-wrapper .media-item img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.menus-section .media-wrapper .media-item:hover .mask {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.menus-section .media-wrapper .media-item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.menus-section .media-wrapper .media-item-inner {
  position: relative;
  overflow: hidden;
}
.menus-section .media-wrapper .mask {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: left;
  text-decoration: none;
  padding: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.menus-section .media-wrapper .mask .item-title {
  font-size: 20px;
  color: #94a64d;
  margin-bottom: 5px;
}

.menus-section .media-wrapper .mask alinea_gamma {
  display: block;
}

.menus-section .media-wrapper .mask .price {
  font-size: 26px;
  font-weight: 300;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.menus-section .media-wrapper .mask span {
  display: block;
}
.menus-section .media-wrapper .mask-inner {
  background: rgba(0, 0, 0, 0.6);
  padding: 30px;
  height: 100%;
  overflow: hidden;
}
/* ======= Menus Section ======= */
.news-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #f5f5f5;
}
.news-section .section-title {
  font-size: 28px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 60px;
}
.news-section .section-title span {
  display: block;
}
.news-section .section-title .script {
  color: #94a64d;
  display: block;
  font-size: 26px;
}
.news-section .section-title .title-border {
  background: url('../images/title-border.png') no-repeat center top;
  height: 20px;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.news-section .news-wrapper .item {
  margin-bottom: 10px;
  background: #fff;
  padding: 30px;
  padding-left: 85px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.news-section .news-wrapper .item .title {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
}
.news-section .news-wrapper .item .meta {
  color: #999999;
  font-size: 14px;
  margin-bottom: 5px;
}
.news-section .news-wrapper .excerpt {
  margin-bottom: 5px;
}
.news-section .news-wrapper .date-badge {
  position: absolute;
  left: -10px;
  top: 30px;
  width: 60px;
  background: #94a64d;
  color: #fff;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
.news-section .news-wrapper .date-badge span {
  display: block;
  line-height: 1.2;
}
.news-section .news-wrapper .date-badge .month {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.news-section .news-wrapper .date-badge .date {
  font-size: 20px;
}
.news-section .news-wrapper .date-badge:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #56602d;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.news-section .news-wrapper .date-badge:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: 10px;
  bottom: -20px;
  width: 50px;
  height: 20px;
}
.news-section .instagram-wrapper .title {
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 0;
}
.news-section .instagram-wrapper .instafeed {
  display: inline-block;
  overflow: hidden;
}
.news-section .instagram-wrapper .item {
  width: 80px;
  display: inline-block;
  padding: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.news-section .instagram-wrapper .item:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/* ======= About Section ======= */
.about-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #f5f5f5 url('../images/foto_new/buggenhout_4.jpg') no-repeat center top;
  background-size: cover;
  opacity: 0.8;
  color: #fff;
}
.about-section .section-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 45px;
  padding-bottom:200px;
}
.about-section .section-title span {
  display: block;
}
.about-section .section-title .script {
  color: #94a64d;
  display: block;
  font-size: 26px;
}
.about-section .section-title .title-border {
  background: url('../images/title-border-inverse.png') no-repeat center top;
  height: 20px;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.about-section .intro {
  max-width: 800px;
  padding-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
}
.about-section .supplier-list {
  overflow: hidden;
  display: inline-block;
}
.about-section .supplier-type {
  float: left;
  padding: 60px;
}
.about-section .supplier-type li {
  margin-bottom: 5px;
}
.about-section .type-title {
  font-weight: bold;
}
/* ======= Contact Section ======= */
.contact-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #f5f5f5;
}
.contact-section .section-title {
  font-size: 28px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 60px;
}
.contact-section .section-title span {
  display: block;
}
.contact-section .section-title .script {
  color: #94a64d;
  display: block;
  font-size: 26px;
}
.contact-section .section-title .title-border {
  background: url('../images/title-border.png') no-repeat center top;
  height: 20px;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.contact-section .contact-content {
  padding: 30px;
  background: #fff;
}
.contact-section .map-col {
  margin-bottom: 30px;
}
.contact-section .map-container {
  height: 300px;
  padding: 5px;
  border: 1px solid #eeeeee;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.contact-section .fa {
  color: #abbb6b;
  margin-right: 2px;
}
.contact-section .fa-phone {
  font-size: 18px;
}
.contact-section .general {
  padding: 15px;
  padding-top: 0;
  margin-bottom: 30px;
}
.contact-section .general .title {
  font-weight: bold;
  margin-top: 0;
}
.contact-section .general .subtitle {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}
.contact-section .general .adr-group {
  margin-bottom: 15px;
}
.contact-section .general li {
  margin-bottom: 5px;
}
.contact-section .general .contact-methods {
  margin-bottom: 15px;
}
.contact-section .press {
  padding: 15px;
  padding-top: 0;
}
.contact-section .press .title {
  font-weight: bold;
  margin-top: 0;
}
/* ======= Modal ======= */
.modal .modal-dialog {
  width: 760px;
}
.modal .modal-title {
  font-weight: bold;
  font-size: 28px;
  padding-top: 26px;
}
.modal .modal-body {
  padding: 30px 60px;
}
.modal .modal-header {
  border: none;
}
.modal .close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 32px;
  font-weight: 300;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  color: #94a64d;
  text-shadow: none;
}
.modal .close:hover {
  color: #94a64d;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* Reserve Modal */
.modal-reserve .modal-title {
  margin-bottom: 30px;
}
.modal-reserve span {
  display: block;
}
.modal-reserve .script {
  color: #94a64d;
  display: block;
  font-size: 26px;
}
.modal-reserve .title-border {
  background: url('../images/title-border.png') no-repeat center top;
  height: 20px;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.modal-reserve .intro {
  padding: 0 15px;
  margin-bottom: 15px;
  font-size: 16px;
}
.modal-reserve .blurb {
  margin-bottom: 5px;
}
.modal-reserve .phone {
  color: #94a64d;
  font-weight: bold;
  font-size: 22px;
}
.modal-reserve hr {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.modal-reserve .reserve-form .error {
  color: #e65348;
  font-family: arial, sans-serif;
  display: block;
  font-size: 14px;
  text-align: left;
  padding-top: 5px;
  padding-left: 5px;
  font-weight: 300;
}
.modal-reserve .form-group-inner {
  position: relative;
}
.modal-reserve .form-group-inner .add-padding {
  padding-left: 30px;
}
.modal-reserve .form-group-inner .fa {
  position: absolute;
  left: 10px;
  top: 15px;
  color: #cccccc;
}
/* News Modal */
.news-modal .meta {
  color: #999999;
}
.news-modal .modal-title {
  color: #94a64d;
  font-size: 26px;
  margin-bottom: 10px;
}
.news-modal .modal-body {
  padding: 15px 30px;
}
.news-modal .post-nav {
  display: block;
}
.news-modal .post-nav .nav-previous {
  float: right;
  display: inline-block;
}
.news-modal .post-nav .nav-previous {
  float: left;
  display: inline-block;
}
/* .modal-fullscreen */
.modal-fullscreen {
  background: transparent;
}
.modal-fullscreen .modal-content {
  background: white;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #fff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  backgrund: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* Bootstrap Gallery */
.blueimp-gallery > .close {
  font-weight: 300;
  font-size: 32px;
  color: #94a64d;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.blueimp-gallery > .close:hover {
  color: #94a64d;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* ======= Bootstrap DateTimePicker ======= */
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #94a64d;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #94a64d;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #94a64d;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .config-wrapper {
    display: none;
  }
  .header {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.85);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    padding-top: 5px;
    padding-bottom: 0;
  }
  .header .nav > li > a {
    color: #fff;
  }
  .header .nav > li > a:focus,
  .header .nav > li > a:hover {
    color: #94a64d;
  }
  .hero-section .content-wrapper {
    top: 90px;
  }
  .hero-section .scroll-link {
    bottom: 15px;
  }
  .about-section .supplier-list {
    overflow: visible;
    display: block;
  }
  .about-section .supplier-type {
    float: none;
    padding: 15px;
  }
  .modal .modal-dialog {
    width: auto;
  }
  .subscribe-form .email-field {
    width: 100%;
  }
  .subscribe-form .btn {
    width: 100%;
  }
  .menus-section .media-wrapper .mask {
    font-size: 12px;
  }
  .menus-section .media-wrapper .mask .item-title {
    font-size: 14px;
  }
  .menus-section .media-wrapper .mask .price {
    font-size: 14px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .config-wrapper {
    display: block;
  }
  .navbar-nav {
    float: none;
  }
  .reviews-section .carousel-indicators {
    bottom: inherit;
  }
  .subscribe-form .email-field {
    width: 200px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .config-wrapper {
    display: block;
  }
  .config-wrapper {
    display: block;
  }
  .subscribe-form .email-field {
    width: 280px;
  }
}
/* Large devices (large desktops, 1200px and up) */
/* ======= Configure Style (Remove in production) ======= */
.config-wrapper {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 20;
}
.config-wrapper-inner {
  position: relative;
}
.config-trigger {
  display: block;
  position: absolute;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #1a1a1a;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
}
.config-trigger:hover {
  background: #000;
  text-decoration: none;
}
.config-trigger .fa {
  font-size: 22px;
  padding-top: 7px;
  display: block;
  color: #fff;
}
.config-panel {
  width: 190px;
  display: none;
  background: #1a1a1a;
  color: #fff;
  padding: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-panel h5.device-title {
  margin-bottom: 5px;
}
.config-panel #color-options {
  margin-bottom: 0px;
}
.config-panel #color-options li a {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
}
.config-panel #color-options li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.config-panel #color-options li.active a {
  border: 2px solid #fff;
}
.config-panel #color-options li.theme-1 a {
  background: #b98d36;
}
.config-panel #color-options li.theme-2 a {
  background-color: #20bfdb;
}
.config-panel #color-options li.theme-3 a {
  background-color: #dc2932;
}
.config-panel #color-options li.theme-4 a {
  background-color: #568aa2;
}
.config-panel #color-options li.theme-5 a {
  background-color: #f0b326;
}
.config-panel #color-options li.theme-6 a {
  background-color: #9770bd;
}
.config-panel #color-options li.theme-7 a {
  background-color: #fc6d96;
}
.config-panel #color-options li.theme-8 a {
  background-color: #94a64d;
}
.config-panel #color-options li.theme-9 a {
  background-color: #f5a54e;
}
.config-panel #color-options li.theme-10 a {
  background-color: #64b8ad;
}
.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}
.config-panel .close .fa {
  color: #fff;
}
