body {
	margin: 0;
	padding: 0;
	color: #525252;
	margin-top: 94px;
	-webkit-font-smoothing: antialiased;
}

@media(max-width: 990px) {
	body {
		margin-top: 50px;
	}
}

a {
	color: #f39801;
	text-decoration: none;
}

a:active {
	color: #f39801;
	text-decoration: none;
}

a:visited {
	color: #f39801;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

@media (max-width: 768px) {
	.col-buffer {
	margin-bottom: 30px;
	}
}

.top {
	position: fixed;
	width: 100%;
	background-color: #FFF;
	z-index: 999;
	margin-top: -94px;
	box-shadow: 2px 2px 5px #525252;
}

.no-padding {
	padding: 0!important;
	margin: 0!important;
}

.logo {
	width: 341px;
	height: 94px;
	float: left;
	background: url('../images/logo.jpg');
}

#nav {
	width: 100%;
}

#nav ul {
	float: right;
	list-style-type: none;
	margin-top: 50px;
}

#nav li {
	display: inline;
	padding-left: 30px;
}

#nav li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #525252;
	text-decoration: none;
	transition: all .3s;
}

#nav li a:hover {
	color: #f39801;
}

#nav .active2 a {
	color: #f39801;
}

.nav-toggle {
	width: 30px;
	height: 30px;
	background: url('../images/toggle.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	float: right;
	display: none;
	margin-top: 5px;
}

@media (max-width: 990px) {
	#nav {
		display: none;
	}

	.logo {
		width: 150px;
		height: 40px;
		background-size: 100%;
		background-repeat: no-repeat;
		float: left;
		margin-left: -15px;
	}

	.nav-toggle {
		display: block;
	}

	.top {
		padding: 5px;
		margin-top: -50px;
	}

	#nav ul {
		width: 100%;
		float: left;
		margin-top: 10px;
		margin-left: 0;
		padding: 0;
	}

	#nav li {
		display: block;
		padding-left: 0;
		margin-bottom: 10px;
		width: 100%;
	}

	#nav li a {
		width: 100%;
	}
}

#header {
	width: 100%;
	height: 619px;
	background-image: url('../images/header.jpg');
	background-size: cover;
	background-position: 30% 50%;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	padding-top: 150px;
}

#header h1 {
	text-align: center;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 62px;
}

#header h2 {
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 31px;
	margin-top: -5px;
}

@media (max-width: 990px) {
	#header {
		height: auto;
		padding-top: 20px;
		padding-bottom: 50px;
	}

	#header h1 {
		font-size: 40px;
	}

	#header h2 {
		font-size: 20px;
	}
}

#header2 {
	width: 100%;
	height: 348px;
	background-image: url('../images/header2.jpg');
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 100px;
}

#header2 h1 {
	text-align: center;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 62px;
}

#header2 h2 {
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 31px;
	margin-top: -5px;
}

@media (max-width: 1200px) {
	#header2 {
		height: auto;
		padding-top: 50px;
		padding-bottom: 70px;
	}

	#header2 h1 {
		font-size: 30px;
	}

	#header2 h2 {
		font-size: 20px;
	}
}

#header3 {
	width: 100%;
	height: 619px;
	background-image: url('../images/header3.jpg');
	background-size: cover;
	background-position: 50%;
	text-align: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: flex-end;
	padding-bottom: 50px;
}

#header3 h1 {
	text-align: center;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 62px;
}

#header3 h2 {
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 31px;
	margin-top: -5px;
}

@media (max-width: 1200px) {
	#header3 {
		height: 320px;
		padding-bottom: 20px;
	}

	#header3 h1 {
		font-size: 30px;
	}

	#header3 h2 {
		font-size: 20px;
	}
}

@media (max-width: 400px) {
	#header3 {
		background: url('../images/header3_small.jpg');
		background-size: cover;
		min-height: 298px;
		background-position: 25% 100%;
	}
}

