/*
Template TIGER
*/

/* var text-decoration */
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Roboto:500);

/*-------------------------------------------------------------------------------
    basic color
-------------------------------------------------------------------------------*/
/* ------- body -----------  */
@body-background:#fff;
@body-text:#2d2d2d;

@linkColor: #f6ac12;
@linkColorH:#f6ac12;

/* ------- header logo + nav */
@headerBg: rgba(246, 172, 18, 1);
@headerOnShrinkBg: rgba(246, 172, 18, 1);
@headerMobielBg: rgba(246, 172, 18, 1);/*rgba(38, 42, 53, 1);*/

/* ------- navigation */
@menuBg:#231f20; /*horizontal balk */
@menuColor:#fff;
@menuhighlightcolor:#fff;
@menuMobielH:#c0c0c0;

/* ------- logo*/
@logoNormal:240px;
@logoSmall:160px;
@logoMobiel:160px;

/* ------- phone ----*/
@calltrackingColor:#575757;

/* ------- highlight color (arrow, <li> ---- */
@highlightColor:#231f20;
@ringColor:#231f20;

/* ------- h1,h2,h3,h4,h5,h6  ---------*/
@txtheadercolor:#373737;
@h1color:#f6ac12;

/* -------  form */
@bgInput:#fff;
@txtInput:#000;
@txtPrivacy:#999;
@txtPrivacyH:#000;


/* ------- gallery selected pagenr */
@galleryColor:#fff;


/* ------- footer ---------------  */
@footerBg:#f6ac12;
@footerTxtHeader:#231f20;
@txtFooter:#575757;
@txtFooterH:#00abd7;

@footerSocialMediaBg:#f6ac12;

/* ------- copyright -----------  */
@bgcopyright:#f6ac12;
@copyrightcolor:#231f20;
/* -----------------------------  */

/* ------- button --------------  */
@btnBg:@highlightColor;
@btnBgH:@btnBg + #111;
@btnBorderColor:@btnBg - #111;
@btnColor:#fff;


/* inhoud color -- page color */
@bginhoud:#ffffff; 
@colorinhoud:#2d2d2d;

@parallaxImg:url(../images/landschap.jpg);
@parallaxImgMobiel:url(../images/landschap780.jpg);

/* ------- contactform -------  */
@bgcontact:rgba(89, 83, 83, 0.1);

@headerfonttype:"Roboto", Arial, Helvetica, sans-serif;
@menufonttype:"Roboto", Arial, Helvetica, sans-serif;

/*-------------------------------------------------------------------------------
    Common Css
-------------------------------------------------------------------------------*/
body {
    background-color: @body-background;
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
    line-height: 1.5;
    color: @body-text;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color:@txtheadercolor;
  font-family: @headerfonttype;
  font-weight:normal;
}
h1 {
   color:@h1color;
  font-size: 36px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
p {
  font-size: 14px;
  font-weight: 400;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
  color:@highlightColor;
}
a:hover {
  color:@linkColorH;
}
/*============== Mixins style start ================*/
.overlay-effect {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: url("../images/overlay-pattern.png") #000000;*/
  opacity: 0.3;
}
/*-------------------------------------------------------------------------------
    #top Start
-------------------------------------------------------------------------------*/
.block-top{
	display:block; position:relative; background-color:#00abd7; height:50px; overflow:hidden;
}
@media only screen and (max-width: 767px){
.block-top{
	display:none;
}
}

/*-------------------------------------------------------------------------------
    custom heading Start
-------------------------------------------------------------------------------*/
.heading {
  text-align: center;
  font-weight: 500;
  color: #2E2E2E;
  padding: 40px 0px;
  position: relative;
}
.heading span {
  font-size: 45px;
  color: #ff530a;
  font-weight: 500;
}
.heading:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 1px;
  background: #C8C1B3;
  margin-left: -70px;
}
/*-------------------------------------------------------------------------------
    custom cta
-------------------------------------------------------------------------------*/
#cta{
  background: url(../images/landscape.jpg) center top no-repeat;
  /*background-origin:content-box;*/
  /*background-size: 100% auto;*/
  background-size: cover;
  color:#fff;
  padding-top:50px;
}
#cta h1{
	color:#fff;
}
.cta {
    background: none;
    border-radius: 0;
    padding: 1em 7.5em;
	min-height:470px;	
}
.cta button, .cta input, .cta select, .cta textarea{
	background-color:@bgInput;
	color:@txtInput;
	border-radius:0;
}
.cta .formItem {
     margin: 5px 0;
}
.cta input[type="text"], .cta textarea{
	background-color:@bgInput;
	color:@txtInput;
	padding:10px;
	/*width: calc((100% - 15px) / 2);*/
}
.cta .submitButton{
	margin:0 10px;
	width:auto;
}
.cta input[type="submit"]{
	background-color:@btnBg;
	border-radius:0.307692em;
	padding:1em 0.25em;
}
.cta .formError .formErrorContent {margin-top:0;}

@media only screen and (max-width: 1200px){
.cta { padding: 1em 3.5em;}
}
@media only screen and (max-width: 992px){
.cta { padding: 1em 1.5em;}
}

