/*
Theme Name: JB Theme
Theme URI: http://hayona.nl/
Description: JB Inflatable B.V. theme.
Author: Hayona BV
Author URI: http://www.hayona.nl/
Version: 2.3
Tags:

License:
License URI:

*/


/**
 * GENERAL ELEMENTS
 * ------------------------------
 */

body {
	margin: 0;
	padding: 0;
	background: #fff url(images/bgx.png) repeat-x;
	font: 14px/1.8 Arial, sans-serif;
	color: #666;
}

body.home {background: url(images/bgx-home.png) repeat-x;}
body.page-template-page-home-classic-php {background: url(images/bgx-home-classic.png) repeat-x;}

h1, h2, h3 {
	margin: 0 0 5px;
	font: bold 36px/1.2 Arial, sans-serif;
	color: #666;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h1 {
	margin: 0 0 10px;
	font-weight: bold;
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	color: #ff6600;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
	color: #ff6600;
}
	
p {
	margin: 0 0 20px;
}

a {
	color: #3f99d8;
}

a:hover {
	color: #666666;
}

img {
	border: 0;
}

ul,
ol {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
}


.column {
	float: left;
}


/* Button */

a.btn,
.wpcf7-submit {
	display: inline-block;
	padding: 0 25px;
	border: 1px solid rgba(0,0,0,.3);
	height: 35px;
	background: #FF6600 url(images/button-gradient.png) repeat-x 0 0;
	font: bold 18px/34px 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	color: #fff;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(0,0,0,.3); 
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(0,0,0,.3); 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	cursor: pointer;
}

a.btn:hover,
.wpcf7-submit:hover {
	background-color: #FF944D;
}

.btn.simple-btn {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.1);
	color: #888;
}

.btn.simple-btn:hover { background-color: #efefef; }

.btn.btn-s {
	padding-left: 15px;
	padding-right: 15px;
	text-transform: none;
	font-size: 14px;
}


/* Checklist */

ul.checklist {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

ul.checklist li:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 17px;
	height: 18px;
	vertical-align: sub;
	background: url(images/tick.png) no-repeat 0 0;
}


/* Formulieren */

form {
	margin: 0 0 20px;
}

form > div.row {
	margin: 10px 0 0;
	position: relative;
}

form.has-tooltip > div.row {
	padding: 0 30px 0 0;
}

form > div.row:first-child,
form > div.row.first-child {
	margin-top: 0;
}

form > div.row:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

form > div.indent {
	padding: 0 0 0 200px;
}

label[for] {
	cursor: pointer;
}

label.indent {
	float: left;
	margin: 6px 10px 0 0;
	width: 190px;
}

button,
input.text,
input.wpcf7-text,
textarea,
select {
	margin: 0;
	font: 400 16px/1.2 "franklin-gothic-urw", Arial, Helvetica, sans-serif;
}

input.text,
input.wpcf7-text,
textarea {
	padding: 7px 9px;
	border: 1px solid #ccc;
	width: 300px;
}

textarea {
	height: 70px;
}

select {
	margin: 5px 0;
	width: 310px;
}

form ul.options {
	float: left;
	margin: 5px 0;
	padding: 0;
	list-style: none;
}

form ul.options li {
	position: relative;
	padding: 1px 0 0 25px;
}

form ul.options input {
	position: absolute;
	top: 3px;
	left: 0;
}

form ul.options.inline li {
	float: left;
	margin: 0 5px 0 0;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 6px 10px 5px 0 !important;
}

span.wpcf7-list-item label {
	cursor: pointer;
}

span.wpcf7-form-control {
	float: left;
	width: 300px;
}

span.wpcf7-checkbox span.wpcf7-list-item {
	display: block;
}


/* Focus stijlen */

input.text:focus,
textarea:focus {
	border-color: #999;
	outline: none;	/* Remove ugliness in safari */
}


/* Form error style */

label.error {
	display: block;
	margin-top: 10px;
	margin-left: 120px;
	cursor: auto;
}

.row.indent label.error {
	margin-left: 0;
}

.options label.error {
	display: none !important;
}

input.error,
textarea.error {
	border-color: #999 !important;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

select.error {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

form .options.error,
form .options li.error {
	background-color: #e5e5e5;
}


/**
 * LAYOUT ELEMENTS
 * ------------------------------
 */

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 980px;
}

#main {
	width: 980px;
}

#header {
	margin: 0 0 55px;
	padding: 10px 0 0;
	width: 960px;
	height: 130px;
	position: relative;
}

