/*
HuurHardware Stylesheet
Pieter Schepens
The Red Barn
2012
*/

html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	font: 14px/22px azuro, arial, sans-serif;
	color: #333;
	font-variant-ligatures: common-ligatures;
	-webkit-font-variant-ligatures: common-ligatures;
	margin: 0 10px;
}

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

/* ==== FONTS ==== */

@font-face {
	font-family: Azuro;
	src: url("fonts/azuro-regular.eot?ie"),
				url("fonts/azuro-regular.woff");
}

@font-face {
	font-family: Azuro;
	src: url("fonts/azuro-italic.eot?ie"),
				url("fonts/azuro-italic.woff");
	font-style: italic;
}

@font-face {
	font-family: Azuro;
	src: url("fonts/azuro-bold.eot?ie"),
				url("fonts/azuro-bold.woff");
	font-weight: bold;
}

@font-face {
	font-family: Azuro;
	src: url("fonts/azuro-bolditalic.eot?ie"),
				url("fonts/azuro-bolditalic.woff");
	font-weight: bold;
	font-style: italic;
}

@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('fonts/websymbols-regular-webfont.eot');
    src: url('fonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/websymbols-regular-webfont.woff') format('woff'),
         url('fonts/websymbols-regular-webfont.ttf') format('truetype'),
         url('fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ==== Structure / Lay-out ==== */

#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	border-left: 1px solid #CCC;
}

header[role="banner"] {
	margin-bottom: 50px;
	z-index: 1;
	}	
#logo {
	width: 300px;
	float: left;
	}
#logo img {
	display: block;
	margin: 0 auto 0;
	padding-top: 71px;
}
#header-content {
	float: right;
	width: 650px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
p#site-info {
	margin: 50px 0 0 20px;
	padding: 0px;
	line-height: 18px;
	color: #6A6A6A;
}
p#site-info strong {
	color: #000;
}
#nav-sub-sidebar {
	float: left;
	width: 310px;
}
#content {
	float: right;
	width: 630px;
	padding-bottom: 30px;
}
/* ==== NAV ==== */
nav#nav-main {
	
}
nav#nav-main ul {
	margin: 40px 0 0 20px;
	padding: 0;
	list-style-type: none;
}
nav#nav-main ul li {
	float: left;
	margin-right: 20px;
	-webkit-transition-property : background-color; 
	-moz-transition-property : background-color; 
	-o-transition-property : background-color; 
	transition-property : background-color;
	-webkit-transition-duration : .4s; 
	-moz-transition-duration : .4s; 
	-o-transition-duration : .4s; 
	transition-duration : .4s;
}

nav#nav-main ul li:last-child {
	float: right;
}
nav#nav-main ul a {
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	display: block;
}
nav#nav-main ul li.current a, nav#nav-main ul a:hover, nav#nav-main ul a:active  {
	color: #e72a33;
}

nav#nav-sub {
	
}
nav#nav-sub ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin: 0 0 0 0px;
}
nav#nav-sub ul li {
	margin: 0;
	padding: 0;
	height: 42px;
}
nav#nav-sub ul li.nav-extra {
	height: 64px;
}
nav#nav-sub ul li.nav-sub-item {
	border-top: 1px solid #ccc;
	padding: 30px 0px 0 35px;
	margin-right: 16px;
}
nav#nav-sub li a {
	display: block;
	padding: 5px 0 5px 90px;
	text-decoration: none;
	color: #6a6a6a;
	font-size: 18px;
	font-weight: bold;
	-webkit-transition-property : background-color, text-decoration; 
	-moz-transition-property : background-color, text-decoration; 
	-o-transition-property : background-color, text-decoration; 
	transition-property : background-color, text-decoration;
	-webkit-transition-duration : .4s; 
	-moz-transition-duration : .4s; 
	-o-transition-duration : .4s; 
	transition-duration : .4s;
	background-position: 35px 0px;
}
nav#nav-sub li a:hover {
	color: #000;
	background-position: 35px -80px;
}

nav#nav-sub ul li.current a {
	color: #000;
	background-position: 35px -40px;
}