@media only screen and (max-width: 767px){
.cta { padding: 1em 0.5em;}
}
/*-------------------------------------------------------------------------------
    Card
-------------------------------------------------------------------------------*/
.promo_cards {
    margin-top: -2.5em;
}
.promo_cards.success {
    margin-top: 0;
}
.promo_cards.success .contain {
    padding: 0 1.5em 3.5em;
}
.promo_cards .outer_contain {
    background: none repeat scroll 0 0 #F4F4EF;
}
.promo_cards .contain {
    padding: 0 1.5em;
}
.promo_cards .heading {
    padding: 3.5em 1.5em 0;
}
.promo_cards .heading h2 {
    color: #2E3D49;
    font-size: 1.75em;
    font-weight: 300;
    margin-bottom: 1.75em;
    text-align: center;
}
.promo_cards .promo_card {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0.3125em 1.25em 0 rgba(46, 61, 73, 0.12);
    margin-bottom: 2.5em;
    padding: 1.25em 1.5em 5em 3.125em;
    position: relative;
	margin-top:-3.5em;
}
.promo_cards .promo_card:before {
    background: none no-repeat scroll center center auto rgba(0, 0, 0, 0.0);
    content: "";
    display: block;
    height: 2.75em;
    left: -0.375em;
    position: absolute;
    top: 0.75em;
    width: 2.75em;
}
.promo_cards .promo_card.card_one:before {
    background: none top left no-repeat;
	background-size:cover;
	/*background-color:#d2f1ed;*/

}
@media (min-width: 74em) {
.promo_cards .promo_card.card_one:before {
    background-size: 4.75em 4.75em;
}
}
.promo_cards .promo_card.card_two:before {
    background: none top left no-repeat;
	/*background-color:#bddceb;*/
	background-size:cover;

}
@media (min-width: 74em) {
.promo_cards .promo_card.card_two:before {
    background-size: 4.75em 4.75em;
}
}
.promo_cards .promo_card .card_content h2 {
    color: #2E3D49;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.25em;
    margin-bottom: 1em;
}
.promo_cards .promo_card .card_content p {
    color: #525C65;
    font-size: 0.8125em;
    line-height: 1.5em;
    margin-bottom: 1em;
}
.promo_cards .promo_card .card_content p:last-child {
    margin-bottom: 0;
}
.promo_cards .promo_card .promo_card_link {
    background: none repeat scroll 0 0 #FAFBFC;
    bottom: 0;
    color: @linkColor;
    display: block;
    font-size: 0.8125em;
    font-weight: 500;
    left: 0;
    letter-spacing: 1px;
    padding: 1.25em 1em;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease 0s, background 0.3s ease 0s;
    width: 100%;
}
.promo_cards .promo_card .promo_card_link:hover {
    background: none repeat scroll 0 0 #F7F8FA;
    color: @linkColorH;
}
@media (min-width: 35em) {
.promo_cards .heading h2 {
    font-size: 2.125em;
}
}
@media (max-width: 35em) {
	.promo_cards .promo_card{
		margin-bottom:5.5em;
	}
}
@media (min-width: 38.75em) {
.promo_cards .contain {
    display: flex;
}
.promo_cards .promo_card {
    flex-grow: 1;
    margin-right: 4%;
    width: 48%;
}
.promo_cards .program_card:last-child {
    margin-right: 0;
}
}
@media (min-width: 44em) {
.promo_cards .heading {
    padding: 7.5em 1.5em 0;
}
.promo_cards .contain {
    padding: 0 1.5em;
}
.promo_cards.success {
    margin-top: 0;
}
.promo_cards.success .contain {
    padding: 0 1.5em 6em;
}
}
@media (min-width: 63em) {
.promo_cards {
    margin-top: -3.8em;
}
.promo_cards .promo_card {
    padding: 2.5em 3em 6em 5em;
}
.promo_cards .program_card:before {
    height: 4em;
    left: -0.5em;
    top: 1.5em;
    width: 4em;
}
.promo_cards .promo_card .card_content h2 {
    font-size: 1.85em;
    margin-bottom: 1em;
}
.promo_cards .promo_card .card_content p {
    font-size: 1em;
}
.promo_cards .promo_card .promo_card_link {
    padding: 1.5em 1em;
}
}
@media (min-width: 74em) {
.promo_cards .promo_card {
    padding: 3.85em 4.375em 6em 7.5em;
}
.promo_cards .program_card:before {
    height: 6.25em;
    left: -0.625em;
    top: 1.875em;
    width: 6.25em;
}
.promo_cards .promo_card .card_content h2 {
    font-size: 2.125em;
}
}
/*-------------------------------------------------------------------------------
    product
-------------------------------------------------------------------------------*/
#product{
  padding: 30px 0px;
}
#product h2{
	font-size: 30px;
	line-height: 3em;
	text-align: center;
}

/*-------------------------------------------------------------------------------
    custom heading Start
-------------------------------------------------------------------------------*/
.product-member {
    margin-bottom: 50px;
    text-align: center;
}
.product-member img {
    border: 2px solid #e7e7e7;
    margin: 0 auto;
    max-width: 130px;
    width: 100%;
}
.product-member h4 {
    margin-bottom: 0;
    margin-top: 25px;
    text-transform: none;
}
.product-member p {
    margin-top: 0;
}
/*-------------------------------------------------------------------------------
    custom heading Start
-------------------------------------------------------------------------------*/
.title {
  color: #2E2E2E;
  text-transform: uppercase;
  padding: 30px 0px;
}
.title span {
  color: @highlightColor;
}
.before-border {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 1px;
  background: #C8C1B3;
  margin-left: -70px;
}
.bedrijfslogo{
	margin:0 auto;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	max-width: @logoNormal;	
}
.navbar-shrink .bedrijfslogo{
	margin: 0 auto;
	max-width: @logoSmall;
}
.logo{
	margin: 0px 0 0px;
	width: @logoNormal;	
}
.navbar-shrink .logo{
	margin: 5px 0;
	width: @logoSmall;	
}
.nav.navbar-nav{
	float:none;
	margin-top:0;
}
.navbar-shrink .nav.navbar-nav{
	margin-top:0;
}
.footer-logo{max-width:200px;}
.contentslide{
	margin-top:25px;
}

.calltrackingblok{
	float:right;
	margin-right:30px;
}
.calltracking{
	float:none;
	display:inline-block;
	font-size:16px;
	padding:0;
	color:@calltrackingColor;
	text-align:right;
	line-height:30px;
	font-family:@headerfonttype;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;	
}
.calltracking span {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 16px;
  padding-top: 0;
  border-radius: 30px;
  border:0 none;
  background: @highlightColor;
  color: #FFFFFF;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  line-height:34px;
}
.calltracking a:hover span {
  background: @footerSocialMediaBg;
  color: #fff;
}

.calltracking a{
	color:@calltrackingColor;
}
.vastetelefoon{margin-top:32px; margin-right:20px;}
.navbar-shrink .calltracking{
	/*float:right;*/
	padding:0;
}
.navbar-shrink .mobile, .navbar-shrink .vastetelefoon{margin-top:14px;}


