html{
    min-height: 100%;
    position: relative;
}

body{
    margin-bottom: 80px;
}

a:focus, 
a:active, 
a:hover{outline: none;}
.btn{
	line-height: 20px;
	font-weight: bold;
	border-radius: 100px;
	border: none;
	padding: 10px 16px;
}
.btn.btn-primary:hover{background: #002a4d;}
#header{background: #f5f5f5;}
#header .bar{padding: 16px 0 34px;}
#header .logo{
	display: inline-block;
	vertical-align: top;
	margin: 13px 0 0;
}
.sub-nav{
	float: right;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 59px;
}
.sub-nav ul{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sub-nav li{
	float: left;
	margin: 0 0 0 15px;
}
.sub-nav a{color: #002a4d;}
.sub-nav a:hover, 
.sub-nav a.active, 
.sub-nav .active a{
	color: #ff7c00;
	text-decoration: underline;
}
.search-form{
	float: right;
	clear: both;
	overflow: hidden;
	border: 1px solid #000;
	border-radius: 7px;
}
.search-form input[type=search]{
	float: left;
	border: none;
	background: none;
	padding: 10px;
	line-height: 20px;
	color: #000;
	width: 169px;
}
.search-form button{
	float: left;
	width: 45px;
	height: 38px;
	border: none;
	color: #002a4d;
	font-size: 28px;
	background: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	transform: scaleX(-1);
}
#nav{
	position: relative;
	z-index: 999;
	background: #002a4d;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	padding: 20px 0;
}
.opener{
	display: none;
	float: right;
	width:60px;
	height:60px;
	background:#ff7c00;
	position:relative;
	border-radius: 3px 3px 0 0;
}
.opener:before,
.opener:after,
.opener span{
	background:#fff;
	border-radius:4px;
	position:absolute;
	top:50%;
	left:25%;
	right:25%;
	height:4px;
	margin-top:-2px; /* height/2 */
	transition:all 0.2s linear;
}
.opener:before,
.opener:after{
	content:'';
	top:30%;
}
.opener:after{top:70%;}
.active .opener span{opacity:0;}
.opener.collapsed{border-radius: 3px;}
#nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#nav li{
	float: left;
	margin: 0 35px 0 0;
}
#nav a{color: #fff;}
#nav a:hover{color: #ff7c00;}
#nav .active a, 
#nav a.active{
	color: #7d949b;
	text-decoration: none;
}
.main-title{
	padding: 36px 0;
	background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
	background-size: cover;
}
.main-title h1{
	margin: 0;
	display: inline-block;
	vertical-align: top;
	font-size: 42px;
	line-height: 45px;
	padding: 2px 10px;
	color: #fff;
	background: rgba(0,0,0,0.5);
    text-transform: uppercase;
}
.breadcrumbs{
	background: #7d949b;
	font-size: 18px;
	line-height: 24px;
	padding: 13px 0;
	color: #fff;
}
.breadcrumbs .breadcrumb{
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
}
.breadcrumb > li + li:before{
	content: '> ';
	color: #fff;
	padding: 0;
}
.breadcrumb > .active{color: #fff;}
.breadcrumbs a{
	color: #002a4d;
	text-decoration: underline;
}
.breadcrumbs a:hover{text-decoration: none;}
.main-holder{
	width: 100%;
	overflow: hidden;
    background-color: #fff;
    min-height: 100%;
}

.main-holder .content{
    overflow: hidden;
    min-height: 100%;
}

.container{
     min-height: 100%;
     
}
#content{
	background: #fff;
	margin: 0 -9999px 0 -20px;
	padding: 25px 9999px 18px 20px;
}
.categories{
	margin: 0 0 14px;
	padding: 0 0 1px;
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #002a4d;
}
.categories li{
	float: left;
	margin: 0 20px 0 0;
	font-weight: bold;
}
.categories a{color: #002a4d;}
.categories a:hover{color: #ff7c00;}
.categories .active a{ color: #ff7c00;}
.product-section, #partij-images{margin: 0 -9px;}

.product-item{
	text-align: left;
	width: 33.333333%;
	margin: 0 -4px 0 0;
	display: inline-block;
	vertical-align: top;
	padding: 0 9px 18px;
}

.content .product-section .product-item{
    padding: 0 9px 18px 0;
}

.content .product-section{
    padding: 15px 0 0 0;
}

.product-image {
    text-align: left;
	
	margin: 20px 0 0 0;
	display: inline-block;
	vertical-align: top;
	padding: 0 16px 18px 0;
}
.product-section-2 .product-item{width: 33.333333%;}
.product-item .holder{
	border: 1px solid #008db3;
	background: #f5f5f5;
}
.product-item img{
	display: block;
	width: 100%;
	margin: 0 auto;
	max-width: 460px;
}
.product-item .frame{
	color: #888;
	width: 100%;
	padding: 15px 20px 20px;
}
.product-item h1{
	font-size: 22px;
	line-height: 26px;
	color: #008db3;
	margin: 0 0 18px;
}
.product-item dl{
	overflow: hidden;
	margin: 0 0 14px;
}
.product-item dl dt{
	float: left;
	clear: both;
	width: 80px;
	margin: 0 4px 0 0;
	font-weight: normal;
}
.product-item .btn{margin-left: 4px;}
.product-item dl dd{float: left;}
.paging{
	text-align: center;
	margin: 17px 0 15px;
	font-size: 24px;
	line-height: 30px;
}
.paging ul{
	margin: 0 -2px;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}
.paging ul li{
	float: left;
	margin: 0 4px;
}
.paging .prev, 
.paging .next{text-decoration: none;}
.paging ul li:before{
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	margin: 12px 6px 0 0;
	background: #002a4d;
}
.paging ul li:first-child:before{display: none;}
.paging .active a,
.paging .active{
	color: #888;
	cursor: default;
	text-decoration: none;
}
#footer{
	background: #676767;
	padding: 0;
    height: 80px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
#footer .logo{
	display: inline-block;
	vertical-align: top;
	margin: 19px 0 0 0;
}
.nav{
	text-transform: uppercase;
	font-weight: bold;
}
.nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.nav li{
	float: left;
	margin: 0 20px 0 0;
}
.nav a{color: #fff;}
.nav a:hover{color: #ff7c00;}
#sidebar{padding: 25px 20px 25px 0;}
#sidebar h2{
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	margin: 0;
}
#sidebar ul{
	margin: 0 0 19px;
	padding: 0;
	list-style: none;
}
#sidebar ul li{
	padding: 0 0 0 9px;
	position: relative;
}
#sidebar ul li:before{
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #002a4d;
}
#sidebar ul a{
	color: #de6c00;
	text-decoration: none;
}
#sidebar ul a:hover, 
#sidebar ul a.active, 
#sidebar ul .active a{color: #008db3;}

