/*
Theme Name: Nius
Theme URI: http://www.nius.nl
Author: Brandpepper 
Author URI: http://www.brandpepper.nl
Description: Nius website theme. Based on the HTML5 starter theme by Randy Jensen & Randy Hoyt based off Ian Stewart's HTML5 Toolbox Theme with other goodies added plus chunks of Paul Irish's HTML5 Boilerplate mixed in for good measure. Shake well. 
Version: 0.1
*/

/* html5doctor.com Reset Stylesheet \\v1.6.1 \\ Last Updated: 2010-09-17 \\ http://richclarkdesign.com \\ @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:13px;
  vertical-align:baseline;
  background:transparent;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000000; text-decoration:none; }
mark { background-color:#ff9; color:#000000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


/*
 *
 * @font-faceimports
 *
 */

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

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

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

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

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

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


/*
 *
 * Base Typography 
 *
 */
body { font:11px/16px sans-serif; *font-size:small; font-family:'Open Sans', Geneva, sans-serif; }
select, input, textarea, button { font-family:'Open Sans'; }
pre, code, kbd, samp { font-family: 'Open Sans', sans-serif; }
p { margin:0 0 18px 0;line-height:22px; }

/*
 *
 * Base Styles 
 *
 */
body, select, input, textarea { 
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
  color:#4C4C4C;
  /* set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */   
}
/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
h1,h2,h3,h4,h5,h6 { font-family:"andesregular"; font-weight:normal;}
/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }
a, a:active, a:visited { color: inherit; text-decoration:none; }
a:hover { color: black; }
ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }
/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; }
.adp-placemark td {vertical-align: middle;}
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { 
  padding: 15px; 
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong{font-family:"andesbold";font-weight:normal;}
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */
/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }
/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }
/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #B0BC22; color:#fff; text-shadow: none; }
::selection { background:#B0BC22; color:#fff; text-shadow: none; }
/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #B0BC22; }
/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {width: auto; overflow: visible;}
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {-ms-interpolation-mode: bicubic;}

/*
 *
 * Nonsemantic Base Styles 
 *
 */
/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 
/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }


/*
 *
 * Structure
 *
 */
#page {
	display: block;
	width:1000px;
	margin:0 auto;
	position:relative;
}
#primary {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
	position:relative;
}
#content {
	margin: 0 280px 0 0;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
#primary.full-width,
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*
 *
 * Header
 *
 */
#site-logo {
    position:relative;
}

#site-title {
	font-size: 2em;
	font-weight: bold;
	position:relative;
	/*margin:40px 0 0 -90px;*/
    width:100%;
    text-align:center;
    margin-top:50px;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}


/*
 *
 * Menu
 *
 */
#access {
	/*position:absolute;
	top:178px;
	left:0;*/
	display: block;
	width: 100%;
	height:115px;
	font-family:"andesextralight";
	padding:43px 0 0;
}

	#access div {
	}
    #access div.mob,
    #access div.mob .menu-primary-menu-container{
        display:none;
    }
		#access ul {
			list-style: none;
			margin: 0;
			padding-left: 0;
			text-align:center;
		}

			#access ul li {
				display:inline-block;
				position: relative;
				font-size:18px;
				padding:5px 8px 9px;
				margin:0 0 0 0;
			}
			
			#acces ul li:first-child {
				margin:0;
			}

				#access ul li ul {
					position: absolute;
					top: 30px;
					left: -9999px;
					width:500px;
					text-align:left;
				}
                #access ul li ul ul,
                #access ul li.current-menu-ancestor ul ul{
                    left:-100px;
                }
				
				/*#access ul li:hover ul {
					left:0px;
				}*/

