body {
	background-color: #FFF;
	font-family: Georgia,Times,Times New Roman,serif;
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
}
a {
    color: #171717;
}
a:hover{
	text-decoration: none;
  color: #171717;
}
body.lombremain{
	margin-top: 100px;
}
.jumbotron{
	background-color: #171717;
	color: white;
}
.jumbotron img{
	max-width: 100%;
	max-height: 200px;
}
.navbar.translucent{
    border-width: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: rgba(0,0,0,0.9);
    background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
}
.carousel-button:hover{
	background-color: rgba(95, 91, 85, 0.8);
	color: #FFF;
	border: 1px solid #FFF;
}
.carousel-button{
	background-color: rgba(95, 91, 85, 0.6);
	color: #FFF;
	border: 1px solid #FFF;
}
.carousel-caption{
	padding-bottom: 60px;
}
#filters{
	text-align: center;
	margin-top: 10px;
}
#filters .filteritem{
	display: inline-block;
	margin: 5px;
	border: 1px solid black;
}
@media only screen and (max-width : 768px){
	#filters .filteritem{
		display: block;
	}
}
.filteritem a{
	width: 100%;
	display: block;
	padding: 5px;
}
.filteritem.active,
.filteritem.active a{
	background-color: #171717;
	color: white;
}



/*
#filters{
	float: none!important;
	display: table;
	margin: auto;
}
#filters li{
	text-align: center;
}



#filters a{
  display: inline-block;
  padding: 0.4em 0.5em;
  color: #222;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  padding: 10px 25px 10px 25px;
  outline: none;
  border: 1px solid #171717;
	border-left: none;
}


#filters a:first-of-type{
  border-left: 1px solid #171717;
}

#filters a:hover {
  background-color: #171717;
	color: white;
}

#filters a:active,
#filters a.selected {
	background-color: #171717;
  text-shadow: none;
  color: white;
}
*/


#grid img{
	border: 4px solid white;
	margin: 10px;
}
.btn-group-previousnext{
	width: 100%;
}
.btn-previousnext{
	width: 49%;
}
.photodetail{
	margin-bottom: 10px;
}
#largeimage{
	width: 100%;
	border: 4px solid white;
}
.relatedimage{
	height: 100px;
	width: 100px;
	border: 1px solid white;
	margin: 3px;
	cursor: pointer;
}
.relatedimage.active{
	border: 3px solid #958e85;
    -webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
         -o-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
            filter: grayscale(0%);
   opacity: 0.5;
   filter: alpha(opacity=100);
}



/*********************
 *	Bootstrap Styles
 ********************/
.navbar-brand{
	padding: 0 0;
	padding-left: 10px;
	height: 50px;
}
.navbar-brand img{
	height: 50px;
}
.navbar-default {
  background-color: #FFFFFF;
	background-color: rgba(255,255,255,1);
  border-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #333;
  background-color: #403D39;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-brand{
	color: #333;
}
.navbar-default li{
	border-bottom: 5px solid transparent;
	transition: border-color .3s ease-in-out;
	-webkit-transition: border-color .3s ease-in-out;
	-moz-transition: border-color .3s ease-in-out;
}
.navbar-default li:hover{
	border-bottom-color: #171717;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover{
	color: #171717;
}
.panel{
	border-color: #CCC;
}
.panel-default>.panel-heading {
  color: #171717;
  background-color: #f1f1f1;
  border-color: #CCC;
  font-size: 25px;
  font-weight: 300;
}
.panel-body{
	/*background-color: #F7F7F7;*/
}
h1{
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 20px;
}
h2{
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 20px;
}
.inactive{
	color: #CCC;
}
.input-group-addon{
	color: #171717;
}
#add2cart, .button_cart{
	width: 100%;
	background-color: #171717;
	border: 1px solid #FFF;
	color: #FFF;
	padding: 9px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.lombrebutton{
	background-color: #171717;
	border: 1px solid #FFF;
	color: #FFF;
	padding: 9px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#shoppingcart{
	padding: 10px;
	background-color: #100e0c;
	border-top: 1px solid #FFF;
	display: none;
	color: #FFF;
}
#shoppingcart.display{
	display:block;
}
#footerspacing{
	display: block;
	height: 60px;
}
#shoppingcartamount{
	margin-right: 10px;
}
.slideup{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;

	visibility: visible !important;
	display:block;
}

@keyframes slideUp {
	0% {
		transform: translateY(55px);
	}
	100% {
		transform: translateY(0px);
	}
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(55px);
	}
	100% {
		-webkit-transform: translateY(0px);
	}
}
#cartlogo{
	height: 200px;
}
#opmerking, #message{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.product_amount{
	width: 62px;
	margin-right: 5px;
}

.accessories, .lombreform .accessories	{
	margin: 3px;
	margin-bottom: 10px;
	border: 3px solid transparent;
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%);
   opacity: 0.3;
   filter: alpha(opacity=30);
   cursor: pointer;
}

