/***************************
	WEBFONTS
****************************/

@font-face {
    font-family: 'CantarellRegular';
    src: url('../assets/webfonts/Cantarell-fontfacekit/Cantarell-Regular-webfont.eot');
    src: url('../assets/webfonts/Cantarell-fontfacekit/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/webfonts/Cantarell-fontfacekit/Cantarell-Regular-webfont.woff') format('woff'),
         url('../assets/webfonts/Cantarell-fontfacekit/Cantarell-Regular-webfont.ttf') format('truetype'),
         url('../assets/webfonts/Cantarell-fontfacekit/Cantarell-Regular-webfont.svg#CantarellRegular') format('svg');
    font-weight: normal;
    font-style: normal;

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

/***************************
	RESET
****************************/

/* @import url(reset.css); */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
/*	background: #CCCCC0;
 
	background: #777770;
 */
	letter-spacing: 0px;
	/*outline: 1px dotted #FF0000;*/
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

article, aside, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/**************************
	TYPOGRAFISCH
***************************/

/*@import url(typo.css);*/
body, input, textarea {
	color: #666666;
	color: #444444;
	font: normal 12px/18px "CantarellRegular","Lucida Grande","Lucida Sans Unicode",Verdana, Arial, Helvetica, Sans-Serif;
	-webkit-font-smoothing: antialiased;
}

/**************************
	HEADINGS 
***************************/

h1 {
	font-family: 'CantarellBold',"Lucida Grande","Lucida Sans Unicode", Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	letter-spacing: 0px;
}

h2 {
	font-family: 'CantarellBold',"Lucida Grande","Lucida Sans Unicode", Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	letter-spacing: 1px;
}

h3 {
	font-family: "Lucida Grande","Lucida Sans Unicode", Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	margin: 0;
}

h4 {
	font-family: "Lucida Grande","Lucida Sans Unicode", Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
}

h5 {
	font-family: "Lucida Grande","Lucida Sans Unicode", Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	margin: 0;
}

h6 {
	font-family: "Lucida Grande","Lucida Sans Unicode", Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	margin: 0;
}

/***************************** 
	LINKS 
******************************/

a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
}

a:hover, a:visited:hover, a:active, a:focus {
	color: #333333;
}

/*Helaas. Altijd zichtbaar in FireFox:
 a:focus { background-color: #FFFF00; outline: 2px solid #FFFF00; }
*/

/***************************** 
	TYPOGRAFISCHE VERFIJNING 
******************************/

strong {
	font-weight: bold;
}

em, dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup, sub {
	font-size: 10px;
	line-height: 0;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

abbr,
acronym {
	border-bottom: 1px dotted #0152a4;
}

address {
	font-style: italic;
}

del {
	color: #0152a4;
}

pre, code {
	margin: 20px 0;
	/*white-space: pre-wrap;*/
	/* css-3 */
	/*white-space: -moz-pre-wrap;*/
	/* Mozilla, since 1999 */
	/*white-space: -pre-wrap;*/
	/* Opera 4-6 */
	/*white-space: -o-pre-wrap;*/
	/* Opera 7 */
	/*word-wrap: break-word;*/
	/* Internet Explorer 5.5+ */
}

pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

/***************************
	LIJSTEN
****************************/

ul {
	list-style: square inside;
}

ol {
	list-style-type: decimal;
}

ul li {
	padding-left: 0px;
	padding-bottom: 0px;
	/*background:Transparent url('../images/bullet.gif') no-repeat 0 7px;*/
}

dl {
	margin: 0 0 20px 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 20px;
}

/***************************
	FORMULIEREN
****************************/

textarea, input, button, select {
	line-height: normal;
}

/***************************
	TABELLEN
****************************/

/* zie ook: http://www.456bereastreet.com/archive/200410/bring_on_the_tables/ */
table {
	border-collapse: separate;
	border-spacing: 0;
	margin: 0;
}

th {
	font-weight: normal;
}

th, td {
	padding: 0;
}

td {
	background: Transparent;
}

tfoot {
	font-style: italic;
}

caption {
	font-weight: bold;
	padding: 0;
}

table th {
	white-space: nowrap;
}

/***************************
	QUICK FIXES
****************************/

.tiny {
	font-size: 8px;
}

.small {
	font-size: 11px;
}

.large {
	font-size: 14px;
	line-height: 20px;
}

.hide {
	display: none;
}

.groen {
	color: #009900;
}

.blauw {
	/* 	color: #000099; */
	color: #099ddf;
}

.rood {
	color: #ff0000;
}

.wit {
	color: #ffffff;
}

.no-bottom-margin {
	margin-bottom: 0;
}

.small-bottom-margin {
	margin-bottom: 5px;
}

/********************************************************
				GLOBALE LAYOUT
*********************************************************/

.sitewrapper {
/* 
	background: #eeeee0;
 */
	margin: 0px auto;
	width: 890px;
}

#siteheader {
	/*background: #009ddf;
	background: #eeeeee;*/
	/*outline: 1px dotted #FF0000;*/
	padding-bottom: 10px;
	margin-bottom: 0px;
}