/*
                #access ul li:hover ul li {
                    display:inline-block;
                }

                #access ul li:hover ul li ul li {
                    display:none;
                }

                #access ul li:hover ul li:hover ul li {
                    display:inline-block;
                }
*/

					#access ul li ul li {
                        padding:5px 0 13px;
						font-size:18px;
						margin:0 0 0 15px;
                        display:none;
					}

                    #access ul li ul li.current-menu-item,
                    #access ul li ul li.current-menu-parent,
                    #access ul li.current-menu-parent ul li {
                        display:inline-block;
                    }

                    #access ul li.current-menu-parent ul li ul li,
                    #access ul li.current-menu-ancestor ul li ul li {
                        display:none;
                    }

                    #access ul li.current-menu-parent ul li.current-menu-parent ul li,
                    #access ul li.current-menu-ancestor ul li.current-menu-ancestor ul li,
                    #access ul li.current-menu-ancestor ul li {
                        display:inline-block;
                    }

                    #access ul.smu {
                        left:0px;
                    }

                    #access ul li.smi {
                        display:inline-block !important;
                        left:0;
                    }
                    #access ul li.hmi {
                        display:none !important;
                    }
					
						/*#access ul li:hover ul li ul {
							position: absolute;
							top: 34px;
							left: -9999px;
							width:800px;
							text-align:left;
						}*/
						
						/*#access ul li ul li:hover ul{
							left:0px;
						}*/
						
							#access ul li ul li ul li {
								margin:0 0 0 10px;
							}
						
	#access a {
		display: block;
		text-decoration: none;
		color:black;
	}
								
	#access a:hover,
    #access li.current-menu-ancestor a:hover,
    #access li li.current-menu-ancestor a:hover,
    #access li.current-menu-ancestor li.current-menu-ancestor a:hover,
    #access li.current-menu-ancestor li.current-menu-ancestor a:hover,
    #access li.current-menu-ancestor li.current-menu-ancestor li.current-menu-item a:hover{
		color:#888888;
	}

    #access li.current-menu-ancestor a {
        color:#000000;
        font-weight:bold;
    }
    #access li.current-menu-ancestor li a {
        color:#000000;
        font-weight:normal;
    }
    #access li.current-menu-item a,
    #access li li.current-menu-item a,
    #access li.current-menu-ancestor li.current-menu-item a,
    #access li.current-menu-ancestor li.current-menu-ancestor li.current-menu-item a {
        color:#B0BC22;
        font-weight:bold;
    }
    #access li.current-menu-ancestor a,
    #access li li.current-menu-ancestor a,
    #access li.current-menu-ancestor li.current-menu-ancestor a {
        color:#000000;
        font-weight:bold;
    }
    #access li.current-menu-ancestor li a,
    #access li li.current-menu-ancestor li.current-menu-ancestor a,
    #access li.current-menu-ancestor li.current-menu-ancestor li a,
    #access li.current-menu-item li a,
    #access li.current-menu-item li li a {
        color:#000000;
        font-weight:normal;
    }

    #access ul li.current-menu-ancestor ul {
        left:0;
    }

/*
 *
 * Content
 *
 */
#main {
	/* padding:145px 0 0 0; */
	/*height:693px;*/
    padding-top:27px;
}

	.home #main {
		background:white url(images/homepageBackground.png) bottom center no-repeat;
        height:400px;
        padding-bottom:40px;
	}
	
	.home .overlay {
		display:block;
		background:black;
		width:100%;
		height:200%;
		position:absolute;
		top:0;
		left:0;	
		min-width:1024px;
	}
	
	.home .overlay img {
		position:absolute;
		left:50%;
		margin:50px 0 0 -90px;
	}
	
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	margin: 0 0 1em;
}

/* Content Base Styles*/
#main h1,
#main h2 {
	color:#B0BC22;
}

.rood #main h1,
.rood #main h2,
.rood nav ul.menu ul ul li.current-menu-item a{
	color:#C5122F !important;
}

#main h3 {
	color:black;
}

#main h1 {font-size:22px;line-height:22px;}
#main h2 {font-size:18px;line-height:22px;color:#000000;}
#main h3 {font-size:15px;color:#000000;margin-bottom:3px;}

#main p strong {
	font-weight:normal;
	color:black;
}