a#nav-laptops {
	background: transparent url(images/icon-laptop.png) no-repeat;
}
a#nav-ipads {
	background: transparent url(images/icon-ipad.png) no-repeat;
}
a#nav-projectoren {
	background: transparent url(images/icon-projector.png) no-repeat;
}
a#nav-videocameras {
	background: transparent url(images/icon-videocamera.png) no-repeat;
}
a#nav-fototoestellen {
	background: transparent url(images/icon-fototoestel.png) no-repeat;
}
a#nav-xbox {
	background: transparent url(images/icon-xbox.png) no-repeat;
}
a#nav-geluidsinstallatie {
	background: transparent url(images/icon-geluidsinstallatie.png) no-repeat;
}
a#nav-buttonmaker {
	background: transparent url(images/icon-buttonmaker.png) no-repeat;
}
a#nav-andermateriaal {
	background: transparent url(images/icon-ander.png) no-repeat;
}
a#nav-lokaal {
	background: transparent url(images/icon-lokaal.png) no-repeat;
}

/* Exception for lokaal */
nav#nav-sub li a#nav-lokaal:hover {
	background-position: 35px -120px;
}
nav#nav-sub ul li.current a#nav-lokaal {
	background-position: 35px -60px;
}

/* ==== H & TYPO ==== */

h1, h2, h3, h4 {
	color: #000;
	line-height: 1.1em;
	margin-bottom: 0.3em;
}
h1 {
	font-size: 48px;
	font-weight: bold;
	margin-top: 0;
	position: relative;
}	
h2 {
	font-size: 24px;
	font-weight: bold;
}
h3 {
	font-size: 21px;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #5f5d5d;
}

#content h1:first-child {
	margin-bottom: 30px;
	min-height: 56px;
}
h1#header-laptops {
	background: transparent url(images/icon-laptop-100.png) 0 0 no-repeat;
	padding-left: 110px;
}
h1#header-ipads {
	background: transparent url(images/icon-ipad-100.png) 0 0 no-repeat;
	padding-left: 80px;
}
h1#header-projectoren {
	background: transparent url(images/icon-projector-100.png) 0 0 no-repeat;
	padding-left: 110px;
}
h1#header-videocameras {
	background: transparent url(images/icon-videocamera-100.png) 0 0 no-repeat;
	padding-left: 90px;
}
h1#header-fototoestellen {
	background: transparent url(images/icon-fototoestel-100.png) 0 0 no-repeat;
	padding-left: 100px;
}
h1#header-xbox {
	background: transparent url(images/icon-xbox-100.png) 0 0 no-repeat;
	padding-left: 120px;
}
h1#header-geluidsinstallatie {
	background: transparent url(images/icon-geluidsinstallatie-100.png) 0 0 no-repeat;
	padding-left: 80px;
}
h1#header-buttonmaker {
	background: transparent url(images/icon-buttonmaker-100.png) 0 0 no-repeat;
	padding-left: 80px;
}
h1#header-andermateriaal {
	background: transparent url(images/icon-ander-100.png) 0 0 no-repeat;
	padding-left: 70px;
}
h1#header-lokaal {
	background: transparent url(images/icon-lokaal-100.png) 0 0 no-repeat;
	padding-left: 80px;
}


#content h2 {
	margin-top: 1em;
}

#content p {
	margin: 0 0 6px 0;
}
#content h1 + p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 2em;
}
#content ul, #content ol {
	margin: 0 0 1em 1em;
	padding: 0;
}
a {
	color: #e72a33;
	text-decoration: none;
	-webkit-transition-property: color; 
	-moz-transition-property: color; 
	-o-transition-property: color; 
	transition-property: color;
	-webkit-transition-duration: .4s; 
	-moz-transition-duration: .4s; 
	-o-transition-duration: .4s; 
	transition-duration: .4s;
}
a:hover {
	color: #6a6a6a;
}
p.intro {
	color: #000;
	font-weight: bold;
	font-style: italic;
}
blockquote {
	margin: 0.5em 0;
	padding: 0;
	font-weight: bold;
	color: #fff;
}
#content a {
	xborder-bottom: 1px solid #e72a33;
	font-weight: bold;
}

 
/* ==== Article ==== */


/* ==== Infobox ==== */

.info-box {
	border: 1px solid #ccc;
	margin: 2em 0;
	padding: 6px;
	color: #6A6A6A;
}
.info-box h1 {
	font-size: 24px;
	margin: 0 0 6px !important;
	color: #6A6A6A;
}
.info-box img {
	max-width: 100%;
}

