/*
    Document   : EditYourWeb stylesheet
    Author     : Thar Design
    Description: Stylesheet for template Haarveld
*/

/*
colors
bruin: #7b6241
licht bruin: #f3e9e1
bruin groen: #616839

*/

* {
	margin: 0;
}
html, body{
	font-family: "Quicksand", sans-serif;
}
html {
	position: relative;
	min-height: 100%;
}
body{
	/* Margin bottom by footer height */
	margin-bottom: 152px;
}
h1,h2,h3,h4,h5,h6{
	color: #616839;
    /* font-weight: lighter; */
}
a {
    color: #7b6241;
    text-decoration: none;
}
a:focus,a:hover {
    color: #f43f28;
    text-decoration: underline
}
.contents{
	padding-bottom: 10px;
}
.btn-success{
    background-color: #7b6241;
    border-color: #7b6241;
}
.btn-success.focus,.btn-success:focus {
    color: #7b6241;
    background-color: #f3e9e1;
    border-color: #f3e9e1
}
.btn-success:hover {
    color: #7b6241;
    background-color: #f3e9e1;
    border-color: #f3e9e1
}

.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
    color: #7b6241;
    background-color: #f3e9e1;
    border-color: #f3e9e1
}

.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover {
    color: #616839;
    background-color: #f3e9e1;
    border-color: #f3e9e1
}
/* Logo */
.logo {
    margin: 0 auto 10px;
	text-align: center;
}
.menu {
	width: 100%;
}
/* Header */
.header {
	margin-bottom: 15px;
	background-color: #ffffff;
}
@media(min-width:768px) {
	.navbar-nav>li {
		float: none;
	}
	.header .container {
		position: relative;
		display: flex;
		align-items: flex-end;
	}
	.navbar-nav {
		float: none;
		margin: 0;
		text-align: center;
	}
	.nav>li {
		position: relative;
		display: inline-block;
	}	
}
.menu, .navbar-collapse {
    background-color: #f3e9e1;
}
.slick-prev:before { content: "\f104"; }
.slick-next:before { content: "\f105"; }
.slick-dots {
	position: absolute;
	right: 40px;
	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: #efefef;
}
.slick-dots li.slick-active button:before {
	opacity: 0.7;
	color: #f3e9e1;
}
@media(min-width:992px) {
	.slick-slide.slick-current {
		/* border-top-right-radius: 10%; */
		/* -webkit-mask-image: radial-gradient(circle 300px at 100% -15%, transparent 150px, transparent 150px, black 150px); */
		/* overflow: hidden; */
	}
	.slick-slide.slick-current::before{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: inherit;
		content: ' ';
	}
	.slick-slide img {
		/* border-top-right-radius: 10%; */
		/* -webkit-mask-image: radial-gradient(circle 300px at 100% -15%, transparent 150px, transparent 150px, black 150px); */
	}
}
/* >>Captions: correspond with captionTypes in Settings */
.slick-slide .caption {
	color: #ffffff;
	padding: 8px 15px;
}
.caption.top-left {
	font-size: 25px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    top: 5%;
    left: 10%;
}
.caption.top-left img {
	margin-top: 10px;
	float: left;
	position: relative;
	z-index: 2;
	-webkit-mask-image: none;
}
.caption-image {
	max-width: 75%;	
}
@media (max-width: 992px) {
	.caption-image {
		max-width: 50%;	
	}
}
@media (max-width: 500px) {
    .slick-slide .caption {
		display: none !important;
	}
}
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
		margin-right: -15px;
    }
    .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;
	}
}

.header .social-media { position: absolute; top: 5px; right: 5px;}

.navbar { margin-bottom: 0; min-height: 30px; }

.navbar-nav>li { text-transform: none;}

.navbar-nav>li>a { padding: 10px 15px; font-size: 18px; color: #333; }

.navbar-nav>li.active>a, .navbar-nav>li.active>a:hover, .navbar-nav>li.active>a:focus
{ font-weight: bold; background-color: #7b6241; color: #fefefe }

.navbar-nav>li.childactive { font-weight: bold; }

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #7b6241; color: #fefefe;
}

.nav > li > a:focus, .nav > li > a:hover { background-color: inherit;}

/* expand 3th level menu to right */
.dropdown>.dropdown-menu .dropdown-menu { left: 100%; top: 0; }

.related-header {
	display: block;
	width: 100%;
	color: #7b6241;
	padding: 5px;
}
.related-middle, .left, .center, .right {
	min-height: 360px;
}
.related-middle .more a {
	display: block;
	background-color: #7b6241;
	border: 1px solid #7b6241;
	width: 100%;
	padding: 5px;
	text-align: center;
	color: #000;	border-radius: 5px;
}
.related-middle .more a:last-child {
	background-color: #f3e9e1;	
}
.related-middle .col-sm-4 {
    border: 1px solid #7b6241;
    margin: 10px 10px 30px 10px;
	padding-bottom: 20px;
    border-radius: 10px;
    box-shadow: 10px 10px #f3e9e1aa;
}
.newsmessage .visible_date {
	display: none;
}
.related-middle .more hr {
	display: none;
}
.more {
    margin-bottom: 20px;
}
.newsmessage .title {
    font-weight: bold;
    font-size: 115%;
}
.newsmessage:not(:first-child) {
	margin-top: 15px;
}
.related-bottom {
	text-align: center;
	font-size: 18px;
	color: #7b6241;
	margin: 0;
}
@media(min-width:768px){
	.related-middle {
		display: flex;
		margin-bottom: 20px;
	}
	/* .left .content, .center .content, .right .content {
		min-height: 200px;
	}	 */
	.related-middle .col-sm-4 .more:last-child {
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	.newsmessage:not(:last-child) .more {
		position: relative !important;
		background-color: #7b6241;
		color: #fefefe;		
	}	
	.related-middle .col-sm-4>div {
		position: relative;
		height: 100%;
		margin-bottom: 20px;
	}
}


/* Footer */
footer{
	/* Set the fixed height of the footer here */
	position: absolute;
	bottom: 0;
	width: 100%;
    height: 152px;
	color: #222222;
	background-color: #f3e9e1;
}
footer a, footer a:hover, footer a:focus { color: #222222; }

footer .background, .background .container {
	background-color: #7b6241;
}

footer ul {
	list-style: none;
	list-style-position: outside;
	padding: 0;
}
footer div>ul>li {
	list-style: none;
}

footer .copyright {
	color: #fefefe !important;
    text-align: center;
    margin: .8em 0;
}
footer .copyright a { color: #fefefe; }
footer h4 {
	font-variant: small-caps;
	font-weight: bold;
}
/* Media Queries */
@media(max-width:767px){
    body{
        /* Margin bottom 0 because position is relative */
        margin-bottom: 0;
    }
    footer {
        position: relative;
        height: auto;
    }
    .nav{
        border-top: 1px solid #eee!important;
    }
    .nav>li{
        border-bottom: 1px solid #eee!important;
    }
}