.verkooppunt .entry-content ul {
    margin:0;
    padding:0 3% 0 0;
    list-style: none;
    line-height:22px;
}

.streamer {
	font-size:50px;
	width:325px;
	position:absolute;
	bottom:90px;
	right:523px;
	font-family:"andesextralight";
	line-height:55px;
	text-align:right;
	color:black;
}
.streamer.wide {
    position:relative;
    width:476px;
    padding-right:10px;
    border-right:1px solid #000000;
    bottom:auto;
    right:auto;
    font-family:Verdana,Geneva,sans-serif;
    font-size:11px;
}
.streamer.wide #map_canvas {
    width:277px;
    height:300px;
}
.streamer.wide #directionsPanel {
    padding-bottom:100px;
}

	.streamer strong {
		font-weight:normal;
		font-size:75px;
	}

#directionsPanel {
    /*padding-bottom:50px;*/
}

/* default styling */
.page {
	height:100%;
}

.page #content {
    float:right;
	/*min-height:418px;*/
}
.home.page #content{
    float:none;
}


/* Simple Content Page Layout */
	.page article {
		width:493px;
		border-left:1px solid black;
		float:right;
		position:relative;
		padding:0 0 45px ;
		min-height:348px;
	}

    .home .page article {
        float:none;
        width:500px;
        margin:0 auto;
        border-left:0;
        text-align:center;
    }
	
	/*.page.simple article:before {
		content:" ";
		background:transparent url(images/pi.png) top left no-repeat;
		display:block;
		width:55px;
		height:54px;
		position:absolute;
		top:-35px;
		left:-25px;
	}*/
	
		.page article .entry-content {
			padding:0px 20px 0;
		}
		
/* Product page layout */
	.product.page article {
		width:513px;
		border-left:1px solid black;
		float:right;
		position:relative;
		margin:0px 0 0;
		/*height:493px;*/
	}

  .product.page h1 {
    padding: 0 20px;
    margin:0 0 20px;
  }
	
		.product.page .scrollcontainer {
			/*height:100%;*/
			overflow:hidden;
		}
		
			.product.page .scrollcontainer .entry-content,
			.product.page .scrollcontainer .productinfo {
				/*height:100%;*/
				padding:0px 20px 0;
				-webkit-transition: all 0.5s ease-out;  /* Safari 3.2+, Chrome */
				-moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
				-o-transition: all 0.5s ease-out;  /* Opera 10.5–12.00 */
				transition: all 0.5s ease-out;  /* Firefox 16+, Opera 12.50+ */	
			}
            .product.page .scrollcontainer .productinfo {
                display:none;
                line-height:20px;
            }
			
			.product.page .scrollcontainer.stateproductinfo .entry-content {
				margin-top:-96%;
				-webkit-transition: all 0.5s ease-out;  /* Safari 3.2+, Chrome */
				-moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
				-o-transition: all 0.5s ease-out;  /* Opera 10.5–12.00 */
				transition: all 0.5s ease-out;  /* Firefox 16+, Opera 12.50+ */	
			}

            .productinfo a.presskit,
            .productdownload a {
                color:#B0BC22;
                text-decoration: underline;
            }

			.productinfo ul,
      .productdownload ul {
				list-style:none;
				margin:10px 0 0 0;
			}
                .productinfo li,
                .productdownload li {
                    padding-bottom:0px;
                }

				.productinfo .label,
        .productdownload .label {
					/*font-weight:bold;*/
					width:130px;
					display:block;	
					float:left;		
				}
				
				.productinfo .value,
        .productdownload .value {
					float:right;
					width:340px;
				}

  /* Product download layout */
  .productdownload {
    display: none;
    padding: 0 20px;
    min-height: 350px;
  }

  .productdownload li {
    margin: 0 0 10px 0;
  }
			
	
	.product.page section {
		/*border-left:1px solid black;*/
        float:left;
		width:486px;
		/*height:618px;*/
		margin:0;
	}
	/*
	.product.page section:before {
		content:" ";
		background:transparent url(images/pi.png) top left no-repeat;
		display:block;
		width:55px;
		height:54px;
		position:absolute;
		top:45px;
		left:100px;
	}*/
	
	#main .product.page article h1 {
		display:block;
		/*
		position:absolute;
		width:1024px;
		text-align:center;
		left:-511px;
		top:-40px;*/
		/*color:black;*/
        color:#B0BC22;
		font-size:24px;
        line-height:28px;
	}

	.product.page article img {
		position:absolute;
		bottom:30px;
		right:533px;
	}
	
	.product.page aside {
		position:absolute;
		bottom:26px;
		left:90px;
	}
	
		.product.page aside a {
			margin:0 15px 0 0;
			display:inline-block;
		}
		
		.product.page aside img {
			-webkit-transition: all 0.25s ease-out;  /* Safari 3.2+, Chrome */
			-moz-transition: all 0.25s ease-out;  /* Firefox 4-15 */
			-o-transition: all 0.25s ease-out;  /* Opera 10.5–12.00 */
			transition: all 0.25s ease-out;  /* Firefox 16+, Opera 12.50+ */
		}
		
		.product.page aside a.active {
			border-bottom:1px solid black;
		}
		
		.product.page aside a:hover img {
			margin:0 0 20px 0;
			-moz-transform:rotate(5deg);
			-webkit-transform:rotate(5deg);
			-o-transform:rotate(5deg);
		}
		
	