@media only screen and (max-width: 992px){
	.calltracking{font-size:16px;}
	.vastetelefoon{margin-top:20px;}
}
@media only screen and (max-width: 767px){
	.navbar-nav{margin-left:0; margin-right:0;}
	.nav.navbar-nav{float:none;}
	.bedrijfslogo{margin:0 auto;}
	.calltrackingblok{display:none;}
	.logo{margin:0; width:100%;}
	.calltracking{
		float:left;
	}
	.vastetelefoon{margin-top:0; margin-left:0;}
	.navbar-shrink .calltracking{float:left;}
	.navbar-shrink .mobile, .navbar-shrink .vastetelefoon{margin-top:0;}
	.call-mobile{ float:right;}
	.call-mobile span{
		/*border: 2px solid @ringColor;*/
		border-radius: 7px;
		background: @highlightColor;
		color: #fff;		
		display: inline-block;
		font-size: 20px;
		height: 37px;
		padding-top: 2px;
		text-align: center;
		transition: all 0.3s ease 0s;
		width: 37px;		
	}
	.call-mobile a, .call-mobile span{color:#fff; font-size:20px;}	
	.call-mobile{margin-top:15px; margin-right:0;}	
	.navbar-shrink .call-mobile{margin-top:12px;}	
	.navbar-toggle{float:left;}
}
@media only screen and (max-width: 520px){
	.call-mobile span{
		height: 28px;
		font-size: 16px;
		width: 28px;	
	}
	.vastetelefoon{margin-top:0;}
	.mobile strong, .vastetelefoon strong{font-size:16px;}
	.call-mobile{margin:15px -15px 0; margin-right:0;}
	
	.navbar-shrink .call-mobile{margin-top:12px;}
	.navbar-toggle .icon-bar{width:18px; border-radius:0;}
	.navbar-toggle .icon-bar + .icon-bar{margin-top:3px;}
}

/*-------------------------------------------------------------------------------
    transition custom style
-------------------------------------------------------------------------------*/
.transition {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
/*============== Mixins style close ================*/
/*-------------------------------------------------------------------------------
    header-img start Start
-------------------------------------------------------------------------------*/
#hero-area {
  /*background: url(../images/slideshow2.jpg) center top no-repeat;
  background-origin:content-box;
  background-size: 100% auto;
  border-bottom:3px solid #ea4924;  */
  min-height:170px;

}
#hero-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: url("../images/overlay-pattern.png") #000000;*/
  opacity: 0.3;
}
#hero-area img{margin:0 auto;}

/*-------------------------------------------------------------------------------
    nav Start
-------------------------------------------------------------------------------*/
#navigation *{
/*	transition:all 0.3s ease 0s;*/
}
.transition, .transition *{
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;  
}
#navigation{
	/*background:rgba(255, 255, 255, 0);*/
  	height: auto;
    position: relative;
	background: @headerBg;	
}
#menu-collapse{clear:both;}

nav {
  z-index: 5002;
  width: 100%;
}
nav .block {
  margin-top: 0;
  background: #fff;
  padding: 0;
  background: none; 
  display:block; 
}
nav .block .navbar-default {
  border: none;
  border-radius: 0px;
  margin-bottom: 0;
  background:none; 
  box-shadow:0 0 0;
/*	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;  */
}
.navbar-header{overflow:hidden;}
.navbar-brand {height:auto;}
.navbar-toggle{margin-top:15px;}
.navbar-shrink .navbar-toggle{margin-top:14px;}
.navbar-nav ul{display:none;}
@media (min-width: 767px) {
nav .block .navbar-default .navbar-brand {
  padding-left: 0px;
  float:none;
  margin:0;
}
.navbar-brand img{display:inline-block;}
}
@media (max-width: 767px) {
.navbar-header{margin-left:10px;}
#bs-collapse-1{background:rgba(20, 69, 99, 0.89);}
nav .block {
  padding: 0;
}  
nav .block .navbar-default .navbar-brand {
  padding: 0;
  float:none;
  margin:0 auto;
  display:table;  
}
.navbar .container{ background: none; }
.navbar-toggle{margin-right:0; padding:9px 7px; border-radius:7px;}
.navbar .col-xs-1, .navbar .col-xs-2, .navbar .col-xs-3, .navbar .col-xs-4, .navbar .col-xs-5, .navbar .col-xs-6,
.navbar .col-xs-7, .navbar .col-xs-8, .navbar .col-xs-9, .navbar .col-xs-10, .navbar .col-xs-11, .navbar .col-xs-12 {
		padding-left: 7px !important;
		padding-right: 7px !important;	
}
}

@media (max-width: 520px) {
	nav .block {
	  padding: 0 12px;
	} 
	nav .block .navbar-default .navbar-brand {
		margin:7px auto;
	}
	.navbar .container{
		padding-left: 0 !important;
		padding-right: 0 !important;	
	}
	.navbar.navbar-shrink .container{
		padding-left: 15px !important;
		padding-right: 15px !important;	
	}	
	.navbar-toggle{margin-top:16px; padding:9px 7px; border-radius:7px;}
	.navbar-shrink .navbar-toggle{margin-top:10px;}	
	.navbar-toggle{padding:7px;}	
	.navbar-header{margin-left:0;}
}	
	
nav .block .navbar-default .navbar-nav {
  padding-top: 0;
}
.navbar-nav.navbar-right:last-child {
    margin-right: 25px;
}
nav .block .navbar-default .navbar-nav > li > a {
  color: @menuColor;
  padding: 10px 0px;
  margin: 0px 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-family:@menufonttype;
}
.navbar-shrink .navbar-nav > li > a {
	/*color:#fff !important;*/
}
@media (max-width: 767px) {
	.navbar-shrink .navbar-nav > li > a {
		color:@menuColor !important;
	}
}
nav .block .navbar-default .navbar-nav > li > a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 3px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 0;
}
nav .block .navbar-default .navbar-nav > li > a:hover:before {
  background-color: @menuhighlightcolor;
  content: "";
  width: 100%;
}
nav .block .navbar-default .navbar-nav > li.current > a {
  color: #2E2E2E;
  padding: 10px 0px;
  margin: 0px 15px;
}
nav .block .navbar-default .navbar-nav > li.current > a:before, nav .block .navbar-default .navbar-nav > li.selected > a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 100%;
  background-color: @menuhighlightcolor;
}
nav .block .navbar-default .navbar-nav > .active > a,
nav .block .navbar-default .navbar-nav > .active > a:focus,
nav .block .navbar-default .navbar-nav > .active > a:hover {
  background: none;
  box-shadow: 0 0 0 #fff;
}
nav .block .navbar-default .navbar-nav > .active > a:before,
nav .block .navbar-default .navbar-nav > .active > a:focus:before,
nav .block .navbar-default .navbar-nav > .active > a:hover:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: @menuhighlightcolor;
}
/*-------------------------------------------------------------------------------
    slider Start
-------------------------------------------------------------------------------*/
#slider {
  padding: 20px 0px;
}
#slider .block {
  padding: 0px 40px;
}
#slider .block .title {
  padding: 0px ;
}
#slider .block .owl-carousel {
  padding-top: 20px;
  position: relative;
  text-align: center;
}
#slider .block .owl-carousel img {
  padding-right: 30px;
  border-radius: 2px;
  padding-bottom: 20px;
}
#slider .block .owl-carousel .owl-pagination .active {
/*  background: @highlightColor;*/
}
#slider .block .owl-carousel .owl-pagination div {
/*  background: #DADADA;
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;*/
}
#slider .block .owl-carousel .owl-buttons {
/*  position: absolute;
  right: 0;
  top: -40px;
  font-size: 40px;
  color: #AA9D84; */
  display:none;
}
/*-------------------------------------------------------------------------------
    inhoud Start
-------------------------------------------------------------------------------*/
#inhoud {
  display:block;
  padding: 30px 0px 15px;
  /*background: @bginhoud;*/
  color:@colorinhoud;
  clear:both;
}

