/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.container.header, .container.primary  {
	background-color: #FFFFFF;
	text-align:center;
}
.container.project {
	background-color:#FFF;
	padding-bottom: 30px;
	text-align:center;
	color:#848484;
	font-size:10px;
}

.container.lijn {
	height: 12px;
}

/* jQuery FlexSlider v1.8 */

/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	width: 100%;
	margin: 0;
	height: 100%;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* 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;
}
/*my own flexslider styles*/
.flex-control-nav {
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
}
.flex-control-nav li {
	display: inline;
	margin: 0 3px;
}
.flex-control-nav li a {
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #FFF;
	border: 1px solid #CE5500;
	cursor: pointer;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.flex-control-nav li a.active  {
	background: #000;
	border: 1px solid #000;
}
.flex-control-nav li a:hover {
	background: #CE5500;
	border: 1px solid #CE5500;
}






/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}