/* contact page */
/* Product page layout */
	.contact.page article,
	.verkooppunt article {
		width:493px;
		border-left:1px solid black;
		float:right;
		position:relative;
		/*margin:125px 0 0;*/
		padding:0 10px 0;
		min-height:433px;
		/*background:white url(images/backgroundContact2.png) bottom left no-repeat;*/
	}
	
		.contact.page article span {
			position:absolute;
			left:-9999px;
		}
		
		.contact.page article span h2 {
			margin:0 0 6px;
		}
		
			.contact.page article span ul {
				list-style:none;
				margin:0 0 18px;
			}
	
	.contact.page article span.visible {
		left:10px;
	}
	
	.contact.page section {
		border-left:1px solid black;
		width:383px;
		height:493px;
		margin:75px 0 0 126px;
		padding: 125px 0 0 0;
		background:white url(images/backgroundContact1.png) bottom right no-repeat;
	}
	
	.contact.page section:before {
		content:" ";
		background:transparent url(images/pi.png) top left no-repeat;
		display:block;
		width:55px;
		height:54px;
		position:absolute;
		top:45px;
		left:100px;
	}
	
	#main .contact.page section h1 {
		position:absolute;
		width:1024px;
		text-align:center;
		display:block;
		left:0;
		top:160px;
		color:black;
		font-size:24px;
	}
	
	.contact.page .entry-content {
		padding:0px 10px 0;	
	}
	
	.contact.page .entry-content img {
		position:absolute;
		bottom:15px;
		right:527px;
	}
	
	.contact.page aside {
		position:absolute;
		bottom:12px;
		left:167px;
	}
	
		.contact.page aside a {
			margin:0 15px 0 0;
			display:inline-block;
		}
		
		.contact.page aside img {
			-webkit-transition: all 0.25s ease-out;  /* Safari 3.2+, Chrome */
			-moz-transition: all 0.25s ease-out;  /* Firefox 4-15 */
			-o-transition: all 0.25s ease-out;  /* Opera 10.5–12.00 */
			transition: all 0.25s ease-out;  /* Firefox 16+, Opera 12.50+ */
		}
		
		.contact.page aside a.active {
			border-bottom:1px solid black;
		}
		
		.contact.page aside a:hover img {
			margin:0 0 20px 0;
			-moz-transform:rotate(5deg);
			-webkit-transform:rotate(5deg);
			-o-transform:rotate(5deg);
		}
		
