/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../bundles/wijdverspreid/images/frontend/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../bundles/wijdverspreid/images/frontend/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../bundles/wijdverspreid/images/frontend/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../bundles/wijdverspreid/images/frontend/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../bundles/wijdverspreid/images/frontend/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../bundles/wijdverspreid/images/frontend/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../bundles/wijdverspreid/images/frontend/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../bundles/wijdverspreid/images/frontend/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../bundles/wijdverspreid/images/frontend/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../bundles/wijdverspreid/images/frontend/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../bundles/wijdverspreid/images/frontend/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../bundles/wijdverspreid/images/frontend/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../bundles/wijdverspreid/images/frontend/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../bundles/wijdverspreid/images/frontend/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../bundles/wijdverspreid/images/frontend/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../bundles/wijdverspreid/images/frontend/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../bundles/wijdverspreid/images/frontend/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../bundles/wijdverspreid/images/frontend/fancybox/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../bundles/wijdverspreid/images/frontend/fancybox/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../bundles/wijdverspreid/images/frontend/fancybox/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../bundles/wijdverspreid/images/frontend/fancybox/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../bundles/wijdverspreid/images/frontend/fancybox/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../bundles/wijdverspreid/images/frontend/fancybox/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../bundles/wijdverspreid/images/frontend/fancybox/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../bundles/wijdverspreid/images/frontend/fancybox/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../bundles/wijdverspreid/images/frontend/fancybox/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../bundles/wijdverspreid/images/frontend/fancybox/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../bundles/wijdverspreid/images/frontend/fancybox/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../bundles/wijdverspreid/images/frontend/fancybox/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../bundles/wijdverspreid/images/frontend/fancybox/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../bundles/wijdverspreid/images/frontend/fancybox/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../bundles/wijdverspreid/images/frontend/fancybox/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../bundles/wijdverspreid/images/frontend/fancybox/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
@font-face {
	font-family: 'icomoon';
	src:url('../bundles/wijdverspreid/fonts/frontend/icomoon.eot');
	src:url('../bundles/wijdverspreid/fonts/frontend/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../bundles/wijdverspreid/fonts/frontend/icomoon.ttf') format('truetype'),
		url('../bundles/wijdverspreid/fonts/frontend/icomoon.woff') format('woff'),
		url('../bundles/wijdverspreid/fonts/frontend/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Document */
html { font-size: 15px; }
html, body { margin: 0; padding: 0; min-height: 100%; }
body, input, button, textarea, select { font-family: 'Lato', sans-serif; font-size: 100%; font-weight: 400; color: #6b6c6e; line-height: 1.8em; }

/* HTML5 tags */
header, section, footer, aside, nav, article, figure, hgroup { display: block; }

/* Heading */
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; line-height: normal; font-weight: 400; text-rendering: optimizeLegibility; }
h1 { margin: 1em 0 0.5em; font-size: 40px; font-size: 2.666rem; font-weight: 300; color: #5c5e72; line-height: 1em; letter-spacing: -1px; -webkit-text-stroke: 0.3px; }
h2 { margin: 1em 0 0.5em; font-size: 26px; font-size: 1.733rem; color: #5c5e72; line-height: 1.2em; }
h3 { margin: 1em 0 0.5em; font-size: 17px; font-size: 1.133rem; font-weight: 700; color: #5c5e72; }
h4 { margin: 1em 0 0.5em; font-size: 14px; font-size: 0.933rem; font-weight: 700; }

/* Paragraph */
p { margin: 0 0 1.8em 0; padding: 0; }

/* Hyperlink */
a { color: #898ec6; cursor: pointer; }
a:hover { color: #cd788b; text-decoration: none; }
a:focus, object:focus, object:active { outline: none; }

/* Line */
hr { margin: 60px 0; padding: 0; height: 1px; color: #e9eef0; border: none; background-color: #e9eef0; }

/* List */
ul, ol { margin: 0 0 1.8em 0; padding: 0 0 0 40px; }
ul li { margin: 0; list-style-type: disc; }
ol li { margin: 0; list-style-type: decimal; }

/* Horizontal data list */
.dl-horizontal {
	margin-top: 0;
	margin-bottom: 20px;
}
.dl-horizontal dt,
.dl-horizontal dd {
  line-height: 1.8em;
}
.dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }

/* Text alignment */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }

/* Tables */
table { border-spacing: 0; border-collapse: collapse; }
table.table { width: 100%; }
table, thead, tbody, tfoot, tr, th, td, tt { margin: 0; padding: 0; empty-cells: show; text-align: left; }

/* Figure */
figure { margin: 0; display: inline-block; }
figcaption { font-size: 0.785em; color: #929295; text-align: center; line-height: normal; }

/* Images */
img { max-width: 100%; height: auto; border: none; }
img[align=left] { margin: 0 40px 1.8em 0; float: left; }
img[align=right] { margin: 0 0 40px 1.8em; float: right; }

/* Blockquote */
blockquote { display: inline-block; padding: 20px 0 0 50px; font-size: 28px; font-weight: 300; color: #77798e; line-height: 1.2em; text-align: left; background: url('../bundles/wijdverspreid/images/frontend/quote.png') no-repeat 0 20px; }

/* Subscript & Superscript */
sup, sub { font-size: 9px; font-weight: bold; }

/* Form */
/*form sup { position: absolute; margin-left: 4px; font-size: 15px; font-size: 1rem; color: #df7277; display: inline-block; }*/
fieldset { margin: 0 0 40px; padding: 0; border: none; }
fieldset.last { margin-bottom: 0; }
label { margin-right: 15px; padding: 11px 0 5px 0; width: 160px; line-height: normal; float: left; display: block; }
input[type="checkbox"] + label, input[type="radio"] + label { padding-top: 2px; width: auto; }
input[type="text"], input[type="password"], input[type="number"], input[type="email"], textarea { -webkit-appearance: none;  }
input[type="text"], input[type="password"], input[type="number"], input[type="email"], select, textarea, div.input { margin: 0; padding: 5px 10px; width: 260px; height: 32px; line-height: 32px; color: #a2a2a7; border: 1px solid #dde3e5; border-top-color: #c2c9cb; background: #fff; outline: none; -webkit-border-radius: 0; }
input[type="checkbox"], input[type="radio"] { margin: 5px 3px 0 0; float: left; }
select { padding: 8px 5px 8px 2px; height: 44px; line-height: 44px; }
textarea { height: 160px; width: 100%; max-width: 392px; overflow: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; resize: vertical; }
input[type="text"]:focus, input[type="number"]:focus ,input[type="password"]:focus, input[type="email"]:focus, textarea:focus, div.input:focus { color: #5c5e72; border-color: #c2c9cb; border-top-color: #9fa8aa; }
input[type="text"].error, input[type="number"].error, input[type="email"].error, input[type="password"].error, textarea.error, div.input.error { border-color: #e3c4c4; background-color: #fcf7f7; }
input[disabled="disabled"], select[disabled="disabled"], textarea[disabled="disabled"], div.input.disabled { color: #999999; border-color: #999999; background-color: #fafafa; }
div.input { float: left; border: none; font-weight: bold;  }
input[type="submit"], button[type="submit"] { margin-left: 174px; }
input[type="submit"].no-left-margin, button[type="submit"].no-left-margin { margin-left: 0; }
label sup { font-size: 13px; color: #cd788b; }
.validationMessage { display: block; color: #cd788b; font-size: 13px; line-height: 18px; margin: 5px 0 5px 180px; }
div.input { white-space: nowrap; text-overflow:ellipsis }
input[type="text"].number, input[type="number"].number, select.number	{ width:70px; }
select.number	{ width:90px; }
/* Styles */
.clear 				{ clear: both; }
.form-row,.formrow	{ margin-bottom: 6px; clear: both; overflow: hidden; }
.form-fieldlist		{ padding-top: 7px; float: left; }
.form-left-margin   { float: left; }
.autowidth			{ width: auto; }
.hide				{ display: none; }
.sterverplicht		{ color: #ed1b20; }
.gray				{ color: #b4b7b8; }
.image-overlap		{ margin: -160px 0 -94px; }
.continue			{ text-align:center; }
.small				{ font-size: 11px; font-size: 0.733rem; }
.right				{ text-align: right; }
.error              { color: #cd788b; }
.color-info         { color: #7a7fb7; }

/* Icons */
i[class*="icon-"] {
	width: auto;
	height: auto;
	display: inline;
}
i[class*="icon-"] {
	width: 20px;
	height: 20px;
	content: '';
	vertical-align: -5px;
	background: url('../bundles/wijdverspreid/images/frontend/icons.png') no-repeat 0 0;
	display: inline-block;
}
i.icon-plus			{ background-position: 0 0; }
i.icon-arrow		{ background-position: 0 -20px; }
i.icon-arrow-back	{ background-position: 0 -40px; }
i.icon-cross		{ background-position: 0 -60px; }
i.icon-plus-blue	{ background-position: 0 -80px; }
i.icon-plus-red		{ background-position: 0 -100px; }
i.icon-tick			{ background-position: 0 -120px; }
i.icon-ok			{ background-position: 0 -140px; }
i.icon-error		{ background-position: 0 -160px; }
i.icon-exclamation	{ background-position: 0 -180px; }
i.icon-error-soft	{ background-position: 0 -200px; }
i.icon-repeat   	{ background-position: 0 -220px; }
i.icon-invoice   	{ background-position: 0 -240px; }
i.icon-info         { background-position: 0 -260px; }
i.icon-phone         { background-position: 0 -280px; }

/* Button */
.button {
	margin-right: 20px;
	padding: 0 0 0 20px;
	height: 46px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	border: 0;
	background: url('../bundles/wijdverspreid/images/frontend/button.png') no-repeat 0 0;
	display: inline-block;
	cursor: pointer;

	-webkit-appearance: none;
}
.button.button-purple {
	background-position: 0 -184px;
}
.button.disabled {
	color: #bbb;
	text-decoration: line-through;
	background-position: 0 -276px;
	cursor: default;
}
.button.button-big {
	height: 56px;
	background-position: 0 -368px;
}
.button span {
	position: relative;
	margin-right: -20px;
	padding: 0 20px 0 0;
	height: 46px;
	line-height: 44px;
	background: url('../bundles/wijdverspreid/images/frontend/button.png') no-repeat right -46px;
	display: block;
}
@-moz-document url-prefix() {
	button.button span {
		margin: -1px -23px 0 0;
	}
}
.button.button-purple span {
	background-position: right -230px;
}
.button.disabled span {
	background-position: right -322px;
}
.button.button-big span {
	height: 56px;
	line-height: 56px;
	background-position: right -424px;
}
.button:hover {
	color: #fff;
	background-position: 0 -92px;
}
.button:hover span {
	background-position: right -138px;
}
.button.disabled:hover {
	background-position: 0 -276px;
}
.button.disabled:hover span {
	color: #bbb;
	background-position: right -322px;
}
.button.button-big:hover {
	background-position: 0 -480px;
}
.button.button-big:hover span {
	background-position: right -536px;
}
.button i[class="icon-arrow"],
.button i[class="icon-arrow-back"] {
	position: relative;
	left: 0;

	-webkit-transition: left 0.2s;
	-moz-transition: left 0.2s;
	transition: left 0.2s;
}
.button:hover i[class="icon-arrow"] {
	left: 5px;
}
.button.disabled:hover i[class="icon-arrow"] {
	left: 0;
}
.button:hover i[class="icon-arrow-back"] {
	left: -5px;
}

/* Link icon */
.linkicon:hover i.icon-plus-blue:before {
	background-position: 0 -100px;
}

/* Checkbox */
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label i {
	margin-right: 5px;
	height: 12px;
	width: 12px;
	background: url('../bundles/wijdverspreid/images/frontend/checkbox.png') no-repeat 0 0;
	display: inline-block;
}
input[type="checkbox"] + label:hover i {
	background-position: 0 -12px;
}
input[type="checkbox"]:checked + label i {
	background-position: 0 -24px;
}
input[type="checkbox"]:checked + label:hover i {
	background-position: 0 -36px;
}

/* Radio */
input[type="radio"] {
	display: none;
}
input[type="radio"] + label i {
	margin-right: 5px;
	height: 12px;
	width: 12px;
	background: url('../bundles/wijdverspreid/images/frontend/radio.png') no-repeat 0 0;
	display: inline-block;
}
input[type="radio"] + label:hover i {
	background-position: 0 -12px;
}
input[type="radio"]:checked + label i {
	background-position: 0 -24px;
}
input[type="radio"]:checked + label:hover i {
	background-position: 0 -36px;
}

/* Small form */
input.input-small 		{ width: 120px; }
input.input-smallest	{ width: 55px; }

/* Search */
input[type="text"].search-input {
	width: 600px;
}

/* Layout */
.layout {
	margin: 0 auto;
	max-width: 960px;
}
.layout.layout-relative {
    position: relative;
}

/* Content */
.content {
	width: 660px;
	float: left;
}

/* Side */
.side {
	width: 240px;
	float: right;
}
.side .side-block {
	margin-bottom: 40px;
}

/* Meta */
.meta {
	margin-top: 10px;
	float: right;
}
.meta a {
	font-size: 13px;
	font-size: 0.866rem;
	color: #55656d;
	text-decoration: none;
}
.meta a:hover {
	text-decoration: underline;
}

/* Nav */
.nav {
	margin: 0;
	padding: 0;
}
.nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Intro */
.intro {
	font-size: 22px;
	font-size: 1.466rem;
	font-weight: 300;
	line-height: 1.6em;
}

/* Text in 2 columns */
.twocolumns {
	-webkit-column-count: 2;
	-webkit-column-gap: 60px;
	-moz-column-count: 2;
	-moz-column-gap: 60px;
	column-count: 2;
	column-gap: 60px;
}

/* Message */
.message {
	margin: 40px 0;
	padding: 15px 20px 15px 40px;
	font-size: 14px;
	font-size: 0.933rem;
	line-height: normal;
}
.message.message-alert {
	color: #817852;
	font-weight: 700;
	border: 1px solid #e8d37d;
	background-color: #ffea94;
}
.message.message-ok {
	color: #7f936f;
	border: 1px solid #c6e1b2;
	background-color: #eef6e8;
}
.message i[class*="icon-"] {
	margin-left: -20px;
}

/* Columns */
.columns .column {
	margin-left: 60px;
	float: left;
}
.columns .column:first-child {
	margin-left: 0;
}
.columns .column.column-1 { width: 225px; }
.columns .column.column-2 { width: 450px; }
.columns .column.column-3 { width: 675px; }

/* Teaser op Homepage */
.teaser {
    background: #f1ede7;
    margin-top: -60px;
    margin-bottom: 80px;
    height: 300px;
}
.teaser h2 {
    text-align: center;
    font-weight: 300;
    color: #847f76;
    padding: 60px 0;
}
.teaser img {
    position: absolute;
    width: 540px;
    height: 369px;
    margin-top: -30px;
    margin-left: -30px;

}

/* Drukken en verspreiden op Homepage */
.drukken-verspreiden ul {
    list-style-image: url('../bundles/wijdverspreid/images/frontend/verspreiden-drukken-bullet.png');
    padding-left: 30px;
}
.drukken-verspreiden li {
    padding: 5px 0;
}
.drukken-verspreiden hr {
    margin-top: 0px;
    margin-bottom: 100px;
}

/* FAQ en Drukker op Homepage */
.faq-drukker {
    margin-top: 40px;
    background: #f1ede7;
    padding: 30px 0 20px;
}
.faq-drukker h2,
.faq-drukker h3 {
    color: #5c5e72;
}

/* Over ons en quotes op homepage */
.over-ons-quotes {
    margin-top: 40px;
}


/* Tabs */
.tabs {
	padding: 10px 40px;
	margin-bottom: 20px;
	height: 30px;
	background-color: #f1ede7;
}
.tabs ul {
	overflow: hidden;
}
.tabs li {
	margin-left: 2px;
	float: left;
}
.tabs li:first-child {
	margin-left: 0;
}
.tabs a {
	padding: 0 7px;
	height: 30px;
	line-height: 30px;
	color: #9c968b;
	font-size: 12px;
	font-size: 0.8rem;
	text-transform: uppercase;
	text-decoration: none;
	display: block;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.tabs a:hover {
	background-color: #fff;
}
.tabs li.selected a {
	color: #fff;
	background-color: #898ec6;
}
.tabs a span {
	margin-right: 3px;
	width: 18px;
	height: 18px;
	font-weight: 900;
	font-size: 11px;
	font-size: 0.733rem;
	line-height: 18px;
	text-align: center;
	color: #fff;
	background-color: #9c968b;
	display: inline-block;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.tabs li.selected a span {
	color: #898ec6;
	background-color: #fff;
}

/* Maps */
.maps {
	position: relative;
	margin: 0 -40px 60px -40px;
}
.maps img {
	max-width: none;
}
.maps .maps-inner {
	width: 100%;
	height: 360px;
}
.maps .maps-shadow {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 12px;
	background: url('../bundles/wijdverspreid/images/frontend/map-shadow.png') center 0;
}

.maps .postcode-popup {
	padding: 0 10px 5px 15px;
}

.maps .postcode-popup a {
	margin-left: -5px;
	margin-top: -7px;
	display: block;
	color: red;
}

/* Social Media */
.socialmedia {
    padding-top: 20px;
	text-align: center;
}
.socialmedia a {
	width: 40px;
	height: 40px;
	text-indent: -1234em;
	background: url('../bundles/wijdverspreid/images/frontend/socialmedia.png') no-repeat 0 0;
	display: inline-block;
}
.socialmedia .facebook 			{ background-position: 0 0; }
.socialmedia .twitter			{ background-position: -40px 0; }
.socialmedia .facebook:hover 	{ background-position: 0 -40px; }
.socialmedia .twitter:hover		{ background-position: -40px -40px; }

/* Copyright */
.copyright {
	font-size: 11px;
	font-size: 0.687rem;
	color: #aeafb1;
}

/* Brands */
.brands {
	margin-top: -40px;
	overflow: hidden;
}
.brands a {
	position: relative;
	height: 140px;
	width: 240px;
	display: block;
	float: left;
}
.brands a img:first-child {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 2;

	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.brands a:hover img:first-child {
	opacity: 0;
}
.brands a img.grayscale {
	position: relative;
	left: 0.5px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(1);
    filter: gray;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 1;
}

/* List */
.list {
	margin-bottom: 40px;
}
.list th {
	font-weight: 700;
}
.list thead th {
	padding: 8px 10px;
	color: #5c5e72;
	border-bottom: 1px solid #e9eef0;
}
.list tbody td {
	padding: 8px 10px;
	border-bottom: 1px solid #e9eef0;
}
.list tbody tr:hover th,
.list tbody tr:hover td {
	background-color: #f3f6f7;
}
.list tfoot td {
	padding: 5px;
	color: #5c5e72;
	font-weight: bold;
}
.list .textright {
	text-align: right;
}
.list .list-empty {
	padding: 5px;
}
.list input[type="checkbox"] + label,
.list input[type="radio"] + label {
	margin: 2px 0 -2px 5px;
}

/* Data list */
.data-list tbody td {
	border: 1px solid #e9eef0;
}

/* Date list */
.date-list {
	margin-bottom: 10px;
}
.date-list tbody tr {
	cursor: pointer;
}
.date-list tbody th,
.date-list tbody td {
	width: 59px;
}
.date-list tbody td {
	border-left: 1px solid #e9eef0;
}
.date-list tbody td:first-child {
	border-left: none;
}
.date-list tbody tr.selected td {
	color: #fff;
	border-color: transparent;
	background-color: #898ec6;
}
.date-list tbody .date-list-week {
	position: relative;
}
.date-list tbody .icon-tick {
	position: absolute;
	left: -28px;
	top: 3px;
	display: none;
}
.date-list tbody tr.selected .icon-tick {
	display: block;
}

/* Gebied */
.gebied-search {
	position: relative;
	z-index: 1000;
}
.gebied-search .autocomplete {
	width: 620px;
	position: absolute;
	left: 0;
	top: 45px;
	border: 1px solid #eaeaea;
	z-index: 1000;
	background: #fff;

	-webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.gebied-search .autocomplete ul {
	margin: 0;
	padding: 0;
}
.gebied-search .autocomplete .info {
	background: #FCFCFC;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
}
.gebied-search .autocomplete .info.hide {
	display: none;
}
.gebied-search .autocomplete .no-results {
	background: #FCFCFC;
	color: #cd788b;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
}
.gebied-search .autocomplete .no-results.hide {
	display: none;
}
.gebied-search .autocomplete li {
	display: block;
	list-style: none;
	background: #FCFCFC;
	height: 30px;
	padding: 10px;
}
.gebied-search .autocomplete li.active {
	background: #898ec6;
}
.gebied-search .autocomplete li.odd.active {
	background: #898ec6;
}
.gebied-search .autocomplete li.active .title {
	color: #fff;
}
.gebied-search .autocomplete li.active .title small {
	color: #ddd;
}
.gebied-search .autocomplete li.active .actions a {
	color: #fff;
}
.gebied-search .autocomplete li.odd {
	background: #F2F3F5;
}
.gebied-search .autocomplete .title {
	line-height: 30px;
	float: left;
	color: #5c5e72;
	display: block;
	min-width: 450px;
}
.gebied-search .autocomplete .title small {
	margin-left: 8px;
	color: #9c968b;
	font-size: 0.8em;
	text-transform:none;
}
.gebied-search .autocomplete .actions {
	margin: 0;
	float: right;
}
.gebied-search .autocomplete .actions a {
	display: inline-block;
	zoom: 1;
    *display: inline;
	line-height: 30px;
	font-size: 0.8em;
	color: #5c5e72;
	margin-left: 10px;
}

/* Actions */
.actions {
	margin-bottom: 60px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9eef0;
}

/* Preflight */
.preflight ul {
	padding-left: 60px;
}
.preflight ul li {
	font-size: 13px;
	font-size: 0.866rem;
	list-style: disc;
}

/* Print */
.print {
	margin-right: 20px;
	color: #919496;
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
	cursor: pointer;
}
.print:hover {
	color: #919496;
}
.print figure {
	margin: 0 auto 5px auto;
	height: 140px;
	text-indent: -1234em;
	background: url('../bundles/wijdverspreid/images/frontend/formaten.png') no-repeat 0 0;
	display: block;
}
.print small {
    display: block;
}
.print.print-flyer figure		{ width: 75px; background-position: 0 0; }
.print.print-folder-enkel figure		{ width: 75px; background-position: -280px 0; }
.print.print-folder-wikkelvouw figure { width: 75px; background-position: -140px -140px; }
.print.print-folder-harmonicavouw figure { width: 75px; background-position: -140px 0; }


.print.a4 figure {
    width:100px;
	background-position: -280px -140px;
}
.print.a4xl figure {
    width:111px;
    background-position: -420px 0px;
}
.print.a5 figure {
    width:100px;
    background-position: -280px -280px;
}
.print.a5l figure {
    width:100px;
    background-position: -420px -280px;
}
.print.a5xl figure {
    width:100px;
    background-position: -420px -140px;
}
.print.a6 figure {
    width:100px;
    background-position: -280px -560px;
}
.print.us figure {
    width:100px;
    background-position: -140px -560px;
}
.print.usxl figure {
    width:100px;
    background-position: -420px -280px;
}
.print.cs figure {
    width:100px;
    background-position: -280px -700px;
}
.print.cl figure {
    width:100px;
    background-position: -140px -700px;
}
.print.a33 figure {
    width:100px;
    background-position: -140px -700px;
}
.print.a43 figure {
    width:100px;
    background-position: -140px -700px;
}

.print span {
	overflow: hidden;
	display: inline-block;
}
.print label {
	margin-right: 0;
	width: auto;
	display: inline-block;
	cursor: pointer;
}
.print:hover input[type="radio"] + label i {
	background-position: 0 -12px;
}
.print:hover input[type="radio"]:checked + label i {
	background-position: 0 -36px;
}

/* Copyright */
.copyright {
	color: #484a60;
	font-size: 12px;
	font-size: 0.8rem;
	text-align: center;
}

/* Wrapper */
#wrapper {
	position: relative;
	overflow: hidden;
}

/* Header */
#header {
	margin-bottom: 60px;
	background: #a9c8d8;
}

/* Footer */
#footer {
	margin-top: 20px;
	background: #77798e url('../bundles/wijdverspreid/images/frontend/shadow.png') no-repeat center 0;
}
#footer blockquote {
	margin: 0;
}
#footer hr {
	margin: 40px 0;
	color: #85879a;
	background-color: #85879a;
}
#footer nav ul {
	text-align: center;
}
#footer nav li {
	margin: 0 10px;
	display: inline-block;
}
#footer nav a {
	color: #fff;
	text-decoration: none;
}
#footer nav a:hover {
	text-decoration: underline;
}
#footer .layout {
	padding: 40px 0;
}
#footer .footer-bottom {
	position: relative;
	background: url('../bundles/wijdverspreid/images/frontend/footer.png') no-repeat 0 bottom;
}

/* Logo */
#logo {
	width: 378px;
	height: 160px;
	text-indent: -1234em;
	background: url('../bundles/wijdverspreid/images/frontend/logo.png') no-repeat 0 0;
	display: block;
	float: left;
}

/* Telefoonnummer in header */
/* Klant menu */
#klantmenu {
    position: absolute;
    right: 0;
    font-size: 11px;
	font-size: 0.7333em;
	font-weight: 700;
	line-height: 30px;
}
#klantmenu .back {
    position: relative;
    color: #e1e8e9;
    padding: 0px 10px;
    background: #769cb0;
    -webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
    z-index: 10;
}
#klantmenu span {
    display: inline-block;
    margin-right: 10px;
}
#klantmenu ul {
    display: inline-block;
}
#klantmenu li {
	margin-left: 6px;
	display: inline-block;
}
#klantmenu li:first-child {
	margin-left: 0;
}
#klantmenu li a {
	padding: 0 10px;
	height: 30px;
    color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}
#klantmenu li a:hover {
	color: #afd4e9;
}
#klantmenu li.selected a:hover {
	color:#fff;
}
#klantmenu .telephone {
    position: absolute;
    display: block;
    width: 140px;
    left: -140px;
    color: #cb7286;
    text-decoration: none;
    font-size: 13px;
    background: #fff;
    z-index: 9;
    padding-left: 5px;
    -webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}