#header4 {
	width: 100%;
	height: 348px;
	background-image: url('../images/header4.jpg');
	background-size: cover;
	background-position: 25% 100%;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 100px;
}

#header4 h1 {
	text-align: center;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 62px;
}

#header4 h2 {
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 31px;
	margin-top: -5px;
}

@media (max-width: 1200px) {
	#header4 {
		height: auto;
		padding-top: 50px;
		padding-bottom: 70px;
	}

	#header4 h1 {
		font-size: 30px;
	}

	#header4 h2 {
		font-size: 20px;
	}
}

#header5 {
	width: 100%;
	height: 348px;
	background-image: url('../images/header5.jpg');
	background-size: cover;
	background-position: 30% 50%;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 100px;
}

#header5 h1 {
	text-align: center;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 62px;
}

#header5 h2 {
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 31px;
	margin-top: -5px;
}

@media (max-width: 1200px) {
	#header5 {
		height: auto;
		padding-top: 50px;
		padding-bottom: 70px;
	}

	#header5 h1 {
		font-size: 30px;
	}

	#header5 h2 {
		font-size: 20px;
	}
}

#header6 {
	width: 100%;
	height: 348px;
	background-image: url('../images/header6.jpg');
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 100px;
}

#header6 h1 {
	text-align: center;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 62px;
}

#header6 h2 {
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 31px;
	margin-top: -5px;
}

@media (max-width: 1200px) {
	#header6 {
		height: auto;
		padding-top: 50px;
		padding-bottom: 70px;
	}

	#header6 h1 {
		font-size: 30px;
	}

	#header6 h2 {
		font-size: 20px;
	}
}


.btn_head {
	color: #8e7d73;
	width: 192px;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
	border-radius: 3px;
	transition: all .3s;
}

.btn_head:hover {
	background-color: #f39801;
	color: #fff;
}

@media (max-width: 768px) {
	.btn_head {
		width: auto;
		padding-left: 15px;
		padding-right: 15px;
		font-size: 16px;
	}
}

.intro {
	padding-top: 80px;
	padding-bottom: 80px;
}

.blok {
	text-align: center;
}