.accessories.selected{
	border: 3px solid #958e85;
    -webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
         -o-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
            filter: grayscale(0%);
   opacity: 1;
   filter: alpha(opacity=100);
}
.cartproduct{
	border-bottom: 1px solid #100e0c;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.errormessage{
	background-color: #FF0000;
	color: white;
}
.requiredmissing{
	border: 1px solid #FF0000;
}
.requiredmissing::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #FF0000;
}
.requiredmissing:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #FF0000;
   opacity:  1;
}
.requiredmissing::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #FF0000;
   opacity:  1;
}
.requiredmissing:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #FF0000;
}
.projectwrapper{
	margin-bottom: 60px;
	height: 255px;
	overflow: hidden;
}
.projecttitle{
	text-transform: uppercase;
	font-weight: bold;
}
#projects{
	margin-top: 150px;
}
.projectimage{
	width: 100%;
	cursor: pointer;
}
img.projectimage{
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all .5s ease-in-out;
}
img.projectimage:hover,
#project_front.projectimage{
  filter: none;
  -webkit-filter: grayscale(0%);
}
#facebook{
	height: 50px;
}

.googlemaps{
	border-radius: 6px;
		margin-bottom: 30px;
}
#catalogi .image{
	min-height: 300px;
}

@media only screen and (max-width : 768px){
	.projectimageclient{
		max-width: 90%;
	}
	#nieuws img{
		max-width: 100%;
	}
}

#nieuws .panel-heading{
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 20px;
}


/**********************
 *		Administration
 **********************/
.text-danger{
	    color: #a94442;
}
.text-success{
	    color: #3c763d;
}
.pointer{
	cursor: pointer;
}
.linked_product,
.linked_product_searchresult{
	padding: 10px;
	margin: 5px;
	border: 1px solid #CCC;
}
.linked_product:hover,
.linked_product_searchresult:hover{
	background-color: #F7F7F7;
}
.linked_product textarea,
.linked_product .linked_product_submit{
	width: 100%;
	border-color: #ccc;
	color: #999;
}
.edit:hover{
	background-color: #ffee00;
	color: black;
}
.delete:hover{
	background-color: red;
	color: white;
}
.visibility:hover{
	background-color: #46a5db;
	color: black;
}
.photoadmin{
	margin-bottom: 20px;
	padding-top: 5px;
}
.photoadmin{
	border: 1px solid transparent;
}
.photoadmin:hover{
	border: 1px solid black;
}
.photoadmin_invisible img.image{
	opacity: 0.3;
}
.photoadmin .edit,
.photoadmin .delete,
.photoadmin .visibility{
	padding: 5px;
	display: block;
}

.photodetail .strong,
#linked_products .strong{
	font-weight: bold;
}
.photodetail .description{
	margin-bottom: 20px;
}
label{
	font-weight: normal;
}

.cartcheckbox{
	margin-bottom: 2px;
}
.cartcheckbox label{
	cursor: pointer;
}
#taganderelabel{
	border-right: 0;
}
.text-tiny{
	font-size: 10px;
}
.buttonsuccessindicator{
	display: none;
}
.buttonsuccess,
.linked_product .linked_product_submit.buttonsuccess{
	color: green;
	border: 1px solid green;
	background-color: rgba(0, 128, 0, 0.2);
}
.buttonsuccess .buttonsuccessindicator{
	display: inline-block;
}
button:focus {
	outline:0 !important;
}
#productdetail{
	display: none;
}
a.svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
a.svg {
  position: relative;
  display: inline-block;
}
#offerinfo, #clientinfo, #leverboninfo{
	font-weight: bold;
}
#offertotals{
	font-weight: bold;
}
.offertotalsvalue{
	text-align: right;
}
#offertotals table{
	width: 100%;
}
.technical_properties_table{
	display: none;
	margin-top: 5px;
}
.frontadmin{
	width: 300px;
}
.front_text textarea,
#project_image_comment{
	resize: vertical;
	width: 100%;
}
#frontadminadd{
	width: 300px;
	height: 200px;
	cursor: pointer;
	background-image: url(../images/project_add.jpg);
	display: inline-block;
	background-position: center;
}
#frontadminadd input{
	width: 300px;
	height: 200px;
	opacity: 0;
	cursor: pointer;
}
#frontadmintemplate{
	display: none;
}
.product_search_result,
.linked_product{
	clear: both;
}


/**********************
 *		inspiration popup
 **********************/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 500px;
  margin: 20px auto;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

table.table-borderless>tbody>tr>td,
table.table-borderless>tbody>tr>th{
	border: none;
	padding: 1px;
	padding-left: 10px;
	padding-right: 10px;
}
table.table-borderless>tbody>tr>td.spacing{
	padding-bottom: 15px;
}

#inpiration input.form-control,
#download input.form-control{
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
	box-shadow: none;
}
#inpiration input.form-control:hover,
#download input.form-control:hover{
	border-color: rgb(171,171,161);
}
.inspirationlabel{
	color: #000;
}
#inpiration input.form-control.label_inspiration_error,
#download input.form-control.label_inspiration_error{
	border-color: #a94442;
}
#inspiration_title{
	color: rgb(171,171,161);
}
#send_inspiration_guide,
#download_brochure{
	border: 1px solid black;
	padding: 10px;
	border-radius: 0px;
	background-color: #FFF;
}
#HIB{
	height: 150px;
}
