@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:400,300,600,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic);

html {width:100%; height: 100%; overflow-y: scroll;}
body {
	height: 100%;
    color: #222;
    font-family: 'Open Sans',sans-serif;
	padding-top: 140px;
	background-color: #F2F2F2;
    padding-bottom: 8px;
	

}

img {
	max-width:100%;
	height:auto !important;
}
img[style*="float: left"],img[align="left"] {
  margin: 5px 15px 0px 0px;
}

img[style*="float: right"],img[align="right"] {
  margin: 5px 0px 0px 15px;
}
.img-responsive {
	display: inline-block;
	padding: 5px;
}


/**********************************************************************/
/************************** COMMON ELEMENTS **************************/
/********************************************************************/
h1, h2, h3, h4, h5, h6 {
	color: #5E7104;
}
h1, .h1 {
    font-size: 32px;
}
h2, .h2 {
    font-size: 24px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
	border-bottom: 1px solid #5E7104;
    margin-bottom: 15px;
    padding-bottom: 8px;
}

p {
	line-height: 1.6;
	font-size: 16px;
}
.logo {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
.logo img {
	margin-top: 3px;
	height: 200px !important;
}
a:focus {
    outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}
/** Custom styles **/
.content {

}

.navbar > .container-fluid  {
	margin: 0 auto;
}
.w {
    margin-bottom: 10px;
    margin-top: -70px;
	z-index: 999;
	position: relative;
}
.org.sbox {
	background-color: #ffffff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 30px;
	margin-bottom: 30px;
}
.sbox {
	background-color: #ffffff;
    padding: 30px;
	margin-bottom: 30px;
}


#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#footer {
	text-align: center;
	align: center;
}

a {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	color: #5E7104;
}
a:hover {
	color: #5E7104;

}



/**********************************************************************/
/***************************** NAVBAR ********************************/
/********************************************************************/

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	color: #fff;
    background-color: #5E7104;
}

.navbar {
	margin-bottom: 0;
	min-height: 60px;
}
.navbar-header {
	float: left;
}
.navbar-brand {
	padding: 0;	
	max-width: 400px;
}

.navbar-inverse {
	background: #F2F2F2;
	border: 0 none;
}
.navbar-inverse .navbar-brand .fa-stack {
	font-size: 28px;
}
.navbar-inverse .navbar-brand .title {
    color: #888;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    background: none;
    color: #555;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-nav {
	float: right;
	margin: 0 0px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #000;
    display: block;
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    padding: 20px 15px;
    text-align: center;
    text-shadow: none;
}
.navbar-inverse .navbar-nav > li > a {
	max-width: 240px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
    color: #5E7104;
}
.navbar-inverse .navbar-toggle {
	background: #FFFFFF;
    border: 0 none;
	margin: 19px 15px 19px 0;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #eee;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background: #2c3e50;
}
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
  ul.nav li.dropdown-submenu:hover > ul.sub-menu {
    display: block;
  }
}
.dropdown-menu {
	border: none;
	width: 190px;
	background: #fff;
	padding: 0;
}

.dropdown-menu > li > a {
	background: transparent;
    color: #000;
    line-height: 2;
    padding: 7px 16px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, 
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #5E7104;
    color: #fff;
	
}

.fullslider {
    overflow: hidden;
    position: relative;
    z-index: 0;
	margin-top: -90px;
}
/**********************************************************************/
/************************* FOOTER ************************************/
/********************************************************************/
footer {
	background: #2B2C2E;
	padding: 40px 0;
}
footer p {
	color: #fff;
    font-weight: 300;
    margin: 0 0 20px 0;
	font-size: 16px;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
}

