@charset "utf-8";
/* CSS Document */

/* ********************************************************************************

Colors used in this document:
	warm gray			:	#79726b		|| Basiskleur
	warm gray dark		:	#605952		|| Basiskleur t.b.v. contrast dunne letters

*********************************************************************************** */

* { margin: 0px;	padding: 0px; outline-style: none; }
a, img { border:0px solid #fff; }

html, body {
	height: 100%;
}

#print_header {
	display:none;
}

/* display:block voor oudere browsers */
header, nav, article, section, aside, time, footer {display: block;}

/* --------------------------------------------------------- TYPE */

h1 {
	font-size: 2.4rem;
	font-weight: 300;
	text-transform: uppercase!important;
}

p {
	margin: 0 0 25px;
	font-size: 1.2em;
	line-height: 1.8em;
}
b { font-weight: 700; }
a { color: #fff; text-decoration: none; }

/* ------------------------------------------------------- LAYOUT */

body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

#site {
	padding: 110px 0 0;
}

.container {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
}

/* ------------------------------------------------------- HEADER */

header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 110px;
	background-color: #fff;
	z-index: 1000;

	-moz-box-shadow:    0 -1px 3px #5C554E;
	-webkit-box-shadow: 0 -1px 3px #5C554E;
	box-shadow:         0 -1px 3px #5C554E;
}

header a.logo {
	display: block;
	float: left;
	margin: 29px 0 0;
	width: 221px;
	height: 52px;
}

/* ---------------------------------------------------------- NAV */

header nav {
	float: right;
	margin: 38px 0 0;
}

header nav ul { list-style-type: none; }

header nav ul li {
	display: inline;
}

header nav ul li a {
	display: block;
	float: left;
	padding: 10px 0 10px 20px;
	color: #79726b;
	font-size: 1.1rem;
	text-decoration: none;
	text-transform: uppercase;
}

header nav ul li a:hover {
	color: #000;
}

/* ------------------------------------------------------ SECTION */

section .topBar {
	position: relative;
	padding: 55px 0 39px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background-color: #79726b;
}

section .topBar .arrowDown {
	position: absolute;
	left: 50%;
	bottom: -42px;
	margin: 0 0 0 -43px;
	width: 85px;
	height: 42px;
	background: url('../img/arrow-down-round.png') center center no-repeat transparent;
	z-index: 500;
}

section .mainBar {
	padding: 100px 0 85px;
	color: #605952;
}

/* ----------------------------------------------- SECTION - HOME */

section#home {
	position: relative;
	height: 790px;
}

section#home #sliderHome {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

section#home #sliderHome,
section#home #sliderHome div.slide {
	height: 100%;
	width: 100%;
}

section#home #sliderHome div {
	background-position: center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

section#home #sliderHome div.architecture { background-image: url('../img/bg-architecture.jpg'); }
section#home #sliderHome div.interior { background-image: url('../img/bg-interior.jpg'); }
section#home #sliderHome div.work { background-image: url('../img/bg-work.jpg'); }
section#home #sliderHome div.landscape { background-image: url('../img/bg-landscape.jpg'); }
section#home #sliderHome div.vee { background-image: url('../img/bg-vee.jpg'); }

section#home #sliderHome .cycle-pager {
	position: absolute;
	left: 0;
	bottom: 168px;
	width: 100%;
	text-align: center;
	z-index: 200;
}

section#home #sliderHome .cycle-pager span {
	display: inline-block;
	margin: 0 10px;
	width: 16px;
	height: 16px;
	font-size: 2.5rem;
	text-indent: 9999px;
	overflow: hidden;
	background: url('../img/bg-cycle-nav-sprite.png') center top no-repeat transparent;
}

section#home #sliderHome .cycle-pager span.cycle-pager-active,
section#home #sliderHome .cycle-pager span:hover {
	background: url('../img/bg-cycle-nav-sprite.png') center -16px no-repeat transparent;
}

section#home .container {
	position: relative;
	z-index: 500;
}

section#home .container img {
	display: block;
	margin: 0 auto 50px;
	padding: 125px 0 0;
}

section#home .container p {
	line-height: 1.3em;
	font-size: 2.0rem;
	text-align: center;
	text-transform: uppercase;
}

section#home .container p small {
	font-size: 0.7em;
}

/* ---------------------------------------------- SECTION - ABOUT */

section#about .col {
	float: left;
	margin: 0 50px 0 0;
	width: 285px;
	text-align: center;
}

section#about .col.light {
	margin: 0;	
}

section#about .col h2.title {
	margin: 0 0 15px;
	font-weight: 300;
}

section#about .col img {
	display: block;
	margin: 0 auto 30px;
}

section#about .col p {
	color: #000;
	line-height: 1.3em;
}

/* ----------------------------------------------- SECTION - WORK */

section#work .topBar {
	padding: 100px 0 99px;
}

section#work .container {
	width: 910px;
}

section#work .blockPhoto {
	position: relative;
	display: block;
	float: left;
	margin: 0 30px 30px 0;
	width: 282px;
	height: 225px;
	background-color: #79726b;
}

section#work .blockPhoto.first {
	padding: 45px 0 0;
	height: 180px;
	color: #fff;
	text-align: center;
}

section#work .blockPhoto .title {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 1.1em;
}

section#work .blockPhoto p {
	line-height: 1.3em;
	font-size: 1em;
}

section#work .blockPhoto.last {
	margin: 0 0 30px;
}

section#work .blockPhoto .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../img/bg-overlay.png') left top repeat transparent;
	opacity: 0;

	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	-o-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}

section#work .blockPhoto:hover .overlay {
	opacity: 1;	
}

section#work .blockPhoto .overlay img {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

/* ---------------------------------------- SECTION - WORK - TABS */

section#work #tabs {
	font-size: 1.2rem;
}

section#work #tabs a {
	margin: 0 8px;
	color: #fff;
	text-decoration: none;
}

section#work #tabs a:hover {
	border-bottom: 1px solid #b6b3af;	
}

section#work #tabs a.active {
	font-weight: bold;
	border-bottom: 1px solid #b6b3af;
}

section#work #sliderWork .slide {
	width: 100%;
	display: none;
}

section#work #sliderWork .slide.visible {
	display: block;
}

/* ------------------------------------------- SECTION - CONTACT */

section#contact .topBar {
	padding: 71px 0 58px;
	text-transform: none;
}

section#contact .mainBar {
	position: relative;
	padding: 150px 0 0;
	height: 500px;
	color: #fff;
	background: url('../img/bg-contact.jpg') center center no-repeat transparent;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

section#contact .mainBar .col { float: left; }
section#contact .mainBar .col a:hover { border-bottom: 1px solid #b6b3af; }

section#contact .mainBar .col.infoContact {
	margin: 0 25px 0 0;
	width: 467px;
	text-align: right;
}

section#contact .mainBar .col b { margin: 0 1px 0 0; }
section#contact .mainBar .col b.social { margin: 0 8px 0 0; }

section#contact .mainBar .col p a.smIcon { border: 0px solid #fff; }
section#contact .mainBar .col p a.smIcon img { vertical-align: middle; }
section#contact .mainBar .container { height: 100%; }

section#contact .mainBar a.toTop {
	position: absolute;
	right: 30px;
	bottom: 30px;
	display: block;
	width: 32px;
	height: 32px;
}

/* ------------------------------------------------------- FOOTER */

/* ---------------------------------------------------------- ZUT */

/*
	font-family: 'Lato', sans-serif;
*/


















































br.clear { font-size:0px;line-height:0px;clear:both; }