#inhoud .container{
	/*max-width:1070px;*/
}
#inhoud .bgcontent {
	background-color:#a7a7a7;
	/*max-width:1070px;*/
	position:relative;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.3);
    height: 170px;
	margin-top:-120px;	
}
#inhoud .content{
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	z-index:100;
	padding:15px;
}

#inhoud .block {
  text-align: left;
}
#inhoud .block p {
  color: @colorinhoud;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 20px;
}
#inhoud ul{
	margin:12px 20px;
}
#inhoud ul li:before {
    color: @highlightColor;
    content: '\e83d';
    font-family: 'fontello';
    font-size: 13px;
    margin-left: -20px;
    margin-right: 10px;
}
#inhoud ul li{
	padding-left:20px;
  line-height: 24px;
}
.accro{
  color:#575757;
  font-family: @headerfonttype;
  font-weight:normal;
  font-size:26px !important;
  margin-bottom:20px;
}

/*-------------------------------------------------------------------------------
    Photos Start
-------------------------------------------------------------------------------*/
#photos{
  padding-bottom: 15px;
  padding-top: 50px;
  background: none;
  background-repeat: repeat;
  /*background-size: cover;*/
  background-attachment: fixed;
  position: relative;
}
.imgthumbpos{
	width:28%;
	height:28%;
}
.imgthumbpos img{
  display: block;
    height: auto;
    max-width: 100%;
    
}
.highslide-gallery .highslideContainer{
	max-height:210px;
	height:auto;
}
@media only screen and (max-width: 767px){
.imgthumbpos{
	width:28%;
	height:28%;
}
}
@media only screen and (max-width: 520px){
.imgthumbpos{
	width:42%;
	height:42%;
}
}
/*-------------------------------------------------------------------------------
    blog Start
-------------------------------------------------------------------------------*/
#blog {
  padding-bottom: 15px;
  padding-top: 50px;
  /*background: url("../images/cream_pixels.png");*/
  background-repeat: repeat;
  /*background-size: cover;*/
  background-attachment: fixed;
  position: relative;
}
#blog:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: url("../images/crossword.png") #fff;*/
  opacity: 0.3;
}
#blog .block .heading {
  color: #fff;
}
#blog .block ul {
  padding-top: 40px;
}
#blog .block ul li {
  overflow: hidden;
  width: 50%;
  float: left;
  background: #fff;
  text-align: center;
  color: #959595;
  transform: 1s;
}
#blog .block ul li:hover img {
  transform: scale(1.2) rotate(10deg);
}
#blog .block ul li h3 {
  color: #323232;
  padding: 0px 40px 20px;
  line-height: 26px;
  position: relative;
}
#blog .block ul li h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90px;
  height: 1px;
  background: #CBC4B5;
  margin-left: -45px;
}
#blog .block ul li p {
  padding-top: 25px;
}
#blog .block ul li .blog-img {
  float: left;
  width: 50%;
  height: 100%;
  background: red;
  overflow: hidden;
}
#blog .block ul li .blog-img img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
#blog .block ul li .blog-img-2 {
  width: 50%;
  float: right;
  overflow: hidden;
}
#blog .block ul li .blog-img-2 img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  width: 100%;
}
#blog .block ul li .content-right {
  padding: 40px 35px 23px;
  font-size: 16px;
  line-height: 26px;
  float: right;
  width: 50%;
  height: 100%;
  position: relative;
}
#blog .block ul li .content-right:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #fff;
  transform: rotate(45deg);
  margin-left: -15px;
}
#blog .block ul li .content-left {
  padding: 40px 35px 23px;
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 999;
}
#blog .block ul li .content-left:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  background: #fff;
  transform: rotate(45deg);
}
#blog .block .btn-more-info {
  float: right;
  padding: 28px 102.5px;
  border-radius: 0px;
  background: #ff530a;
  color: #fff;
  border: 1px solid transparent ;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#blog .block .btn-more-info:hover {
  background: transparent;
  color: #ff530a;
  border: 1px solid #ff530a;
}
/*-------------------------------------------------------------------------------
    price Start
-------------------------------------------------------------------------------*/
#price {
  padding: 70px 0px;
}
#price .block > p {
  color: #9D9D9D;
  font-size: 16px;
  line-height: 26px;
  padding: 40px 133px 0;
  text-align: center;
}
#price .block .pricing-list {
  padding-top: 85px;
}
#price .block .pricing-list ul {
  padding: 0 0 30px;
  margin: 0;
}
#price .block .pricing-list ul li {
  padding: 21px 0px;
}
#price .block .pricing-list ul li .item .item-title {
  position: relative;
}
#price .block .pricing-list ul li .item .item-title h2 {
  display: inline-block;
  position: relative;
  z-index: 99;
  background: #fff;
}
#price .block .pricing-list ul li .item .item-title .border-bottom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  border: 1px dotted #C9C9C9;
  margin-top: 20px;
}
#price .block .pricing-list ul li .item .item-title span {
  float: right;
  color: #938463;
}
#price .block .pricing-list ul li .item p {
  padding: 12px 0 0px;
  color: #949494;
}
#price .block .pricing-list .btn {
  padding: 28px 105px;
  border-radius: 0px;
  background: none;
  color: @highlightColor;
  border: 1px solid @highlightColor;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#price .block .pricing-list .btn:hover {
  background: #ff530a;
  color: #fff;
}