.home #header { margin-bottom: 0; }

#breadcrumbs {
	width: 940px;
	margin: -55px 0 20px;
	padding: 0 20px 0 20px;
}

#sidebar {
	margin: 0 20px 0 0;
	width: 220px;
}

#content {
	margin: 0 0 0 10px;
}

#footer {
	
}


/* Clear float on some elements */

#main:after,
#slider:after,
.checklist:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}


/**
 * PAGE ELEMENTS
 * ------------------------------
 */

#breadcrumbs p {line-height: 38px; font-size: 12px}
#breadcrumbs a {color: #777}
#breadcrumbs a:hover {text-decoration: none}

/* Submenu */

#submenu {
	width: 200px;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	border-right: 1px #ccc solid;
	float: left;
}

#submenu li.menu-item-9 {display: none}
#submenu ul.sub-menu {display:none}
#submenu li.current-menu-item ul.sub-menu, #submenu li.current-menu-ancestor ul.sub-menu {display:block}
#submenu li.current-menu-ancestor a {color: #333}

#submenu ul {list-style: none}

#submenu ul li a {
	font: bold 16px/32px 'Montserrat', Arial, sans-serif;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-decoration: none;
	color: #999;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#submenu ul ul {margin:0}

#submenu ul li li a {
	font: 16px/32px 'Montserrat', Arial, sans-serif;
	color: #666;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#submenu > ul > li.current_page_item > a {
	width: 180px;
	display: block;
	background: #ff6600;
	color: #fff;
	padding: 0 0 0 10px;
	margin: 0 0 0 -10px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#submenu ul ul li.current_page_item a {
	width: 160px;
	display: block;
	background: #ff6600;
	color: #fff;
	padding: 0 0 0 10px;
	margin: 0 0 0 -10px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#submenu li.current_page_item a:hover {border:none}
#submenu a:hover {color: #333}

div.content-span {
	width: 720px;
	padding: 15px 10px 20px 10px;
	float: right;
}

div.content-header {
	clear: both;
}

div.content-body {
	float: left;
	width: 460px;
}

div.content-widgets {
	float: right;
	width: 220px;
}

div.content-sub {
	width: 720px;
	padding: 0 10px 20px 10px;
	float: right;	
}

div.content-product {
	width: 730px;
	padding: 0 0 20px 10px;
	float: right;	
}

div.content-full {
	padding: 0 20px 20px;
}


/* Widgets */

.widget {
	margin: 0 0 20px;
}

.widget .widgettitle {
	margin: 5px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}


/**
 * PRODUCTPAGINA ELEMENTS
 * ------------------------------
 */

#productinfo {
	width: 460px;
	float: left;
	overflow: hidden;
	font: normal 14px/22px Arial, Helvetica, sans-serif;
}

#product-afbeeldingen_wrapper {
	width: 460px;
	overflow: hidden;
}

#productinfo h3 {
	color: #666;
}

#productinfo a img {
	padding: 5px;
	background: #fff;
	border: 3px #ddd solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
}

#productinfo a:hover img {
	border: 3px #ff6600 solid;
}

#productinfo a.thumb img {margin: 0 12px 10px 0;}
#productinfo a.pag img {margin: 0 0 10px 0;}

#productinfo table {
	width: 460px;
	margin: 0 0 20px 0;
}

#productinfo table tr.odd {
	background: #eee;
}

#productinfo table td {padding: 5px 10px 5px 10px}

#productinfo h3 {
	font: bold 18px/22px 'Montserrat', Arial, sans-serif;
	margin: 0 0 5px 0;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Sidebar */


#sidebar {
	width: 220px;
	float: right;
	overflow: hidden;
}

#sidebar div.bestellen {
	width: 220px;
	padding: 30px 0 20px 0;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}

#sidebar div.bestellen p {
	line-height: 16px;
	margin: 0 0 10px 10px;
}

#sidebar div.bestellen p.prijs {
	color: #ff6600;
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0 10px 10px;
}

