@import url(https://fonts.googleapis.com/css?family=Sanchez);

html {width:100%; height: 100%; overflow-y: scroll;}
body {
    color: #333333;
    color: #000;
    font-family: 'Open Sans',Verdana, sans-serif;
	font-size: 16px;
	background: #fff;
}
/**********************************************************************/
/************************** COMMON ELEMENTS **************************/
/********************************************************************/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans',Verdana, sans-serif;
	font-family: Sanchez, Courier;

}
p {
	line-height: 1.6;
	font-size: 16px;
}
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;
}

a:focus {
    outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}
/** Custom styles **/
.header {
	background: #fff;
	text-align: right;
}
.header .logo img {
	margin: 10px 40px 10px 40px;
}
.header .slogan {
	font-family: Sanchez, Courier;
	font-size: 30px;
	font-weight: 700;
}
.white {
	padding: 10px 40px 20px;
	margin-bottom: 20px; 	
}
.container .quote {
	margin: -40px -40px;
}
.white {
	background: #fff;
}
.pullup {
	margin-top: -120px;
	padding-top: 20px;
}


.logo {
}
.logo img {
	height: 99px;
}
.vis-hidden {
	visibility: hidden !important;
}
.spacer {
	height: 40px;
}
a {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	color: #333333; 
}
a:hover, a:focus {
    color: #333333;
}

h2.sectionTitle {
	color: #2980b9;
    font-size: 50px;
    margin-top: 0;
    text-align: center;
	font-weight: 700;
    margin-bottom: 50px;
}
h3.sectionTitle {
    text-align: center;
    margin-bottom: 50px;
    margin-top: -20px;
}
.altWrap {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #f7f7f7;
}

.btn-primary {
    background-color: #77bc1f;
    border-color: #77bc1f;
    color: #fff;
}

.button {
    background-color: #77bc1f;
    color: #555;
    display: inline-block;
    font-weight: 700;
    margin: 0 1%;
    padding: 50px 0;
    text-align: center;
    text-transform: uppercase;
    width: 22%;
}
.button:hover {
	text-decoration: none;
}



.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
}

/**********************************************************************/
/***************************** NAVBAR ********************************/
/********************************************************************/

.navbar-brand {
    height: auto;
}


.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background-color: #fff;
    color: #4375CA;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #fff;
    color: #4375CA;

}

.navbar {
	margin-bottom: 0;
	padding: 0 20px;
	min-height: 50px;
	z-index: 2000;
}


.navbar-inverse {
	border-radius: 0;
	background: #4375CA;
	border: 0 none;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.navbar-nav {
	float: right;
}
.navbar-nav {
  width: 100%;
  text-align: left;
}


.navbar-inverse .navbar-nav > li > a {
	font-family: 'Roboto Condensed',sans-serif;
	color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 24px;
	line-height: 28px;
    text-shadow: none;
	text-decoration: none;
	text-transform: uppercase;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.navbar .nav li.open a {
	background: #2355AA;
    color: #fff;
}
.navbar-inverse .navbar-toggle {
	background: #FFFFFF;
    border: 0 none;
	margin: 15px 15px 15px 0;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #eee;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background: #2c3e50;
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
	min-width: 200px;
	background-color: #4375CA;
	padding: 2px 0 0 0;
}

.dropdown-menu {
	border: 0px;
}
.navbar .nav .dropdown-menu > li > a {
    color: #fff;
	background: #4375CA;
    font-weight: 400;
    line-height: 1.42857;
    padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	
}

.navbar-inverse .navbar-nav .dropdown-menu > .active > a{
	background-color: #2355AA;
    color: #fff;

}
.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .dropdown-menu > li  > a:focus {
	background-color: #2355AA;
    color: #fff;

}

.withbg {
	background: #E1EFF0; 
	padding: 40px 0;
}
.fullheader {
	background: url(/media/achtergronden/bg-1.jpg) no-repeat center center scroll; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/header/header.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/header/header.jpg', sizingMethod='scale')";
	height: 400px;
}

.fullheader h1 {
	color: #fff;
    font-size: 64px;
    font-weight: 700;
	text-shadow: 0 2px 5px #222222;
	width: 60%;
}





/**********************************************************************/
/************************* FOOTER ************************************/
/********************************************************************/
#footer {
	padding: 25px 0 35px;
	color: #fff;
    font-weight: 300;
	font-size: 16px;
}
#footer .social {
	margin: 0;
}
#footer  a {
	color: #fff;
	text-decoration: none;
}
#footer h2 {
    font-size: 20px;
    font-weight: 600;
}
#footer .social a:hover {
	color: #fff;
}
#footer .social a .fa-inverse {
	color: #444;
}


@media(min-width:990px){
		.navbar-nav > li {
		float: none;
		display: inline-block;
	}
}
@media(max-width:991px){
	.spacer {
		height: 4px;
	}
	.navbar-collapse {
		float: right;
	}
	.navbar-inverse .navbar-nav > li > a {
		font-size: 14px;
		padding: 20px 8px;
		
	}
	.navbar-nav {
		float: left;
		width: 100%;
	}
	.navbar {
		min-height: 60px;
	}

}
@media (max-width: 767px) {
	.navbar-collapse {
		float: none;
	}
	
	.navbar-inverse .navbar-nav > li > a {
		font-size: 24px;
	}
	.header .slogan {
		font-family: Sanchez, Courier;
		font-size: 16px;
		font-weight: 400;
	}
	.header .logo img {
		margin: 10px 10px;
	}
}

.bmargin {
	margin-bottom: 20px;
}

.well {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px;
    min-height: 10px;
    padding: 10px 20px;
}

#footer {
	color: #fff;
}
#footer.lightgrey {
	background: #57585b;		
}
#footer.grey {
	background: #3c3c3d;	
	color: #bbb;	
	font-size: 12px;
	vertical-align: baseline;

}
#footer.grey  a {
	color: #bbb;	
}	

#footer.grey  img{
	vertical-align: top;
}	


.map {
	margin-top: 20px;
}

.mod_oneforall_item_thumb_f {
	margin: 0 10px 10px 0;	
}

.affix {
	top: 0;
	width: 100%;
	z-index: 2000;
	opacity: 0.95;
	display:block;
}
.nav-wrapper {
	height: 52px;
}
.carousel-caption {
	text-align: left !important;
}
.carousel-caption h1{
	font-size: 4em;
	font-weight: 800;
	color: #4375CA;
}
.carousel-caption h2 {
	font-size: 2.3em;
	font-weight: 800;
	color: #4375CA;
}
.carousel-caption h1, .carousel-caption h2 {
	color: #ffffff;
	text-shadow: -2px 0 #000000, 0 2px #000000, 2px 0 #000000, 0 -2px #000000;
}
@media (max-width: 990px) {
	.carousel-caption {
		display: none;
	}
}