.storelist {
	/*position:absolute;
	left:350px;
	top:200px;*/
    float:left;
    width:100%;
    padding-bottom:10px;
}

	.storelist ul{
		list-style:none;	
		margin:0;
        float:left;
        width:47%;
        padding-right:3%;
	}
	
		.storelist ul li {
            float:left;
            width:100%;
			color:black;	
            font-family:"andesextralight";
			line-height:18px;
            white-space:nowrap;
            overflow:hidden;
            text-overflow:ellipsis;
	    }
		
		.storelist ul li:hover {
			cursor:pointer;
			color:#B0BC22;
		}

		.storelist ul li.current {
			text-decoration:underline;
			color:#B0BC22;
		}
    #storeinfo {
        position:relative;
        float:left;
        width:100%;
    }
    #storeinfo span.store.visible {
        left:auto;
        padding-top:20px;
    }
    #verkooppunt #map {
        background: none transparent !important;
        height:250px;
        margin-top:20px;
    }
    .contact a,
    .verkooppunt a,
    .storelist ul li.current a,
    .storelist ul li a:hover {
        color:#B0BC22;
        text-decoration: underline;
    }
    .contact .storelist a,
    .verkooppunt .storelist a {
        color:#4C4C4C;
        text-decoration: none;
    }


/* sidemenu */	
.sidemenu {
	padding:0 20px 20px;
}

	.sidemenu ul {
    float:left;
    width:100%;
		margin:0;
	}
	
		.sidemenu li {
            float:left;
			list-style:outside;
			list-style-type:none;
            padding:0 10px;
            border-left:1px solid #000000;
		}

        .sidemenu li.first {
            padding-left:0;
            border-left:0;
        }
		
			.sidemenu a {
				color:black;
				text-decoration:none;
				font-family:"andesregular";
				font-size:14px;
			}
			
			.sidemenu a.active {
				/*border-bottom:1px solid black;*/
			}
			
			.sidemenu a.active,
			.sidemenu a:hover {
				color:#B0BC22;
			}

      .rood .sidemenu a.active,
      .rood .sidemenu a:hover {
        color:#C5122F;
      }

      .rood .productinfo a.presskit,
      .rood .productdownload a {
        color:#c5122f;
      }


/*
 *
 * Images
 *
 */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}

/* Forms - Class for labelling required form items */
.required {
	color: #cc0033;
}


/*
 *
 * Comments
 *
 */
article.comment {
	display: block;
}
#respond input[type=text] {
	float: left;
	margin: 0 1em 0 0;
	width: 60%;
}
#respond .comment-form-comment label {
	display: none;
}
#respond textarea {
	margin: 0 1em 1em 0;
	float: left;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/*
 *
 * Footer
 *
 */
 
/* language */
.language {
	padding:0px 30px 0px 0;
	float:left;
	height:100%;
}
.language a {
    text-transform: lowercase;
    font-size:13px;
}
.language a.active {
    color:#B0BC22;
    font-weight:bold;
}
/*
.page-template-page-product-php .language,
.page-template-page-contact-php .language {
	border-right:1px solid black;
}*/

footer {
    position:relative;
	border-top:1px solid black;
	height:74px;
    line-height: 74px;
	font-family:"andesextralight";
    float:left;
    width:100%;
}

	footer a,
	footer a:visited,
	footer a:active {
		margin:0 0 0 10px;
		color:black;
		padding:0 0 0 10px;
		text-decoration:none;
		border-left:1px solid black;
	}
	
	footer a:hover {
		color:#888;
		text-decoration:underline;	
	}
	
	footer a:first-child {
		margin:0;
		border:none;
		background:none;
		padding:0;
	}
	
	footer .footerStreamer {
		float:right;
		display:block;
		width:453px;
		border-left:1px solid black;
		padding:25px 20px 0;
		height:50px;
        line-height:24px;
		font-size:16px;
		color:black;
	}

    .page-template-page-product-php .footerStreamer {
        width:473px;
    }
	
		footer .footerStreamer strong {
            font-family: "andesregular";
			font-weight:normal;
			font-size:22px;	
		}
		
