/*
Theme Name: Lampenier

 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@import url('style/bootstrap.css');
@import url('style/bootstrap-responsive.css');
@import url(http://fonts.googleapis.com/css?family=Bitter:400,700);


/* Buttons */
.menu-toggle {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle{
	cursor: pointer;
}

.menu-toggle:hover{
	color: #000;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}

/* Navigation Menu */
.main-navigation {
	/* margin-top: 24px; */
	/* margin-top: 1.714285714rem; */
	/* text-align: center; */
}
.main-navigation li {
	/* margin-top: 24px; */
	/* margin-top: 1.714285714rem; */
	font-size: 12px;
	font-size: 0.857142857rem;
	/* line-height: 1.42857143; */
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #000;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}


/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}



/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		white-space: nowrap;
		font-family: 'Droid Sans', sans-serif !important;
	}
	.main-navigation li a:hover {
		color: #000;
	}
	.main-navigation li {
		margin: 0 30px 0 0;
		margin: 0 2.14285714rem 0 0 ;
		position: relative;
		padding-left: 2.14285714rem;
		padding-left: 30px;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		margin-left: -31px;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	
		.main-navigation li ul li {
		padding-left: 0rem;
		padding-left: 0px;
		margin: 0;
		}
		
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #FFF;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #FFF;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
}

.menu-balk{
	background: #efefef; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#FFF, #efefef);
	background: -o-linear-gradient(#FFF, #efefef);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#efefef)); /* older webkit syntax */
	background: -webkit-linear-gradient(#FFF, #efefef);
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 0px;
	width: 100%;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
}

.menu-balk li{
   border-left: 1px solid #d7d7d7;
}

.menu-balk li a{

}

.menu-balk ul{
   border-right: 1px solid #d7d7d7;
}

.nav-menu li a{
color: #FFF;


}

.nav-menu li a:hover{
color: #E7E7E7;
}


.current_page_ancestor > a, .current_page_item  > a{

}

.nav-menu li ul li a{
color: #333;
}

#crumbs, #crumbs a{
color: #EEE;
font-size: 12px;
}

#crumbs{
margin-bottom: 10px;
}

.box_skitter{
z-index: 0;
}

.contentblock p{
margin-right: 30px;
padding-left: 0px;
}

.contentblock {
padding-bottom: 20px;
}

.contentblock  h1{
margin-left: 10px;
margin-top: 20px;
}

#sidebar-nav{
z-index: 100;
position: ;
display: block;
}

#sidebar-nav ul {
padding: 0;
margin: 0 0 10px 0px;
}

#sidebar-nav a{
color: #696969 !important;
display:block;
font-size: 12px;
}
#sidebar-nav ul li{
list-style:none;

}

#sidebar-nav .children{
display:none;
}
#sidebar-nav .page_item .children .page_item .children {
display:none;
}
#sidebar-nav .page_item .children .current_page_item .children {
display:block;
}
#sidebar-nav .current_page_item .children ,#sidebar-nav .current_page_ancestor .children, #sidebar-nav .current_page_parent .children{
display:block;
color: #356896 !important;
}

#sidebar-nav .current_page_item .children .children{
display:none;
}


#sidebar-nav .current_page_ancestor .current_page_parent .current_page_item .children{
display:block;
}
#sidebar-nav .current_page_ancestor .children .current_page_parent .children {
display:block;
}
#sidebar-nav a:hover,
#sidebar-nav  .current_page_item > a,
#sidebar-nav  .current_page_ancestor > a
{
color: #356896 !important;
text-decoration:none;
}
#sidebar-nav{
/* position: absolute; */
width: 170px; 
padding-top: 35px; 
padding-left: 0px; 
color:#696969 !important;
}
#sidebar-nav li{
border-bottom: 1px solid #e9e9e3;
padding-bottom: 5px;
padding-top: 5px;
}

.pagenav{
border-bottom: 0px solid #e9e9e3 !important;
padding-bottom: 5px;
padding-top: 5px;
}


#sidebar-nav li ul li{
border-bottom: 0px solid #ccc;
margin-left: 4px;
}

#sidebar-nav li ul {
border-bottom: 0px solid #ccc;
margin-left: 4px;
}

#sidebar-nav li ul a{
font-size: 11px;
}

.pw_map_canvas {max-width: 760px !important; }
/* .container_skitter {max-width: 940px !important; } */
.boxed_image {max-width: 920px !important; }
					@media (min-width: 1200px) {
					.pw_map_canvas {max-width: 950px !important; }
					/* .container_skitter {max-width: 1170px !important; } */
					.boxed_image {max-width: 1160px !important; }
					}
					@media (min-width: 768px) and (max-width: 979px) {
					.pw_map_canvas {max-width: 580px !important; }
					.boxed_image {max-width: 704px !important; }
					.span4  img{   width: 100% !important; }
					}
					@media (max-width: 767px) {
					.pw_map_canvas {max-width: 97% !important; }
					.boxed_image {max-width: 97% !important; }
					.span4  img{   width: 150px !important; }
					}
					@media (max-width: 400px) {
					[class*="span"]  img{   width: 100% !important; margin-bottom: 10px;}

					}
					