article {
	/*background: #eeeeee;*/
}

.kolommen {
	/*display: block;
	background-color: #00BBBB;*/
	margin-top: 10px;
}

.kolom1, .kolom2, .kolom3 {
	/* 	background: #eeeeee; 
	min-height: 250px;*/
	width: 260px;
	margin: 10px 25px 20px 0px;
	padding: 0px 10px 0px 10px;
	float: left;
}

.kolom1 {
	clear: right;
}

.kolom3 {
	margin-right: 0px;
	float: right;
}

.span2kolom {
	min-height: 100px;
	width: 565px;
	margin: 10px 25px 0px 0px;
	padding: 0px 10px 0px 10px;
	float: left;
}

.span3kolom {
	float: none;
	min-height: 100px;
	width: 890px;
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
	}

.spacer {
	float: none;
	height: 100px;
	width: 260px;
/* 
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
	background-color: #eeeee0;
 */
	}

.kolomkleur {
	background-color: #ccccc0;
	}


figcaption {
	display: block;
	float: right;
	position: relative;
	font-size: 11px;
	font-style: italic;
	margin-top: -20px;
	margin-bottom: 30px;
	margin-right: 0px;
	padding-right: 5px;
	padding-left: 10px;
	/*color: black;
	color: #009ddf;*/
	background-color: white;
}

/***************************
	LOGO
****************************/

#logo a {
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	float: left;
	height: 60px;
/* 
	height: 500px;
 */
	width: 890px;
	/*margin-left: -44px;*/
	/*outline: 1px dotted #FF0000;
	background-color: silver;*/
	background-image: url("../assets/logos/logo2_890x135.png");
/* 	background-image: url("../assets/logos/logo2_890x135kopie.png");

	background-image: url("../afben/groot_1_890px.jpg");
 */
	
	/*background-image: url("../assets/logos/cloudshots_logo_def_300x150_wit_schaduw.png");*/
	background-repeat: no-repeat;
	background-position: 0 0;
}



/***************************
	SITE NAVIGATIE
****************************/

#sitenav {
	float: right;
	margin-top: 5px;
	/*height:80px;
	position:relative;*/
	/*	max-width: 600px;
	min-width: 400px;
	height:35px;
	margin:auto;
	position:relative;
	z-index: 100;
	overflow: hidden;*/
}

#sitenav ul {
	margin-top: 0px;
	list-style: none;
}

#sitenav ul li {
	float: left;
}

#sitenav ul li a {
	display: block;
	/*-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;*/
	position: relative;
	font-family: 'CantarellRegular';
	/*letter-spacing: 1px;
	color: black;
	background: white;*/
	text-align: center;
	line-height: 24px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 11px;
	margin-left: 2px;
	text-decoration: none;
	white-space: nowrap;
	background: #FFFFFF;
}

#sitenav ul li a:hover {
	/*background: url(../images/nav_header_bg.png) top left;*/
	color: #009ddf;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	background: #EEEEEE;
}

#sitenav ul .actief a {
	/*background: url(../images/nav_header_bg.png) top left;*/
	color: white;
	background: gray;
	/*-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-transition: 0.2s ease-in-out;*/
}

#sitenav ul .actief a:hover {
	/*background: url(../images/nav_header_bg.png) top left;*/
	color: #999999;
	background: gray;
	/*-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-transition: 0.2s ease-in-out;*/
}

/***************************
	SUB1 NAVIGATIE
****************************/

#sub1nav {
	float: right;
	margin-top: 5px;
	clear: both;
	/*height:80px;
	position:relative;*/
	/*	max-width: 600px;
	min-width: 400px;
	height:35px;
	margin:auto;
	position:relative;
	z-index: 100;
	overflow: hidden;*/
}

#sub1nav ul {
	margin-top: 0px;
	list-style: none;
}

#sub1nav ul li {
	float: left;
}

#sub1nav ul li a {
	display: block;
	/*-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;*/
	position: relative;
	font-family: 'CantarellRegular';
	font-size: 10px;
	color: white;
	/*letter-spacing: 1px;
	background: white;*/
	text-align: center;
	line-height: 18px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 11px;
	margin-left: 2px;
	text-decoration: none;
	white-space: nowrap;
	background: #555555;
}

#sub1nav ul li a:hover {
	/*background: url(../images/nav_header_bg.png) top left;
	color: #009ddf;*/
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	background: gray;
}

