/*
	============================================
	Website	:	www.refreshyourcache.com
	Author	:	Matthijs (matthijs@burst-digital.com)
	Version	:	Y2W-20130702-01
	============================================
	Fonts:
		Open Sans google webfont
	============================================
*/
/* Webkit hele vieze hack, mocht dit op enige manier problemen geven: vraag Roel */
* { -webkit-tap-highlight-color: rgba(0,0,0,0); }

.header-btn { 
	height: 55px;
	padding: 0;
	position: absolute;
	top: 15px; 
	width: 55px;
	text-indent: -99999px;
}
	.nav-open { 
		background: url('/images/sprites/menu-icon.png') center center no-repeat #3B4044;
		border-right: 1px solid #080D11;
		box-shadow: inset -1px 0 1px #54595D;
		left: 0; /*left: 2.1875%;*/ 
		top: 0;
	}

/* Retina - specific */
@media
	only screen and (-webkit-min-device-pixel-ratio: 2),		/* Webkit */
	only screen and (   -moz-min-device-pixel-ratio: 2),		/* Gecko (Mozilla) */
	only screen and (     -o-min-device-pixel-ratio: 2/1),		/* Opera */
	only screen and (        min-device-pixel-ratio: 2),		/* CSS3 - Fallback voor bovenstaande browserbouwers */
	only screen and (                min-resolution: 192dpi),	/* Devices op Android ondersteunen meerdere resoluties > mdpi (160dpi), hdpi (240dpi), xhdpi (320dpi) vanaf hdpi word gezien als highresolution display  */
	only screen and (                min-resolution: 2dppx) {	/* CSS3 resolution */
		
		/* General - buttons */
		.nav-open { 
			background-image: url("/images/sprites/menu-iconX2.png");
			background-size: 30px 22px; /* Geef de afmetingen van de afbeelding hier op */
		}		
	}
/*
	================
	General elements
	================
*/


body {
		background: url('/images/bg/header-bg.jpg');
		background-position: 50% 0;
		color: #333;
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height: 20px;
		margin: 0;
		padding: 0;
	}
	#header {
		background-color: #21262a;
		color: #fff;
		left: 0;
		position: fixed; 
		top: 0;
		width: 100%;
		z-index: 1;
		}
		header .container { padding: 10px 0; }
	#logo {
		height: 35px;
		margin: 0;
		text-align: center;
	}
	#logo a { border: none; }
	#logo a img {
		height: auto;
		width: 250px;
		padding-left: 60px;
		padding-top: 5px;
		/*image-rendering:optimizeQuality;*/
	}
/* Structure - Off-canvas elements */
#outer-wrap { 
	overflow: hidden; 
	position: relative; 
	width: 100%; 
	}
	#inner-wrap { position: relative; width: 100%; }

/* Structure - Page */
.main-wrapper { float: left; width: 100%; }
.container { 
	padding: 0 2.1875%; 
	position: relative; 
	width: 95.6275%;
}
#content { 
	background-color: #f6f8fa;
	background-image: url('/images/bg/page-bg.png');
	float: left;
	margin: 55px 0 0 -100%;
	padding-top: 25px;
	width: 100%;
}
	#content .container { min-height: 310px; }
.contents { min-height: 220px; }
#footer { 
	background-color: #21262a;
	background-image: url('/images/bg/footer.png');
	background-repeat: repeat-x;
	bottom: 0;
	clear: both;
	left: 0;
	margin-top: 40px;
	padding: 25px 0;
	position: static;
	width: 100%;
	}
	
	#footer p{
		color: #ddd;
		font-size: .9em;
		margin: 0 auto;
		vertical-align: middle;
		width: 95.6275%;
	}
	#footer span.copyright { color: #ddd; font-size: .8em; }
	p.browser { text-align: center; }


	#footer a, #content a { color: #EDA40E; text-decoration: none; }
	#footer a:hover, #content a:hover{ text-decoration: underline; }
/* Structure - Navigation - off-canvas */

#nav {
	background: #faf9f7;
	-webkit-box-shadow: inset -1px 0 3px #bababa;
	box-shadow: inset -1px 0 3px #bababa;
	height: 100%;
	margin-left: -70%;
	overflow: hidden;
    width: 70%;
	}
	#nav ul { margin: 0; padding: 0; }
	
		#nav ul ul { display: none; }
		#nav li { 
			border-bottom: 1px solid #e6e6e5;
			-webkit-box-shadow: 0 1px 0 #fffefe;
			box-shadow: 0 1px 0 #fffefe;
			list-style: none;
			position: relative;
			}
		
			#nav li a {
				color: #989897;
				display: block;
				font-size: 15px;
				min-height: 35px;
				padding: 15px 0 0 20px;
				text-decoration: none;
				}
				#nav li a small {
					color: #999;
					display: block;
					font-size: 10px;
					margin-top: -2px;
				}
		
		#nav li:hover a, #nav li.selected a { background-color: #fff; margin-right: 3px; }
		
			#nav li.selected a { color: #343434; }