/*-------------------------------------------------------------------------------
    footer Start
-------------------------------------------------------------------------------*/
#footer {
   background:url(../images/cubes.png) center top repeat;
  padding: 30px 0px;
  color: @txtFooter;
  background-color:@footerBg;
}
#footer a{ color:@txtFooter; }
#footer a:hover, #footer a:focus{ color:@txtFooterH; }
#footer .block h3 {
  color: @footerTxtHeader;
  text-transform:uppercase;
}
#footer .block h3 span {
  color: @highlightColor;
}
#footer .block .blog ul,
#footer .block .info ul,
#footer .block .gallary ul {
  padding-top: 20px;
}
#footer .block .blog ul li,
#footer .block .info ul li,
#footer .block .gallary ul li {
  margin-bottom: 25px;
  display: inline-block;
  margin-right: 20px;
}
#footer .block .blog ul li h4,
#footer .block .info ul li h4,
#footer .block .gallary ul li h4 {
  padding-bottom: 10px;
  display: block;
  color: @highlightColor;
}
#footer .block .blog ul li h4 i,
#footer .block .info ul li h4 i,
#footer .block .gallary ul li h4 i {
   margin-right: 30px;
  font-size: 20px;
}
#footer .block .blog ul li h4 a,
#footer .block .info ul li h4 a,
#footer .block .gallary ul li h4 a {
  color: @highlightColor;
  font-size: 20px;
  font-weight: 500;
}
#footer .block .blog ul li p,
#footer .block .info ul li p,
#footer .block .gallary ul li p {
  font-size: 14px;
}
#footer .block .social-media-link h3 {
  font-size: 20px;
  padding-bottom: 15px;
  padding-top: 30px;
}
#footer .block .social-media-link h3 span {
  color: @highlightColor;
}
#footer .block .social-media-link ul li {
  display: inline-block;
  margin-right: 10px;
}
#footer .block .social-media-link ul li a {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 20px;
  padding-top: 0;
  border-radius: 7px;
  border:2px solid #fff;
  background: @footerSocialMediaBg;
  color: #FFFFFF;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#footer .block .social-media-link ul li a:hover {
  background: @highlightColor;
  color: #fff;
}
/*-------------------------------------------------------------------------------
    footer-bottom Start
-------------------------------------------------------------------------------*/
#footer-bottom {
  background: @bgcopyright;
  padding: 20px 0px;
}
#footer-bottom p {
  text-align: center;
  padding-top: 12px;
  color: @copyrightcolor;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}
#footer-bottom p a {
  color: @copyrightcolor;
}

#contact{
	padding:50px 0;
}
.contactgegevens, .contactformulier, .route {
    background: none repeat scroll 0 0 @bgcontact;
    border-radius: 0;
    padding: 12px 15px 20px;
	min-height:470px;
	border-radius:12px;	
}
.contactgegevens{background:none @bgcontact; z-index:10000;}
.contactgegevens h3{color:#000;}
.contactformulier{z-index:100;}
.route{z-index:0;}

.social-media-link{margin-top:0;}
#contact .block .social-media-link ul li {
  display: inline-block;
  margin-right: 10px;
}
#contact .block .social-media-link ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  padding-top: 5px;
  border-radius: 100%;
  background: #D7D7D7;
  border: 1px solid #C7C7C7;
  color: #171717;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#contact .block .social-media-link ul li a:hover {
  background: @highlightColor;
  color: #fff;
}


@media (max-width: 767px) {
	.contactgegevens, .contactformulier, .route {margin:20px 0 15px;}
}
/* form */       
.formItem{margin:8px 0; float:left; padding:0 7px; width:50%; }  
.formItem.id_mail{width:100%;}
.id_comments {width:100%;}
label, input {display:inline-block;vertical-align:top; font-weight:400; font-family:@headerfonttype;}
label{padding:3px 0 3px 3px; }
fieldset{border:none;}
legend {display:none;}

textarea.form-control {
	border:1px solid #d3d3d3;
	background-color:#f3f3f3;
}
input[type=text], textarea {
padding:5px 10px; font-family:inherit;font-size:inherit; border:1px solid #d3d3d3;
background-color:#f3f3f3;
color: @txtInput;
width:100%;
}
.submitButton{text-align:right;line-height:120%; width:30%; margin-left:10px;}
input[type=submit]{
background: @btnBg; color:@btnColor; border:1px solid @btnBorderColor;
text-transform:uppercase;font-size:16px; cursor:pointer;margin: 7px 0 0 0px; font-weight:400; font-family:@headerfonttype;
-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;


    width: 100%;
	padding:10px 10px;
	padding-bottom:10px !important;
	border-radius:7px;
	
}