.chat {
	width: 110px;
	height: 90px;
	background-image: url('../images/chat.jpg');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.chat_head {
	font-size: 30px;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #8e7d73;
}

.wrench {
	width: 110px;
	height: 90px;
	background-image: url('../images/wrench.jpg');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.wrench_head {
	font-size: 30px;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #8e7d73;
}

.square {
	width: 110px;
	height: 90px;
	background-image: url('../images/square.jpg');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.square_head {
	font-size: 30px;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #8e7d73;
}

.intro .line {
	width: 20px;
	height: 3px;
	background-color: #8e7d73;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

.intro .bottom {
	text-align: center;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.portfolio1 {
	width: 100%;
	height: 434px;
	background: url('../images/portfolio1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 55%;
	transition: all .3s;
	-webkit-transform: translateZ(0);
}

.portfolio2 {
	width: 100%;
	height: 434px;
	background: url('../images/portfolio2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0% 100%;
	transition: all .3s;
	-webkit-transform: translateZ(0);
}

.portfolio3 {
	width: 100%;
	height: 434px;
	background: url('../images/portfolio3.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 55% 15%;
	transition: all .3s;
	-webkit-transform: translateZ(0);
}

.portfolio1:hover {
	opacity: .7;
}

.portfolio2:hover {
	opacity: .7;
}

.portfolio3:hover {
	opacity: .7;
}

@media (max-width: 1200px) {
	.portfolio1 {
		max-height: 250px
	}
	.portfolio2 {
		max-height: 250px
	}
	.portfolio3 {
		max-height: 250px
	}
}

.portfolio_blok {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;
	background: #8e7d73;
	color: #fff;
	border-right: solid 1px #FFF;
}

.portfolio_blok h2 {
	font-size: 35px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 100;
	color: #FFF;
}

.portfolio_blok .line {
	width: 50px;
	height: 3px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 35px;
}

.btn_portfolio {
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	border: 3px solid #FFF;
	background: transparent;
	transition: all .3s;
}

.btn_portfolio:hover {
	color: #8e7d73;
	background-color: #FFF;
}

.team {
	padding-top: 80px;
	padding-bottom: 60px;
}

@media (max-width: 990px) {
	.team {
		padding-top: 20px;
		padding-bottom: 30px;
	}
}

.team h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	font-size: 60px;
	color: #f39801;
	text-align: center;
}

@media (max-width: 990px) {
	.team h1 {
		font-size: 40px;
	}
}

.team_picture {
	width: 100%;
	height: 495px;
	background-image: url('../images/team.png');
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 1200px) {
	.team_picture {
		height: 400px;
		width: 100%;
	}
}

@media (max-width: 992px) {
	.col-team {
		display: none;
	}

	.team2 {
		padding-bottom: 40px;
	}
}

.teamquote {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	margin-top: 180px;
	font-size: 24px;
}

@media (max-width: 1200px) {
	.teamquote {
		margin-top: 100px;
	}
}

@media (max-width: 992px) {
	.teamquote {
		margin-top: 0;
	}
}

.teamquote span {
	color: #f39801;
}

.footer {
	width: 100%;
	height: auto;
	background-image: url('../images/footer.jpg');
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #FFF;
	font-size: 16px;
}

.footer .logo2 {
	width: 251px;
	height: 54px;
	background: url('../images/logo_f.png');
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}

.footer h1 {
	color: #f39801;
	font-size: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	margin-top: -3px;
}

@media (max-width: 768px) {
	.footer h1 {
		margin-top: 30px;
	}
}

.footer .line {
	width: 30px;
	height: 3px;
	background-color: #fff;
	margin-top: 25px;
	margin-bottom: 25px;
}

.btn_footer {
	color: #FFF;
	background: transparent;
	width: auto;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 3px solid #FFF;
	border-radius: 3px;
	transition: all .3s;
	margin-top: 10px;
}

.btn_footer:hover {
	color: #FFF;
	border:3px solid #f39801;
}

.footer img {
	width: 100px;
	height: 100px;
}

@media (max-width: 1200px) {
	.footer img {
		width: 80px;
		height: 80px;
	}

	.footer .logo2 {
	width: 200px;
	height: 44px;
	background-size: 100%;
	}
}

.footer .phone {
	background-image: url('../images/phone.png');
	width: auto;
	height: 20px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
	padding-left: 30px;
	padding-top: -5px;
	background-position: bottom left;
}

.footer .mail {
	background-image: url('../images/mail.png');
	width: 21px;
	height: 20px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 10px;
	padding-left: 30px;
	background-position: bottom left;
}

.content .phone {
	background-image: url('../images/phone.png');
	width: auto;
	height: 20px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
	padding-left: 30px;
	background-position: bottom left;
}

.content .mail {
	background-image: url('../images/mail.png');
	width: 21px;
	height: 20px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 10px;
	padding-left: 30px;
	background-position: bottom left;
}

@media (max-width: 990px) {
	.footer .last {
	margin-bottom: 5px;
	margin-top: 5px;
	}
}

.chat_b {
	width: 270px;
	height: 199px;
	background-image: url('../images/chat_b.jpg');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
}

.wrench_b {
	width: 270px;
	height: 173px;
	background-image: url('../images/wrench_b.jpg');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

.square_b {
	width: 270px;
	height: 174px;
	background-image: url('../images/square_b.jpg');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
}

@media (max-width: 760px) {
	.chat_b {
		display: none;
	}

	.wrench_b {
		display: none;
	}

	.square_b {
		display: none;
	}
}

.content {
	padding-top: 70px;
	padding-bottom: 80px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.content2 {
	padding-top: 60px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

@media (max-width: 768px) {
	.content {
		padding-top: 45px;
		padding-bottom: 55px;
	}

	.content2 {
		padding-top: 45px;
	}
}

.content h2 {
	font-size: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #8e7d73;
}

.content h1 {
	font-size: 36px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	color: #f39801;
	margin-top: -10px;
}

.content2 h2 {
	font-size: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #8e7d73;
}

.content2 h1 {
	font-size: 36px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	color: #f39801;
	margin-top: -10px;
}

.content h3 {
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 800;
	line-height: 1.6;
	color: #8e7d73;
	margin-top: -5px;
}

.content h4 {
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 800;
	line-height: 1.6;
	color: #8e7d73;
	margin-top: 20px;
}

.content .line {
	width: 80px;
	height: 4px;
	background: #8e7d73;
	margin-top: 20px;
	margin-bottom: 40px;
}

.content2 .line {
	width: 80px;
	height: 4px;
	background: #8e7d73;
	margin-top: 20px;
	margin-bottom: 20px;
}

.content .line2 {
	width: 100%;
	height: 1px;
	background: #ddd;
	margin-top: 70px;
	margin-bottom: 70px;
}

.content .line3 {
	width: 80px;
	height: 4px;
	background: #8e7d73;
	margin-top: 20px;
	margin-bottom: 20px;
}

.content2 .team_picture {
	width: 440px;
	height: 321px;
	background-image: url('../images/team.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 90px;
	float: right;
}

@media (max-width: 990px) {
	.content2 .team_picture {
	width: 370px;
	height: 321px;
	float: left;
	margin-top: 110px;
	}
}

@media (max-width: 450px) {
	.content2 .team_picture {
	width: 270px;
	height: 230px;
	float: left;
	margin-top: 30px;
	}
}

@media (max-width: 768px) {
	.content .line2 {
		margin-top: 40px;
		margin-bottom: 30px;
	}
}

.btn_pdf {
	width: auto;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 55px;
	padding-right: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	background-color: #faf6f6;
	border: 2px solid #dedede;
	border-radius: 2px;
	background-image: url('../images/pdf_icon.png');
	background-position: 10px;
	background-repeat: no-repeat;
	margin-top: 30px;
}

.portfolio1_1 {
	width: 400px;
	height: 300px;
	background: url('../images/portfolio1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 55%;
	border: 5px solid #ededed;
	float: right;
}

.portfolio2_2 {
	width: 400px;
	height: 300px;
	background: url('../images/portfolio2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 55%;
	border: 5px solid #ededed;
}

.portfolio3_3 {
	width: 400px;
	height: 300px;
	background: url('../images/portfolio3.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 55% 15%;
	border: 5px solid #ededed;
	float: right;
}

@media (max-width: 990px) {
	.portfolio1_1 {
		width: 100%;
		max-height: 220px;
	}

	.portfolio2_2 {
		width: 100%;
		max-height: 220px;
	}

	.portfolio3_3 {
		width: 100%;
		max-height: 220px;
	}
}

.missie h1 {
	font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 100;
	color: #f39801;
	margin-top: 30px;
}

.missie h2 {
	font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 100;
	color: #525252;
	margin-top: -5px;
}

input[type="text"] {
	width: 100%;
	height: auto;
	padding: 10px;
	background-color: #ddd;
	border: none;
	border-radius: 3px;
	font-size: 14px;
	outline: none;
	margin-bottom: 15px;
}

textarea {
	width: 100%;
	height: auto;
	padding: 10px;
	background-color: #ddd;
	border: none;
	border-radius: 3px;
	font-size: 14px;
	outline: none;
}

.btn_contact {
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 600;
	border: none;
	background: #f39801;
	transition: all .3s;
	border-radius: 3px;
	margin-top: 3px;
}



.btn_leesmeer {
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 25px;
	padding-right: 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	border: none;
	background: #8e7d73;
	border-radius: 3px;
	transition: all .3s;
	margin-top: 50px;
}

.btn_leesmeer:hover {
	color: #fff;
	background-color: #f39801;
}