/* Menu */
#menu {
	margin-top: 67px;
	float: right;
}
#menu li {
	margin-left: 6px;
	float: left;
}
#menu li:first-child {
	margin-left: 0;
}
#menu li a {
	padding: 0 10px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	font-size: 0.933em;
	font-weight: 700;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#menu li a:hover {
	color: #759cb1;
}
#menu li.selected a {
	background-color: #759cb1;
}
#menu li.selected a:hover {
	color:#fff;
}

/* Home */
#home {
	position: relative;
	padding: 40px 0 40px 0; /*padding: 60px 0 160px;*/
}

#home h1 {
	margin: 0;
    padding: 0px 0 40px 0;
	color: #fff;
	font-size: 40px;
    line-height: 44px;
    font-weight: 300;
	text-align: center;

	-webkit-text-stroke: 0;
}
#home .gebied-search {
    position: relative;
	margin: 0 auto;
	width: 620px;
}
#home .gebied-search .autocomplete {
	top: 53px;
	width: 440px;
	border: none;

	-webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
#home .gebied-search input[type="text"].search-input {
	padding: 10px 20px;
	width: 400px;
	border: none;
}
#home .gebied-search .autocomplete li {
    padding: 10px 20px;
}
#home .gebied-search .autocomplete .title {
    min-width: 330px;
    max-width: 330px;
}
#home .gebied-search .autocomplete .info,
#home .gebied-search .autocomplete .no-results {
    padding: 10px 20px
}
#home .verspreid-voorbeelden {
    padding: 0 20px;
    font-size: 11px;
    line-height: 30px;
    color: #405058;
}
#home .verspreid-voorbeelden a {
    color: #405058;
}
#home .verspreid-voorbeelden a:hover {
    color: #5b727d;
}
#home .start-verspreiding {
    position: absolute;
    left: 450px;
    top: -1px;
}
#home .start-verspreiding:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 130px;
    display: block;
    height: 70px;
    width: 186px;
    background: transparent url('../bundles/wijdverspreid/images/frontend/home-verspreid-tip.png') 0 0 no-repeat;
}
#home .button {
    white-space: nowrap;
}

