@charset "UTF-8";
/* CSS Document */

body{
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;
}
#cookies{
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color:
	#F8F9FA;
	font-size: 12px;
	line-height: 30px;
	z-index: 11001;
	border-top: 1px solid
	#C6C6C6;
}
.top-links {
	min-width: 226px;
	}
.footer-navi a {
    color: #fff;
}

.footer-navi a:hover {
    color: #fff;
    text-decoration: underline;
}

.our-team figure {
    padding-left: 50px;
    padding-right: 50px;
}    

.breadcrumb {
		/*float: right;*/
        text-align: center;
		background-color:transparent;
		margin-bottom: 0px;
		padding: 0px 15px;
	}
.breadcrumb li {
		font-size: 18px;
	}
.breadcrumb a {
		color: #fdc614;
		
	}
.breadcrumb a:hover {
	
	color: #9DA3A7;
	text-decoration: underline;
	}
	
.icon-box6 {
	padding: 36px 20px 0px;
	min-height: 180px;
}

.our-team p {
	min-height: 135px;
	}
.our-team h5 {
	min-height: 25px;
	font-size: 11px;
    font-weight: 300;
	}
.our-team h2 {
    font-size: 11px;
}
#header .img-logo-w1 {
	display:none;
	}
#header .img-logo-w2 {
	display:block;
	}
#submitCatalogus, #mc-embedded-subscribe {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	background: none;
	border: none;
	color: #1d408a;
	transition: all .15s ease-in-out;
	text-align:left;
	padding: 3px 3px 3px 3px;
	margin: 0px;
	font-family: 'proxima-nova', 'Source Sans Pro',  Helvetica, Arial, sans-serif;
	letter-spacing:normal;
	}
#submitCatalogus:hover, #mc-embedded-subscribe:hover {
	color:#fdc614;
	box-shadow: none;
	}
	
	
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	#header .img-logo-w1 {
	display:inline;
	}
	#header .img-logo-w2 {
	display:none;
	}
	}	
		
.transparent-header-w #header { position:absolute; top:0; background:rgba(255,255,255,0.85); border:none;}

.transparent-header-w #header #nav > li > a, .transparent-header-w .woo-cart-header .header-cart span, .transparent-header-w a.search-form-icon {
	color: #9DA3A7;
	text-shadow: none;
	}
	
.transparent-header-w #header.sticky #nav > li > a {
	color: #9DA3A7;
	}
	
.transparent-header-w a.search-form-icon i {
	color: #9DA3A7;
	border-color: #9DA3A7;
	}
.transparent-header-w #header #nav > li > a:hover, .transparent-header-w #header #nav > li.active > a { color:#1d408a; background:transparent }



/*.social-team {
	padding-bottom: 20px;
	text-align: left;
	padding-left: 0px;
	}
.social-team i {
	margin: 0px 4px;
	background: #fff;
	font-size: 18px;
	border-radius: 50%;
	color: inherit;
	height: 20px;
	padding: 5px;
	height: 20px;
	width: 20px;
	display: inline-block;
	text-align: center;
	}*/
	
.our-team .social-team a {
	color: #9DA3A7;
	text-decoration: none;
	transition: all .15s ease-in-out;
	}
	
.our-team .social-team a.linkedin:hover, .our-team .social-team a.linkedin:focus {
	color: #0073b2;
	}
.our-team .social-team a.twitter:hover, .our-team .social-team a.twitter:focus {
	color: #00acee;
	}
	
.foto-overlay {
	background-color: rgba(30,30,30,0.4);
	width: 100%;
	height: 100%;
	top: 0px;
	position: absolute;
	left: 0;
	
	}

.footer-extra a.magicmore {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #1d408a;
	transition: all .15s ease-in-out;
}
.footer-extra a:hover.magicmore {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fdc614;
}

.footer-extra a.magicmore::after {
	content: "\f054";
	position: relative;
	color: inherit;
	top: -1px;
	right: -3px;
	font-size: 8px;
	padding: 3px 3px 2px 4px;
	border: 0px;
	
	transition: border 0.16s ease;
	}
	
/* ----------------------------------------------------------------
	Blog
-----------------------------------------------------------------*/
	
.blog-post img, .blog-post iframe, .blog-single-post img, .blog-single-post iframe {
	width: 100%;
	border-bottom: 0px solid #e6e6e6;
	margin-bottom: 10px;
	}
.blog-post h3, .blog-single-post h1 {
	
	font-weight: 300;
	
	letter-spacing: -2px;
	text-transform: none;
	font-size: 28px;
	line-height: 39px;
	margin-bottom: 8px;
	}
	
.blog-post p {
	letter-spacing: 0px;
	font-weight: 400;
	
	margin: 0 0 20px 0;
	color: #9DA3A7;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;
	}
.blog-post a:hover, .blog-author span, .blog-line p a:hover {
	color: #fdc614;
	}
.blog-post img {
	background: #fff;
	padding: 0px;
	}
.side-list li:hover img { background:#fdc614;}
	
/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.col-fixed {
    /* custom width */
    width:340px;
}


/* ----------------------------------------------------------------
	Countdown
-----------------------------------------------------------------*/

.countdown { display: block; }

.countdown-row {
	display: block;
	position: relative;
	text-align: center;
}

.countdown-section {
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	text-align: center;
	width: 25%;
	border-left: 1px dotted #BBB;
	color: #888;
	text-transform: capitalize;
}

.countdown-section:first-child { border-left: 0; }

.countdown-amount {
	display: block;
	font-size: 20px;
	color: #333;
	margin-bottom: 5px;
}

.countdown-descr {
	display: block;
	width: 100%;
}


/* Countdown - Medium
-----------------------------------------------------------------*/

.countdown-medium .countdown-section { font-size: 14px; }

.countdown-medium .countdown-amount {
	font-size: 30px;
	margin-bottom: 7px;
}


/* Countdown - Large
-----------------------------------------------------------------*/

.countdown-large .countdown-section { font-size: 18px; }

.countdown-large .countdown-amount {
	font-size: 44px;
	font-weight: 600;
	margin-bottom: 8px;
}


/* Countdown - Inline
-----------------------------------------------------------------*/

.countdown.countdown-inline { display: inline-block; }

.countdown.countdown-inline .countdown-row {
	display: inline-block;
	text-align: center;
}

.countdown.countdown-inline .countdown-section {
	display: inline-block;
	font-size: inherit;
	line-height: inherit;
	width: auto;
	border: none;
	color: inherit;
	margin-left: 7px;
	text-transform: lowercase;
}

.countdown.countdown-inline .countdown-section:first-child { margin-left: 0; }

.countdown.countdown-inline .countdown-amount {
	display: inline-block;
	font-size: inherit;
	color: inherit;
	font-weight: bold;
	margin: 0 3px 0 0;
}

.countdown.countdown-inline .countdown-descr {
	display: inline-block;
	width: auto;
}

/*IE9 placeholder */
input, textarea { color: #000; }
.placeholder { color: #aaa; }
.note { border: 1px solid orange; font-size: 13px; padding: 1em; background: #ffffe0; }

.error{
	color:#e42313;
}

.boolDiv{
	display:block;
}

.boolDiv .checkbox, .boolDiv .radio{
	display:inline-block;
}
