/* 
    Document   : style.css
    Created on : Oct 15, 2012, 12:02:20 PM
    Author     : Lucas
    Description:
				
*/

/* Fonts */
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Standaard */ 
html  {
    overflow-y: scroll;
}

body {
    font-size:14px;
    line-height:1.2;
	color:#7b7b7b;
}
body.Larger {
	font-size:16px;
}
body.Smaller {
	font-size:12px;
}

time {
	display:block;
	color:#8e908f;
	font-family: 'Helvetica W02 Bd Cn','HelveticaNeue-CondensedBold','Helvetica Neue','Helvetica W02 Cn',arial,helvetica,sans-serif;
	font-weight: normal;
	/*text-transform: uppercase;*/
}
.maincolumn .Text strong {
	color:#303030;
}
.maincolumn > time {
	font-size:12px;
	font-family: arial, helvetica, sans-serif;
	color:#7b7b7b;
	padding-bottom:10px;
}

input, select, textarea {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

html,body {
	height:100%;
}
.topcontainer {
    margin:0 auto;
    overflow:hidden;
	min-height:100%;
}
.Extranet .topcontainer {
	display:block;
	position: relative;
	background: #dfdfdf;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dfdfdf), to(#fff));
	background: -webkit-linear-gradient(#dfdfdf, #fff);
	background: -moz-linear-gradient(#dfdfdf, #fff);
	background: -ms-linear-gradient(#dfdfdf, #fff);
	background: -o-linear-gradient(#dfdfdf, #fff);
	background: linear-gradient(#dfdfdf, #fff);
	-pie-background: linear-gradient(#dfdfdf, #fff);
	behavior: url(/library/pie/PIE.htc);
}

.Table {
	display:table;
	width:100%;
}
.Table .leftcontent, .Table .rightcontent {
	vertical-align: top;
	display:table-cell;
}
.Table .rightcontent {
	text-align: right;
}

.Table.BottomTable {
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
	margin:15px 0;
}

article.SocialShare {
	margin:0;
	padding:10px 0;
}
.ProductDetail article.SocialShare {
	border:0;
	padding:0;
}
article.SocialShare span {
    cursor: pointer;
    min-height: 22px;
}
article.SocialShare label {
	color:#303030;
	margin-right:15px;
}

.SocialShare-Doneren *,
.SocialShare-Doneren *:before,
.SocialShare-Doneren *:after {
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.SocialShare-Doneren h4 {
	color:#303030;
}

/* Titels */
h1, h2, h3, h4, h5, h6 {
	margin-top:0;

	font-family: 'Helvetica W02 Bd Cn','HelveticaNeue-CondensedBold','Helvetica Neue','Helvetica W02 Cn',arial,helvetica,sans-serif;
	color:#1366aa;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:inherit;
}
.Text h4, .Text .h4 {
	color:#303030;
}
.Text ul {
	margin:0 0 5px 0;
	padding:0;
	list-style: none;
}
.Text ul li {
	background:url(/web/templates/www/img/ul-li.png) no-repeat left 4px;
	padding-left:25px;
	padding-bottom:5px;
}

/* Knoppen */
a {
    color:#1366aa;
}
a:hover {
    color:#1366aa;
}
.Text a, .Content a {
	text-decoration: underline;
}
.Text a:hover, .Content a:hover {
	text-decoration: none;
}

article.Buttons > .more {
	display:block!important;
	clear:both!important;
	float:none!important;
}
article.Buttons > .more > span {
	background:url(/web/templates/www/img/ico_more.png) no-repeat right center;
	display:block;
	padding:5px 20px 5px 0;
}

.Buttons {
	padding:10px 0;
	display:block;
	clear:both;
}
article.Buttons {
	padding:0;
	margin-bottom:12px;
}
#topHeader {
	padding:2px 0;
}
#topHeader .Buttons .block-grid { 
	margin:-4px 0;
}
#topHeader .Buttons .block-grid > li { margin-left:3px; }
#topHeader .Buttons .more {
	padding:3px 5px;
	font-size:16px;
}
.Buttons .more.pull-right, .button .submit.pull-right {
    float:right;
}
.Buttons .more, .button .submit, .SearchOverview .form.zoekform .button, .Textblock .labelTop, .form.zoekform input[type="submit"] {
    text-decoration: none;
    position: relative;
    display:inline-block;
	zoom:1; /* IE 7 Hack starts here*/
	*display:inline;
	color:#fff;
	font-family: 'Helvetica W02 Bd Cn','HelveticaNeue-CondensedBold','Helvetica Neue','Helvetica W02 Cn',arial,helvetica,sans-serif;
	font-size:19px;

	padding:6px 10px;

	text-shadow: 1px 1px 1px #000;

	border:1px solid #105693;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background: #4e8cbf;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4e8cbf), to(#0f5289));
	background: -webkit-linear-gradient(#4e8cbf, #0f5289);
	background: -moz-linear-gradient(#4e8cbf, #0f5289);
	background: -ms-linear-gradient(#4e8cbf, #0f5289);
	background: -o-linear-gradient(#4e8cbf, #0f5289);
	background: linear-gradient(#4e8cbf, #0f5289);
	-pie-background: linear-gradient(#4e8cbf, #0f5289);
    behavior: url(/library/pie/PIE.htc);
}
.d193193 .Buttons .more {
    font-size:15.5px;
    padding:5px 9px;
}
.form.zoekform input[type="submit"] {
	font-size:100%;
	padding:4px 7px;
}
.Buttons .more.bg2, .colored.bgdblue .Buttons .more, .colored.bgblue2 .Buttons .more, .Textblock .labelTop {
    position: relative;
    display:inline-block;
	zoom:1; /* IE 7 Hack starts here*/
	*display:inline;

	border:1px solid #5a7c2a;
	text-shadow: 1px 1px 1px #597c2a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background: #a9d46f;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#a9d46f), to(#729f33));
	background: -webkit-linear-gradient(#a9d46f, #729f33);
	background: -moz-linear-gradient(#a9d46f, #729f33);
	background: -ms-linear-gradient(#a9d46f, #729f33);
	background: -o-linear-gradient(#a9d46f, #729f33);
	background: linear-gradient(#a9d46f, #729f33);
	-pie-background: linear-gradient(#a9d46f, #729f33);
    behavior: url(/library/pie/PIE.htc);
}
.Buttons .more.bg2:hover, .colored.bgdblue .Buttons .more:hover, .colored.bgblue2 .Buttons .more:hover, .Textblock .labelTop:hover {

	background: #729f33;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#729f33), to(#a9d46f));
	background: -webkit-linear-gradient(#729f33, #a9d46f);
	background: -moz-linear-gradient(#729f33, #a9d46f);
	background: -ms-linear-gradient(#729f33, #a9d46f);
	background: -o-linear-gradient(#729f33, #a9d46f);
	background: linear-gradient(#729f33, #a9d46f);
	-pie-background: linear-gradient(#729f33, #a9d46f);
}

.colored.bgdblue .Buttons .more {
	-webkit-box-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
	box-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
}

.Buttons .more.bg3 {
    position: relative;
    display:inline-block;
	zoom:1; /* IE 7 Hack starts here*/
	*display:inline;

	color:#584b0d;
	border:1px solid #ffa800;
	text-shadow: 1px 1px 1px #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background: #ffdd40;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffdd40), to(#ffa800));
	background: -webkit-linear-gradient(#ffdd40, #ffa800);
	background: -moz-linear-gradient(#ffdd40, #ffa800);
	background: -ms-linear-gradient(#ffdd40, #ffa800);
	background: -o-linear-gradient(#ffdd40, #ffa800);
	background: linear-gradient(#ffdd40, #ffa800);
	-pie-background: linear-gradient(#ffdd40, #ffa800);
    behavior: url(/library/pie/PIE.htc);
}


.Buttons .more-inline,
.Buttons .more-inline2 {
	text-decoration: underline;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.Buttons .more-inline:after, .Buttons .more-inline2:after {
	content:' »';
}
.Buttons .more-inline {
	font-family: 'Helvetica W02 Bd Cn','HelveticaNeue-CondensedBold','Helvetica Neue','Helvetica W02 Cn',arial,helvetica,sans-serif;
	font-size:130%;
}

.Buttons .more-inline:hover,
.Buttons .more-inline2:hover {
	text-decoration: none;
}

/* Header */
header#Header .navbar .Table #topHeader {
	display:none;
}
header#Header .navbar > .container {
	position: relative;
}
header#Header .navbar-brand {
	position: relative;
	display:block;
	margin:0 30px 0 0;
	padding:0;
}
.navbar-brand > .logo {
	position: relative;
	z-index:2;
	margin-top:-5px;
}
.navbar-brand > .logo-bg {
	position: absolute;
	z-index:1;
	top:-18px;

}
.logo-bg-bottom {
	position: absolute;
	left:15px;
	bottom:-18px;
}

header#topHeader {
	position: relative;
	display:block;
	clear:both;
	-webkit-box-shadow: #90c2f4 0px 5px 10px;
	-moz-box-shadow: #90c2f4 0px 5px 10px;
	box-shadow: #90c2f4 0px 5px 10px;
	background:#fff;
	behavior: url(/library/pie/PIE.htc);
}

.sizeSelect {
	margin-right:13px;
	float:right;
	padding:7px 0;
}
.sizeSelect a {
	color:#7B7B7B;
	display:block;
	width:15px;
	height:15px;
	float:left;
	font-size:15px;
	padding-top:3px;
	font-weight: bold;
	text-align: center;
}
.sizeSelect a:hover {
	color:#347fbf;
}
.sizeSelect a.smaller {
	font-size:12px;
	padding-top:6px;
}
.sizeSelect a.larger {
	font-size:18px;
	padding-top:0px;
}
header#topHeader .nav {
	padding:14px 0;
	float:right;
}
header#topHeader .Buttons {
	float:right;
	clear:right;
}
header#topHeader .nav > li.open > a { background:none transparent!important; }
header#topHeader .nav > li { z-index:9999; }
header#topHeader .nav > li > a {
	font-family: inherit;
	text-transform: none;
	font-size:88%;
	color:#7b7b7b;
	padding:0 2px;
	line-height:1;
}
header#topHeader .nav > li > a:focus,
header#topHeader .nav > li > a:hover {
	background:none transparent;
	color:#347fbf;
}
header#topHeader .nav > li {
	border-left:1px solid #aaafb3;
	padding:0 8px;
	float:left;
}
header#topHeader .nav > li:first-child {
	border-left:0;
}

header#Header {
	background:#97cbff;
	position: relative;
}

#rightHeader {
	padding:25px 0;
	display:block;
	overflow:hidden;
}

h2.logo-text { 
	float:left;
	clear:none;
	margin-right:10px;
}
h2.logo-text span {
	color:#2f4050;
}

.Extranet h2.logo-text {
	font-size:400%;
	padding:15px 0;
}

.navbar {
	margin-bottom:0;
}

.searchtop {
	width:370px;
	float:right;
}
.Maps .searchtop {
	width:auto;
	float:none;
	margin-bottom:12px;
}

.input-group .form-control {
    display:block;
    position: relative;
    height:35px;
    line-height:35px;
    font-size:14px;
    font-family: sans-serif;
    padding-top:0;
    padding-bottom:0;
    border-color:#88acc9;
    border-right:0;

    -webkit-box-shadow:0 0 0;
    box-shadow:0 0 0;

    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    behavior: url(/library/pie/PIE.htc);
}
.input-group .btn-default {

    display:block;
    position: relative;
    height:35px;
    line-height:35px;
    text-indent: -9999px;
    padding:0 15px;
    color:#333;
    border-left:0;
    border-color:#88acc9;

	border:1px solid #105693;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
	background: url(/web/templates/www/img/ico_more-white.png) no-repeat center center #4e8cbf;
	background: url(/web/templates/www/img/ico_more-white.png) no-repeat center center, -webkit-gradient(linear, 0 0, 0 bottom, from(#4e8cbf), to(#0f5289));
	background: url(/web/templates/www/img/ico_more-white.png) no-repeat center center, -webkit-linear-gradient(#4e8cbf, #0f5289);
	background: url(/web/templates/www/img/ico_more-white.png) no-repeat center center, -moz-linear-gradient(#4e8cbf, #0f5289);
	background: url(/web/templates/www/img/ico_more-white.png) no-repeat center center, -ms-linear-gradient(#4e8cbf, #0f5289);
	background: url(/web/templates/www/img/ico_more-white.png) no-repeat center center, -o-linear-gradient(#4e8cbf, #0f5289);
	background: url(/web/templates/www/img/ico_more-white.png) no-repeat center center, linear-gradient(#4e8cbf, #0f5289);
	-pie-background: url(/web/templates/www/img/ico_more-white.png) no-repeat center center, linear-gradient(#4e8cbf, #0f5289);
    behavior: url(/library/pie/PIE.htc);
}
.searchtop .input-group .btn-default {

    display:block;
    position: relative;
    height:35px;
    line-height:35px;
    text-indent: -9999px;
    padding:0 15px;
    background:url(/web/templates/www/img/ico_zoom.png) no-repeat center center #fff;
	-pie-background: url(/web/templates/www/img/ico_zoom.png) no-repeat center center, #fff;
    color:#333;
    border-left:0;
    border-color:#88acc9;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    behavior: url(/library/pie/PIE.htc);
}

header#Header .navbar-collapse {
	position: relative;
	clear:both;
	float:none;
	padding:0;
	max-height: none;
}
header#Header .navbar-collapse > ul {
	display:table;
	width:100%;
	position: relative;
	float:none;
	padding:0;
	margin:0;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background:#ffffff;
	behavior: url(/library/pie/PIE.htc);
}


body .navbar-toggle { position: relative; float:left; z-index:1001; text-align: center; background:none transparent; padding:24px 10px; }
body .navbar-toggle:after { content:''; width:1px; height:100%; position: absolute; top:0; right:0px;  background:#fff; }
body .navbar-toggle .icon-bar { background:#fff; }

.dropdown-menu {
	border-radius: 0;
	border:0;
}
.dropdown-menu .dropdown-menu {
	left:100%;
	top:0;
	margin-top:-5px;
}

.navbar-nav > .dropdown > a .caret, .nav .caret  {
    border-bottom-color:#7b7b7b;
    border-top-color:#7b7b7b;
    margin-top:-5px;
}
.navbar-nav > .dropdown .dropdown.open > a {
	background:none transparent;
	color:#1366AA;
}
.navbar-nav > .dropdown .dropdown.open > a > .caret {
    border-bottom-color:#1366AA;
    border-top-color:#1366AA;
}
body.d193193 .navbar-nav > .dropdown > a .caret, body.d193193 .nav .caret {
	margin-left:-3px;
}
.navbar-nav > .open > a .caret, .navbar-nav > .open > a:hover .caret, .navbar-nav > .open > a:focus .caret, .navbar-nav > .dropdown.active > a .caret,
.nav a:hover .caret, .nav .open > a > .caret {
    border-bottom-color:#fff;
    border-top-color:#fff;
}

.navbar-nav {
	display:table;
	width:100%;
}
.navbar-nav > li:first-child {
	border-left:0;
}
.navbar-nav > li {
	border-left:2px solid #eceded;
	display:table-cell;
	float:none;
}

.navbar-nav > li:first-child > a {
	position: relative;
	display:block;
	text-indent: -9999px;
	background:url(/web/templates/www/img/ico_home-active.png) no-repeat center center;
	min-width:30px;
	-webkit-border-radius: 7px 0 0 7px;
	-moz-border-radius: 7px 0 0 7px;
	border-radius: 7px 0 0 7px;
	behavior: url(/library/pie/PIE.htc);
}
.navbar-nav > li:first-child > a:hover, 
.navbar-nav > li:first-child.active > a {
	background:url(/web/templates/www/img/ico_home.png) no-repeat center center #1366aa;
}

.navbar-nav > li > a {
	padding-left:4px;
	padding-right:4px;
	font-size:125%;
	text-align: center;
	font-family: 'Helvetica W02 Bd Cn','HelveticaNeue-CondensedBold','Helvetica Neue','Helvetica W02 Cn',arial,helvetica,sans-serif;
	color:#7b7b7b;
}
body.d193193 .navbar-nav > li > a {
	font-size:100%;
}
body.d193193 .dropdown-menu {
	font-size:95%;
}
.navbar-nav > li:last-child > a {
	position: relative;
	display:block;
	-webkit-border-radius: 0 7px 7px 0;
	-moz-border-radius: 0 7px 7px 0;
	border-radius: 0 7px 7px 0;
	behavior: url(/library/pie/PIE.htc);
}
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus {
	background:#1366aa;
	color:#fff;
}

header#Header .leftcontent {
	width:179px;
}
header#Header .rightcontent {
	text-align: left;
}
header#Header .dropdown-menu {
	padding:10px 0 15px 0;
	left:auto;
}
.dropdown-menu > li > a {
	color:#7b7b7b;
	border-bottom:1px dotted #999999;
	margin:0 15px;
	padding:2px 0;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background:none transparent;
	color:#1366aa;
}

.dropdown-menu .dropdown-menu {
	left:100%;
	top:0;
}
.navbar-nav.pull-right > li > .dropdown-menu .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right .dropdown-menu {
	left:auto;
	right:100%;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
}

/* Crumbs */
.Breadcrumbs {
	font-family: arial, helvetica, sans-serif;
	position: relative;
	padding:10px 0;
	display:block;
	overflow:hidden;
	cursor:default;
	font-size:11px;
	line-height:11px;
	color:#0069a6;
	border-bottom:1px dotted #7b7b7b;
	margin-bottom:15px;
}

.Breadcrumbs ul {
	display:block;
	clear:both;
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
.Breadcrumbs ul li {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	text-transform: lowercase;
}
.Breadcrumbs ul li.intro {
	text-transform: none;
	padding-right:5px;
	font-weight: bold;
	display:none;
}
.Breadcrumbs ul li a {
	color:inherit;
	text-decoration: none;
}
.Breadcrumbs ul li.intro:after {
	display:none;
}
.Breadcrumbs ul li:after {
	content:' /';
	margin-right:4px;
} 
.Breadcrumbs ul li a:hover {
	text-decoration: underline;
}
.Breadcrumbs ul li.last {
	color:#7b7b7b;
	font-weight: normal;
}
.Breadcrumbs ul li.last:after {
	display:none;
}
.Breadcrumbs ul li.last a {
	color:#7b7b7b;
	text-decoration: underline;
	cursor:default;
	font-weight: normal;
}
.Breadcrumbs ul li.last a:hover {
	text-decoration: underline;
}

/* Maincontent */
figure.thumbDetail {
	margin:0;
	padding-bottom:15px;
	clear:both;
	float:none;
}
figure.thumbDetail .block-grid {
	margin-right:-15px;
}
figure.thumbDetail .block-grid > li {
	padding-right:15px;
}
header.galleryHeader {
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
	padding-top:10px;
	margin-bottom:15px;
}
.mainrow {
	padding-top:20px;
	padding-bottom:15px;
}

.maincolumn .Introduction p {
	font-size:150%!important;
	font-family: 'Helvetica W02 Cn','HelveticaNeue-Condensed','Helvetica Neue',arial,helvetica,sans-serif;
	color:#303030;
}
.maincolumn > .Text {
	padding-bottom:15px;
}
.maincolumn > .Text > figure {
	clear:both;
	float:none;
	display:block;
	margin:20px 0 20px 0;
}

/* Blokken */
.sidecolumn .Textblock {
	text-align: center;
}
.d193193 .sidecolumn .Textblock {
	text-align: left;
}
.sidecolumn .Buttons:first-child {
    padding:0;
}
.Textblock ul, .Textblock ul > li {
	list-style:none;
	margin:0;
	padding:0;
}
.Textblock ul > li {
	padding-left:10px;
	position: relative;
}
.Textblock ul > li:before {
	content:'';
	position: absolute;
	left:0;
	top:0;

	font-family: 'FontAwesome';
}
.Textblock ul > li > a {
	display:block;
	text-decoration: none;
}
.Textblock ul > li > a:hover {
	text-decoration: underline;
}
.sidecolumn .Textblock figure {
	clear:both;
	float:none;
	margin:0;
}
.Textblock .Buttons {
	padding:0;
	clear:none;
}
.Textblock.linkdiv .Content {
	padding-bottom:40px;
}
.Textblock.linkdiv .Buttons {
	position: absolute;
	left:0;
	padding-left:12px;
	padding-right:12px;
	bottom:12px;
	width:100%;
}
.Textblock figure {
	display:block;
	position: relative;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	behavior: url(/library/pie/PIE.htc);
}
.Textblock figure img {
	display:block;
	position: relative;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	behavior: url(/library/pie/PIE.htc);
}

.greycontainer {
	position: relative;
    display:block;
    overflow:hidden;
	margin-bottom:20px;

	font-family: 'Helvetica W02 Cn','HelveticaNeue-Condensed','Helvetica Neue',arial,helvetica,sans-serif;

	text-shadow: 1px 1px 1px #fff;

	-moz-box-shadow:    inset 0 5px 10px rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 0 5px 10px rgba(0,0,0,0.05);
	box-shadow:         inset 0 5px 10px rgba(0,0,0,0.05);
	background:url(/web/templates/www/img/repeat-footer.jpg) repeat left top #e1e1dd;
}

.greycontainer .Content {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.greycontainer .blokkenRow .Textblock.bgnone .inner {
	text-align: center;
}

.greycontainer .blokkenRow.three-up .Textblock figure, .greycontainer .blokkenRow .Textblock.bgnone figure {
	margin-bottom:-15px;
}
.greycontainer .blokkenRow.three-up .Textblock h3, .greycontainer .blokkenRow .Textblock.bgnone h3 {
	width:80%;
	left:10%;
	position: relative;
	display:block;
	float:none;
	clear:both;
	color:#fff;
	text-shadow: 0 0 0;
	padding:8px 10px;
	font-size:130%;
	z-index:2;
	background: #97cbff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#97cbff), to(#79a3cd));
	background: -webkit-linear-gradient(#97cbff, #79a3cd);
	background: -moz-linear-gradient(#97cbff, #79a3cd);
	background: -ms-linear-gradient(#97cbff, #79a3cd);
	background: -o-linear-gradient(#97cbff, #79a3cd);
	background: linear-gradient(#97cbff, #79a3cd);
	-pie-background: linear-gradient(#97cbff, #79a3cd);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	behavior: url(/library/pie/PIE.htc);
}

.blokkenRow3, .blokkenRow4, .blokkenRow {
	padding-top:20px;
}
.blokkenRow.one-up {
	text-align: center;
}
.blokkenRow.one-up h1, .blokkenRow.one-up h2, .blokkenRow.one-up h3 {
	font-size:150%;
	margin-bottom:15px;
}
.blokkenRow.one-up {
	font-size:155%;
}

.blokkenRow.two-up h3.title {
	font-size:235%;
}

.blokkenRow.three-up {
	text-align: center;
}

.colored {
	display:block;
	position: relative;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	behavior: url(/library/pie/PIE.htc);
}

.colored > .inner {
	padding:15px;
}
.colored a {
	color:inherit;
}
.colored > .inner > h2,
.colored > .inner > h3,
.colored > .inner > h4,
.colored > .inner > h5,
.colored > .inner > h6 {
	color:inherit;
}
.colored.bgdblue {
	color:#fff;
	background:#1366aa;
}

.sidecolumn .colored.bgdblue {
	text-align: center;
}

.colored.bgblue {
	background:#a0d0ff;
	color:#505050;
	border:1px solid #8eaec8;
}
.colored.bgblue > .inner {
	padding:14px;
}
.colored.bgblue a {
	color:#1366aa;
}

.colored.bgblue1, .colored.bgblue2 {
	color:#1366aa;
	background:#e8f4ff;
	border:1px solid #dee6ed;
}
.colored.bgblue1 > .inner, .colored.bgblue2 > .inner {
	padding:14px;
}
.colored.bgblue1 .Content, .colored.bgblue2 .Content {
	color:#505050;
}

.colored.bggrey {
	background:url(/web/templates/www/img/repeat-footer.jpg) repeat left top #e1e1dd;
	color:#1366aa;
}
.colored.bggrey > .inner > h3 {
	text-shadow: 1px 1px 1px #fff;
}
.colored.bggrey .Content {
	color:#505050;
}

.colored.bglgrey {
	display:block;
	position: relative;
	background:#f2f2f4;
	border:1px solid #e1e2e3;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	behavior: url(/library/pie/PIE.htc);
}
.colored.bglgrey.Form {

	display:block;
	position: relative;
	background:#f2f2f4;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	behavior: url(/library/pie/PIE.htc);
}


.colored.bgwhite {
	display:block;
	position: relative;

	-webkit-box-shadow: #b9b9b9 0px 5px 10px;
	-moz-box-shadow: #b9b9b9 0px 5px 10px;
	box-shadow: #b9b9b9 0px 5px 10px;
	background: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	behavior: url(/library/pie/PIE.htc);
}
.Textblock.colored.bgwhite figure,
.Textblock.colored.bgwhite figure img {

	display:block;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	behavior: url(/library/pie/PIE.htc);
}
.colored.bgwhite h3 {
	color:#1366aa;
}

/* Snippets */
.Snippet.Opdehoogte {
	text-align: center;
}
.Snippet.Opdehoogte > .inner > h3 {
	color:#1366aa;
}
.Snippet.Opdehoogte > .inner {
	font-size:120%;
}

.infoWindow {
	line-height:1.35;
	overflow:hidden;
	white-space:nowrap;
}

.Textblock {
	clear:both;
}
.Textblock.haslabel {
	overflow:visible;
	margin-top:37px;
}
.Textblock.haslabel:first-child {
	margin-top:15px;
}
.Textblock.colored {
	overflow:hidden;
}
.Textblock.colored.haslabel {
	overflow:visible;
}
.Textblock .labelTop {
	display:block;
	width:90%;
	left:5%;
	text-align: center;
	font-size:220%;
	margin-bottom:5px;

	margin-top:-25px;

}

.Snippet.Lidworden {
	font-size:150%;
	text-align: center;
	font-family: 'Helvetica W02 Cn','HelveticaNeue-Condensed','Helvetica Neue',arial,helvetica,sans-serif;
}
.Snippet.Lidworden h3 {
	float:left;
	margin-right:5px;
	margin-left:5px;
}
.Snippet.Lidworden .counter {
	display:inline-block;
	zoom:1; /* IE 7 Hack starts here*/
	*display:inline;
	font-family: 'Helvetica W02 Bd Cn','HelveticaNeue-CondensedBold','Helvetica Neue','Helvetica W02 Cn',arial,helvetica,sans-serif;

	width:156px;
	height:40px;
	color:#505050;
	letter-spacing: 10px;
	padding-left:7px;
	line-height:40px;
	margin:-7px 0;
	font-size:24px;
	text-align: left;
	background:url(/web/templates/www/img/counter.png) no-repeat center center;
}
.Snippet.Lidworden .Buttons {
	clear:none;
	float:right;
	padding:0;
	margin:-4px 0 -4px 5px;
}



.HistoryItem {
	padding:20px 10px 10px;
	margin:0;

	font-size:16px;
	line-height:18px;
	color:#505050;
}
.HistoryItem h3 {
	font-size:250%;
	text-transform: uppercase;
}
.HistoryItem h4 {
	color:#303030;
	font-size:120%;
}

#historySlider.flexslider {
	display:block;
	position: relative;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	-o-border-radius: 0px; 
	border-radius: 0px;

	-webkit-box-shadow: #d1d1d1 0px 1px 7px;
	-moz-box-shadow: #d1d1d1 0px 1px 7px;
	box-shadow: #d1d1d1 0px 1px 7px;
	background:#fff;
	behavior: url(/library/pie/PIE.htc);
}
#historyCarousel.flexslider {
	background:none transparent;
	margin-left:-10px;
	margin-right:-10px;

	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	-o-border-radius: 0px; 
	border-radius: 0px;
}
#historyCarousel.flexslider li {
	cursor:pointer;
}
#historyCarousel.flexslider .slides {
	position: relative;
	z-index:10;
	padding-bottom:15px;
}
#historyCarousel.flexslider .flex-viewport {
	overflow:visible!important;
}

#historyCarousel.flexslider .flex-direction-nav .flex-next {
	right:-36px;
	margin-top:-21.5px;
}
#historyCarousel.flexslider .flex-direction-nav .flex-disabled {
	display:none;
}
#historyCarousel.flexslider .flex-direction-nav .flex-prev {
	left:-36px;
	margin-top:-21.5px;
}
#historyCarousel.flexslider .slides > li {
	position: relative;
	margin-right:24.2px;

	padding-top:35px;
}
#historyCarousel.flexslider .slides > li.flex-active-slide:before {
    content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #ffffff transparent transparent transparent;

	position:absolute;
	left:8px;
	top:0;
	z-index:2;
}
#historyCarousel.flexslider .slides > li.flex-active-slide:after {
    content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 17px 16px 0 16px;
	border-color: #c6c6c6 transparent transparent transparent;

	position:absolute;
	left:7px;
	top:0;
	z-index:1;
}

.Snippet.History .border-background {
	position: relative;
	margin-left:10px;
	margin-right:10px;
}
.Snippet.History .border-background:before {
    background: none repeat scroll 0 0 #d9d9d9;
    content: "";
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
	top:50px;
    width: 100%;
    z-index: 1;
}
.Snippet.History {
	font-size:18px;
}
.Snippet.History .ImgIcon {
	text-align: center;
	padding:11px 0;
	color:#1366aa;
    background: #fff;
	font-family: 'Helvetica W02 Bd Cn','HelveticaNeue-CondensedBold','Helvetica Neue','Helvetica W02 Cn',arial,helvetica,sans-serif;
	text-shadow: 0 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    display: block;
    height: 45px;
    width: 45px;
    position: relative;
	line-height:21px;
	behavior: url(/library/pie/PIE.htc);
}
.Snippet.History .ImgIcon:hover {
    display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background:#1366aa;
	color:#fff;
    position: relative;
	behavior: url(/library/pie/PIE.htc);
}
.Snippet.History .flex-active-slide .ImgIcon {
    display: block;
    position: relative;
	background:#1366aa;
	color:#fff;
	font-size:24px;
	padding:19px 0;
    height: 60px;
    width: 60px;
	margin:-7.5px -7.5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	behavior: url(/library/pie/PIE.htc);
}
.Snippet.History .col-sm-6.Thumb {
	padding-right:0;
}

/* Facebook/Zoek overview */
input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #cfd1d2;
    padding:3px 8px;
}
.form.zoekform:before {
	content:'';

	height:1px;
	width:100%;
	position: absolute;
	top:0;
	left:0;
	display:block;
	clear:both;
	float:none;
	border:0;
	background: #cfd1d2; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #cfd1d2 25%, #cfd1d2 75%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(25%,#cfd1d2), color-stop(75%,#cfd1d2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#cfd1d2 25%,#cfd1d2 75%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#cfd1d2 25%,#cfd1d2 75%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#cfd1d2 25%,#cfd1d2 75%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(left,  #ffffff 0%,#cfd1d2 25%,#cfd1d2 75%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfd1d2', endColorstr='#cfd1d2',GradientType=1 ); /* IE6-9 */
}
.form.zoekform {
	padding:15px 0;
	margin:15px 0;
	position: relative;
}
.form.zoekform:after {
	content:'';

	height:1px;
	width:100%;
	position: absolute;
	bottom:0;
	left:0;
	display:block;
	clear:both;
	float:none;
	border:0;
	background: #cfd1d2; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #cfd1d2 25%, #cfd1d2 75%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(25%,#cfd1d2), color-stop(75%,#cfd1d2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#cfd1d2 25%,#cfd1d2 75%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#cfd1d2 25%,#cfd1d2 75%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#cfd1d2 25%,#cfd1d2 75%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(left,  #ffffff 0%,#cfd1d2 25%,#cfd1d2 75%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfd1d2', endColorstr='#cfd1d2',GradientType=1 ); /* IE6-9 */
}
.form.zoekform h4 {
	float:left;
	margin-right:20px;
	font-size:22px;
	padding-top:3px;
}
.form.zoekform > div {
	clear:both;
	margin:2px 0px;
}
.form.zoekform .Buttons {
	clear:none;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin:0;
}

.form.zoekform div label {
	display:inline-block;
	width: 200px;
}
.form.zoekform div input[type="text"], .form.zoekform div input[type="password"], .form.zoekform div textarea, .form.zoekform div select {
	width: 350px;
}

.form.zoekform input[type="text"], .form.zoekform textarea {
	padding:4px 8px;
}

/* Footer */
footer.Footer {
    font-size:88%;
    color:#7b7b7b;
    position: relative;
    padding:15px 0;
    display:block;
    overflow:hidden;


	-moz-box-shadow:    inset 0 5px 10px rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 0 5px 10px rgba(0,0,0,0.05);
	box-shadow:         inset 0 5px 10px rgba(0,0,0,0.05);
	background:url(/web/templates/www/img/repeat-footer.jpg) repeat left top #e1e1dd;
}
footer.Footer a {
	color:inherit;
}
footer.Footer h4 {
	color:#505050;
}

footer.Footer .footerTop {
	border-bottom:1px solid #cbcbc6;
	padding-bottom:20px;
}
footer.Footer .footernav.footerBottom {
	padding:20px 0;
	border-top:1px solid #fff;
	display:block;
    float:left;
	clear:both;
}
footer.Footer .footernav {
    margin:0;
    padding:0;
}
footer.Footer .footernav li:first-child {
    border:0;
    padding-left:0;
}
footer.Footer .footernav li {
    list-style:none;
    margin:0;
    float:left;
	color:#7b7b7b;

    padding:0 8px;
    border-left:1px solid #7b7b7b;
    line-height:13px;
}

footer.Footer .FooterBottom {
    font-size:13px;
    padding-top:20px;
    position: relative;
}

.Footer > .container img {
    float:right;
    width:115px;
    margin-top:10px;
}

@media (max-width:500px) {
    .Footer > .container img, footer.Footer .footernav.footerBottom { float:none } 
}

ul.LinkGroup {
    margin:0;
    padding:0;
}
ul.LinkGroup li {
    list-style:none;
    margin:0;
    padding:0;
	line-height:1.7;
}
ul.LinkGroup li a:before {
	content:'» ';
	position: absolute;
	left:0;
	top:0;
}
ul.LinkGroup li a {
	position: relative;
	padding-left:12px;
	display:block;
	overflow:hidden;
}


/* Social */
ul.socialtabs {
	position: absolute;
	right:0;
	bottom:-145px;
	list-style:none;
	margin:0;
	padding:0;
	z-index:1001;
}
ul.socialtabs li {
	float:none;
	display:block;
	clear:none;
	margin:0 0 5px 0;
	list-style:none;
	padding:0;
}
ul.socialtabs li a {
	width:40px;
	height:40px;
	color:#fff;
	text-align: left;
	text-indent:-9999px;
	text-align: left;
	overflow:hidden;
	background:#1366aa;
	position: relative;
	display:block;
}

ul.socialtabs li a:after {
	content:'';
	font-family: 'FontAwesome';
	text-align: center;
	width:100%;
	height:100%;
	line-height:40px;
	text-indent: 0;
	font-size:24px;
	display:block;
	position: absolute;
	left:0;
	top:0;
}
ul.socialtabs li a.fb:after {
	content:'';
}
ul.socialtabs li a.tw:after {
	content:"";
}
ul.socialtabs li a.in:after {
	content:"";
}
ul.socialtabs li a.pin:after {
	content:"";
}
ul.socialtabs li a.gplus:after {
	content:"";
}
ul.socialtabs li a.yt:after {
	content:"";
}

ul.social {
    margin:0;
    padding:0;
    list-style:none;
}
ul.social li {
    margin:0 0 5px 0;
    padding:0;
    list-style:none;
    clear:both;
    float:none;
}
ul.social li a {
    content:'';
    width:18px;
    height:18px;
    display:block;
    overflow:hidden;
    text-indent:-99999px;
    background:url(../img/sprite_social.png) no-repeat left -24px;
}
ul.social li a.tw {
    background-position: -18px -24px;
}
ul.social li a.in {
    background-position: -36px -24px;
}

/* Responsive */
@media(max-width:1024px){
	body {
		font-size:13px;
	}
	.maincolumn > .Text > p:first-child {
		font-size:135%;
	}

	ul.socialtabs {
		bottom:15px;
	}

	h1, .h1 {
		font-size:30px;
	}
	h3, .h3 {
		font-size:20px;
	}

	.blokkenRow.two-up h3.title {
		font-size:195%;
	}

	h2.logo-text {
		font-size:24px;
		padding-top:5px;
		margin-bottom:0;
	}
	.searchtop {
		width:230px;
	}

	.navbar-nav > li > a {
		padding:10px 7px;
		font-size:100%;
	}
	.Snippet.Lidworden {
		text-align: center;
		font-size:140%;
	}
	.Snippet.Lidworden h3 {
		display:block;
		clear:both;
		float:none;
	}
	.Snippet.Lidworden .Buttons {
		clear:both;
		float:none;
		text-align: center;
		margin:15px 0 0;
	}

	.blokkenRow.one-up {
		font-size:135%;
	}

	.Buttons .more, .button .submit, .SearchOverview .form.zoekform .button, .Textblock .labelTop {
		font-size:16px;
	}

	.Buttons {
		padding:5px 0;
	}
	.Buttons .more-inline {
		font-size:120%;
	}

	.input-group .form-control {
		font-size:13px;
	}

	.Snippet.Opdehoogte > .inner {
		font-size:105%;
	}

	article.SocialShare {
		padding:5px 0;
	}
	article.SocialShare label {
		display:none;
	}
	article.SocialShare .stButton .stArrow {
		display:none!important;
	}

	.Table .rightcontent.Buttons {
		padding:7px 0;
	}

	figure.thumbDetail .block-grid {
		margin-right:-10px;
	}
	figure.thumbDetail .block-grid > li {
		padding-right:10px;
	}

	header#Header .leftcontent {
		width:159px;
	}
	header#Header .navbar-brand {
		margin-right:15px;
	}
	header#Header .navbar-brand, .logo-bg-bottom {
		width:139px;
	}
	.logo-bg-bottom {
		bottom:-12px;
	}
	.navbar-brand > .logo-bg {
		top:-16px;
	}

	#rightHeader {
		padding:20px 0 15px;
	}

	#historyCarousel.flexslider .flex-viewport {
		overflow:hidden!important;
		padding-bottom:20px;
		margin-left:-10px;
		padding-left:10px;
	}

	.navbar-nav > .dropdown > a .caret, .nav .caret {
		display:none;
	}
}

@media(max-width:767px){
	header#Header .navbar-brand { max-width:110px; }
	header#Header .navbar-brand.hasbanner { margin-bottom:-40px; }
	header#Header .navbar-brand.hasbanner, .logo-bg-bottom {
		position: relative;
		z-index:9999;
	}
	header#Header .navbar-brand.hasbanner {
		margin-bottom:-70px;
	}
	h2.logo-text {
		padding-top:25px;
	}
	header#Header .navbar .Table {
		position:fixed;
		top:0;
		left:0;
		background:#fff;
		padding:5px 15px;
		float:none;
		width:100%;
		margin-top:0;
		clear:both;
		z-index:99999;
		max-height:100%;
		overflow:auto;
		display:block;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0px 5px 10px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0px 5px 10px;
	box-shadow: rgba(0,0,0,0.5) 0px 5px 10px;
	}
	header#Header .navbar .Table .rightcontent {
		display:block;
	}
	header#Header .navbar-collapse > ul {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	.navbar-nav > li > a {
		font-size:115%;
	}
	.navbar-nav > .dropdown > a .caret, .nav .caret {
		display:inline-block;
		zoom:1;
		*display:inline;
	}
	.dropdown-menu,
	.dropdown-menu .dropdown-menu {
		position: relative;
		top:0;
		left:0;
		right:0;
		width:100%;
		float:none;
		clear:both;
		font-size:100%;
		text-align: center;
	}
	header#Header .container {
		padding:0;
	}
	header#Header .dropdown-menu {
		box-shadow: 0 0 0;
	}
	ul.socialtabs {
		display:none;
	}
	h2.logo-text {
		font-size:20px;
	}

	.navbar-nav > li {
		border-left:0;
		clear:both;
		float:none;
		display:block;
	}

	article figure {
		clear:both;
		float:none;
	}

	body [class*="sameH"] {
		min-height:0!important;
	}

	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding:5px 2px;
	}


	header#topHeader {
		padding-bottom:15px;
	}
	header#Header .navbar .Table #topHeader {
		display:block;
		clear:both;
	}
}

@media(max-width:660px){ /* Tussenmaat */
	.searchtop {
		display:none;
	}

	h2.logo-text {
		font-size:16px;
		padding-top:30px;
	}
}

@media(max-width:480px){ /* Tussenmaat */
	.Snippet.Lidworden .counter {
		clear:both;
		display:block;
		float:none;
		width:100%;
		text-align: center;
		margin:0;
	}
}


@media(max-width:380px){ /* Tussenmaat */

	h2.logo-text {
		display:none!important;
	}
}