#sidebar ul a:hover{
    text-decoration: underline;
}

.carousel img{
	display: block;
	width: 100%;
}
.carousel-indicators{
	margin: 0;
	bottom: 10px;
	right: 10px;
	left: auto;
	height: 20px;
	width: auto;
}
.carousel-indicators li{
	float: left;
	margin: 0 0 0 10px;
	width: 20px;
	height: 20px;
	border: 5px solid #ff7c00;
	border-radius: 20px;
}
.carousel-indicators li.active{
	margin: 0 0 0 10px;
	width: 20px;
	height: 20px;
	background: #ff7c00;
}
.text-block{padding: 30px 0 0;}
.text-block h1{
	font-size: 22px;
	line-height: 26px;
	font-style: italic;
	margin: 0 0 28px;
	text-transform: uppercase;
}
.text-block p{margin: 0 0 19px;}
.promo-section{
	background: #fff;
	margin: -19px 0 0;
	padding: 19px 0 0;
}
.promo-section .img-preview{
	margin-top: 21px;
}
.form{
	overflow: hidden;
	margin: 40px 0;
	background: #002a4d;
	border-radius: 10px;
	padding: 20px;
}
.form .right{float: right;}

.form .right .form-group{
    display: inline;
}

.form .has-error input{
    border-width: 3px;
}

.form input[type=text], 
.form input[type=email]{
	float: left;
	margin: 0 8px 0 0;
	
	background: #fff;
	
	line-height: 20px;
	padding: 10px;
	height: 42px;
	width: 192px;
	color: #9b9b9b;
}
.form input::-webkit-input-placeholder {
	color: #9b9b9b;
}
.form input:-moz-placeholder {
	color: #9b9b9b;
}
.form input::-moz-placeholder {
	color: #9b9b9b;
	opacity: 1;
}
.form input:-ms-input-placeholder {
	color: #9b9b9b;
}
.form .btn{
	border-radius: 6px;
	border: 1px solid #000;
	height: 42px;
	width: 132px;
	padding: 0 5px;
}
.form .btn:hover{
	background: #008db3;
}
.form label{
	display: block;
	overflow: hidden;
	font-size: 15px;
	line-height: 20px;
	color: #d2d1d0;
	padding: 12px 0 0;
	margin: 0;
}
.content-heading, .partij-heading{
	overflow: hidden;
	margin: 0 0 11px;
	
	
}

.partij-heading h2{
	
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 0 9px;
}

.content-heading{
    border-bottom: 1px solid #002a4d;
    padding: 28px 0 1px;
}

.content-page{
    background: #fff;
}

.right-block{
    margin: -10px;
    margin-right: -10px;
    padding: 10px;
}
.right-content h2 {
    margin-top: 0;
}

