/* CSS Document */
* 
{
	margin: 0;
}

html 
{
  position: relative;
  min-height: 100%;
  height: 100%;
}

body
{
	font-family: 'Lato', sans-serif;
	line-height: 150%;
	min-height: 100%;
	height: 100%;
	background: url(../images/new_bkgnd.jpg) no-repeat center center fixed;
	background-size: cover;
}

#fadedbkgnd
{
	opacity: 0.4;
	height: 100%;
	width: 100%;
	background-color: White;
	z-index: -100;
	position: fixed;
}

#wrapper
{
	min-height: 100%;
	margin-bottom: -207px;
}

#wrapper:after
{
	content: "";
	display: block;
	height: 207px;
}

.navbar-default.navbar-default
{
	background-color: #B4D2E7;
}

#navbar li
{
	border-top: 3px Solid #B4D2E7;
}

#navbar li a
{
	background-color: #B4D2E7;
	color: #472410;
}

#navbar li:hover
{
	background-color: #90a8b8;
	border-top: 3px solid #F7EDE8;
}

#container
{
	min-height: 100%;
	height: 100%;
	background-color: White;
	/*padding: 10px;*/
}

.media
{
	margin-bottom: 15px;
	margin-left: 15px;
}

.active-item
{
	border-top: 3px Solid #F7EDE8 !important;
}

.active-item a
{
	background-color: #90a8b8 !important;
	color: White !important;
}

#container .container
{
	padding-left: 0px;
	padding-right: 0px;
}

.news-page-title
{
	margin-left: 30px;
}

#content
{
	padding-top: 30px;
	padding-bottom: 30px;
}

#content .row
{
	margin-left: 15px;
	margin-right: 15px;
}

#contact
{
	padding: 15px;
	border-left: 1px Solid #90a8b8;
}

footer
{
	text-align: center;
	background-color: #6c7e8a;
	color: White;
	padding: 30px;
}

.page-info
{
	margin-bottom: 30px;
}

.img {
    position: relative;
    float: left;
    width:  200px;
	height: 175px;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
}

.map
{
	width: 100%;
	height: 250px;
}

.navbar-fixed-top
{
	padding-left: 15px;
	padding-right: 15px;
}

.footer 
{
	height: 207px;
}

#content > .page-info > #text > img,
#content > p > img
{
	float: left !important;
	margin-top: 5px !important;
	margin-right: 10px !important;
}

#trans_img
{
	position: fixed;
	z-index: -1;
	opacity: 0.2;
	bottom: 0;
	left: 0;
}

#brand
{
	color: White;
}

#mapsBox
{
	text-align: right;
}

.carousel-inner .item
{
	width: 100%;
	height: 250px;
}

.carousel-inner .item img, .carousel-inner .item a img
{
	max-width: 100%;
	max-height: 250px;
	margin: auto;
}

@media screen and (max-width: 680px)
{
	.slider-image-div, .carousel-inner
	{
		height: 150px !important;
	}
}

.carousel-control.left.carousel-control.left, .carousel-control.right.carousel-control.right
{
	background-image: none;
}

#logoBalk
{
	font-size: 18px;
	color: White;
	position: absolute;
	z-index: 2;
	margin-left: 15%;
	margin-top: 10px;
}

#sliderLogoImageHolder
{
	width: 100%;
}

#logoBalk img
{
	margin-right: auto;
    width: 200px;
    height: 250px;
    margin-top: -50px;
	margin-left: -18px;
    background-color: rgba(255,255,255,0.6);
}

#transbg
{
	position: absolute;
	z-index: 2;
	width: 100%;
}

.carousel-control.left,.carousel-control.right
{
	z-index: 3;
}

.dropdown-menu.dropdown-menu
{
	background-color: White;
}

.navbar-nav .open a.navbar-nav .open a
{
	background-color: #6c7e8a;
}

#menubalk
{
	margin-bottom: 0px;
	border-radius: 0px;
	border: 0px;
}

.btn-librae-primary
{
	background-color: #B4D2E7;
	color: Black;
	border-color: #B4D2E7;
}

.btn-librae-primary:hover, .btn-librae-primary:focus
{
	outline: none !important;
	background-color: #B4D2E7 !important;
	color: Black !important;
	border: 1px Solid Black !important;
}

.no-margin
{
	margin-top: 0px;
}

.feed-item
{
	padding: 15px;
	border-bottom: 1px dotted #472410;
}

.feed-title
{
	font-size: 18px;
}

.footer a
{
	color: White;
}

#content img
{
	margin: 10px;
}

@media screen and (min-width: 680px)
{
	.navbar-fixed-top
	{
		padding: 0px;
		right: auto;
		left: auto;
		width: 1140px;
	}
}

@media screen and (max-width: 680px) {
    #container
	{
		margin-top: 0px;
	}
	.container
	{
		margin: 0px;
		padding: 0px;
	}
	#menu-button
	{
		margin-right: 30px;
	}
	.active-item
	{
		border-top: 0px;
	}
	#navbar a:hover
	{
		background-color: C6DBEA;
		border-top: 0px;
	}
	
	.container .navbar-header
	{
		margin: 0px;
	}
	.row
	{
		margin: 0px;
	}

	#map_canvas
	{
		/*display: none;*/
	}
	#contact
	{
		border-left: 0px;
	}
	#bedrijfsLogo
	{
		display: none;
	}
	.carousel-inner .item img, .carousel-inner .item a img
	{
		wdith: 100%;
		height: 150px;
		margin: auto;
	}
	.map
	{
		width: 100%;
		height: 150px;
	}
	
	#logoBalk
	{
		font-size: 12px;
		margin-top: 5px;
	}
	
	#logoBalk img
	{
		margin-top: -25px;
		height: 150px;
		width: 100px;
	}
	
	#transbg img
	{
		height: 150px;
		width: 50%;
	}
}