/*
    Document   : EditYourWeb stylesheet
    Author     : Thar Design
    Description: Stylesheet for template Knutsels		
	blue: #bacabd
	darkerblue: #568893
	darkestblue: #212c4c
	pink: #b86a68
	lightpink: #d5ada3
*/

* {
	margin: 0;
}
html, body{
    font-family: 'Roboto', sans-serif;
	overflow-x: hidden;

}
html {
	position: relative;
	min-height: 100%;
	width: 100%;
}
body {
  /* min-height: 75rem; */
  /* padding-top: 3.5rem; */
  overflow-x: hidden;
  margin-top: 95px;
}
h1,h2,h3,h4,h5,h6{
    font-weight: lighter;
}
a{
	text-decoration: none;
}
.white {
	color: #fff;
}
.white a, a.white {
	color: #fff;
}
.submit .btn, .pink{
	color: #b0697c;
}
.submit .btn a, a.submit .btn, .pink a, a.pink{
	color: #b0697c !important;
}
.submit .btn, .bg-pink{
	background-color: #212c4c;
}
.bg-blue{
	background-color: #bacabd;
}
.submit .btn {
	margin-top: 10px;
}
.black{
	color: #000;
}
.black a{
	color: #000;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
nav{
	height: 95px;
}
.d-contents{
	display: contents;
}

@media (max-width:767px) {
	nav{
		height: auto;
	}
}
.bg-grey{
	background-color: #f3f3f3;
}
.btn-pink{
	background-color: #b86a68;
}
.btn-white{
	background-color: #fff;
}

/* Header */
#header{
	max-width: 100% !important;
	width: 100%;
}
.header{
    color: #fff;
}
.contents{
}
.title {
	font-size: calc(1rem + 3vw);
}
.logo{
	max-width: 150px;
}

/* Related */
.rel1 {
	background-color: #568893;
	color: #fff;
}
.rel5 {
	background-color: #b86a68;
	color: #fff;
}
.rel1-foto, .rel5-foto {
	max-height: 500px;
}
.blokken{
	min-height: 190px;
}
.rel6 . row {
	text-align: center;
	padding: 20px 0;
}
@media (max-width:425px) {
	.rel1-foto, .rel5-foto{
		max-height: none;
		width: 100%;
	}
}
/* Carrousel try-out 
.rel6 {
	margin-bottom: -400px !important;
}
.ug-button-tile-navigation.ug-button-tile-left {
    top: 20%;
    z-index: 999;
}
.ug-button-tile-navigation.ug-button-tile-play.ug-pause-icon {
    display: none;
}
.ug-button-tile-navigation.ug-button-tile-right {
    z-index: 999;
    top: 20%;
    right: 15px;
} */

/* Footer */
footer, footer a{
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #b86a68;
}
footer ul{
	list-style: none;
	list-style-position: outside;
	padding: 0;
}

footer li{
	list-style: none;
}

footer .copyright{
    text-align: center;
}


/* == SLIDESHOW > HEADER == */
/* >>Arrows: different position & using images */
.slick-prev, .slick-next {
    top: 75%;
}
.slick-prev:before, [dir='rtl'] .slick-prev:before, .slick-next:before, [dir='rtl'] .slick-next:before {
    content: none;
}
.slick-arrow {
	width: 42px;
	height: 42px;
	opacity: .75;
}
.slick-prev {
	background: url(../img/prev.png) no-repeat;
	left: 5px;
}
.slick-next {
	background: url(../img/next.png) no-repeat;
	right: 5px;
}
.slick-prev:hover, .slick-prev:focus {
	background: url(../img/prev.png) no-repeat;
	opacity: 1;
}
.slick-next:hover, .slick-next:focus {
	background: url(../img/next.png) no-repeat;
	opacity: 1;
}
/* >>Dots: different position & colors */
.slick-dots {
    position: absolute;
	right: 20px;
    text-align: right;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: .75;
}
.slick-dots li button:before {
    opacity: 1;
    color: #ffffff;
}
.slick-dots li.slick-active button:before {
    opacity: 0.7;
	color: #ff0000;
}
/* slick squares */
.slick-dots li button:before {
	background-color: #ffffff;
	content: "";
	width: 15px;
	height: 15px;
}
.slick-dots li.slick-active button:before {
	background-color: #b86a68;
}