/* Wizard */
#wizard {
	position: relative;
	margin-bottom: 60px;
	width: 720px;
	background-color: #fff;
	float: left;
	z-index: 2;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#wizard h1 {
	margin: 0;
	height: 40px;
	line-height: 40px;
}
#wizard h2 {
	font-weight: 700;
}
#wizard hr {
	margin: 40px -40px;
}
#wizard .wizard-layout {
	padding: 40px;
}
#wizard .wizard-header {
	background: url('../bundles/wijdverspreid/images/frontend/wizard-top.png') no-repeat 0 0;

	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#wizard table {
	width:100%;
}
#wizard .wizard-footer {
	text-align: right;
	background-color: #f1ede7;

	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
#wizard .wizard-footer .button {
	margin-left: 5px;
}
#wizard .wizard-bottom {
	position: absolute;
	bottom: -6px;
	width: 100%;
	height: 6px;
	background: url('../bundles/wijdverspreid/images/frontend/wizard-bottom.png') no-repeat 0 0;
}
#wizard .map {
	margin: 0 -40px;
}
#wizard .list {
	margin-left: -40px;
	margin-right: -40px;
}
#wizard .list th:first-child,
#wizard .list td:first-child {
	padding-left: 40px;
}
#wizard .list th:last-child,
#wizard .list td:last-child {
	padding-right: 40px;
}
#wizard .list .list-empty {
	padding: 5px 40px;
}