#sidebar div.bestellen p.prijs span {
	font-size: 12px;
	color: #999;
	margin: 0 0 0 10px;
	font-weight: normal;
}

#sidebar div.bestellen img {
	float: left;
	display: block;
	margin: 0 10px 5px 0;
}

#sidebar a.btn {
	width: 220px;
	margin: 10px 0 5px 0;
}

#sidebar a.meerinfo {
	width: 220px;
	display: block;
	color: #666;
	text-align: center;
	font-size: 14px;
}

#sidebar a:hover.meerinfo {text-decoration: none}

div.certificaten {
	width: 460px;
/*	height: 80px;*/
	overflow: hidden;
	padding: 10px 0;
	margin: 20px 0 20px 0;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}

div.certificaten img { 
	margin: 0 20px 0 0; 
	vertical-align: middle;
}

#sidebar div.populair {
	width: 220px;
	padding: 0 0 20px 0;
}

#sidebar div.populair h4 {
	font-size: 18px;
	margin: 10px 0 10px 0;
}

#sidebar div.populair a {
	width: 220px;
	height: 70px;
	text-decoration: none;
	display: block;
}

#sidebar div.populair a img {
	margin: 0 10px 0 0;
	border: 3px #ddd solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
}

#sidebar div.populair a:hover img {border: 3px #ff6600 solid}

#sidebar div.populair a p {
	color: #666;
	padding: 12px 0 0 0;
}

/**
 * CATEGORIE EN SUBCATEGORIE ELEMENTS
 * ------------------------------
 */

a.categorie-block {
	width: 300px;
	margin: 0 10px 20px 10px;
	display: block;
	float: left;
	text-decoration: none;
}

a.categorie-block img {
	padding: 5px;
	margin: 0;
	background: #fff;
	border: 3px #ddd solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: none;
}

a:hover.categorie-block img {
	border-color: #ccc;
}

a.categorie-block .cat-cloud {
	width: 294px;
	height: 55px;
	margin: 0;
	overflow: hidden;
	font: bold 14px/34px 'Montserrat', Arial, sans-serif;
	background: #eee;
	border: 3px #ddd solid;
	color: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:hover.categorie-block .cat-cloud {background: #fff;}

.cat-cloud h2 {color: #ff6600; margin: 10px 0 -5px 0}
.cat-cloud p {color: #666; font-size: 12px; font-weight: normal}

div.categorie-arrow {
	margin: -4px auto 0 auto;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #ddd;
}

/* Sub */

a.sub-block {
	width: 204px;
	height: 185px;
	margin: 0 10px 20px 10px;
	padding: 5px;
	overflow: hidden;
	background: #fff;
	border: 3px #ddd solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	float: left;
	text-decoration: none;
	position: relative;
}

div.sub-nieuw,
div.sub-aanbieding {
	padding: 0 20px;
	height: 27px;
	background-color: #3F99D8;
	font: bold 12px/27px Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 5px;
	left: 5px;
	color: #fff;
}

.csstransforms div.sub-nieuw,
.csstransforms div.sub-aanbieding {
	padding: 0;
	width: 150px;
	-webkit-transform: rotate(-45deg);  
	-moz-transform: rotate(-45deg);  
	-ms-transform: rotate(-45deg);  
	-o-transform: rotate(-45deg);  
	transform: rotate(-45deg);  
	top: 25px;
	left: -35px;
}

div.sub-aanbieding {
	background-color: #FF6600;
}

a.sub-block img {
	margin: 0;
	float: none;
}

a:hover.sub-block {
	border-color: #ff6600;
}

.sub-info h3 {
	font: bold 14px/14px Arial, Helvetica, sans-serif;
	margin: 5px 0 0 0;
	color: #333;
	text-align: center;
}

.sub-info p {
	font: normal 12px/24px Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
}

/**
 * HEADER ELEMENTS
 * ------------------------------
 */

#logo {
	display: inline-block;
	margin: 0 0 0 20px;
	height: 76px;
}

#logo img {
	vertical-align: middle;
}

#header .btn {
	position: absolute;
	top: 45px;
	right: 0;
}

/* Meta nav */

#meta-nav > ul {
	margin: 0;
	padding: 0;
	height: 20px;
	list-style: none;
	z-index: 999;
	position: absolute;
	top: 8px;
	right: 0;
}