/**********************************************************************/
/****************** MEDIA QUERIES ************************************/
/********************************************************************/
@media(max-width:1400px){
	.navbar-inverse .navbar-nav > li > a {
		padding-left: 8px;
		padding-right: 8px;
		max-width: 200px;
	}
	
	#p1 .w, .w {
		margin-top: -90px;
	}
}
@media(max-width:1200px){
	.navbar > .container .navbar-brand, 
	.navbar > .container-fluid .navbar-brand {
		float: left;
		margin: 0 0 0px 7px;
		width: 225px;
		padding: 0;
	}
	
	.navbar > .container-fluid  {
		max-width: 100%;
	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		float: left;
		margin: 0 0 0px 7px;
		width: 175px;
		padding: 0;
	}
	
	.navbar-inverse .navbar-nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
		max-width: 150px;
	}
	
	#p1 .w, .w {
		margin-top: -50px;
	}

	
}
@media(max-width:991px){
	
	.spacer {
		height: 4px;
	}
	.navbar-inverse .navbar-nav > li > a {
		padding-left: 6px;
		padding-right: 6px;
		font-size: 12px;
		max-width: 130px;
	}
	
	.navbar-nav {
	}
	

	.navbar > .container .navbar-brand, 
	.navbar > .container-fluid .navbar-brand {
		float: left;
		margin: 0 0 0px 7px;
		width: 125px;
		padding: 0;
	}
	.logo img {
		border: none;
	}
	.logo img {
		margin-top: 6px;
		max-width: 110px;
		height: auto !important;

	}
	
	
	
}
@media (max-width: 767px) {
	.fullslider {
		margin-top: -70px;
	}
	#p1 .w, .w {
		margin-top: 0px;
	}
	.navbar-nav {
		width: 100%;
	}
	
	.navbar-header {
		float: none;
	}

	.navbar-inverse .navbar-nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 16px;
		max-width: 100%;
	}
	
	.w {
		margin:0;
	}
	.navbar-collapse {
		float: none;
	}
	
	.navbar-inverse .navbar-nav > li > a {
		font-size: 24px;
		padding: 18px 15px;
		width: 100%;
		text-align: left;
	}
	#p1 .jumbotron {
		padding-bottom: 60px;
		padding-top: 100px;
	}
	
	.jumbotron {
		padding-left: 0;
		padding-right: 0;
	}
	.jumbotron h1 {
		font-size: 48px;
	}
	.jumbotron h2 {
		font-size: 22px;
	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		float: left;
		margin: 0 0 0px 7px;
		width: 175px;
	}
	.navbar-brand {
		margin-right: 0px;
		max-width: 200px;
		padding: 0;
	}
	.logo img {
		border: none;
		max-width: 75px;
		height: auto !important;
	}
	span.content a {
		display: block;
		width: 100%;
	}
	
}

.theme-default .nivoSlider {
	box-shadow: 0 0 0 0 #4a4a4a !important;
	/* min-height: 270px; */
}

.nivo-controlNav {
	display: none;
}
#slide .slider {
    position: absolute;
    z-index: 0;
}

.button {
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
	background: #5e7104;
	color: #fff;
}
a.button:hover{
	color: #fff;
	background: #7e9124;
	text-decoration: none;
}
.widebutton {
	display: inline-block;
	padding: 10px 0px;
	width: 100%;
	text-align: center;
	background: #5e7104;
	color: #fff;
}
a.widebutton:hover{
	color: #fff;
	background: #7e9124;
	text-decoration: none;
}

.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.nivo-caption {
	background: none !important;
	top: 20px;
	opactiy: 1 !important;
}
.nivo-caption  h1,
.nivo-caption  h2,
.nivo-caption  h3 {
	color: #fff;
	font-weight: 700;
	border: none;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}
.nivo-caption  h1 {font-size: 5em;}
.nivo-caption  h2 {font-size: 3em;}
.nivo-caption  h3 {font-size: 2em;}


.dropdown {
	cursor:pointer;
}
.dropdown-menu  {	
	border-radius: 0;
}
.dropdown-menu > li {	
	position:relative;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
	cursor:pointer;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display:none;
    margin-top: -1px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-left-color:#fff;
	box-shadow:none;
}
.right-caret, .left-caret  {
	
}
.right-caret:after,.left-caret:after  {
	content:"";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
	margin-left:5px;
	position: absolute;
	top: 16px;
	right: 16px;
}
.right-caret:after {	
	border-left: 5px solid #5E7104;
}
.right-caret:hover:after {	
	border-left: 5px solid #fff;
}
.left-caret:after {	
	border-right: 5px solid #5E7104;
}
.left-caret:hover:after {	
	border-right: 5px solid #fff;
}

blockquote {
    border-color: #D8D8F2;
    padding: 0px 20px;
	font-style: italic;
}
.accordion-content {
	padding: 10px;
}
#knoppen {
position: absolute;
top: 60px;
right: 0px;
z-index:9000;
}

.btn-success {
	background: #5e7104;
	border-color: #5e7104;
}
.btn-success:hover {
	background: #5e710490;
}