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


/* groene kleur van logo color:#BEBE00; */






.hs-line-7{
    margin-top: 0;
    position: relative;
	font-size: 39px;
	font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
}

.hs-line-11{
    margin-top: 15px;
    position: relative;
	font-size: 26px;
    font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.5em;
    line-height: 1.8;
    opacity: .9;
}



.inner-nav{
	display: inline-block;
	position: relative;
	float: right;
	margin-right: 300px;
}

.inner-nav ul{
	float: right;
	margin: auto;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.3;
}

/* Footer logo */
.circular {
	width: 41px;
	height: 41px;
	border-radius:50% 50% 50% 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	}




/* Footer height */
.page-section,
.small-section{
	width: 100%;
	display: block;	
	position: relative;
    overflow: hidden;
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
    
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    
	padding: 30px 0;
}


/* testimonials*/
.page-section2,
.small-section2{
	width: 100%;
	display: block;	
	position: relative;
    overflow: hidden;
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
    
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom:80px;
	padding-top:20px;
  
}

/* index*/
.page-section3,
.small-section3{
	width: 100%;
	display: block;	
	position: relative;
    overflow: hidden;
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
    
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    
	padding: 240px 0;
}



.section-text{
	font-size: 15px;
	font-weight: 400;
	color: #777;
	line-height: 1.7;
}

.tpl-tabs-cont{
	padding: 30px 0;
	font-size: 15px;
	font-weight: 400;
	color: #777;
	line-height: 1.7;
}


.text{		
	font-size: 15px;
	font-weight: 400;
	color: #777;
	line-height: 1.7;
}

blockquote{
	margin: 0em 0 1em 0;
    padding: 0;
	border: none;
	background: none;
    font-style: normal;
	line-height: 1.7;
	color: #777;
}

a.link2:link { 


	color: #888;
	text-decoration: none;
	font-weight: normal;
}
a.link2:visited { 

	
	color: #888;
	text-decoration: none;
	font-weight: normal;
} 
a.link2:hover { 

	
	color:#888;
	text-decoration: underline;
	font-weight: normal;
} 
a.link2:active { 


	color:#888;
	text-decoration: none;
	font-weight: normal;
}







/* Footer green en head over mij */
.bg-gray-lighter{
	background-color: #BEBE00;
}