#meta-nav > ul > li {
	float: left;
}

#meta-nav > ul > li.phone > a {
	background: url(images/icon-phone.png) left no-repeat;
	padding: 0 0 0 25px;
}

#meta-nav > ul > li.languages > a {
	background: url(images/meta-arrow.jpg) right no-repeat;
	border: 1px #cdcdcd solid;
	padding: 0 20px 0 8px;
}

#meta-nav > ul > li a img {
	margin: 0 8px -1px 0;
}

#meta-nav > ul > li.languages > a:hover {text-decoration:none; color: #505050}

#meta-nav > ul > li > a {
	display: block;
	margin: 0 0 0 15px;
	font: 12px/26px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #505050;
}

#meta-nav > ul > li > a:hover, #meta-nav > ul > li.current_page_item > a {
	text-decoration: underline;
}

#meta-nav li.home a {
	width: 18px;
	height: 16px;
	margin: 10px 20px 0 0;
	padding: 0 0 13px 0;
	background: url(images/icon-home.png) no-repeat;
	display: block;
	text-indent: -9999px;
}

/* Meta nav - Second level */

#meta-nav ul ul {
	display: none;
	margin: -2px 0 0 15px;
	padding: 0;
	width: 160px;
	background-color: white;
	position: absolute;
	list-style: none;
	border: 1px #cdcdcd solid;
}

#meta-nav li:hover ul {
	display: block;
}

#meta-nav ul ul li {
	position: relative;
/*	border-top: 1px solid #EDEDED;*/
}

/*#meta-nav ul ul li:first-child {
	border: 0;
}*/

#meta-nav ul ul a {
	display: block;
	padding: 7px 25px 7px 10px;
	width: 125px;
	border-bottom: none;
	font: 12px/1.2 Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
}

#meta-nav ul ul a:hover {
	background-position: 215px -39px;
	background-color: #eee;
	color: #4D4D4D;
}

#meta-nav ul ul li.selected a,
#meta-nav ul ul li.current-menu-item a {
	font-weight: bold;
	color: #4D4D4D;
}


/* Meta nav - Other level */

#meta-nav ul ul ul {
	display: none;
}

/* Primary nav */

body.home #primary-nav > ul {position: absolute; top: 95px}

#primary-nav > ul {
	margin: 0 20px;
	padding: 0;
	height: 45px;
	list-style: none;
	position: absolute;
	top: 95px;
	z-index: 999;
}

#primary-nav > ul > li {
	float: left;
}

#primary-nav > ul > li > a {
	display: block;
	margin: 0 25px 0 0;
	padding: 2px 0;
	font: 14px/41px 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#primary-nav > ul > li > a:hover, #primary-nav > ul > li.current_page_item > a {
	padding-bottom: 0;
	border-bottom: 2px solid rgba(255,255,255,.2);
}

#primary-nav > ul > li.home > a {
	display: block;
	margin: 14px 20px 0 0;
	padding-bottom: 11px;
	width: 18px;
	height: 16px;
	background: url(images/icon-home.png) no-repeat;
	text-indent: -9999px;
}

/* Primary nav - Second level */

#primary-nav ul ul {
	display: none;
	margin: -2px;
	padding: 5px 0;
	width: 230px;
	background-color: white;
	position: absolute;
	list-style: none;
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

#primary-nav li:hover ul {
	display: block;
}

#primary-nav ul ul li {
	position: relative;
/*	border-top: 1px solid #EDEDED;*/
}

/*#primary-nav ul ul li:first-child {
	border: 0;
}*/

#primary-nav ul ul a {
	display: block;
	padding: 7px 25px 7px 15px;
	width: 190px;
	border-bottom: none;
	font: 12px/1.2 Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
}

#primary-nav ul ul a:hover {
	background-color: #ededed;
	background-position: 215px -39px;
	color: #4D4D4D;
}

#primary-nav ul ul li.selected a,
#primary-nav ul ul li.current-menu-item a {
	font-weight: bold;
	color: #4D4D4D;
}


/* Primary nav - Other level */

#primary-nav ul ul ul {
	display: none;
}