/* footer animations */
.animation {
	height:115px;
	display:block;
	position:absolute;
	bottom:85px;
	left:40px;	
}

	.animation div {
		display:block;
		height:100%;
	}
	
	.animation.dehistorie .fles { padding:0 0 0 30px; background:transparent url(images/animations/dehistorie-fles.png) top left no-repeat; }	
	.animation.dehistorie .glas { width:30px; background:transparent url(images/animations/dehistorie-glas1.png) top left no-repeat; }
	.animation.dehistorie:hover .glas { width:30px; background:transparent url(images/animations/dehistorie-glas2.png) top left no-repeat; }
	.animation.dehistorie .glas:hover { width:30px; background:transparent url(images/animations/dehistorie-glas3.png) top left no-repeat; }
	
	.animation.delanden .fles { width:181px; padding:0 0 0 30px; background:transparent url(images/animations/delanden-fles.png) top left no-repeat; }	
	.animation.delanden .glas { width:50px; background:transparent url(images/animations/delanden-glas1.png) top left no-repeat; }
	.animation.delanden:hover .glas { width:50px; background:transparent url(images/animations/delanden-glas2.png) top left no-repeat; }
	.animation.delanden .glas:hover { width:50px; background:transparent url(images/animations/delanden-glas3.png) top left no-repeat; }
	
	.animation.denaam .fles { padding:0 0 0 30px; background:transparent url(images/animations/denaam-fles.png) top left no-repeat; }	
	.animation.denaam .glas { width:30px; background:transparent url(images/animations/denaam-glas1.png) top left no-repeat; }
	.animation.denaam:hover .glas { width:30px; background:transparent url(images/animations/denaam-glas2.png) top left no-repeat; }
	.animation.denaam .glas:hover { width:30px; background:transparent url(images/animations/denaam-glas3.png) top left no-repeat; }
	
	.animation.depersoon .fles { padding:0 0 0 30px; background:transparent url(images/animations/depersoon-fles.png) top left no-repeat; }	
	.animation.depersoon .glas { width:120px; background:transparent url(images/animations/depersoon-glas1.png) top left no-repeat; }
	.animation.depersoon:hover .glas { width:120px; background:transparent url(images/animations/depersoon-glas2.png) top left no-repeat; }
	.animation.depersoon .glas:hover { width:120px; background:transparent url(images/animations/depersoon-glas3.png) top left no-repeat; }
	
	.animation.demissie .fles { padding:0 0 0 30px; background:transparent url(images/animations/demissie-fles.png) top left no-repeat; }	
	.animation.demissie .glas { width:120px; background:transparent url(images/animations/demissie-glas1.png) top left no-repeat; }
	.animation.demissie:hover .glas { width:120px; background:transparent url(images/animations/demissie-glas2.png) top left no-repeat; }
	.animation.demissie .glas:hover { width:120px; background:transparent url(images/animations/demissie-glas3.png) top left no-repeat; }
	
	.animation.rodedoos,
	.animation.groenedoos,
	.animation.bruinedoos { height:80px; width:78px; left:5px;}
	
	.animation.rodedoos .doos {background:transparent url(images/animations/doosrood1.png) bottom left no-repeat; }
	.animation.rodedoos .doos:hover {background:transparent url(images/animations/doosrood2.png) bottom left no-repeat; }
	.animation.groenedoos .doos {background:transparent url(images/animations/doosgroen1.png) bottom left no-repeat; }
	.animation.groenedoos .doos:hover {background:transparent url(images/animations/doosgroen2.png) bottom left no-repeat; }
	.animation.bruinedoos .doos {background:transparent url(images/animations/doosbruin1.png) bottom left no-repeat; }
	.animation.bruinedoos .doos:hover {background:transparent url(images/animations/doosbruin2.png) bottom left no-repeat; }

#printlogo {display:none;}

