/*
Theme Name: Bandito
Theme URI: http://freshu.nl/
Author: Remi Schouten | Freshu
Author URI: http://freshu.nl/
Description: Bandito Theme
Version: 1.0
*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #f2bf07; color: #fff; text-shadow: none; }
::selection { background: #f2bf07; color: #fff; text-shadow: none; }

a { color: #758d9d; text-decoration:none; }
a:hover { color: #E27749; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; font-family:Arial, Helvetica, sans-serif;}
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

#main-nav a, #secondary-nav a, #content h1, #content h2, #content h3, #content h4, #container .block h3, .call-to-action p, header .intro, .page-heading, a.highlight, .voorbeelden .block p {
	font-family: 'Anton', sans-serif;
	font-weight:400;
}
/* ===== Primary Styles ========================================================
   Author: REMI SCHOUTEN | FRESHU
   ========================================================================== */
html{
	margin:0;
	padding:0;
	background:url(/wp-content/themes/bandito/images/background.png);
}
body{
	letter-spacing:0.03em;
	font-family:Calibri, Tahoma, Geneva, sans-serif;
	text-shadow: 0 1px 0 rgba(0,0,0,0.01);
	text-rendering: auto;
	
	font-size:14px;
	position:relative;
	
	width:940px;
	background:#fff;
	padding:0 20px 80px;
	margin:0 auto;
	display:block;
	
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
header {
	width:155px;
	float:left;
	min-height:100%;
	text-align:right;
	margin-right:40px;
	position:relative;
	padding-top:240px;
}
#logo {
	position:absolute;
	width:136px;
	height:221px;
	top:0;
	right:3px;	
	background:url(/wp-content/themes/bandito/images/layout/bandito-logo.png);
}
#logo h1{
	margin:0;
	padding:0;	
}
#main-nav {
	margin-top:40px;
	padding-right:4px;	
}
#main-nav ul{
	margin-left:-20px;
}
#main-nav li{
	margin:0 0 5px 0;		
}
#main-nav a{
	text-transform:uppercase;
	font-size:14px;
}
#secondary-nav {
	list-style:none;	
	background:url(/wp-content/themes/bandito/images/layout/dotted-line.png) top right repeat-x;
	margin-right:4px;
	padding-top:10px;
}
#secondary-nav a{
	text-transform:uppercase;
	font-size:17px;	
	color:#376f81;
}
#secondary-nav a:hover, li.current-menu-item a{
	color:#E27749;	
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;	
}
header .intro{
	margin:20px 0 0;
	padding:0;
	font-size:13px;
	text-align:right;
	color:#376f81;
	line-height:150%;
	min-height:234px;	
}
/* ===== CONTENT ======================================================== */
#content {
	width:740px;
	float:left;
	position:relative;
	font-size:13px;	
}
.content-page #content{
	
	margin:50px 0;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;	
}
#content .page-heading{
	position:absolute;
	top:-32px;
	left:30px;
	margin:0;
	padding:0;
	font-size:30px;
	color:#dae79b;
	text-transform:uppercase;
}
#content .page-heading img{
	margin:-27px 0 0;
	padding:0;	
}
.lt-ie8 #content .page-heading img{
	margin:-15px 0 0;	
}
#content h2{
	font-size:18px;
	margin-bottom:0;
	color:#2f6877;
}
#content h3, #content h4{
	color:#2f6877;	
}
#content ul{
	padding-left:15px;
	margin-top:0;	
}
#content p{
	margin:0 0 20px;	
}
#container {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:#fff;
	padding:10px 20px;
}
.content-page #content{
	padding:10px;
	width:720px;	
}
.anker{
	display:block;
	margin-bottom:40px;	
}
/* ===== PRODUCTS ======================================================== */
.producten-overview .block{
	width:150px;
	margin:0;
	padding:10px 17px 10px 20px;
	float:left;
	border-left:3px dotted #eee;
	border-top:3px dotted #eee;
}
.producten-overview .block.first{
	margin-left:0;
	padding-left:0;
	border-left:0;
}
.producten-overview .block-content{
	margin-top:10px;	
}
.button{
	background:#accf86;
	color:#fff;
	font-size:11px;
	padding:2px 12px 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin:0 0 5px;
	display:inline-block;	
}
.button:hover{
	background:#000;
	color:#fff;	
}
.producten-overview a.highlight{
	display:block;
	width:740px;
	margin:20px 0;	
}
/* ===== PRODUCT DETAIL ======================================================== */
.stap-1, .stap-2{
	margin-top:20px;
	padding-top:20px;
	border-top:2px dotted #d9e5a6;	
}
.product-detail .title{
	width:180px;
	min-height:150px;
	float:left;	
	margin:0;
}
.product-detail .title h3{
	margin:0;
	font-size:18px;	
}
.product-detail .voorbeeld{
	float:right;	
}
.product-detail .voorbeeld h4{
	float:left;
	margin:5px 10px 5px 0;	
}
.format-list{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:200px;
	min-height:150px;	
}
.format-list li{
	font-size:16px;	
}
.format-list li a{
	padding-left:20px;
	background:url(/wp-content/themes/bandito/images/layout/format-list-active.png) 0 -50px no-repeat;	
}
.format-list li.active a, .format-list li a:hover{
	color:#E27749;
	background-position:0 5px;
}
.product-detail .button.big{
	font-size:16px;
	padding:10px 20px;
	text-transform:uppercase;
	margin-bottom:40px;
}
/* ===== VOORBEELDEN ======================================================== */
.voorbeelden .row{
	margin:50px 0;
	background:url(/wp-content/themes/bandito/images/layout/voorbeelden-plank.png) left bottom no-repeat;
}
.voorbeelden .block{
	float:left;
	width:120px;
	height:132px;
	margin:0 14px;
	text-align:center;
	position:relative;	
}
.voorbeelden .block p{
	position:absolute;
	bottom:-45px;
	width:120px;
	text-align:center;
	color:#6e8895;
	font-size:15px;
}
/* ===== OTHER ======================================================== */
hr{
	border:none;
	height:1px;
	margin:20px 0;
	border-bottom:2px dotted #d9e5a6;	
}
#content th{
	text-align:left;
	font-weight:normal;
	font-style:italic;
	vertical-align:top;
}
blockquote{
	text-align:left;
	font-style:italic;
	font-size:14px;
	padding:0;
	margin:10px 0;	
}
a.highlight{
	color:#f49f21;
	font-size:30px;
}
a.highlight:hover{
	color:#e0931f;	
}
/* ===== HOMEPAGE ======================================================== */
.homepage #content{
	background:none;
	padding:200px 0 0;
	margin:18px 0 0 30px;
	width:680px;	
}
#homepage-boxes{
	margin:30px 0;	
}
#homepage-boxes a{
	margin:0 10px 0 0;
	display:inline-block;	
}
.homepage .main-intro{
	font-family: 'Anton', sans-serif;
	font-weight:400;
	font-size:18px;
	color:#798f9b;
	line-height:180%;
}
.homepage{
	background:url(/wp-content/themes/bandito/images/layout/balk-bovenin.jpg) top left no-repeat #fff;	
}
/* ===== FOOTER ======================================================== */
footer{
	position:absolute;
	bottom:0;
	left:0;
	background:#2f6978;
	height:20px;
	width:100%;
	padding:10px 0;
}
.inner-footer{
	margin-left:20px;	
}
footer a {
	color:#fff;
	margin-right:3px;
}
/* ===== GENERIC ITEMS ======================================================== */
.note {
	font-size:10px;
	color:#666;	
}
.quote-author{
	text-align:right;	
}
/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.left, .alignleft{float:left;}
.right, .alignright{float:right}

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