.nav-languages {
	position: absolute;
	right: 10px;
	top: 60px; 
	width: auto;
	}
	.nav-languages img { width: 20px; height: auto; max-width: 20px; }
	
/* archive */
.archive-list, .archive-list ul { list-style: none; margin: 0; }
.archive-list { 
	border: 1px solid #bababa;
	border-radius: 3px;
	box-shadow: 2px 3px 10px rgba( 0, 0, 0, 0.1); 
	width: auto; 
}
	.archive-list li:hover, .archive-list li:nth-child(odd):hover { background-color: rgba(0, 0, 0, 0.15); }
	#content .archive-list li a, #content .archive-list li:nth-child(odd) a { color: #333; }
	.archive-list li a { 
		background-repeat: no-repeat;
		background-position: 4% center;
		background-size: 35px 35px;
		display: block; 
		padding: 3%;
		width: 94%; 
	}
	.overview .archive-list li a, .overview .archive-list li a { padding: 15px 7px 15px 65px; }
	.archive-list li:nth-child(odd),
	.archive-list .odd { background-image: url('/images/bg/transparantje.png'); }
	.archive-list li.indent { padding-left: 15px; margin-left: 0; }
	.archive-list .internet-explorer a { background-image: url("/images/browserlogos/ie-recent.png"); }
	.archive-list .opera a { background-image: url("/images/browserlogos/opera.png"); }
	.archive-list .safari a { background-image: url("/images/browserlogos/safari.png"); }
	.archive-list .chrome a { background-image: url("/images/browserlogos/chrome-recent.png"); }
	.archive-list .firefox a { background-image: url("/images/browserlogos/firefox-recent.png"); }
	.archive-list .mobile a { background-image: url("/images/browserlogos/mobile.png"); }
	.archive-list .android a { background-image: url("/images/browserlogos/android.png"); }
/* tabs */
#tabs {
		height: 63px;
		margin: 0;
		padding: 0;
	}
	#tabs li {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		max-width: 110px;
	}
	#tabs li.current {
		/*background-color: #DCDCDC;*/
	}
	#tabs li a { padding: 0 0 0 10px; }
	#tabs li a img { width: 90px; height: auto; }
	.tab {
		background-image: url('/images/bg/transparantje.png');
		border: 2px solid #C6C6C6;
		padding: 15px 10px;
		margin-top: 0;
		border-radius: 4px;
		box-shadow: 2px 3px 10px rgba( 0, 0, 0, 0.1); 
		}
		.tab.sent {
			margin-bottom: 30px;
		}
		#content .tab.sent a {
			color: #2c3339;
		}
	dt {
		font-size: 1.1em;
		padding: 0;
		margin: 0 0 5px 0;
	}
	dd { padding: 0; margin: 0 0 15px 13px; }
	dd img {
		border: 1px solid #666;
		border-radius: 3px;
		box-shadow: 2px 3px 10px rgba( 0, 0, 0, 0.19); 
		margin: 5px 0;
		max-width: 100%;
	}
	p img { max-width: 100%; height: auto; }
/*
	==============
	Content
	==============
*/


h2 { font-size: 16px; }
strong { font-weight: 700; font-size: 1.1em; }
#content h1{
		/*background: url(../images/bg/h1.png) bottom right no-repeat;*/
		font-size: 20px;
		padding: 15px 0;
		margin: 10px 0;
		max-width: 600px;
	}
	#content h2#guide-mac, 
	#content h2#guide-pc, 
	#content h2#guide-android,
	#content h2.mac,
	#content h2.pc,
	#content h2.android{
		background-position: center left;
		background-repeat: no-repeat;
		padding-left: 20px;
	}
	#content h2#guide-pc, #content h2.pc {
		background-image: url(../images/icons/microsoft_thumb.png);
	}
	#content h2#guide-mac, #content h2.mac {
		background-image: url(../images/icons/apple_thumb.png);
	}
	#content h2#guide-android, #content h2.android { 
		background-image: url(../images/icons/android_thumb.png);
	}
	.jump-to-guide {
		float: right;
	}
	#content a span.button{
		background: black;
		color:white;
		display:block;
		margin:10px auto 0 auto;
		padding:5px;
		text-align: center;
		text-transform: uppercase;
		max-width:500px;
		}
		#content a:hover span.button{
			background: #ffb61f;
			color:black;
			text-decoration: none;
		}