/* >>Captions: correspond with captionTypes in Settings */
/* {"0": "top-left","1":"top-right","2":"bottom-left","3":"bottom-right"} */
.slick-slide .caption {
	text-align: center;
	background-color: #bacabdaa;
	padding: 5px 10px;
	font-size: calc(0.5rem + 1vw);
}
.caption.top-left {
	top: 5%;
    left: 10%;
}
.caption.top-right {
    top: 5%;
    right: 10%;
}
.caption.bottom-left {
	left: 0%;
	bottom: 10%;
}
.caption.bottom-right {
	bottom: 0%;
	right: 10%;
}
.caption.bottom-center {
	bottom: 0%;
	left: 50%;
	width: 800px;
	margin-left: -400px;
}

/* Media Queries */
@media (min-width: 1200px) {
	.title {
		font-size: 3rem;
	}	
	.slick-slide .caption {
		/* font-size: 1.5rem; */
	}
	.relatedinfo-name {
		font-size: 2.3rem;
	}	
}
@media (max-width: 500px) {
    .slick-slide>.caption {
		display: none !important;
	}
}
@media (min-width: 500px) and (max-width:1024px) {
	.caption.bottom-center {
		width: 350px;
		margin-left: -175px;
		/* font-size: 15px; */
	}
}
@media (min-width: 1024px) and (max-width:1439px) {
	.caption.bottom-center {
		width: 500px;
		margin-left: -250px;
		/* font-size: 20px; */
	}
}

/* Forms */
.search-form{
    margin-top: .5em;
}
.search-form #search{
    margin-right: .3em;
}
.comment_form{
    margin-bottom: .8em;
}

/* Images */
.zoom {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;	
}
.zoom:hover {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: all 0.3s ease-in-out;
  }

  /* Navigatie */
.navbar-header {
	width: 100%;
}
.navbar-nav>li>a{
	font-size: 1.25rem;
	color: #fff !important;
	padding: 10px;
	text-decoration: none;
}
@media (max-width:767px) {
	.navbar-nav>li>a{
		padding: 0px;
	}
}

.navbar-nav>li>a:hover, .navbar-nav>li>a:focus{
	color: #222;
	border-bottom: 2px #fff solid;
}
.navbar-nav>li>.dropdown-menu {
	background-color:#fff;
}
.navbar-nav{
	float:right;
	position: relative;
	z-index: 1020;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: none;
}
.navbar-nav>li.active>a, .navbar-nav>li.childactive>a {
	/* color: #fff000 !important; */
	border-bottom: 2px #b86a68 solid;
	text-decoration: none;
}
.navbar-toggle {
    margin-top: 0px;
}
/* Open default child menus*/
@media(max-width:767px) {
	li.active>a>.caretcontent, li.active>a>.caret, li.childactive>a>.caretcontent, li.childactive>a>.caret {
		display:none;
	}
	li.active>.dropdown-menu, li.childactive >.dropdown-menu {
		display: block;
	}
	li.active>.dropdown-menu li a, li.childactive >.dropdown-menu li a {
		padding: 5px 15px 5px 25px;
	}
	li.active .dropdown-menu, li.childactive, .dropdown-menu {
		position: static;
		float: none;
		/* width: auto; */
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
.sub_menu li a {
	color: #000;
}
/* expand 3th level menu to right */
.dropdown>.dropdown-menu .dropdown-menu {
	left: 100%;
	top: 0;
}
.caret, .caretcontent {
    display: none;
}