@import url("https://fonts.googleapis.com/css?family=Boogaloo|Catamaran:400,600|Lato:300,400,700");
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle {
  background-color: #6a5750;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

body {
  font-family: "Lato";
  color: #282828;
  font-size: 16px;
  line-height: 1.6;
  background-color: #f9f9f9;
}

h1 {
  font-family: "Boogaloo", cursive;
  color: #ff98ae;
  line-height: 1.1;
}

h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
}

p.legal {
  margin-top: 30px;
  font-size: 12px;
}
p.quote {
  font-size: 24px;
  color: #ff98ae;
  padding-top: 5px;
  padding-left: 20px;
  padding-bottom: 10px;
  border-left: 3px solid #ff98ae;
}
p.quote:before {
  content: open-quote;
  padding: 0px 10px 0px 0px;
  font-size: 24px;
}
p.quote:after {
  content: close-quote;
  padding: 0px 0px 0px 10px;
  font-size: 24px;
}

a {
  transition: all 0.5s ease;
  color: #1f96e9;
}
a:focus, a:active, a:visited {
  color: #1f96e9;
}

img {
  width: 100%;
}
img.border {
  border: 1px solid rgba(106, 87, 80, 0.4);
}

ul {
  padding-left: 20px;
}
ul.icons {
  padding-left: 5px;
}
ul li {
  position: relative;
  margin: 6px 0px;
}
ul li.phone, ul li.mail, ul li.address {
  list-style: none;
  padding-left: 20px;
  font-weight: 300;
}
ul li.phone:before, ul li.mail:before, ul li.address:before {
  position: absolute;
  font-family: "FontAwesome";
  width: 20px;
  height: 20px;
  left: 0;
}
ul li.phone:before {
  content: "\f095";
}
ul li.mail:before {
  content: "\f0e0";
}
ul li.address:before {
  content: "\f041";
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

header {
  background-size: 280px;
  position: relative;
  box-sizing: border-box;
}
header .logo {
  position: relative;
  width: 20%;
  margin-top: 15px;
  margin-bottom: 30px;
}
header .logo img {
  margin: 0 auto;
  display: block;
  width: 100%;
  position: relative;
  padding-top: 8px;
}
@media only screen and (max-width: 767px) {
  header .logo img {
    width: 90%;
  }
}

nav .mobile-logo {
  width: 50%;
  float: left;
  margin: 10px 10px 10px 20px;
}
@media only screen and (min-width: 768px) {
  nav .mobile-logo {
    display: none;
  }
}
nav.navbar {
  top: 0;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
}
nav.navbar-inverse {
  background: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border: none;
}
nav.navbar-inverse .navbar-nav {
  display: flex;
  flex-wrap: wrap;
  float: none;
}
nav.navbar-inverse .navbar-nav li {
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  nav.navbar-inverse .navbar-nav li {
    flex: 0 0 100%;
    border-bottom: 1px dashed #6a5750;
  }
}
nav.navbar-inverse .navbar-nav li a {
  font-family: "Lato", cursive;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #6a5750;
  padding: 8px;
  margin: 15px 5px 10px;
}
nav.navbar-inverse .navbar-nav li a:visited, nav.navbar-inverse .navbar-nav li a:focus {
  color: #6a5750;
}
nav.navbar-inverse .navbar-nav li a:hover {
  color: #ff98ae;
}
@media only screen and (max-width: 1199px) {
  nav.navbar-inverse .navbar-nav li a {
    padding: 8px 0px;
  }
}
nav.navbar-inverse .navbar-nav li.brand {
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  nav.navbar-inverse .navbar-nav li.brand {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  nav.navbar-inverse .navbar-nav li.brand {
    display: none;
  }
}
nav.navbar-inverse .navbar-nav li.brand a {
  margin-top: 13px;
  border: none;
}
nav.navbar-inverse .navbar-nav li.brand a img {
  width: 100%;
  max-width: 200px;
}
nav.navbar-inverse .navbar-nav li.brand a:hover {
  border: none;
}
nav.navbar-inverse .navbar-nav li.active a {
  color: #ff98ae;
  background: none;
}
nav.navbar-inverse .navbar-nav li.active a:hover, nav.navbar-inverse .navbar-nav li.active a:visited, nav.navbar-inverse .navbar-nav li.active a:focus {
  color: #ff98ae;
  background: none;
}
nav.navbar-inverse .navbar-collapse {
  max-height: 369px;
}

form {
  margin: 30px 0;
}
form input {
  position: relative;
}
form label.error {
  display: none !important;
}
form textarea {
  min-height: 140px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
form .form-control {
  position: relative;
  height: 46px;
  font-size: 16px;
  line-height: 22px;
  color: #282828;
}
form .form-control.error {
  color: #ff98ae;
}
form .form-control.error:after {
  position: absolute;
  content: "\f06a";
  font-family: "FontAwesome";
  color: #ff98ae;
  font-size: 20px;
  display: block;
  top: -16px;
  right: 0;
  padding: 0 15px;
  height: 46px;
  margin-top: -23px;
}

.social {
  position: fixed;
  right: 20px;
  width: 90px;
  border: 1px dashed #6a5750;
  padding: 7px 5px;
  margin-top: 30px;
}
@media only screen and (max-width: 1400px) {
  .social {
    display: none;
  }
}
.social p {
  text-align: center;
  margin-bottom: 5px;
}
.social img {
  margin: 0 auto;
  width: 40px;
  display: block;
}

.slider-pro {
  margin-bottom: 40px;
}
.slider-pro .sp-buttons {
  position: absolute;
  margin-top: -40px;
  margin-bottom: 0;
}
.slider-pro .sp-buttons .sp-button {
  width: 10px;
  height: 10px;
  border: 1px solid #FFFFFF;
}
.slider-pro .sp-buttons .sp-button.sp-selected-button {
  background-color: #FFFFFF;
}

section {
  padding: 30px 0px;
  position: relative;
}
section.slideshow {
  padding-top: 0;
}
section.slideshow .carousel-inner .item {
  height: 500px;
  overflow: hidden;
}
section.slideshow .carousel-inner .item img {
  width: 100%;
  height: auto;
  position: absolute;
}
@media only screen and (max-width: 991px) {
  section.slideshow .carousel-inner .item {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  section.slideshow .carousel-inner .item {
    height: 150px;
  }
}
section.slideshow .carousel-control {
  text-shadow: none;
  color: #6a5750;
  opacity: 1;
}
section.slideshow .carousel-control:hover {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
section.slideshow .carousel-control.left {
  background: none;
}
section.slideshow .carousel-control.left .glyphicon-chevron-left {
  left: 30px;
}
section.slideshow .carousel-control.right {
  background: none;
}
section.slideshow .carousel-control.right .glyphicon-chevron-right {
  right: 30px;
}
section.homepage .item-container {
  background-color: #FFFFFF;
  box-shadow: 1px 2px 7px -3px #d6d6d6;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  section.homepage .item-container {
    margin-bottom: 30px;
  }
}
section.homepage .item-container .item-image a {
  background-size: cover;
  width: 100%;
  height: 220px;
  display: block;
}
section.homepage .item-container .item-image img {
  height: 100%;
  max-height: 205px;
}
@media only screen and (max-width: 991px) {
  section.homepage .item-container .item-image img {
    margin-bottom: 15px;
  }
}
section.homepage .item-container .item-content {
  position: relative;
  padding: 20px 20px 40px;
}
section.homepage .item-container .item-content .theme {
  position: absolute;
  top: -31px;
  left: 0;
  margin: 0;
}
section.homepage .item-container .item-content .theme p {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  color: #FFFFFF;
  background-color: rgba(154, 8, 43, 0.7);
  padding: 6px 20px;
  text-transform: uppercase;
}
section.homepage .item-container .item-content h2, section.homepage .item-container .item-content p {
  margin-top: 0;
  margin-bottom: 20px;
}
section.eindejaarsfeesten .row {
  margin-bottom: 30px;
}
section.eindejaarsfeesten .row .text-right {
  text-align: right;
}
section.eindejaarsfeesten .schotels .row {
  margin-bottom: 15px;
}
section.eindejaarsfeesten .schotels .row.even-odd {
  margin-top: 0;
  margin-bottom: 0;
}
section.eindejaarsfeesten .schotels .row.even-odd:nth-child(odd) {
  background-color: rgba(106, 87, 80, 0.1);
}
section.eindejaarsfeesten .schotels h3 {
  font-family: "Boogaloo";
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #6a5750;
  text-transform: uppercase;
}
section.eindejaarsfeesten .schotels__item {
  padding-top: 0;
}
section.eindejaarsfeesten .menu {
  position: relative;
  border: 1px solid rgba(106, 87, 80, 0.4);
  background-color: rgba(255, 255, 255, 0.4);
  padding: 10px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 300px;
  box-sizing: content-box;
}
section.eindejaarsfeesten .menu img {
  width: 100%;
}
section.eindejaarsfeesten .menu .price {
  position: absolute;
  left: -10px;
  margin-top: -46px;
  padding: 8px;
  font-size: 16px;
  font-family: "Lato";
  color: #FFFFFF;
  background-color: #30231d;
}
@media only screen and (max-width: 1199px) {
  section.eindejaarsfeesten .menu .price {
    left: 0;
    top: 0;
    margin-top: 0;
  }
}
section.eindejaarsfeesten .menu .price span {
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
}
section.eindejaarsfeesten .menu h3 {
  font-family: "Boogaloo";
  font-weight: 600;
  margin-top: 20px;
  color: #6a5750;
  text-transform: uppercase;
}
section.eindejaarsfeesten .menu p {
  position: relative;
  padding: 10px 0px;
}
section.eindejaarsfeesten .menu p:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #6a5750;
  width: 30px;
  bottom: -5px;
  left: 50%;
  margin-left: -15px;
  opacity: 0.4;
}
section.eindejaarsfeesten .menu p:last-child:after {
  display: none;
}
section .intro {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
section .intro:before {
  content: "";
  position: absolute;
  border-top: 1px dashed #30231d;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  margin-top: -2px;
  z-index: -1;
}
section .intro h1 {
  background-color: #f9f9f9;
  padding: 0px 15px;
  display: inline-block;
  margin-top: 0;
}
section .flavor {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
section .flavor p {
  flex-basis: auto;
  flex-grow: 1;
  font-size: 20px;
  padding: 4px 26px;
  margin: 8px;
  text-align: center;
  font-size: 28px;
  border: 1px solid;
}
section .left-nav {
  background-color: #6a5750;
  padding: 0;
  margin-bottom: 30px;
}
section .left-nav li {
  border-top: 1px solid #fff;
  list-style: none;
}
section .left-nav li:first-child {
  border-top: 0;
}
section .left-nav li a {
  display: block;
  color: #fff;
  padding: 8px 20px;
  width: 100%;
}
section .flash {
  background-color: #6a5750;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 7px;
  padding-left: 35px;
  display: block;
  text-align: center;
  position: relative;
  margin: 20px 0;
}
section .flash:before {
  content: "\f000";
  position: absolute;
  left: 12px;
  font-family: "FontAwesome";
  top: 50%;
  margin-top: -10px;
}
section .box {
  background-color: #EEEEEE;
  padding: 15px;
  margin: 0 0 15px;
}
section .box .fa {
  height: 20px;
  font-size: 30px;
}
section .btn {
  border: 1px solid #1f96e9;
  border-radius: 0;
}
section .btn:hover {
  color: #FFFFFF;
  background-color: #1f96e9;
}

._bdPhotoGallery {
  text-align: center;
}
._bdPhotoGallery ul {
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 10px;
  overflow: hidden;
}
._bdPhotoGallery ul li {
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
}
._bdPhotoGallery a.load-more {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  color: #282828;
  text-decoration: none;
  border: 1px solid #282828;
  padding: 2px 20px;
}
._bdPhotoGallery a.load-more:hover {
  cursor: pointer;
}

.bspImgWrapper {
  height: 150px;
}

#bsPhotoGalleryModal .bsp-close {
  right: -15px;
  top: -14px;
  background: rgb(255, 255, 255);
}
#bsPhotoGalleryModal .bsp-close:hover {
  opacity: 0.9;
}
#bsPhotoGalleryModal .bsp-text-container {
  display: none;
}
#bsPhotoGalleryModal a.bsp-controls.next {
  border: none;
  border-radius: 0px;
}
#bsPhotoGalleryModal a.bsp-controls.previous {
  border: none;
  border-radius: 0px;
}

/*# sourceMappingURL=main.css.map */