/*audio player*/
#page div.jp-audio {position:relative;float:left;margin-top:22px;background:none;border:0;width:30px;height:30px;}
#page div.jp-audio ul.jp-controls {padding:0;width:auto;}
#page div.jp-audio ul.jp-controls a.jp-play, #page div.jp-audio ul.jp-controls a.jp-pause {height:30px;width:30px;}
#page div.jp-audio ul.jp-controls a.jp-play {background:transparent url(images/audio.png) bottom left no-repeat; }
#page div.jp-audio ul.jp-controls a.jp-pause {background:transparent url(images/audio.png) top left no-repeat; }
#page .p-progress {display:none;width:0;height:0;}
#page div.jp-audio div.jp-type-single div.jp-interface {height:auto;background:none;}

#map_canvas {
    width:493px;
    height:200px;
}

.verkooppunt article {
    padding-bottom:30px;
}
.streamer.wide #directionsPanel,
.adp-directions {
    width:100%;
}

article iframe {
    margin-top:30px;
    width:453px;
}

/* Tablet
================================================== */
@media only screen and (min-width: 768px) and (max-width: 1020px) {
    .home .overlay {
        min-width:748px;
    }
    .home #main {
        background:white url(images/homepageBackgroundtablet.png) bottom center no-repeat;
    }
    #page {
        width:748px;
    }
    .page article,
    .product.page article,
    .contact.page article {
        width:400px;/*513*/
    }
    .page article iframe,
    .product.page article iframe,
    .contact.page article iframe {
        width:380px;
    }
    .product.page .scrollcontainer {
        padding-bottom:40px;
    }
    .streamer{
        /*right:410px;*//*523*/
        width:338px;
        right:410px;
        bottom:120px;
    }
    .product.page section {
        margin:0;
        width:347px;
        position:absolute;
        left:0;
    }
    footer .footerStreamer {
        width:360px;
    }
    #access ul li ul,
    #access ul li.current-menu-ancestor ul,
    #access ul.smu {
        left:-50px;
        width:400px;
    }
    .product.page article img {
        bottom:145px;
        right:410px;
    }
    .verkooppunt {

    }
    .verkooppunt article {
        width:337px;
    }
    .streamer.wide {
        width:400px;
    }
    .verkooppunt .streamer.wide {
        width:380px;
    }
    .contact.page article,
    .verkooppunt article {
        padding-bottom:50px;
    }
    .verkooppunt article {
        padding-bottom:130px;
    }

}
/* Mobile
================================================== */
@media only screen and (max-width: 767px) {
    .product.page .scrollcontainer {
        margin-top:432px;
    }
    .product.page article img {
        top:30px;
        right:30%;
    }
    #access .menu-primary-menu-container{
        display:none;
    }
    #access div.mob,
    #access div.mob .menu-primary-menu-container {
        display:block;
    }
    #access div.mob select {
        width:100%;
        padding:10px 10px;
    }/*
    #access div.mob select option.d1:before {
        content: "- ";
    }
    #access div.mob select option.d2:before {
        content: "-- ";
    }
    #access div.mob select option.d3:before {
        content: "--- ";
    }*/
    .home .overlay {
        min-width:300px;
    }
    .contact.page article,
    .verkooppunt article,
    .streamer.wide,
    #page,
    .home .page article,
    .streamer,
    .page article iframe,
    .page article,
    .product.page article iframe,
    .contact.page article iframe,
    footer .footerStreamer,
    .product.page article,
    .product.page section,
    .productinfo .label,
    .productinfo .value,
    .productdownload .label,
    .productdownload .value {
        width:300px;
    }
    .streamer.wide,
    .page #content,
    .contact.page article,
    .verkooppunt article,
    .page article,
    .product.page section
    .product.page article{
        float:left;
    }
    footer .footerStreamer
    {
        float:none;
        height:50px;
        position:absolute;
        top:0;
        left:0;
        text-align:center;
        line-height:22px;
    }
    .productinfo .label,
    .productdownload .label {
        font-weight:bold;
    }
    .language,
    #page div.jp-audio {
        float:none;
        position:absolute;
        top:60px;
        left:0;
        text-align:center;
        width:100%;
    }

    .contact.page article,
    .verkooppunt article,
    footer .footerStreamer,
    .page article .entry-content,
    .product.page .scrollcontainer .entry-content,
    .product.page .scrollcontainer .productinfo,
    .product.page .scrollcontainer .productdownload{
        border-left:0;
        padding-left:0;
        padding-right:0;
    }
    .streamer.wide,
    .page article,
    .product.page article{
        border:0;
    }
    .streamer.wide {
        padding-bottom:40px;
    }
    #map_canvas {
        width:300px;
        height:200px;
    }
    .home #main {
        height:auto;
        padding-top:140px;
        background:white url(images/homepageBackgroundphone.png) bottom center no-repeat;
    }
    .home .page article,
    .page article{
        padding-bottom:145px;
        text-align: center;
    }
    .home .page article {
        padding-bottom:0;
    }
    #menu-primary-menu {
        /*display:none;*/
    }
    #access {
        height:auto;
        padding-top:10px;
    }
    #access ul li {
        width:100%;
        float:left;
        padding:5px 0 9px;
        margin:0;
    }
    #access ul li ul,
    #access ul li ul ul,
    #access ul li.current-menu-ancestor ul ul{
        position:relative;
        top:auto;
        left:auto;
        width:100%;
        text-align:center;
    }
    #access ul li.current-menu-ancestor ul,
    #access ul li.current-menu-ancestor ul ul {
        padding-top:5px;
    }
    #access ul li ul li,
    #access ul li ul li ul li{
        margin:0;
        padding:5px 0 5px;
    }
    #access ul li.current-menu-parent ul li.current-menu-parent ul li,
    #access ul li.current-menu-ancestor ul li.current-menu-ancestor ul li,
    #access ul li.current-menu-ancestor ul li{
        display:inline-block !important;
    }
    .sidemenu {
      padding: 0;
      margin: 0 0 20px;
    }
    .sidemenu li {
        float:left;
        margin-right:5px;
    }
    .product.page article {
        padding-top:60px;
    }
    .product.page section {
        margin:0;
    }
    .product.page aside {
        display:none;
        right:0;
        left:auto;
    }
    .language{
        padding-right: 0;
    }
    #primary {
        padding-bottom:60px;
    }
    #primary.contact {
        padding-bottom:80px;
    }
    .animation.rodedoos,
    .animation.groenedoos,
    .animation.bruinedoos {
        left:35%;
    }
    .page-template-page-verkooppunt-php .animation{
        display:none;
    }
    .page .verkooppunt article,
    #primary.verkooppunt{
        padding-bottom:0;
    }
    .productinfo li {
        padding-bottom:20px;
    }

    .page-template-page-product-php .footerStreamer {
          width:inherit;
      }

}

/*
 *
 * Base Print Styles, inline to save the HTTP request
 *
 */
@media print {
    * { background: transparent !important; text-shadow: none !important; }
    tr, img { page-break-inside: avoid; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3{ page-break-after: avoid; }
    #access {height:auto;}
    footer,
    iframe,
    #printlogo,
    .streamer,
    #content section .sidemenu,
    #content aside,
    .streamer.wide #map
    {display:none !important;}

    .page #content
    {height:auto; margin-top:140px;}

    .page article
    {width:100%; margin:0;height:auto;border-left:0;}

    .product.page section
    {position:relative;float:left;width: 100px;border:0px;height:auto;margin:0 ;}

    .product.page article
    {position:relative;float:right;width:80%;border:0px;height:auto;margin:0;}

    .product.page article img {margin:0;padding:0;top:0;bottom:auto;right:auto;left:-20%;}

    .product.page .scrollcontainer .productinfo {display:block;}
    .productinfo .value
    {float:left;width:100%;}

    .streamer.wide,
    .streamer.wide #directionsPanel,
    .adp-directions
    {display:block !important;border-right:0;width:100%;}
    .productinfo .label {
        font-weight:bold;
    }
}