#sub1nav ul .actief a {
	/*background: url(../images/nav_header_bg.png) top left;*/
	color: white;
	background: #009ddf;
	/*-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-transition: 0.2s ease-in-out;*/
}

#sub1nav ul .actief a:hover {
	/*background: url(../images/nav_header_bg.png) top left;
	color: #999999;*/
	background: gray;
	/*-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-transition: 0.2s ease-in-out;*/
}

/***************************
	HEADERS LIJNEN/BLOKKEN
****************************/

.header_groot {
	/*clear: left;*/
	color: #999999;
	/* 	background: #099ddf; */
	/* 	background: #313434; */
	/* 	height: 50px; */
	margin: 0px 0px 10px 0px;
	padding: 30px 0px 10px 5px;
	position: relative;
	border-top: 1px #777777 dotted;
	border-bottom: 1px #777777 dotted;
	/* 
	text-align: right;
 */
}

.header_middel {
	/*	background: #313434;
	height: 300px;*/
	color: #666666;
	margin-bottom: 10px;
	min-height: 30px;
	padding: 10px 0px 20px 0px;
	position: relative;
	border-bottom: 1px #777777 dotted;
}

.header_klein {
	clear: both;
	/*background: #313434;*/
	min-height: 15px;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 20px 0px;
	position: relative;
	border-bottom: 1px #777777 dotted;
}

.headerline {
	height: 1px;
	background: #bbbbbb;
	width: 10%;
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 70px;
	clear: both;
}

/***************************
	FOOTER
****************************/

footer {
/* display: block; */
	min-width: 890px;
	padding-top: 15px;
	padding-bottom: 15px;
/* 
	background-color: #fccccc;
 */
}

footer .logo {
	/*display: block;*/
	opacity: 0.25;
	background-image: url('../assets/logos/cloudshots_logo_def_400x200_zwart.png');
	background-position: left;
	/**/
	background-size: contain;
	background-repeat: no-repeat;
	width: 260px;
	height: 90px;
	/*background-color: #FFFFFF;*/
	position: relative;
	top: 0px;
	left: 0px;
}

footer .kolommen {
	margin-top: 0px;
	margin-bottom: 10px;
}

footer .kolom1, footer .kolom2, footer .kolom3 {
	min-height: 10px;
}

footer .credits {
	display: block;
	float: right;
/* 
	background-color: #badfee;
	background-color: #a0cedd;
	background-color: #ff00ff;
 */
	line-height: 18px;
	padding: 0px 5px 0px 5px;
	margin: 0;
	font-size: 10px;
	font-style: bold;
}

footer .credits a {
	color: #ffffff;
}

footer .credits a:hover {
	color: #ff0000;
}



/***************************
	KLEIN
****************************/


@media only screen and (max-width: 480px) {
	.sitewrapper {
		width: 400px;
		margin: 0px auto;
		}

	footer{
		min-width: 400px;
		}
		
	#logo a {
		margin-top: 10px;
		margin-bottom: 40px;
		clear: both;
		float: left;
		height: 96px;
		width: 380px;
		/*margin-left: -44px;*/
		/*outline: 1px dotted #FF0000;
		background-color: silver;*/
		background-image: url("../assets/logos/logo2_380x96.png");
		/*background-image: url("../assets/logos/cloudshots_logo_def_300x150_wit_schaduw.png");*/
		background-repeat: no-repeat;
		background-position: 0 0;
	}


	img{
		max-width: 400px;
	}

	
	.kolom1, .kolom2, .kolom3 {
		width: 380px;
		float: none;
	}

	.span2kolom {
		float: none;
		min-height: 100px;
		width: 380px;
		margin: 10px 0px 50px 0px;
		padding: 0px 10px 0px 10px;
	}

	.span3kolom {
		float: none;
		min-height: 100px;
		width: 380px;
		margin: 10px 0px 50px 0px;
		padding: 0px 10px 0px 10px;
	}
.spacer {
	float: none;
	height: 0px;
	width: 26px;
/* 
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
 */
	background-color: #00cccc;
	}




	#sitenav{
		float: none;
		width: auto;
	}

	#sitenav ul li {
/* 
		float: none;
 */
		width: 200px;
	}

	#sitenav ul li a {
	background: #eee;
	
		line-height: 30px;
		font-size: 120%;
		overflow: hidden;
		padding-left: 0px;
		padding-right: 0px;
		margin: 2px;
	}
	
	#sub1nav {
		float: none;
		padding-top: 20px;
	}
	
	#sub1nav ul li {
/* 
		float: none;
 */
		width: 133px;
	}
	#sub1nav ul li a {
		line-height: 40px;
		font-size: 100%;
		overflow: hidden;
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 2px;
	}
	

}