/**
 * HOMEPAGE ELEMENTS
 * ------------------------------
 */

#slider {
	width: 940px;
	height: 290px;
	margin: 0 auto;
	padding: 40px 20px 0;
}

#slider .figure {
	float: left;
	padding: 5px;
	width: 450px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
}

#slider .figure img {
	vertical-align: middle;
}

.slider-content {
	float: right;
	padding: 20px 0 0 20px;
	width: 440px;
}

.slider-content h1 {
	margin: 0 0 20px;
	font: bold 30px/1.1 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slider-content h2 {
	margin: 0 0 20px;
	font: 16px/22px 'Montserrat', Arial, sans-serif;	
	text-transform: uppercase;
	color: #ddd;
	color: rgba(255,255,255,.7);
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#slider .checklist {
	color: #fff;
}

#slider .checklist li {
	float: left;
	margin: 0 10px 10px 0;
}

.slider-content p {
	font: 16px/22px 'Montserrat', Arial, sans-serif;
	color: #fff;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* Homepage classic */

body.page-template-page-home-classic-php #slider { height: 330px; }
body.page-template-page-home-classic-php #slider .figure { float: none; margin-top: -40px; padding: 0; width: 940px; height: 250px; background-color: transparent; -webkit-box-shadow: none; box-shadow: none;}
body.page-template-page-home-classic-php .slider-content { float: none; padding: 5px 0 0; width: auto; text-align: center;}
body.page-template-page-home-classic-php .slider-content h1 { margin: 0 0 5px; }
body.page-template-page-home-classic-php .slider-content h2 { margin: 0 0 10px; }
body.page-template-page-home-classic-php #slider .checklist li { display: inline; float: none; }

/* Call to action home */

div.calltoaction {
	width: 960px;
	height: 82px;
	padding: 0 20px 0 20px;
	margin: 0 auto 20px auto;
}

div.calltoaction p.ctah3 {
	font: bold 24px/80px 'Montserrat', Arial, sans-serif;
	color: #777;
	float: left;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div.calltoaction p.telefoonnummer {
	font: bold 18px/22px 'Montserrat', Arial, sans-serif;
	width: 220px;
	padding: 18px 0 0 0;
	margin: 0 20px 0 20px;
	color: #3f99d8;
	float: right;
	text-align: center;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.main-btn {
	float: right;
	display: block;
	margin: 20px 0 0 0;
	padding: 0;
	width: 220px;
	height: 40px;
	font: bold 18px/38px 'Montserrat', Arial, sans-serif;
}


/* Spotlight */

div.spotlight {
	width: 960px;
	padding: 10px;
	margin: 0 0 0 0;
	overflow: hidden;
}

div.spotlight a.spotlight-block {
	width: 220px;
	margin: 0 10px 0 10px;
	display: block;
	float: left;
	text-decoration: none;
}

div.spotlight a img {
	padding: 5px;
	margin: 0;
	background: #fff;
	border: 3px #ddd solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: none;
}

div.spotlight a:hover img {
	border-color: #ccc;
}

div.spotlight a p {
	width: 220px;
	height: 34px;
	margin: 0;
	overflow: hidden;
	font: bold 14px/34px 'Montserrat', Arial, sans-serif;
	background: #3f99d8;
	color: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div.spotlight-arrow {
	margin: -4px auto 0 auto;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #3F99D8;
}

/* Spotlight Plus */

#spotlightplus {
	width: 920px;
	height: 34px;
	padding: 10px 10px 10px 10px;
	margin: 20px auto 20px auto;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
}

#spotlightplus h3 {
	font: 22px/34px 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	color: #636363;
	margin: 0 20px 0 0;
	float: left;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#spotlightplus ul {list-style-type: none;}
#spotlightplus ul li {float: left;}

#spotlightplus ul li a {
	height: 34px;
	margin: 0 10px 0 0 ;
	display: block;
	padding: 0 10px 0 10px;
	font: bold 14px/34px 'Montserrat', Arial, sans-serif;
	background: #ff6600;
	color: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Homepage content */

#homepagecontent {
	width: 940px;
	padding: 20px;
}

#hpcontent-text {
	width: 360px;
	height: 150px;
	margin: 0 20px 30px 50px;
	float: left;
}

#hpcontent-text h3 {
	font: 18px/24px 'Montserrat', Arial, sans-serif;	
	color: #666;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#hpcontent-text p {font: normal 14px/24px Arial, Helvetica, sans-serif;}

#homepagecontent img.imagelefthome {margin: 0 15px 0 0}

#homepagecontent img {
	padding: 3px;
	-moz-box-shadow: 2px 2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px #ccc;
}

