
/* ----------------------------------------------------------------------
	1. Colors
---------------------------------------------------------------------- */
body {
  background: #F1EDEB;
}
.btn { font-size:17px }
.btn-theme.call-to-action {
	background: #ac9765;
	padding: 15px 25px;
  color: #F0EDEB !important;
}
.btn-theme.call-to-action:hover {
	background: #ac9765 !important;
	opacity: 0.85;
}
.btn-theme.call-to-action span i { padding: 19px 10px; }
.parallax-overlay-black {
	background: #332D57;
}

.cta h3, .cta p { color: #ac9765 !important; }
.blog-title-body h3 a { color: #36414d; }
.blog-title-body h3 a:hover { text-decoration: none; color: #332D57; }

.navbar-default .navbar-nav > li.current-menu-item > a { color: #332D57; }
#sticker {
  background: #CCCAD7;
}
#boxed-layout {
  background: #CCCAD7;
}
/* ----------------------------------------------------------------------
	2. Topbar Styles
---------------------------------------------------------------------- */
#topbar { background: #0F9CB8; }
.navbar-brand > img {
    width: 210px;
}

/* ----------------------------------------------------------------------
	3. Menu Hover Effect
---------------------------------------------------------------------- */


/* ----------------------------------------------------------------------
	4. Dropdown Styles
---------------------------------------------------------------------- */


/* ----------------------------------------------------------------------
	5. Boxed Layouts
---------------------------------------------------------------------- */


/* ----------------------------------------------------------------------
	6. Footer Styles
---------------------------------------------------------------------- */
footer .form-control { margin-bottom: 10px; height: 30px; }
footer .cmxform textarea { min-height: 90px; }
footer #menu-footer-menu li { position: relative; padding-left: 12px; }
footer #menu-footer-menu li:before { 
	position: absolute;
	top: 8px; left: 0px;   
	font-family: 'FontAwesome';
	content: '\f105';
	color: #090909;
}
.copyright a:hover { text-decoration: underline; color: white; }
/* ----------------------------------------------------------------------
	7. Logo Height Size
---------------------------------------------------------------------- */




p.short-desc { margin-bottom: 30px; }
input[type="submit"] { background: #ac9765; color: #F0EDEB !important; }
.tp-bgimg.defaultimg { opacity: 0.75 !important; }
.tp-caption.white-small { text-align: center; }
.tp-caption.white-medium { font-weight: 600; }
.entry h2 { font-size: 28px; }
.entry h2:after {
	border-top: 1px solid #332D57;
	content: ' ';
	display: block;
    position: relative;
    max-width: 100px;
    margin: 5px auto 20px 0;
}
.navbar-default .navbar-nav > li:last-child > a {
    background: #ac9765;
    color: white;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 36px;
}
.container-brand {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.brand-image {
	display: table-cell; vertical-align: middle; background: white; margin-bottom: 15px; padding: 10px; width: 100%;
}
.brand-image img { display: block; width: 100%; }
@media (max-width: 1199px) and (min-width: 992px) {
	.navbar-brand > img {
		width: 110px;
	}
	.navbar-nav > li > a { padding: 34px 12px }
	.navbar-default .navbar-nav > li:last-child > a { margin-top: 18px; }
	.sticky-header .navbar-nav > li > a {
	 padding: 34px 12px
	}
	.sticky-header .navbar-brand { padding-top: 22px; }
	.sticky-header .navbar-brand img { width: 110px; }
	.sticky-header .navbar-nav > li:last-child > a { margin-top: 18px !important; }
}
@media (min-width: 992px){
	.sticky-header .navbar-nav > li:last-child > a {
		margin-top: 12px; padding-top: 14px; padding-bottom: 14px;
	}
}
@media (max-width: 992px){
	.navbar-default .navbar-nav > li:last-child > a {
		margin-top: 0px;
	}
}

@media (max-width: 992px) {
    .navbar-collapse.in { overflow: visible }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-brand > img {
	    width: 140px;
    }
    footer .col-md-3 { margin-bottom: 40px; }
    .cta .col-md-3, .cta .col-md-9 { text-align: center !important; }
    .cta .btn { margin-top: 25px; }
    .slider-title { font-size: 20px !important }
    .slider-subtitle { display: none !important }
    .slider-btn { font-size: 13px !important; padding: 5px 10px !important; line-height: 20px !important; }
    .slider-btn span { line-height: 20px !important; }
    .slider-btn span i { padding: 9px 14px !important; }
    #topbar .social-icons { margin-top: -2px !important;}
}

/*
 *	4. Header
 */
/*
 *	4.1. Header General
 */
.site-header {
  display: flex;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  justify-content: center;
  background-color: #F1EDEB;
  color: #332D57;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  z-index: 6;
  position: relative;
}
.site-header a {
  color: #332D57;
}
.site-header a:hover {
  color: #ac9765;
  text-decoration: none;
}
.site-header .social-profiles {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.site-header .social-profiles a {
  display: inline-block;
  margin: 0 15px;
}
.site-header .social-profiles a:first-child {
  margin-left: 0;
}
.site-header .social-profiles a:last-child {
  margin-right: 0;
}
.site-header .logo {
  display: block;
  max-width: 470px;
}
.site-header .logo img {
  display: block; width: 100%; height: auto; max-height: 70px; padding: 5px 0;
}
.site-header .contacts {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-start;
}
.site-header .contacts .contacts-item {
  display: flex;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  margin-right: 50px;
}
.site-header .contacts .contacts-item:last-child {
  margin-right: 0;
}
.site-header .contacts .contacts-item > span {
  font-size: 2.5rem;
  color: #332D57;
  margin-right: 15px;
}
.site-header .contacts .contacts-item > .details .name {
  font-size: 1.2rem;
}
.site-header .contacts .contacts-item > .details .value {
  font-size: 1.8rem;
  line-height: 1;
}
.site-header .contacts .contacts-item > .details .value a {
  line-height: 1;
}
.site-header .contacts.v2 .contacts-item > span {
  font-size: .85rem;
  margin-right: 5px;
}
.site-header .contacts.v2 .contacts-item > .details .value {
  font-size: 1rem;
}
.site-header .is-sticky .bottom-bar {
  background-color: #F1EDEB;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 99 !important;
}
.site-header .search-form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.site-header .search-form button {
  margin-left: 10px;
}
.site-header .search-form button.btn-sm {
  font-size: 1rem;
}
/*
 *	4.2. Header Version #1
 */
.site-header.site-header-1 .top-bar {
  background-color: #f6f6f8;
  padding: 15px 0;
  font-size: .85rem;
}
.site-header.site-header-1 .top-bar * {
  margin-top: 0;
}
.site-header.site-header-1 .top-bar a {
  color: #949ba3;
  text-transform: uppercase;
  text-decoration: none;
}
.site-header.site-header-1 .top-bar a:hover {
  color: #333;
}
.site-header.site-header-1 .top-bar ul,
.site-header.site-header-2 .top-bar ul {
  margin: 0;
  padding: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-start;
}
.site-header.site-header-2 .top-bar ul.languages { float: right; }
.site-header.site-header-2 .top-bar ul.languages a { text-decoration: none; }
.site-header.site-header-1 .top-bar ul li,
.site-header.site-header-2 .top-bar ul li {
  margin: 0;
  padding: 0;
  margin-right: 30px;
}
.site-header.site-header-1 .top-bar ul li span {
  display: none;
}
.site-header.site-header-1 .top-bar ul li:last-child,
.site-header.site-header-2 .top-bar ul li:last-child {
  margin-right: 0;
}
.site-header.site-header-1 .top-bar .top-bar-inner > *:last-child ul {
  justify-content: flex-end;
}
.site-header.site-header-1 .middle-bar .middle-bar-content {
  padding: 5px 0;
  display: flex;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
}
.site-header.site-header-1 .bottom-bar {
  border-top: 1px solid #ddd;
}
.site-header.site-header-1 .bottom-bar .bottom-bar-content {
  display: block;
}
.site-header.site-header-1 .bottom-bar .bottom-bar-content .mobile-menu-open {
  margin: 30px 0;
  font-size: 2rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .site-header.site-header-1 .bottom-bar .bottom-bar-content .search-form .form-group {
    margin-bottom: 0;
  }
  .site-header.site-header-1 .middle-bar .middle-bar-content .logo {
    max-width: 50%;
  }
  .site-header.site-header-1 .top-bar .top-bar-inner ul li {
    margin-right: 15px;
  }
  .site-header.site-header-1 .top-bar .top-bar-inner ul li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 580px) {
  .site-header.site-header-1 .middle-bar .middle-bar-content .logo {
    max-width: 70%;
  }
}
@media (max-width: 991px) {
  .site-header.site-header-1 .top-bar .top-bar-inner > * ul {
    justify-content: center;
    width: 100%;
  }
  .site-header.site-header-1 .top-bar .top-bar-inner > *:last-child ul {
    justify-content: center;
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .site-header.site-header-1 .top-bar .top-bar-inner > * ul li span {
    display: inline-block;
  }
}

/*
 *	3.3. Menu
 */
.site-menu > ul {
  margin: 0;
  padding: 0;
 
}
.site-menu > ul > li {
  margin: 0;
  padding: 0;
  margin-right: 40px;
  position: relative;
}
.site-menu > ul > li:hover { background-color: transparent; }
.site-menu > ul > li:after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #332D57;
  transition: all 0.3s ease;
  opacity: 0;
}
.site-menu > ul > li:last-child {
  margin-right: 0;
}
.site-menu > ul > li:hover:after {
  margin-bottom: 15px;
  opacity: 1;
}
.site-menu > ul > li.current-menu-item a { color: #332D57; }
.site-menu > ul > li.current-menu-item:after {
  opacity: 1;
  margin-bottom: 15px;
}
.site-menu > ul > li > a {
  text-transform: none;
  font-weight: 400;
  text-decoration: none;
  padding: 22px 0;
  display: inline-block;
  color: #332D57;
  font-size: 18px;
  text-transform: uppercase;
}
.site-menu > ul > li > a:hover {
  color: #332D57; background: transparent !important;
}
.site-menu > ul > li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  background-color: #f6f6f8;
  z-index: 5;
  padding: 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.site-menu > ul > li ul > li {
  border-bottom: 1px solid #d9d9e2;
  position: relative;
}
.site-menu > ul > li ul > li ul {
  left: 100%;
  top: 0;
  margin-top: -20px;
}
.site-menu > ul > li ul > li:last-child {
  border-bottom-width: 0;
}
.site-menu > ul > li ul > li > a {
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
  color: #333;
}
.site-menu > ul > li ul > li > a:hover {
  color: #332D57;
}
.site-menu > ul > li ul > li:hover > a {
  color: #332D57;
}
.site-menu > ul > li ul > li.has-child {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.site-menu > ul > li ul > li.has-child:after {
  content: '\f105';
  font-family: FontAwesome;
  color: #332D57;
}
.site-menu > ul ul {
  margin: 0;
  padding: 0;
}
/*
 *	3.2. Font
 */
@font-face {
  font-family: 'holdencontacts';
  src: url('../fonts/holdencontacts.eot?6utwyp');
  src: url('../fonts/holdencontacts.eot?6utwyp#iefix') format('embedded-opentype'), url('../fonts/holdencontacts.ttf?6utwyp') format('truetype'), url('../fonts/holdencontacts.woff?6utwyp') format('woff'), url('../fonts/holdencontacts.svg?6utwyp#holdencontacts') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="hc-"],
[class*=" hc-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'holdencontacts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hc-iconmonstr-basket-4:before {
  content: "\e900";
}
.hc-iconmonstr-email-12:before {
  content: "\e901";
}
.hc-iconmonstr-phone-12:before {
  content: "\e902";
}

@media (max-width: 1199px) {
	.site-menu > ul > li { margin-right: 25px; }
  .site-menu > ul > li > a { font-size: 15px; }
}

@media (max-width: 991px) {
	.site-menu {
		display: none;
		/*margin: 0 -15px;
	    padding: 0 15px;*/
	    background: white;
	}
	.site-menu > ul > li > a { padding: 10px 0; }
	.site-menu > ul > li::after { display: none !important; }
	#mobile-menu-open {
		float: right;
		margin-top: -50px;
	}
	#menu-hoofdnavigatie { padding: 10px 15px; background: #CCCAD7}
}
@media (max-width: 580px) {
  #mobile-menu-open { margin-top: -50px; }
  #mobile-menu-open i { margin-top: 8px;}
  .site-header.site-header-1 .bottom-bar .bottom-bar-content .mobile-menu-open { margin-bottom: 0px; }
}

.map-responsive{
    overflow:hidden;
    position:relative;
    height:400px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.photo-title2 h3 { font-size:21px; }
.social-icons li { margin-right: 15px !important; }
.social-icons a:hover { opacity: 0.65; }
.social-icons img { max-width:30px; width:30px; }
label { font-size:17px; font-weight:normal; }