.toggled-on{
background: #FFF;
color: #000;
text-align: left;
list-style-type: none;
}

.toggled-on li a{
color: #000;
line-height: 10px;
font-weight: bold;
}
.toggled-on li a{
list-style-type: none;
}

.toggled-on li a:hover{
color: navy;
line-height: 10px;
}

.alignright {
	float: right !important;
	margin-left: 10px;
	margin-bottom: 10px;

}

.container_skitter , .container_skitter img{
    width:100% !important;
}

.box_skitter {
    background:transparent;
    width:100% !important;
}

.box_skitter img {

    max-width:100%;
}

.box_skitter {
background: transparent !important;
}

.container{

}
.background{
	background: #FFF;
	margin-right: -30px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.menuhead{
padding-bottom: 0px;
	padding-top: 0px;
}

.topbottom{
padding-bottom: 0;
}

.menuitems{
	background: #c90039;
	
}

.span6, .span12{
}

body{
	background: #d1d1d1;
	font-family: 'Droid Sans', sans-serif;
}

.span4_5 {
	width: 340px;
	margin-bottom: 10px;
}


.firstfoot{
	color: #818181;
	font-size: 12px;
}

.firstfoot h4{
	font-size: 14px;
}

.bottomfoot{
	color: #818181;
	padding-bottom: 200px;
}

.hor_line{  
	height: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.c2a{
	width: 232px;
	background: #334455;
	float: left;
	margin-top: 20px;
}

.c2af{
	width: 232px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #554433;
	float: left;
	margin-top: 2px;
	text-align: center;
	color: #FFF;
}

.c2a_left, .c2af_left{
	margin-right: 2px;
}

.c2af_left{
	background: #c90039;
	border-bottom-left-radius: 25px;
}

.c2a_middle, .c2af_middle {
	background: #3d3d3f;
	text-align: center;
	color: #FFF;
}

.c2a_right, .c2af_right{
	margin-left: 2px;
	background: #858585;
	text-align: center;
	color: #FFF;
}

@media (min-width: 1200px) {
	.span4_5 {
		width: 420px;
		margin-bottom: 20px;
	}
  
	.c2a{
		width: 288px;
		height: 169px;
		background: #334455;
		float: left;
		margin-top: 20px;
	}
	
	.c2af{
		width: 288px;
		padding-top: 10px;
		padding-bottom: 10px;
		background: #554433;
		float: left;
		margin-top: 3px;
		text-align: center;
		color: #FFF;
	}


	.c2af_left{
		border-bottom-left-radius: 25px;
	}

	.c2a_middle, .c2af_middle {
		text-align: center;
		color: #FFF;
	}



	.c2a_right, .c2af_right{
		margin-left: 3px;
		text-align: center;
		color: #FFF;
	}
}


.banner{
	min-height: 400px;
	border-top-left-radius: 35px;
	margin: 15px;
	background: #f0f0f0;
	padding: 20px;
	color: #707072;
	font-size: 12px;
}

.banner h2{
font-size: 16px;
line-height: 16px;
font-weight: bold;
color: #c90039;
}

.banner h3{
font-size: 14px;
line-height: 16px;
font-weight: bold;
}

.banner hr { display: block; height: 1px;
    border: 0; border-top: 1px solid #707072;
    margin: 1em 0; padding: 0; 
	margin-top: 30px;
	margin-bottom: 10px;
	}

.banner_out{
	border-top-left-radius: 50px;
	border: 1px solid #ccc;
	box-shadow: 0px 1px 2px #999;
	background: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
}

.navbar-inner{
	border: 0px;
}

.navbar {
	box-shadow: 0px 5px 3px -3px #333;
}

.menuitem{
	color: #FFF;
	font-size: 14px;
	margin: 10px 50px 10px 0px;
	float: left;
	font-weight: bold;
}

.overlay_textblock{
width: 100%;
background: rgba( 255,255,255,0.7);
position: absolute;
bottom: 0px;
text-align: center;
color: #333;
font-family: 'Bitter', serif;
}


.firstfoot h4{
color: #000;
font-family: 'Bitter', serif;
}


.firstfoot a{
color: #333;
font-family: 'Droid Sans', sans-serif;
line-height: 30px;
font-size: 14px;
}

.firstfoot i{
margin-right: 10px;
}

.navbar-inner{
	border: 0px;
}

.navbar {
	box-shadow: 0px 5px 3px -3px #333;
}

.menuitem{
	color: #FFF;
	font-size: 14px;
	margin: 10px 50px 10px 0px;
	float: left;
	font-weight: bold;
}

.sidebar_menu{
margin-top: 20px;
margin-bottom: 20px;
background: #FFF;
position: relative;

}

.sidebar_menu li{
color: #000;
/* border-bottom: 1px dashed #CCC; */
list-style: none;
font-size: 13px;
font-weight: bold;
margin-top: 10px;
}


.sidebar_menu li ul li a{
color: #666;
/* border-bottom: 1px dashed #CCC; */
list-style: none;
font-size: 13px;
font-weight: normal;
margin-top: 10px;
}

.sidebar_menu .current_page_item a{
text-decoration: none;
color: #000 !important;
font-weight: bold;
}

.current_page_item .children a{
color: #666;
/* border-bottom: 1px dashed #CCC; */
list-style: none;
font-size: 13px;
font-weight: normal;
/* margin-top: 10px; */
}

.sidebar_menu li a{
color: #000;
}



.sidebar_menu .current_page_item  li a{
text-decoration: none;
color: #333 !important;
}

.sidebar_menu ul{
margin-right: 0px;
margin-top: 0px;
margin-bottom: 30px;
}

.sidebar_menu_header_item{
width: 25%;
background: #a3a3a3;
float: left;
min-height: 27px;
text-align: center;
color: #FFF;
}

.menu_item_1{

}

.menu_item_2{

}

.menu_item_3{

}

.menu_item_active_mode{
width: 50%;
text-align: left;
background: #c90039;
}
.menu_item_active_wonen{
width: 50%;
text-align: left;
background: #3d3d3f;
}
.menu_item_active_slapen{
width: 50%;
text-align: left;
background: #858585;
}

.crumble{
margin-top: 20px;
padding-left: 2px; 

font-size: 11px;
color: #999;
}
.crumble_top{
padding-left: 10px;
font-size: 11px;
color: #999;
}
#crumbs, #crumbs a{
color: #999;
font-size: 11px;
}

.contentblock{
font-size: 12px;
}

.fm-form ul{
margin-left: 0px;
font-size: 12px;
}

label
{

font-size: 12px;
}

.overlay_textblock a{
color: #333;
}

.image, .image img, .image a{

}

.flexer{
margin-bottom: 30px;
margin-top: 30px;
}

.flex_side_top{
margin-bottom: 6px;
position: relative;
}

.flex_side_bottom{
position: relative;
}
.overlay_textblock{
width: 100%;
background: rgba( 255,255,255,0.85);
position: absolute;
bottom: 0px;
text-align: center;
color: #333;
font-family: 'Bitter', serif;
}

.flex_main{
position: relative;

}

.flexer .span5{
min-height: 300px;
}

.box_skitter .prev_button {
left: 0px !important;
}

.box_skitter .next_button {
right: 0px !important;
}


.image_number{
background-color: transparent !important;
border: 2px solid #CCC;
width: 7px !important;
height: 7px !important;
box-shadow: 0 2px 4px #333, inset 0 2px 2px #666;
}

.image_number:hover{
background-color: #FFF!important;
border: 2px solid #CCC;
}

.icn{
padding-right: 10px;
}

.shopinfo{
font-size: 12px;
}

#secondary ul{
list-style-type:none;
margin-left: 0px;
}
.search-result {
font-size: 14px;
}
.search-result b{
font-family: 'Bitter', serif;

}