/* Selection */
#selection {
	position: absolute;

	/* If Tinus say Hi, or say that left/margin-left is an IE7 fix.. that eh just works */
	left: 50%;
	margin-left: 240px;

	margin-top: 70px;
	width: 240px;

	float: right;
	z-index: 1;


}
#selection > div.inner {
    background-color: #6d6f84;
    -webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
#selection.fixed {
	position: fixed;
	top: -70px;
}
#selection h3,
#selection h4 {
	margin: 0 0 0.3em;
	color: #fff;
}
#selection h3 {
	font-size: 24px;
	font-size: 1.6rem;
}
#selection li {
	line-height: normal;
	font-size: 13px;
	font-size: 0.866rem;
	font-weight: 700;
	color: #fff;
}
#selection li span {
	width: 90px;
	color: #b8b9c2;
	font-weight: normal;
	display: inline-block;
}
#selection p {
	margin: 0;
	font-size: 12px;
	font-size: 0.8rem;
	line-height: normal;
	color: #b8b9c2;
}
#selection .selection-block {
	padding: 20px;
}
#selection .selection-block.even {
	background-color: #77798e;
}
#selection .selection-shadow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 10px;
	background: url('../bundles/wijdverspreid/images/frontend/selection-shadow.png') repeat-y 0 0;
	z-index: 999;
}

