article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; padding: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* ==|== primary styles =====================================================
   Author: Wilco van Sligtenhorst (www.suiteseven.nl)
   ========================================================================== */

body {
    background: #222;
    color: #fff;
    font: normal 10pt 'Open Sans', Arial, Helvetica, sans-serif;
    line-height: 1.8em;
}

/* ==|== skeleton ======================================================= */

div#background,
div#overlay {
    height: 100%;
    position: absolute; top: 0; left: 0;
    width: 100%;
    z-index: -1;
}

div#background img {
    width: 100%;
}

div#container {
    margin: 0 auto;
}

header {
    background: #222;
    height: 62px;
    position: absolute; top: 0;
    width: 100%;

    -webkit-box-shadow:  0px 0px 5px 1px rgba(34, 34, 34, 1);
    -moz-box-shadow:  0px 0px 5px 1px rgba(34, 34, 34, 1);
    box-shadow:  0px 0px 5px 1px rgba(34, 34, 34, 1);
    z-index: 5;
}

header div.container,
footer div.container {
    margin: 0 auto;
}

div#content {
    line-height: 1.6em;
    margin: 0 auto;
    padding: 120px 0 0;
}

footer {
	background: #222;
    min-height: 45px;
    position: absolute; bottom: 0; left: 0;
    width: 100%;
}

	footer div#content-footer {
		background: #222;
		color: #fff;
		height: 33px;
		margin: 0;
		padding: 12px 0 0;

		-webkit-box-shadow:  0px 0px 5px 1px rgba(34, 34, 34, 1);
		-moz-box-shadow:  0px 0px 5px 1px rgba(34, 34, 34, 1);
		box-shadow:  0px 0px 5px 1px rgba(34, 34, 34, 1);
	}

		footer div#content-footer p {
			margin: 0;
			padding: 0;
		}

div.news .span-9 {
    display: none;
}


/* ==|== navigation ======================================================= */

a.link-cta {
	background: #d9531e;
	color: #fff !important;
	display: inline-block;
	padding: 10px;
	text-decoration: none;

	-webkit-border-radius: 0 10px 10px 10px;
	-moz-border-radius: 0 10px 10px 10px;
	border-radius: 0 10px 10px 10px;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a.link-cta:hover {
	background: #0397d6;
}

a#link-home {
	background: transparent url(/img/template/van-middendorp-hovenier-boomkwekerij-voorthuizen.png) center left no-repeat;
	background-size: cover;
	height: 62px;
	float: left;
	margin-right: 15px;
	padding: 0;
	text-indent: -9999px;
	width: 287px;
}