.searchresults h3, .searchresults h3 a{
font-size: 14px;
color: #0088cc;
line-height: 20px;
margin: 40px 0 0 0;
}

.searchresults .link a{
font-size: 14px;
color: #00802A;
}

.box_skitter .label_skitter {
width: 100% !important;
top: 0 !important;
bottom: auto !important;
left: 0 !important;
}

.locationinfo h2 a{

}

.locationinfo{font-size:80%;overflow:auto;width:300px;height:100px !important; }

.firstheader, .firstfoot{
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */
}

.menuhead, .footbg {
background: rgb(132,95,161); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0NWZhMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZDQwNmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(132,95,161,1) 0%, rgba(93,64,111,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(132,95,161,1)), color-stop(100%,rgba(93,64,111,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(132,95,161,1) 0%,rgba(93,64,111,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(132,95,161,1) 0%,rgba(93,64,111,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(132,95,161,1) 0%,rgba(93,64,111,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(132,95,161,1) 0%,rgba(93,64,111,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#845fa1', endColorstr='#5d406f',GradientType=0 ); /* IE6-8 */

}

.footbg a, .footbg{
color: #FFF;
}
.fm-form input["type=text"]{
height: 40px !important;
}

.fm-form label{
display: none !important;
}

.fancybox img{
padding: 10px;
background: #FFF;
border: 1px solid #CCC;
margin-right: 10px;
margin-bottom: 10px;
border-radius: 2px;
}