#selection .kranten-title-container{padding-top: 10px;}
#selection .kranten-title-container ul li span.kranten-title {width: 100%;}


#bevestiging p {
	line-height:32px;
	font-weight:100;
	font-size:1.4em;
}
#bevestiging p a {
	padding:0 5px 3px;
	border-radius:3px;
	background-color:#E3EDF2;
	color:#759DB1;
	text-decoration:none;
}
#bevestiging p a:hover {
	color:#75B12D;
	background-color:#E3F2E8;
}

.upload_bar {
	width: 0%;
	background: green;
	height: 32px;
	color: white;
	text-align: center;
}
.included .startbutton {
	text-align:center;
}
table.kosten {
	margin:20px 0;
}
table.kosten td {
	padding:4px;
}
table.kosten .price {
	text-align:right
}
table.kosten tr.alt {
	background-color:#F1EDE7;
}
table.kosten th {
	padding:4px;
	background-color:#A9C8D8;
	color:#303E44;
}
table.kosten td.total {
	border-top: 1px solid #999;
	padding-top:8px;
}
table.gewicht {
	width:100%;
}
table.gewicht th {
	padding: 3px;
	color: #5c5e72;
	border-bottom: 1px solid #e9eef0;
}
table.gewicht td {
	padding:2px;
}
table.gewicht tr:nth-child(odd) {
	background-color:#F1EDE7;
}
/* VisualMedia */
#vm {
	position: absolute;
	top: 38px;
	right: 0;
	width: 141px;
	height: 26px;
	text-indent: -1234em;
	background: url('../bundles/wijdverspreid/images/frontend/vm.png') no-repeat 0 0;
}

.verspreiding-methode{
    margin: 10px 0 ;
}

.verspreiding-methode td {
    vertical-align: top;
    padding: 8px 0;
}

.verspreiding-methode label {
    width: 100px !important;
}

.kranten-soort-info td{
    vertical-align: top;
    width: 50%;
    padding-right: 20px
}

.kranten-soort-info td ul {
    margin: 0;
    padding: 0;
}

.kranten-soort-info td ul li {
    list-style:none;
}

.grayout { color: lightgray;}

/* nieuw upload en info */
.postcode_upload-functie{
    .form-group {
        input[type="file"]{
            display: block;
            padding: 15px;
            border: 1px solid #ddde;
            width: 100%;
            margin-top: 15px;
            background-color: #eee;
            text-align: right;
        }
    }
}

.postcode_upload_container {
    border: 1px solid #eee;
    padding: 15px;
    text-align: center;
}