nav ul.menu > li {
   float: left;
   margin: 0 5px;
   padding: 20px 0;
}

	nav ul.menu > li > a {
		color: #fff;
		padding: 7px 15px;
		text-decoration: none;
		text-transform: capitalize;

		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

	nav ul.menu > li > ul {
		background: #5ab327 url(/img/template/shadow.png) top center repeat-x;

		margin: 16px 0 0;
		padding: 10px 15px;
		position: absolute;

		-webkit-border-radius: 10px;
		-webkit-border-top-left-radius: 0;
		-moz-border-radius: 10px;
		-moz-border-radius-topleft: 0;
		border-radius: 10px;
		border-top-left-radius: 0;

		z-index: 4;
	}

	nav ul.menu > li > ul li {
		float: none;
	}

	nav ul.menu li ul li a {
		color: #222;
		display: block;
		padding: 10px 0;
		text-decoration: none;
		border-bottom: 1px dotted #83847b;
	}

	nav ul.menu li ul li a:hover {
		color: #fff;
	}

	nav ul.menu li ul li:last-child a {
		border: none;
	}

	nav ul.menu > li:hover > a,
	nav ul.menu > li.active > a {
	   background: #5ab327;
	   color: #fff;

		-webkit-border-radius: 10px;
		-webkit-border-top-left-radius: 0;
		-moz-border-radius: 10px;
		-moz-border-radius-topleft: 0;
		border-radius: 10px;
		border-top-left-radius: 0;

		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

/* ==|== defined ======================================================= */

a {
    color: #5ab327;
}

a:visited,
a:hover {
    color: #6bc04b;
}

img {
    max-width: 100%;
}

a:focus,
input:focus {
    outline: none;
}

.color-green {
    color: #5ab327;
}

.float-right {
    float: right;
}

.float-none {
    float: none;
}

.float-left{
    float: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

div.actions {
    padding-bottom: 15px;
}

/* Notice colors */
.error, .notice, .success, .message {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error, .error_input {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice, .message {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice, .message a {color:#514721;}
.success a {color:#264409;}

div#flashMessage {
    margin: 20px 0 0;
}

form .error {
    background: none;
    border: none;
    border-left: 2px solid #8a1f11;
    color: #dc291e;
    padding: 0 0 0 5px;
}

form .error-message {
    padding: 5px;
}

	.royalSlider .arrow {
		display: none;
	}

	.royalSlider .arrow.right {
		background: #000 url('/img/template/slider-arrow-right.png') center center no-repeat;
		position: absolute;
		z-index: 2000;

		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.royalSlider .arrow.left {
		background: #000 url('/img/template/slider-arrow-left.png') center center no-repeat;
		position: absolute;
		z-index: 2000;

		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.royalSlider .arrow.right:hover {
		background: #000 url('/img/template/slider-arrow-right.png') center right no-repeat;
	}

	.royalSlider .arrow.left:hover {
		background: #000 url('/img/template/slider-arrow-left.png') center left no-repeat;
	}

/* ==|== paginator ======================================================= */

div#paginator,
div.paginator {
    padding: 10px;
    text-transform: lowercase;
}

	div#paginator a,
	div.paginator a,
	div.actions a {
		text-decoration: none;
		margin: 0;
		padding: 7px;
	}

	div#paginator div.disabled,
	div.paginator div.disabled,
	div.paginator .current {
		color: #666;
		display: inline-block;
		padding: 2px 7px;
	}

	div.paginator .current {
		background: #666;
		color: #fff;
	}


/* ==|== social ======================================================= */

div#header-social-media {
    margin: 15px 0 0;
}

	div#header-social-media a {
		background: #bbb url(/img/template/social.png) no-repeat;
		display: inline-block;
		float: right;
		width:32px;
		height:32px;
		margin-left:5px;
		text-decoration: none;
		text-indent: -9999px;

		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		border-radius: 16px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;

		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	div#header-social-media a:hover {
		-webkit-border-top-left-radius: 0;
		-moz-border-radius-topleft: 0;
		border-top-left-radius: 0;
	}

div#header-social-media a#link-header-facebook:hover { background-color:#3c5fac; }
div#header-social-media a#link-header-twitter { background-position:-32px 0; }
div#header-social-media a#link-header-twitter:hover { background-color:#5ec3df; }
div#header-social-media a#link-header-flickr { background-position:-64px 0; }
div#header-social-media a#link-header-flickr:hover { background-color:#FF0084; }
div#header-social-media a#link-header-rss { background-position:-96px 0; }
div#header-social-media a#link-header-rss:hover { background-color:#ff9900; }
div#header-social-media a#link-header-dribble { background-position:-128px 0; }
div#header-social-media a#link-header-dribble:hover { background-color:#EA4C89; }
div#header-social-media a#link-header-lastfm { background-position:-160px 0; }
div#header-social-media a#link-header-lastfm:hover { background-color:#D51007; }
div#header-social-media a#link-header-linkedin { background-position:-192px 0; }
div#header-social-media a#link-header-linkedin:hover { background-color:#2089b5; }
div#header-social-media a#link-header-vimeo { background-position:-224px 0; }
div#header-social-media a#link-header-vimeo:hover { background-color:#0dadd6; }
div#header-social-media a#link-header-google { background-position:-256px 0; }
div#header-social-media a#link-header-google:hover { background-color:#c63d2d; }

/* ==|== articles ======================================================= */

div.wrapper {
    background: transparent url('/img/template/background-222.png');
    color: #fff;
    margin: -20px;
    padding: 20px;
    position: relative;

    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

div#close-wrapper {
    position: absolute; right: 20px;
}

div#close-wrapper a {
    background: url('/img/template/close.png') center center no-repeat;
    display: block;
    height: 15px;
    text-indent: -9999px;
    text-decoration: none;
    width: 15px;
}

div#close-wrapper a:hover {
    opacity: 0.5;
}

article.container-content:hover,
article.newspost:hover,
section#news-blog:hover {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}

h1, h2 {
    border-bottom: 1px solid #5ab327;
    color: #ffffff;
    font-size: 1.4em;
    margin: 15px 0;
    padding-bottom: 15px;
}

section#news-blog article.newspost {
    background: none;
    padding: 0;
}

article.container-green {
    background: #5ab327;
    color: #222;
}

article.container-green h1 {
    color: #222;
}

/* ==|== gallery ======================================================= */

div.container-gallery {
	float: left;
	text-align: center;
	width: 190px;
}

div.container-gallery img {
	border: 5px solid #3e3f3c;
    cursor: pointer;
    margin: 0;
    width: 100px;
}

div.container-thumbnails {
    float: left;
    margin: 20px;
    text-align: center;
}

div.container-thumbnails img {
    border: 5px solid #3e3f3c;
    float: left;
    cursor: pointer;
    margin: 0;
    width: 100px;
}

div.container-thumbnails img:hover,
div.container-gallery img:hover {
    border: 5px solid #fff;
}

/* ==|== newsletter ======================================================= */

form input,
form textarea {
    border: none;
    padding: 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

form#form-newsletter input[type=text],
form#form-newsletter textarea {
    width: 100%;
}

form .submit {
	text-align: right;
}

form input[type=submit] {
	background: #5ab327;
	color: #fff;
	display: inline-block;
	padding: 10px;

	-webkit-border-radius: 0 10px 10px 10px;
	-moz-border-radius: 0 10px 10px 10px;
	border-radius: 0 10px 10px 10px;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

form#form-newsletter label {
    padding: 0 0 0 10px;
}

form#form-newsletter div.input {
    margin: 0 0 10px 0;
}

form#form-newsletter div.submit {
    margin: 10px 0 0;
}

div#map {
    height: 150px;
    width: 100%;
}

/* ==|== news ======================================================= */

article.frontpage-newsitem {
    margin-bottom: 10px;
}

article.frontpage-newsitem:last-child {
    margin-bottom: 0;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
}

.jspVerticalBar *,
.jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: url('/img/template/dot.png') top center repeat-y;
    position: relative;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.jspDrag {
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}

.scroll-pane,
.scroll-pane-arrows {
    width: 100%;
    height: 170px;
    overflow: auto;
}

.horizontal-only {
    height: auto;
    max-height: 170px;
}

@media only screen and (max-width: 760px) {

    div.wrapper {
        margin: 0;
    }

    header {
        height: 62px;
        position: absolute; top: 0;
        width: 100%;

        -webkit-box-shadow:  0px 0px 5px 1px rgba(34, 34, 34, 1);
        -moz-box-shadow:  0px 0px 5px 1px rgba(34, 34, 34, 1);
        box-shadow:  0px 0px 5px 1px rgba(34, 34, 34, 1);
        z-index: 5;
    }

    .navbar-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar .btn-navbar {
        background: #5ab327;
        color: #fff;
		cursor: pointer;
        float: left;
        margin-top: 18px;
        margin-left: 0;
        margin-right: 5px;
        padding: 7px 10px;

        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);

        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

	a#link-home {
	height: 62px;
	width: 230px;
}

    .btn-navbar .icon-bar + .icon-bar {
        margin-top: 3px;
    }

    .navbar .btn-navbar .icon-bar {
        display: block;
        width: 18px;
        height: 2px;
        background-color: whiteSmoke;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    }

    .nav-collapse, .nav-collapse.collapse {
        background: #333;
        margin: 5px;

        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .nav-collapse .dropdown-menu {
        background: #111;
        margin: 0 ;
    }

    .nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
        background-color: #5ab327;
    }

    .nav-collapse .nav > li > a {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    nav ul.menu li ul li a {
        border-bottom: none;
    }

	li#nav-hoofdmenu-frontpage {
		display: none;
	}

    div#content {
        padding: 60px 0 0;
    }

   /* ==|== navigation ======================================================= */

    nav ul.menu > li {
        float: none;
        margin: 0;
        padding: 0;
    }

    nav ul.menu li a,
    nav ul.menu li ul li a {
        color: #fff;
        border: none;
        display: block;
        padding: 10px 15px;
        text-decoration: none;

        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    nav ul.menu li ul {
        background: #111;
        display: block;
        margin: 0;
        padding: 0;
        position: relative;

        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;

        z-index: 4;
    }

    nav ul.menu > li:hover > a,
    nav ul.menu > li.active > a {
        background: #5ab327;
        color: #222;

        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    nav ul.menu li ul li a:hover {
        color: #5ab327;
    }

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