input[type=submit]:hover{background: @btnBgH; color: #fff; border:1px solid #194572;}
.private_policy{font-size:11px; margin:19px 0 0 0px; text-align:right;}
.private_policy a{color:@txtPrivacy; outline:none; font-size:14px;}
.private_policy a:hover{color:@txtPrivacyH;}
#bizbookFormFieldMessage {
    border: 1px solid #D7D7D7 !important;
    height: 60px
}	
.inhoud hr, .contact hr{
    border-bottom: 1px solid #B5A792;
    margin-bottom: 43px;
    margin-top: 30px;
    width: 140px;
}	
.info a, .info a:hover{color:#000;}
.form-control {color:#000;}
.form-control:focus {color:#000;}

#contactForm-2 fieldset{padding-bottom:20px;}
.cgform legend{display:block; padding-top:7px; color:#f9ecec; font-family:@headerfonttype; font-weight:400; font-size:17px; border-bottom:1px solid #575757; margin-bottom:0;}
.kopie, .CopyConfirm{padding: 10px 15px 20px;}
.kopie label{width:auto;}
@media (max-width: 767px) {
.formItem{width:100%; } 
.submitButton{width:70%;}
}
/*---------------------------*/

.naartop{
position:fixed;  bottom: 50px; cursor:pointer; right:20px; width:50px; height:50px; font-size:27pt; color:@highlightColor; line-height:42px; display:none; background-color:rgba(175,175,175,0.3)
}

.parallax-section {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


/*=================================================================
	tussen foto Parallax
==================================================================*/

#tussenfoto {
    padding: 50px 0;
    background-image: @parallaxImg;
}

.starter_follow h2 {
    text-align: center;
	font-family:@headerfonttype;
	font-size:24pt;
	text-shadow:0 3px 3px #373737;
	font-weight:normal;
}
h2.top-title{
	color:#fff;
	text-shadow: 2px 2px 1px #373737 !important;
	font-size:47px;
}
@media (max-width: 480px) {
#tussenfoto {
    padding: 50px 0;
    background-image: @parallaxImgMobiel;
}
.starter_follow h2 {
    text-align: center;
	font-size:18pt;
	text-shadow:0 3px 3px #373737;
	font-weight:bold;
}
}
.slogan{margin-top:20px;}
@media (max-width: 767px) {
.dropdown-menu{
	display:block !important;
	float:none; position:relative;
	box-shadow:0 0 0;
	border:0 none;
	background:rgba(0,0,0,0.1);
	color:@menuColor;
	font-family:@menufonttype;
}
.dropdown-menu  > li > a{
	color:@menuColor;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {color:#f7f7f7; }
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {background-color:rgba(255,255,255,0.3);}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {color:#fff;} 
.slogan{margin-top:0;}
}   

@media only screen and (min-width: 768px) {
    /* Enable menu hover for bootstrap
    // dropdown menus */
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

               
.photostream img{max-width:70px; min-height:70px;}  



/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	width:100%;
	margin:0 auto;
}

.slider{
	display:block;
	overflow:hidden;
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
	padding-bottom:10px;
	z-index:0;
}

@media only screen and (min-width: 1000px){
	.slider{
		width:auto;
	}
}

@media only screen and (min-width: 1440px){
	.slider{
		width:100%;
	}
}
@media only screen and (max-width: 767px){
	.slider-wrapper{
		margin-top:0;
	}
}
@media only screen and (max-width: 520px){
	.slider-wrapper{
		margin-top:0;
	}
}
/* ELEMENT STYLES */

.slider p{
	position:absolute;
	top:-200px;
	
	z-index:8000;
	padding:1% 3%;
	
	font-size:24px;
	line-height:100%
	color:#fff;
	white-space: nowrap;
	text-transform:uppercase;
}

.slider .claim{
	line-height:100%
}	

.slider .teaser{
	padding:0.5% 1.5%;
	font-size:16px;
	 line-height:100%
}

.slider .small{
	width:250px;
   padding-left:0; padding-right:0px;
	text-align:center;
}
.slider .big{
	color:#fff;
	font-family:@headerfonttype;
	font-size:30px;	
}
.slider .bigx2{
	color:#fff;
	font-family:@headerfonttype;
	font-size:60px;	
}
.bgwit{background:rgba(255,255,255,0.2);}
.oranje{color:#ff6600 !important;}
.bgoranje{background:rgba(255,102,0,0.2);}
.bglight-green{background:#95C542;}
.bggreen{background:#7CB761}
.bgorange{background:#EF7D00}
.bgturky{background:#348E8A}
.bgwhite{background:#fff; color:#333}
.bgzwart{background:rgba(0,0,0,0.2);}

.formError .formErrorArrow {margin-top:-4px; bottom:inherit;}
.formError .formErrorContent {margin-top:0;}



/*------------------------------------*/
.center {
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
button {
    background-color: #E74824;
    border: medium none;
    border-radius: 4px;
    display: block;
    outline: 0 none;
    padding: 0 1em;
    text-transform: uppercase;
}
a button, a {
    color: @linkColor;
    position: relative;
    text-decoration: none;
}

button, input, select, textarea {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    font-family: inherit;
    font-size: 14px;
    padding: 9px 10px;
}
button, input {
    line-height: normal;
}

.standaard-btn{
    background: none repeat scroll 0 0 @btnBg;
    border: medium none;
    border-radius: 0.307692em;
    color: @btnColor;
    display: block;
	font-family:@headerfonttype;
    font-size: 0.8125em;
    font-weight: 500;
    max-width: 20em;
    padding: 1em 0.25em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.3s ease 0s;
    width: 100%;
}
.standaard-btn:hover, .btn-custom:hover{
    background: none repeat scroll 0 0 @btnBgH;
    color: @btnColor;	
}
.btn-custom{
	margin-top:7px;
	background: none repeat scroll 0 0 @btnBg;
	color: @btnColor;
	border-radius:3px;
	margin-top: 15px;
    padding: 10px 30px;
    text-transform: uppercase;
	font-family:@headerfonttype;
}

.logoservice {
    margin-top: -39px;
    position: absolute;
    width: 14%;
}



.footer {
    box-shadow: 18px 0 18px #F2F2F2;
    overflow: hidden;
	font-family:@headerfonttype;
}
.offerte-home-page {
    background: url("../images/seperator-bg.jpg") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    height: 300px;
    position: relative;
}
.offerte-home-page .center {
    position: relative;
}


.offerte {
    margin-top: 70px;
}
.wagenpark{
    margin-top: 30px;
}
.offerte p:first-child {
	font-family:@headerfonttype;
    color: #000000;
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 0.25em;
}
.offerte p:nth-child(2) {
    color: #9E9E9E;
    font-size: 20px;
    margin-bottom: 1.5em;
}
.img-auto {
    float: left;
    max-height: 360px;
}


div#slider-pro-2 {
    z-index: -1;
}

/*-----------------------------*/
.max-width{
	max-width:1170px;
	margin:0 auto;
}
.navbar-collapse{padding-left:0; padding-right:0;}

.navbar-collapse{background: @menuBg; margin-top:10px;}
.navbar-shrink .navbar-collapse{background:@menuBg; margin-top:3px;}
.navbar-collapse, .navbar-shrink .navbar-collapse{

}

@media only screen and (max-width: 1200px){
	nav .block .navbar-default .navbar-nav > li > a{
		font-size:14px;
	}
	.max-width{
		max-width:970px;
		margin:0 auto;
	}		
}
@media only screen and (max-width: 992px){
	#hero-area{min-height:220px;}
	.offerte{
		margin-top:50px;
	}
	.max-width{
		max-width:750px;
		margin:0 auto;
	}	
	.logo{
		max-width: 100%;
	}	
}

@media only screen and (max-width: 767px){
	#navigation{
		background:@headerMobielBg;
		height: 80px;
	}	
	#hero-area{min-height:150px;}
	.offerte-home-page {
    height: auto;
	}
	.offerte{
		margin-top:20px;
	}
	.wagenpark{
		margin-top:0;
	}	
	.navbar-default {padding:0; background-color: @headerMobielBg;}
	.navbar-collapse{margin-top:0;}
	
	nav .block .navbar-default .navbar-nav > li > a{
		font-size:16px;
	}
	.max-width{
		max-width:750px;
		margin:0 auto;
	}
	.logo{
		margin: 10px 0;
		max-width: @logoSmall;
	}		
}
@media only screen and (max-width: 520px){
	#hero-area{min-height:100px;}
	.footer-slogan{margin:0;}
	.logo{
		margin: 7px 0;
		max-width: @logoMobiel;
		max-height:80px;
	}	
	#navigation{
		height: 70px;
	}	
	#navigation .container{padding-left:7px;}
	.navbar-collapse{padding-left:0; padding-right:0;}
	.navbar-nav{margin:5px 0;}
}


.socket {
    background-color: #AF3216;
    display: inline-block;
    margin-bottom: -4px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.copyright {
    float: left;
    padding: 18px 0 0;
}
.copyright p {
    color: #FFFFFF;
    text-transform: uppercase;
}
.or {
    float: right;
    font-size: 13px;
    padding: 10px 0;
    text-align: right;
}
.or p {
    color: #FFFFFF;
}
/*#topnavbar .nav{margin-top:30px;}*/

/*--------------------------------*/
.social {
    display: block;
    margin-bottom: 21px;
    margin-top: 27px;
}
.link_social {
    list-style-type: none;
    padding-left: 0;
}
.link_social a.item-icon-list {
    background-color: #f3f3f3;
    border-radius: 3px;
    color: @highlightColor;
    display: block;
    font-size: 22px;
    line-height: 22px;
    padding: 5px 0;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 34px;
	border:1px solid #f9ecec;
	box-shadow:0px 0px 7px #A7A7A7;
}
.link_social.inverse a.item-icon-list {
    background-color: #C23E96;
    color: #FFFFFF;
}
ul.link_social li a:hover {
    background: none repeat scroll 0 0 @highlightColor;
    border: 0 none;
    border-radius: 50%;
    color: #fff;
	border:1px solid @highlightColor;
	box-shadow:0px 0px 12px #979797;
}
.link_social li {
    float: left;
    line-height: 25px;
    margin-left: 10px;
    margin-top: 0;
    padding-right: 0;
}
.link_social a.item-icon-list span {
    display: block;
    height: 0;
    text-indent: -9999px;
    width: 0;
}
.white{ color:#fff;}




.navbar-default {
    background-color: rgba(18, 72, 98, 0.3);
    border: 0 none;
    padding: 0;
    transition: padding 0.3s ease 0s;
}
.navbar-default {

    border-color: rgba(0, 0, 0, 0);
}

.navbar-shrink {
	padding: 0 0 0 !important;
	background-color: @headerOnShrinkBg !important;
	border:2px solid #000;
	font-size: 15px;
	box-shadow: 0 0 7px #a7a7a7 !important;
		
	top:-200px;
	left: 0;
	position: fixed;
	right: 0;
	/*transform: translate3d(0px, 0px, 0px);
	transform: translateY(100px);*/
	z-index: 1030;	
}
.navbar-shrink .navbar-nav > li > a, .navbar-default.navbar-shrink .navbar-brand {
	/*font-size: 1em !important;*/
}
.navbar-shrink .logo{ width:@logoSmall;}
nav .block .navbar-default.navbar-shrink .navbar-nav {
  padding-top: 0;  /*------30px*/
}

.flex-viewport {
    max-height: 520px;
}
.flex-direction-nav a{color:@highlightColor;}

.navbar-toggle .icon-bar {height:3px;}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle {
	background-color:@highlightColor;
    border-color: @highlightColor;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: @highlightColor+#222;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
    background: @menuMobielH;
}

/*-------------------GALERY -----------*/
.holder a.jp-current,
.holder a:hover:not(.jp-disabled) {
	background-color:@highlightColor;
	color: @galleryColor;
}

/*-------------------------------------------------------------------------------
	DIENST / SERVICES STYLES
-------------------------------------------------------------------------------*/
#services {
    padding: 35px 0;
}
.service-heading {
    padding: 10px 0;
	color: #f6ac12;
	background:rgba(0,0,0,0.7);
}
#services p {
    color: #A7A7A7;
    padding-bottom: 10px;
}
#services .img-thumbnail {
    background-color: #e7e7e7;
    border: 1px solid #d7d7d7;
}
.grid {
    clear: right;
    display: block;
    list-style: none outside none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
}
@media (max-width: 767px) {
.grid {
    display: table;
}
}
@media only screen and (max-width: 520px) {
.service-heading {font-size:15px;}
.grid {
    display: block;
}
}
.grid .figure {
    cursor: pointer;
    float: left;
    margin: 0;
    max-height: 360px;
    max-width: 370px;
    min-width: 110px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
	max-height:240px;
}
.grid .figure img {
    display: block;
    max-width: 100%;
    min-height: 100%;
    opacity: 1;
    position: relative;	
}
.grid .figure .figcaption {
    backface-visibility: hidden;
    color: #FFFFFF;
    font-size: 1.25em;
    padding: 2em;
    text-transform: uppercase;	
}
.grid .figure .figcaption:before, .grid .figure .figcaption:after {
    pointer-events: none;
}
.grid .figure .figcaption, .grid .figure .figcaption > a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.grid .figure .figcaption > a {
	background-color:#f6ac12;
    color: #fff;
    font-size: 14px;
    opacity: 1;
    padding: 10px;
    text-align: center;
    z-index: 1000;
}
.grid .figure h4 {
    font-weight: 300;
    word-spacing: -0.15em;
}
.grid .figure h4 span {
    font-weight: 800;
    line-height: normal;
}
.grid .figure h4, .grid .figure p {
    margin: 0;
}
.grid .figure p {
    font-size: 68.5%;
    letter-spacing: 1px;
}
@media only screen and (max-width: 520px) {
	.grid .figure .figcaption > a{padding:3px; font-size:0.8em;}	
}
/*-------------------------------------------------------------------------------
	IMAGE effect zoe STYLES
-------------------------------------------------------------------------------*/
.figure.effect-zoe .figcaption {
    background: none repeat scroll 0 0 @highlightColor;
    bottom: 0;
    color: #FFFFFF;
    height: 2.75em;
    padding: 1em;
    top: auto;
    transform: translate3d(0px, 100%, 0px);
    transition: transform 0.35s ease 0s;
}
.figure.effect-zoe h4 {
    color: #333;
    float: none;
    font-size: 14px;
}
.figure.effect-zoe p.icon-links a {
    color: #FFFFFF;
    float: right;
    font-size: 1.4em;
}
.figure.effect-zoe:hover p.icon-links a:hover, .figure.effect-zoe:hover p.icon-links a:focus {
    color: #252D31;
}
.figure.effect-zoe p.description {
    bottom: 8em;
    color: #FFFFFF;
    font-size: 90%;
    opacity: 0;
    padding: 2em;
    position: absolute;
    text-transform: none;
    transition: opacity 0.35s ease 0s;
}
.figure.effect-zoe h4, .figure.effect-zoe p.icon-links a {
    transform: translate3d(0px, 200%, 0px);
    transition: transform 0.35s ease 0s;
}
.figure.effect-zoe p.icon-links a span:before {
    display: inline-block;
    font-family: @headerfonttype;
    padding: 8px 10px;
}
.figure.effect-zoe h4 {
    display: inline-block;
}
.figure.effect-zoe:hover p.description {
    opacity: 1;
}
.figure.effect-zoe:hover .figcaption, .figure.effect-zoe:hover h4, .figure.effect-zoe:hover p.icon-links a {
    transform: translate3d(0px, 0px, 0px);
}
.figure.effect-zoe:hover h4 {
    transition-delay: 0.05s;
}
.figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    transition-delay: 0.1s;
}
.figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    transition-delay: 0.15s;
}
.figure.effect-zoe:hover p.icon-links a:first-child {
    transition-delay: 0.2s;
}

.figure.effect-apollo img {
    opacity: 1;
    transform: scale3d(1, 1, 1);
	-webkit-transition: .7s all;
	-o-transition: .7s all;
	transition: .7s all;	
}
.figure.effect-apollo .figcaption:before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform 0.1s ease 0s;
    width: 100%;

}
.figure.effect-apollo p {
    border-right: 4px solid #FFFFFF;
    bottom: 0;
    margin: 3em;
    max-width: 150px;
    opacity: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    text-align: right;
    transition: opacity 0.35s ease 0s;
}
.figure.effect-apollo h2 {
    text-align: left;
}
.figure.effect-apollo:hover img {
    opacity: 10;
    transform: scale3d(1.5, 1.5, 2.5);
    transition-delay: 0.1s;	
}
.figure.effect-apollo:hover .figcaption:before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);
}
.figure.effect-apollo:hover p {
    opacity: 1;
    transition-delay: 0.1s;
}
/*-----------------------------*/
.max-width-1170{
	max-width:1170px;
	margin:0 auto;
}
.icon-space:before {
    content: "";
}
/*Caption Text*/
.flex-caption {
    bottom:50px;
    color: white;
	font-family:@headerfonttype;
    font-size: 16px;
    line-height: 20px;
    left:0;
    padding:0 20px;
    position:absolute;
    right:0;
    text-transform: uppercase;
    z-index:1;
}
.camera_caption {
    background: rgba(0,0,0,0.3);
    bottom: 0;
    color: #FFFFFF;
	font-family:@headerfonttype;
    font-size: 18px;
    height: auto;
    line-height: 24px;
    padding: 10px 20px;
    position: absolute;
    text-transform: uppercase;
    width: 10%;
    z-index: 1;
}
@media only screen and (min-width: 767px){
	.col-sm-0{
		display:none;
	}
}
@media (max-width: 767px) {
	.navbar-shrink .logo{ max-width:@logoSmall; width:100%; margin:10px 0; display:table;}
	.col-xs-0{
		display:none;
	}
	.navbar .col-xs-2{
		padding-left:3px;
		padding-right:3px;
	}
}
.navbar-fixed-top {
	margin-top:55px;
}
.navbar-fixed-top.navbar-shrink{
	margin-top:0;
}

.container-slider{
	clear:both;
  	content: " ";
    display: table;
	margin-left: auto;
	margin-right: auto;	
}
/*-------------------------------*/
#top .social-media-link{
	margin-top:7px;
}
#top .social-media-link ul li {
  display: inline-block;
  margin-right: 10px;
}
#top .social-media-link ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 20px;
  padding-top: 0;
  border-radius: 7px;
  border:2px solid #fff;
  color: #FFFFFF;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#top .social-media-link ul li a:hover {
  background: #fff;
  color: @highlightColor;
}
.flexslider{max-width:1920px;}

/*-----------------CUSTOM------------------*/
.flex-control-nav{bottom:20px; z-index:10;}
.flex-control-paging li a{height:20px; width:20px; background:rgba(255,255,255,0.7)}
.flex-control-paging li a.flex-active{transform:scale(1.3); background:@highlightColor;}
@media (max-width: 767px) {
.flexslider {min-height:220px; width:100vw;}
.flexslider img {height:220px; width:auto !important;}
.flex-control-nav{bottom:5px;}
}
@media (max-width: 520px) {
	.flexslider {min-height:150px; width:100vw;}
	.flexslider img {height:150px; width:auto !important;}
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/double-ring.svg) center no-repeat #fff;
}


/*******************************************/
.sendConfirm {
    background-image: linear-gradient(to bottom, #dff0d8 0px, #c8e5bc 100%);
    background-repeat: repeat-x;
    border-color: #b2dba1;
    padding: 15px;
    text-align: center;
}
/*******************************************/


	
.routemap { min-height:350px;}
@media (max-width: 767px) {
	.contactgegevens, .contactformulier, .route {margin:20px 0 15px;}
	.routemap { min-height:250px;}	
}

/*
Privacy in IT #0398CC
Anonimiseren #8A2A91
Testdata Mgmt #28B507
Testdata Training #28B507
Toolselectie #F96C03
Contact #0398CC 

*/
/*
per pagina
.contact .navbar-collapse{background: #0398CC ;}
.contact .navbar-shrink .navbar-collapse{background:#0398CC ;}
*/
/*
.navbar-collapse{background: @menuBg;}
.navbar-shrink .navbar-collapse{background:@menuBg;}
*/