/*
	==============
	Form styling
	=============
*/
input, textarea { 
	/*background: url(../img/bg/transparent-black-008.png);*/
	background: rgba(0,0,0,0.08);
	border: 2px solid #f9f9f9;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3) inset;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3) inset;
	margin-bottom: 20px;
	padding: 8px;
	-webkit-transition: background .3s ease-out;
	-moz-transition: background .3s ease-out;
	-o-transition: background .3s ease-out;
	transition: background .3s ease-out;
	width: 200px;
}
	input:focus, textarea:focus { background: rgba(0,0,0,0.12); } 
/* button styling */
.btn {
	background-color: #ddd;
	border-style: solid;
	border-color: #fff #ccc #bbb;
	border-width: 1px 1px 2px 1px;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	color: #444;
	display: inline-block;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 20px;
	outline: none;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background .3s ease-out;
}
.btn:hover { background-color: #ccc; }
.ie7 .btn, .ie8 .btn { margin-left: 10px; }
/* error handling */
p.error { display: none !important; }
p.feedback { 
	background: url("/images/icons/error.png") no-repeat 10px center;
	background-size: 25px 25px;
	border: 1px solid #ff0000; 
	color: #ff0000; 
	padding: 10px 10px 10px 40px; 
	line-height: 25px;
}
input.error { border: 1px solid #ff0000; }

/*	Homepage browser choice	*/
.browser-choice {
	max-width: 730px;
}
.browser-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
	.browser-list li {
		background-repeat: no-repeat;
		background-position: center 15px;
		border: 1px solid #bababa;
		border-radius: 3px;
		box-shadow: 2px 3px 10px rgba( 0, 0, 0, 0.1); 
		float: left;
		margin: 0 15px 15px 0;
		width: 135px;
	}
	.browser-list .ie { background-image: url("/images/browserlogos/ie-recent.png"); }
	.browser-list .opera { background-image: url("/images/browserlogos/opera.png"); }
	.browser-list .safari { background-image: url("/images/browserlogos/safari.png"); }
	.browser-list .chrome { background-image: url("/images/browserlogos/chrome-recent.png"); }
	.browser-list .firefox { background-image: url("/images/browserlogos/firefox-recent.png"); }
	.browser-list .mobile { background-image: url("/images/browserlogos/mobile.png"); }
	.browser-list .android { background-image: url("/images/browserlogos/android.png"); }
	.browser-list .ios { background-image: url("/images/browserlogos/ios-logo.png"); }
	.browser-list .winphone { background-image: url("/images/browserlogos/winphone-logo.png"); }
	
	.browser-list li a {
		padding: 75px 15px 15px;
		display: block;
		text-align: center;
		}
		.browser-list li a:hover {
			background: url("/images/bg/transparantje.png");
			text-decoration: none;
		}

.success {
	background: url("/images/icons/succes.png") no-repeat center left;
	background-size: 25px 25px;
	color: #58C934;
	line-height: 25px;
	padding-left: 30px;
}

/*
	==========================================
	breadcrumbs
	=========================================
*/
.breadcrumbs { margin: 20px 0; }
/*
	==========================================
	Phone 360px width
	=========================================
*/
		
@media only screen and (min-width: 360px) {
	.browser-list li {
		width: 150px;
	}
}
/*
	============================================
	iPad Portrait
	============================================
*/
@media only screen and (min-width: 768px) {
	#header {
		background: none;
		position: relative; 
		z-index: auto; 
	}
	#logo{
		height: 68px;
		margin: 0;
		text-align: left;
		}
		#logo a img { padding-left: 0; width: 300px; }
	#wrapper{ background-color: #f6f8fa; background-image: url('/images/bg/page-bg.png'); /*background-color: #FFF;*/ }
	.main-wrapper {
		float: none;
		position: relative;
		margin: 0 auto; 
		max-width: 940px;
		padding: 0 10px;
	}
	#content {
		float: left;
		width: 100%;
		padding: 0;
		margin: 0; /* margin-bottom same as footer.height */
		}
	.container{
		padding: 40px 0 20px 0;
		margin: 0 auto;
		width: 96%;
		}
		header .container { padding: 15px 0 35px 0; }
	/* Structure - Navigation - off-canvas */
	#nav-open-btn { display: none; }
	#nav {
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		height: auto;
		margin-left: 0;
		overflow: visible;
		width: 100%;
	}
	#nav ul{
		position: absolute;
		top: -30px;
		left: 2%;
		background:none;
		/*width: 100%;*/
	}
		#nav ul ul{ 
			display: block;
			left: -9999px;
			list-style: none;
			margin:0;
			padding:0;
			position: absolute;
			width: 110px;
			}
		#nav ul li { 
			float: left;
			height: auto;
			list-style: none;
			margin: 0px;
			border: none;
			box-shadow: none;
		}
			#nav ul li a {
				color: #fff;
				display: block;
				width: 100%;
				font-size: 1em;
				padding: 0 12px	0 13px;
				line-height: 30px;
				text-decoration: none;
				min-height: 0;
			}
			#nav ul ul li{
				list-style: none;
				float: none;
				background: #000;
				}
				#nav ul ul li:hover { position: relative;  }
					#nav ul ul li ul { display: none; }
						#nav ul ul li:hover ul { 
							display: block; 
							right: 135px; 
							position: absolute;  
							top: 0; 
							width: 100%;
						}
		/* hovers and psuedo styling */
		#nav ul li:first-child a { padding-left: 0; }
			#nav ul li li:first-child a { padding-left: 13px; }
				#nav ul li li a { border-bottom: 1px solid #343434; }
					#nav ul li li:last-child > a, #nav ul li li:last-child {	border-radius:  0 0 3px 3px; }
						#nav ul li li li:first-child > a , #nav ul li li li:first-child {	border-radius: 3px 0 0 3px; }
						#nav ul li li li:first-child {	border-radius: 3px 0 0; }
		/*#navigation li:hover li a:hover*/
			#nav ul li:hover a, #nav li.selected a { color: #ffcc33; background-color: transparent; margin: 0; }
			#nav ul li:hover li:hover a,
			#nav ul li:hover li:hover li:hover a {
				background-color: #2c3339;
				color: #ffcc33; /*geel*/
				margin-right: 0;
			}
			#nav ul li:hover li a,  
			#nav ul li:hover li:hover li a { color: #FFF; background-color: #14191d; }
				.ie7 #nav ul li:hover ul { display: none; }
				#nav ul li:hover ul { 
					left: auto; 
					top: 100%; 
					z-index: 1; 
				}
			#nav ul li.selected a{ color: #ffcc33; }
			
	.nav-languages{ right: 4%; top: -98px; }
		.nav-languages a {
			background: url("/images/sprites/lang-sprite.png") no-repeat;
			display: inline-block;
			height: 15px;
			overflow: hidden;
			text-indent: -9999px;
			width: 25px;
		}
		.nav-languages .nl{ background-position: -64px -18px; }
			.nav-languages .nl.selected, .nav-languages .nl:hover{ background-position: -97px 0; }
		.nav-languages .en{background-position: 0 -61px; }
			.nav-languages .en.selected, .nav-languages .en:hover { background-position: -32px -42px; }
	
	#content h1{ font-size: 25px; }
	p { width: 600px; }
	.less-wide { width: 450px; }
	
	/* archive */
	.archive-list { width: 450px; }
		.archive-list li a { padding: 3%; }
		.ie7 .archive-list li a { width: 81%; }
			.overview .archive-list li a, .overview .archive-list li a { padding-left: 14%; }
	
	#tabs{ height: 71px; }
		#tabs li{ max-width: 120px; }
			#tabs li a img { width: 100px; }
}

/*
	============================================
	Desktop & iPad Landscape
	============================================
*/
@media only screen and (min-width: 1024px) {
	.container { width: 960px; }
	#nav ul { left: 0;}
		#nav ul ul li:hover ul { left: 135px; right: 0; }
			#nav ul li li:last-child > a, #nav ul li li:last-child { border-radius: 0 0 3px 3px; }
				#nav ul li li li:first-child > a  {	border-radius: 0 3px 0 0; }
				#nav ul li li li:first-child {	border-radius: 3px 0 0 0; }
	#footer { padding: 15px 0; }
		#footer p{ width: 960px; }
	.extra { padding: 10px 10px 10px 23px; /*background-color: #FFF0C3;*/ }
}


/* internet explorer specific styles */

.oldie input { background-color: #e5e5e5; border: 1px solid #c6c6c6; }
.oldie .archive-list li { border-bottom: 1px solid #c6c6c6; }
.oldie .archive-list li:hover { background-color: #C6C6C6; }
.oldie .archive-list li.odd { background-image: url("/images/bg/transparantje.png"); }
.oldie #content .archive-list li a { color: #333;  }
.oldie .archive #content .archive-list li a,
.oldie .overview #content .archive-list li a { padding-left: 17%; }