.hpcontent-img {
	margin-right: 20px;
}

#hp-showroom {
	position: relative;
}

#hp-showroom a h2 {
	font: bold 24px/24px 'Montserrat', Arial, sans-serif;
	padding: 10px 15px 10px 15px;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	right: 40px;
	bottom: 30px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/**
 * FOOTER ELEMENTS
 * ------------------------------
 */

/* CTA */

#ctawrapper {
	width: 100%;
	padding: 0;
	margin: 0 0 -20px 0;
	background: #efefef;
	border-top: 1px #dfdfdf solid;
}

#cta {
	width: 960px;
	margin: 0 auto 20px auto;
	padding: 20px 10px 20px 10px;
	overflow: hidden;
}

#cta div.spotlight {width: 480px; padding: 10px 0 10px 0; float: left;}
#cta div.spotlight a p {background: #ff6600;}
#cta div.spotlight-arrow {border-bottom: 4px solid #FF6600;}

#cta div.maatwerk {
	width: 460px;
	padding: 10px 0 10px 0;
	float: right;
	position: relative;
}

div.maatwerk img {
	padding: 5px;
	margin: 0 10px 0 0;
	background: #fff;
	border: 3px #ddd solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
}

div.maatwerk h3 {font: bold 18px/22px 'Montserrat', Arial, sans-serif; margin: 0 0 4px 0;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
div.maatwerk p {font: 14px/24px Arial, Verdana, sans-serif; margin: 0 0 5px 0}


/* Footer */

#footerwrapper {
	width: 100%;
	padding: 10px 0 10px 0;
	background: #222;
}

#footer {
	width: 960px;
	height: 300px;
	margin: 0 auto 0;
	padding: 30px 10px 20px 10px;
}

#footer-tagline {
	width: 960px;
	height: 0;
	margin: 30px 10px 20px 10px;
	border-color: #777;
	border-top: 1px solid rgba(0,0,0,.3);
	border-bottom: 1px solid rgba(255,255,255,.1);
}

#footer .footerh2 {
	font: bold 26px/22px 'Montserrat', Arial, sans-serif;
	text-align: center;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	color: #fff;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#footer .footerh2 span,
#footer .footerh2 em {color: #ff6600; font-style: normal;}

#footer .footerh3 {
	font: 16px/16px 'Montserrat', Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #ff6600;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div.footercolumn {
	width: 220px;
	margin: 20px 10px 0 10px;
	float: left;
}

#footer div.footercolumn p.widgettitle, #footer div.footercolumn p.oranje{
	color: #fff;
	margin: 0 0 10px 0;
	text-align: left;
	font: 20px/22px 'Montserrat', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#footer div.footercolumn p.oranje {color: #ff6600}
#footer div.footercolumn p {color: #fff; line-height: 22px}

#footer div.footercolumn ul {list-style:none;}
#footer div.footercolumn ul li {margin: 0 0 0 -20px; padding: 0}
#footer div.footercolumn ul li a:hover {color: #ff6600}
#footer div.footercolumn ul li a {
	line-height: 22px;
	text-decoration: none;
	color: #d6e4ed;
}

/* Excl. BTW verborgen bij Maatwerk
-------------------------------------------------------------- */

body.page-id-61 div.sub-info p span {display: none}
body.custom-tax-maatwerk p.prijs span {display: none}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{display: none; list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{display: none; list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:none;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}


/**
 * SHADOWBOX
 * ----------------------------------------
 */

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:Arial,Helvetica,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(images/shadowbox/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(images/shadowbox/close.png);}
#sb-nav-next{background-image:url(images/shadowbox/next.png);}
#sb-nav-previous{background-image:url(images/shadowbox/previous.png);}
#sb-nav-play{background-image:url(images/shadowbox/play.png);}
#sb-nav-pause{background-image:url(images/shadowbox/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}
