/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

.Actions{margin-top:20px;}

.laatstenieuws p.title{font-size: 36px;margin-top: 20px;
margin-bottom: 10px; font-family: inherit;
font-weight: 500;
line-height: 1.1;}

.ImportantNews{background:#fff; border-bottom:1px solid #ccc;  }
.ImportantNews .newsitemtop{font-size:16px;  }

a.navbar-brand img {max-height:40px;}

hr {
    border: 2px solid #eee !important;
}
html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 5px;
}

.img-hover:hover {
    opacity: 0.8;
}

.productsmallimage{padding-left:0px; padding-right:0px; margin-top:5px; border:1px solid #eee}
.productsmallimage .holder{padding:5px;}

.categorie{margin:10px 0;   -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}

.categorie:hover{background:#666633}
.categorie .title{color:#666633; font-size:18px; text-transform:uppercase; padding:10px; display:block;}
.categorie .title:hover{text-decoration:none;}
.categorie:hover .title{color:#fff; }


.navbar {height:65px; background:#222}
.navbar-inverse .navbar-collapse {background:#222; padding-left:15px;}
.navbar  .container{padding:5px 0 0 0;}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0 !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #222;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
	
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #666;
}

/* Home Page Carousel */

header.carousel {
    height: 350px;
}

header.carousel .title{

	font-family: 'Suez One', serif;
	font-size:40px;
}

.carousel-caption h2{

	font-family: 'Suez One', serif;
	font-size:40px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 35%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}


.container{ padding:20px 0;}


/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

.merken{border-top:1px solid #eee;
 box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4);

}

.subfooter {
	background:#999;
}

.subfooter a, .subfooter p{
	color:#fff;
}

footer {
    margin: 0;
	background:#333;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}