.right-content dl{
    color: #002a4d;
    font-size: 18px;

}

.right-content form {
    padding-bottom: 41px;
}

.right-content dl dd{
    padding-bottom: 21px;
}

.aside{
    background-color: #d2d1d0;
    margin-bottom: -999em;
    padding-bottom: 999em;
}

.table-container {
  display: table;
}

.table-container .table-row {
  height: 100%;
  display: table-row;
}

.table-container .table-row .table-col {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.full-image{
    max-width: 750px;
}

.right-content{    
    font-size: 16px;
    line-height: 19px;
    padding-top: 30px;
    padding-left: 20px;
}

.page-content{
    padding: 20px 60px 80px 0;
    line-height: 1.8em;
}

.right-heading{
    background-color: #676767;

}

.right-heading h1{
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}

.content-heading h1{
	text-transform: uppercase;
	font-size: 24px;
	line-height: 28px;
	margin: 0;
}
.content-heading .categories{
	padding: 7px 0 0;
	border: none;
	float: right;
	margin: 0 0 0 20px;
}
.separator-block{
	margin: 8px 0 20px;
	padding: 20px 0;
	border-top: 1px solid #002a4d;
}
.separator-block .btn:hover{
	background: #008db3;
}
@media only screen and (max-width: 1199px){
	.product-section .product-item{width: 50%;}
	.categories li{margin: 0 13px 0 0;}

    .content .product-section .product-item{padding: 0 9px 18px;}
}
@media only screen and (max-width: 991px){
	.form .right{
		float: none;
		overflow: hidden;
	}
	.promo-section{margin: 0;}
	#header .bar{text-align: center;}
	#header .logo{margin: 0 0 40px;}
	.sub-nav{
		float: left;
		margin: 0;
	}
	.sub-nav li{margin: 0 15px 0 0;}
	.search-form{
		clear: none;
		margin: -12px 0 0;
	}
	#nav{
		font-size: 20px;
		line-height: 24px;
	}
	#nav li{margin: 0 25px 0 0;}
	#content{
		margin: 0 -20px;
		padding: 20px;
	}
	#sidebar ul li:before{display: none;}
	#sidebar ul li{
		display: inline;
		font-size: 13px;
		line-height: 16px;
	}
	.content-heading .categories{
		float: none;
		margin: 0 0 10px;
		padding: 0;
	}

     .aside{
        background-color: #d2d1d0;
        margin-bottom: 0;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 767px){
	body{
		font-size: 14px;
		line-height: 20px;
	}

    .aside{
        background-color: #d2d1d0;
        margin-bottom: 0;
        padding-bottom: 20px;
    }
	#header .bar{padding: 10px 0;}
	#header .logo{
		display: block;
		width: 220px;
		margin: 0 0 20px;
	}
	#header .logo img{max-width: 100%;}
	.sub-nav{
		float: none;
		margin: 0 0 10px;
		font-size: 13px;
		text-align: center;
	}
	.sub-nav ul{
		display: inline-block;
		vertical-align: top;
		float: none;
	}
	.sub-nav li{
		margin: 0 6px;
		font-size: 12px;
		line-height: 15px;
	}
	.search-form{
		display: inline-block;
		vertical-align: top;
		float: none;
		margin: 0;
		overflow: hidden;
	}
	#nav{
		padding: 0;
		background: none;
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.opener{display: block;}
	#nav .container{
		position: absolute;
		top: 100%;
		right: 0;
		padding: 0;
		width: 300px;
		background: #ff7c00;
		border-radius: 3px;
	}
	#nav ul{padding: 5px 0;}
	#nav li{
		float: none;
		margin: 0;
	}
	#nav a{
		display: block;
		padding: 5px 10px;
	}
	#nav a:hover, 
	#nav a.active, 
	#nav .active a{color: #002a4d;}
	#nav .container.in{border-radius: 3px 0 3px 3px;}
	.search-form input[type="search"]{width: 253px;}
	.main-title{padding: 10px 0;}
	.product-section{margin: 0;}
	.product-item{
		display: block;
		margin: 0;
		padding: 0 0 10px;
		width: auto;
	}
	.paging{margin: 10px 0;}
	.paging ul{
		max-width: 240px;
		text-align: center;
	}
	.paging ul li{
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	#sidebar{padding: 20px 0 0;}
	#footer{padding: 20px 0;}
	.text-block h1{margin: 0 0 10px;}
	.text-block p{margin: 0 0 10px;}
	.form .right{float: none;}
	.form input[type="text"], .form input[type="email"]{
		float: none;
		width: 100%;
		margin: 0 0 10px;
	}
	.form .btn{float: right;}
	.product-section .product-item{width: auto;}
}
@media only screen and (min-width: 768px){#menu{display: block !important;}}