/* ==== Aanbod ==== */
#aanbod {
	margin-bottom: 1em;
}
#aanbod img {
	border: none;
}
#aanbod td {
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	text-align: center;
	width: 33%;
	padding-top: 5px;
}
#aanbod td:hover {
	border: 1px solid #EA5A09;
}

/* ==== Footer ==== */

footer[role=contentinfo] {
	clear: both;
}
#footer-content {
	border-top: 1px solid #ccc;
	padding: 30px;
}
#footer-content a {
	padding: 0 5px;
}

/* =============== */

.topmargin {
	margin-top: 4em;
}
.bottommargin {
	margin-top: 2em;
}
.no-margin {
	margin: 0;
}
.clear {
	clear: both;
}
.small {
	font-size: 80%;
	line-height: 1.3em;
}
.right {
	float: right;
}
.left {
	float: left;
}

a img {
	border: none;
}

.url {
	white-space: nowrap;
}
.half {
	width: 50%;
}
.col2 {
	width: 140px;
}
.col3 {
	width: 220px;
}
.col4 {
	width: 300px;
}
.col5 {
	width: 380px;
}
.col6 {
	width: 460px;
}
.col8 {
	width: 620px;
}
.col9 {
	width: 700px;
}

.alert, .alert-heading {
    color: #926a26;
}
.alert {
    background-color: #f6dda4;
    border: 1px solid #efbd5b;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	font: 13px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.approved:before {
	font-family: WebSymbolsRegular;
	margin-right: 6px;
	font-size: 16px;
	font-weight: normal;
}
.approved:before {
	content: "/";
}


/* 
==== Clearfix ====
For modern browsers */

.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */

.cf {
	zoom: 1;
}


/* ==== Forms ==== */

form.register {
	margin-top: 3em;
}
fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}
legend {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    display: block;
    
    padding: 0;
    width: 100%;
    display: none;
}
.help-block {
    color: #999999;
    margin-bottom: 5px;
    font-size: 14px;
}
.hidden {
	display: none;
}
.control-group {
	clear: both;
	margin-bottom: 1.5em;
}
.control-group > label {
    float: left;
    padding-top: 7px;
    text-align: right;
    width: 160px;
    color: #000;
    font-size: 14px;
    line-height: 16px;
}

label {
    color: #333333;
    display: block;
    margin-bottom: 5px;
}
label.required:after {
	content: "*";
	margin-left: 5px;
	color: #EA5A09;
}
label.error, span.error {
	color: #EA5A09;
}
label.error:after, span.error:after {
	content: "W";
	margin-left: 5px;
	color: #EA5A09;
	font-family: websymbolsregular;
}
label.checkbox {
	
}
input[type=checkbox] {
	border: none !important;
	height: 14px !important;
}
input[type=submit] {
	padding: 5px 20px;
	font-weight: bold;
}
.controls, .form-actions {
    margin-left: 180px;
}
.input-large {
    width: 380px;
}

.profile .control-group > label {
	width: 380px;
}
.profile .controls, .profile .form-actions {
    margin-left: 400px;
}

input, textarea {
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

input:not([type=submit]), textarea {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #555555;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    padding: 4px;
    margin-bottom: 0;
}
input:not([type=submit]):focus, textarea:focus {
	border: 1px solid #bababa;
	-moz-box-shadow: 0 0 3px #7e6f53;
	-webkit-box-shadow: 0 0 3px #7e6f53;
	box-shadow: 0 0 3px #7e6f53;
	outline: none;
}
input.error, textarea.error, select.error {
	background-color: #FCF8E3;
	border: 1px solid #e77b3e;
}


/* ==== SLIDESHOW ==== */

.slideshow {
	width: 100%; 
	margin-top: 6px;
	clear: both;
	margin-bottom: 2em;
}
.slideshow h2 {
	margin-top: 0 !important;
}

/*
 * jQuery FlexSlider v1.7
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
.flex-direction-nav {
	display: none;
}

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0; height: 305px;}
.flexslider ul.slides { margin: 0 !important; height: 275px; overflow: hidden;}
.flexslider .slides > li {display: none; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; top: 233px; background: rgba(0,0,0,.6); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px; text-align: center;}
.flex-caption a {
	color: #e72a33;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
}

/* Direction Nav */
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li a.next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li a.prev {background-position: 0 0; left: -20px;}
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -15px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(images/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}
