.header-brand a {
	font-size: 4.6rem;
	font-weight: bold;
	color: #c0c5b7;
	line-height: 1.5;
	margin-left:auto;
	margin-right:auto;
}
.header-brand a span{
	font-size: 3.6rem;
}
.header-brand .ribbon, .header-brand .ribbon a {
	font-size: 2.6rem;
	font-weight: 300;
}
.header-brand a:hover, .header-brand a:focus {
	text-decoration: none;
}
.header-ribbon {
	left:1.5rem;
	min-width:13rem;
	padding:1rem;
	background-color:#ce7525;
	color:#fff;
	font-family:'Shadows Into Light', cursive;
	font-size:1.6rem;
	letter-spacing:.01em;
	line-height:1;
	text-align:center;
	display: flex;
}
.header-ribbon a {
	color:#fff;
	text-decoration:none;
}

.header-ribbon::before{
	display:block;
	position:absolute;
	bottom:0;
	right:-1.5rem;
	width:0;
	height:0;
	border-bottom:17px solid transparent;
	border-left:15px solid #f58e49;content:'';
}
@media screen and (min-width: 768px) {
	.header-middle .header-container {
		position: relative;
		display: flex;
	}
}
@media screen and (max-width: 767px) {
	.header-middle .header-container {
		display: none;
	}
}

.header-center img {
	float: left;
}

.header-left {
	margin-right: 20px;
}
.footer-ribbon a{
	color: #ffffff;
	}
.category-title {
	text-transform: uppercase;
	color: #21293c;
}
.category-title-active {
	text-transform: uppercase;
	color: #ce7525;
}
.calculate-price{
	margin-left:4.5rem;
	margin-right:4.5rem;
	padding:.8rem;
	color:#fff;
	font-size:1.2rem;
	font-weight:600;
	line-height:1;
	text-align:center;
	text-transform:uppercase;
	background-color: #ce7525;
}
.calculate-price a{
	color:#fff;
}
.calculate-price-box{
	display:inline-block;
	position:relative;
	width:100%;
	min-height:240px;
	margin:0;
	margin-bottom:1.8rem;
	padding:1.8rem 3.2rem .2rem 1.8rem;
	transition:.3s border-color;
	border:.2rem solid transparent;
	font-size:1.3rem;
	line-height:3rem;
	vertical-align:top;
	border-color:#ce7525;
}
.calculate-price-box-title{
	padding:1.4rem 1.5rem;
	color:#fff;
	font-size:1.5rem;
	font-weight:600;
	line-height:1;
	text-align:center;
	text-transform:uppercase;
	background-color: #ce7525;
}
.calculate-price-box p{
	font-size:1.4rem;
}
.margin-top1{
	margin-top: 1rem;
}

.list-custom{
	margin:0;
	margin-bottom:1rem;
	padding:0;
	list-style:none;
}
.list-custom li{
	display:block;
	position:relative;
	margin:0;
	padding:0;
}
.list-custom li{
	display:block;
	position:relative;
	padding:.5rem 0 0 2rem;
	color:#7a7d82;
	font-size:1.4rem;
}
.list-custom li::before{
	display:inline-block;
	position:absolute;
	width:0;
	height:0;
	margin:.8rem 0 0 -1rem;
	border-top:4px solid transparent;
	border-bottom:4px solid transparent;
	border-left:4px solid #333;
	content:'';
}
.list-custom li a:hover,.list li a:focus{
	background-color:#eee;
	text-decoration:none
}
.sidebar-opened {
	overflow:auto;
}
.search-results {
	display:flex;
	margin-top: 1rem;
	font-size:1.4rem;
}
.search {
	color:#ffffff;
	background-color: #ce7525;
}
.info-boxes-container{
	margin-bottom:2.7rem;
	background-color:#ffffff;
}
.info-box h4{
	margin-bottom:0.2rem;
	color:#ce7525;
	font:600 1.4rem/1.1 "Open Sans",sans-serif;
	letter-spacing:.05rem;
	text-transform:uppercase;
}
.info-box i{
	min-width:3.5rem;
	margin-right:2.9rem;
	color:#ce7525;
	font-size:3.5rem;
	text-align:center;
}
.news-box h4{
	margin-top:0.5rem;
	margin-bottom:0.2rem;
	color:#ce7525;
	font:600 1.4rem/1.1 "Open Sans",sans-serif;
	letter-spacing:.05rem;
	text-transform:uppercase;
}
.news-box p {
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: .01rem;
    line-height: 1.6;
}
.featured-section
{
	background-color: #ffffff;
}
.about-section{
	background-color: #f4f4f4;
}
.vinkje {
	background: url(/assets/images/icon/vink.gif) no-repeat;
}
/* [SHARED] */
#custom-select, #custom-select select {
  font-family: arial, sans-serif;
  height: 40px;
  font-size: 1.05em;
}

/* [SELECT FIED] */
#custom-select select {
  /* Hide default arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Cosmetics for the select box */
  width: 100%;
  padding: 5px 10px;
  color: #333;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  outline: none;
}

/* [CUSTOM ARROW] */
#custom-select {
  position: relative;
  overflow: hidden;
  max-width: 320px;
  border-radius: 3px;
}
#custom-select:after {
  /* [HTML symbol you want to use] */
  content: "\25bc";
  color: #888;
  /* Positioning for the custom arrow */
  padding: 12px 8px;
  position: absolute;
  right: 10px;
  top: 0;
  text-align: center;
  pointer-events: none;
}


/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #000;
}
#cookieConsent a.cookieConsentOK {
    background-color: #ce7525;
    color: #FFF;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #f58e49;
}
/*Cookie Consent End*/

.footer-bottom span a {
    background-color: #ce7525;
    color: #FFF;
    display: inline-block;
    padding: 6px 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
.footer  a.btn.btn-primary {
    color: #FFF;
}

