@charset "utf-8";
/*
 Knight Bootstrap theme by BootstrapTaste.com
 Theme URI: http://bootstraptaste.com/knight-free-bootstrap-theme/
 Author: BootstrapTaste
 Author URI: http://bootstraptaste.com
 */

/* CSS Document */

/* Float Elements
---------------------------------*/

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.figure{ margin:0px;}

img{ max-width:100%;}

a, a:hover, a:active{ outline:0px !important}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Primary Styles
---------------------------------*/
html, body {
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#646464;
	margin:0;
	position:relative;
	overflow-x:hidden
}
h2{
	font-size:34px;
	color:#222222;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	letter-spacing: -1px;
	margin:0 0 15px 0;
	text-align:center;
	text-transform:uppercase;
}

h3{
	font-family: 'Montserrat', sans-serif;
	color:#222222;
	font-size:16px;
	margin:0 0 5px 0;
	text-transform:uppercase;
	font-weight:400;
}
h6{
	font-size:16px;
	color:#888888;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:center;
	margin:0 0 60px 0;
}
p{
	line-height:24px;
	margin:0;
}

/* Header Styles
---------------------------------*/

.header{
	width:auto;
	height:auto;
	text-align:center;
	background:url(../images/section-bg1.jpg) right top no-repeat;
	padding:120px 0px 10px;
	background-size: cover;
		  -webkit-background-size: cover; /*  Safari  */
	  -khtml-background-size: cover; /*  Konqueror  */
	  -moz-background-size: cover; /*  Firefox  */
}
.logo{
	width:102px;
	margin:0 auto 35px;
}
.header h1{
	font-family: 'Times New Roman', Times, serif;
	font-size:50px;
	font-weight:400;
	letter-spacing: 2px;
	margin:0 0 22px 0 ;
	color:#ffffff;
}

.we-create{
	padding:0;
	margin:35px 0 55px;
}
.we-create li{
	display:inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size:16px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}
.we-create li:first-child{
	background:none;
}


.link{
	padding:15px 35px;
	background:#077cc9;
	color:#fff !important;
	font-size:16px;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
	display:inline-block;
	border-radius:3px;
	text-transform:uppercase;
	line-height:25px;
	margin-bottom:20px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.link:hover {
	text-decoration:none;
	color:#077cc9 !important;
	background:#fff;
}

.link:active, .link:focus {
	background: #077cc9;
	text-decoration:none;
	color:#fff !important;
}

/* Navigation
---------------------------------*/
.main-nav-outer{
	padding:0px;
	border-bottom:1px solid #dddddd;
	box-shadow:0 4px 5px -3px #ececec;
	position:relative;
	background:#fff;
    overflow: auto;
}
.main-nav{
	text-align:center;
	margin:5px 0px;
	padding:0;
	list-style:none;
}
.main-nav li{
	display:inline;
	margin:0 1px;
}
.main-nav li a{
	display:inline-block;
	color:#222222;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	line-height:20px;
	margin:17px 32px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.main-nav li a:hover{
	text-decoration:none;
	color: #077cc9;
}

.main-section{
	padding:90px 0 110px;
}

.menu {
	color:#222222;
	text-transform:uppercase;
  font-size:26px;
  font-weight:400;
  vertical-align: 0.1em;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.naar-boven{
    width:200px;
    padding-top: 30px;
    text-align:center
}

.naar-boven a{
	color:#222222;
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
}
.naar-boven a:hover{
	color:#077cc9;
	text-decoration:none;

}

/* Services
---------------------------------*/

.service-list{
	padding:0 0 0 0;
	font-size:14px;
	margin-bottom:10px;
}
.service-list-col1{
	float:left;
	width:30px;
}
.service-list-col1 i{
	font-style:normal;
	font-size:10px;
	display:block;
	color:#222;
	font-family: 'FontAwesome';
	line-height:15px;
}
.service-list-col2{
	overflow:visible;
}
.service-list-col2 p{
	line-height: 15px;
}
.main-section.alabaster{
	background:#fafafa;
}

/* Team
---------------------------------*/

.team-leader-box span{
	margin-bottom:24px;
}
.team-leader{
	margin:7px 7px 7px 7px;
	width: 95%;
}

.team-leader-shadow{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;

}
.team-leader-shadow a{
	display:block;

}
.team-leader:hover .team-leader-shadow{
	box-shadow:inset  0px 0px 0px 200px rgba(17,17,17,0.80);

}
.team-leader:hover ul{ display:block; opacity:1}
.team-leader img{
	display:block;
}
.team-leader ul{
	display:block;
	opacity:0;
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	text-align:center;
	margin-top:-14px;
	z-index:15;
	transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
}
.team-leader ul li{
	display:inline;
	margin:0 11px;
}
.team-leader ul li a{
	font-family: 'FontAwesome';
	display:inline-block;
	font-size:28px;
	color:#fff;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.team-leader ul li a:hover, .team-leader ul li a:focus{
	text-decoration:none;
}

/* Talk Business
---------------------------------*/
.business-talking{
	background:url(../images/section-bg2.jpg) center right no-repeat;
	background-size:cover;
	padding:60px 0 10px;
	text-align:center;
}
.business-talking h2{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	padding:0;
	margin:20px 0 70px;
	text-transform:uppercase;
	font-size:42px;
	color:#fff;
}

/* footer
---------------------------------*/

.footer{
	background:url(../images/footer.png) center top repeat;
	padding:35px 0 35px;
}
.footer-logo{
	margin:15px auto 35px;
	width: 50px;
}
.copyright{
	color:#cccccc;
	font-size:14px;
	display:block;
	text-align:center;
}
.copyright a{
	color:#fff;
	font-weight:600;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.copyright a:hover {
	color: #76a5c4;
}

.res-nav_click {
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	font-weight: 100;
	text-decoration: none !important;
	color:#077cc9;
	font-style:normal;
	display:none;
	width:42px;
	height:27px;
	margin:20px auto;
    padding-left: 5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
	color: #077cc9 !important;
}

.portfolioContainer{
	max-width: 1140px;
}
/* Contact
---------------------------------*/
.main-section.contact{
	padding:90px 0 100px;
}

.contact-info-box{
	font-size:15px;
	margin:0 0 14px 68px;
	padding-left:0;
}
.contact-info-box h1{
	font-family: 'Montserrat',sans-serif;
	font-size:25px;
	font-weight:400;
	letter-spacing: -1px;
	margin:0 0 22px 0 ;
}
.contact-info-box h3{
	font-size: 15px;
	font-weight:400;
	float:left;
	width:102px;
	margin-right:12px;
	line-height:28px;
}
.contact-info-box h3 i{
	font-style:normal;
	font-size:18px;
	color:#222222;
	font-family: 'FontAwesome';
	font-weight:normal;
	margin-right:7px;
}
.contact-info-box span{
	line-height:28px;
	display:block;
	overflow:hidden;
}
/* Animation Timers
---------------------------------*/
.delay-02s {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}
.delay-03s {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}

.delay-05s {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}

.delay-07s {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}
.delay-1s {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}