<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Template 7 - V5
*/

/* var text-decoration */

/*-------------------------------------------------------------------------------
    font type
-------------------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Maven+Pro|Material+Icons);
@headerfonttype:"Maven Pro", Arial, Helvetica, sans-serif;

/*-------------------------------------------------------------------------------
    basic color
-------------------------------------------------------------------------------*/
/* ------- body -----------  */
@body-background:url("../images/subtle_white_feathers.png") top left repeat;
@body-text:#575757;

/* ------- highlight color (arrow, &lt;li&gt; ---- */
@highlightColor:#DA8715;

@linkColor: #000;
@linkColorH:@highlightColor + #111;

/* ------- header logo + nav */
@headerBg: rgba(255, 255, 255, 0.9);
@headerOnShrinkBg: rgba(255, 255, 255, 0.9);
@headerMobielBg: @highlightColor;

/* ------- navigation */
@menuBg:@highlightColor; /*horizontal balk */
@menuBgHover:#000; /*horizontal balk */
@menuColor:#fff;
@menuhighlightcolor:#fff;
@menuMobielH:#000;
@menuBgActief:#363636;

/* ------- logo*/
@logoNormal:200px;
@logoSmall:200px;

/* ------- phone ----*/
@calltrackingColor:@highlightColor;

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

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


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


/* ------- footer ---------------  */
@footerBg:#000;
@footerTxtHeader:#fff;
@txtFooter:#b1b1b1;
@txtFooterH:@highlightColor;

@footerSocialMediaBg:transparent;

/* ------- copyright -----------  */
@bgcopyright:#575757;
@copyrightcolor:#fff;
/* -----------------------------  */

/* ------- button --------------  */
@btnBg:@highlightColor;
@btnBgH:@highlightColor - #222;
@btnBorderColor:@btnBg - #111;
@btnColor:#000;


/* inhoud color -- page color */
@bginhoud:inherit; 
@colorinhoud:#575757;

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

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


/*-------------------------------------------------------------------------------
    Common Css
-------------------------------------------------------------------------------*/
body {
	background:@body-background;
	font-family:"Maven Pro", Arial, Helvetica, sans-serif;
    line-height: 1.5;
    color: @body-text;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color:@txtheadercolor;
  font-family:"Maven Pro", Arial, Helvetica, sans-serif;
  font-weight:800;
  line-height:110%;
}
h1 {
   color:@h1color;
    font-size: 38px;
    line-height: 48px;
}
h2 {
  font-size: 25px;
}
h3 {
	font-size: 26px;
	line-height: 34px;
}
h4 {
  font-size: 22px;
}
p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
  font-family:"Maven Pro", Verdana, Arial, Helvetica, sans-serif;
}
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;
}
iframe{border:0 none;}
/*============== 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;
}
/*-------------------------------------------------------------------------------
    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: 600;
}
.heading:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 1px;
  background: #C8C1B3;
  margin-left: -70px;
}

/*-------------------------------------------------------------------------------
    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;
}
.logo{
	margin: 7px 0 0;
	max-width: @logoNormal;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;		
}
/*
.navbar-shrink .logo{
	margin: 7px 0 0;
	width:@logoNormal;
}*/
.footer-logo{max-width:200px;}
.contentslide{
	margin-top:25px;
}
.calltracking{
	float:none;
	display:block;
	font-size:20px;
	padding:0;
	min-height:34px;
	color:@calltrackingColor;
	text-align:right;
	line-height:30px;
	font-family:@headerfonttype;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;	
}
.calltracking a{
	color:@calltrackingColor;
	font-size:20px;	
}
.vastetelefoon{margin-top:7px; margin-left:20px;}
.navbar{margin-bottom:0;}
.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:21px;}
	.vastetelefoon{margin-top:18px;}
}
@media only screen and (max-width: 767px){
	.logo{margin:0;}
	.calltracking{
		float:left;
	}
	.vastetelefoon{margin-top:0; margin-left:0;}
	.navbar-shrink .calltracking{float:left;}
	.navbar-shrink .mobile, .navbar-shrink .vastetelefoon{margin-top:0;}
	
	.navbar-shrink .mobile{float:right;}
	.mobile{float:right; margin-right:20px;}	
	.mobile strong{display:none;}
}
@media only screen and (max-width: 520px){
	.vastetelefoon{margin-top:0;}
	.mobile strong, .vastetelefoon strong{font-size:16px;}
}
/*-------------------------------------------------------------------------------
    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;}

/*-------------------------------------------------------------------------------
    Header
-------------------------------------------------------------------------------*/
#topheader{background:@headerBg;}
#topheader .navbar-brand{width:@logoNormal;}
/*-------------------------------------------------------------------------------
    NAVIGATIE
-------------------------------------------------------------------------------*/
#navigation *{
	/*transition:all 0.3s ease 0s;*/
}
#navigation ul *{
	transition:all 0.3s ease 0s;
}
#navigation{
	display:block;
	background:rgba(255, 255, 255, 0);
  	height: auto;
    position: relative;
	clear:both;
}
#menu-collapse{clear:both;}

.menu-full{
    background-color: @menuBg;
}

nav {
  z-index: 99999;
  width: 100%;
}
nav .block {
  margin-top: 0;
  background: #fff;
  padding: 0 12px;
  background: none; 
  display:block; 
  overflow:hidden;
}
nav .block .navbar-default {
  border: none;
  border-radius: 0px;
  margin-bottom: 0;
  background:none @headerBg;  
  box-shadow:0 0 0;
}
.navbar-header{overflow:hidden;}
.navbar-brand {height:auto;}
.navbar-toggle{margin-top:17px; margin-right:0; padding:5px; border-radius:0;}
.navbar-shrink .navbar-toggle{margin-top:17px;}

.dropdown-toggle{
	padding-left:10px !important;
	padding-right:10px !important;
	margin:0;
}
.dropdown-menu {
	border:0 none;
	border-radius:0;
	box-shadow:none !important;
	background-color:@menuBgActief;
	left:0;
}
.dropdown-menu &gt; li &gt; a {
	padding:15px 30px;
	color:@menuColor;
	transition: background-color 0.1s ease-in-out 0s;
}
.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
	background:none @menuBg;
	color:@menuColor;
}
.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:hover, .dropdown-menu &gt; .active &gt; a:focus{
	background:none @menuBg;
	color:@menuColor;
}
@media (min-width: 767px) {
nav .block .navbar-default .navbar-brand {
  padding-left: 0px;
  float:none;
  margin:0;
}
.navbar-brand img{width:100%; display:inline-block;}
}
@media (max-width: 767px) {
#bs-collapse-1{background:rgba(20, 69, 99, 0.89);}
nav .block .navbar-default .navbar-brand {
  padding: 0;
  float:left;
}
.navbar .container{ background: @headerMobielBg; }
}

@media (max-width: 520px) {
	.navbar-toggle{margin-top:25px; margin-right:0; padding:5px; border-radius:0;}
	.navbar-shrink .navbar-toggle{margin-top:25px;}	
}	
	
nav .block .navbar-default .navbar-nav {
  padding-top: 0;
}
.navbar-nav.navbar-right:last-child {
    margin-right: 25px;
}
nav .block .navbar-default .navbar-nav &gt; li &gt; a {
  color: @menuColor;
  padding: 10px 0px;
  margin: 0px 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-family:@headerfonttype;
}
nav .block .navbar-default .navbar-nav &gt; li &gt; 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 &gt; li &gt; a:hover:before {
  background-color: @menuhighlightcolor;
  content: "";
  width: 100%;
}
nav .block .navbar-default .navbar-nav &gt; li.current &gt; a {
  color: #2E2E2E;
  padding: 10px 0px;
  margin: 0px 15px;
}
nav .block .navbar-default .navbar-nav &gt; li.current &gt; a:before, nav .block .navbar-default .navbar-nav &gt; li.selected &gt; 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 &gt; .active &gt; a,
nav .block .navbar-default .navbar-nav &gt; .active &gt; a:focus,
nav .block .navbar-default .navbar-nav &gt; .active &gt; a:hover {
  background: none;
  box-shadow: 0 0 0 #fff;
}
nav .block .navbar-default .navbar-nav &gt; .active &gt; a:before,
nav .block .navbar-default .navbar-nav &gt; .active &gt; a:focus:before,
nav .block .navbar-default .navbar-nav &gt; .active &gt; a:hover:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: @menuhighlightcolor;
}
.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus{
	color:#fff;
}


@media (max-width: 767px) {
.dropdown-menu{
display:block !important;
float:none; position:relative;
box-shadow:0 0 0;
border:0 none;
}
.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {color:#f7f7f7; }
.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover {background-color:rgba(255,255,255,0.3);}
.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {color:#fff;} 
.slogan{margin-top:0;}
}
@media only screen and (min-width: 768px) {
	.navbar-nav &gt; li &gt; .dropdown-menu{margin-top:-10px;}
    /* Enable menu hover for bootstrap
    // dropdown menus */

			.dropdown-menu{
				animation: 0.5s ease-in 0s normal none 1 running uk-slide-top-fixed;
				padding:0;
				
			}
			
    .navbar-nav &gt; li:hover .dropdown-menu {		
		animation: 0.2s ease-in-out 0s normal none 1 running uk-fade;
		display:block;	
		/*transform-origin: 0 0 0;*/
	}
	
}  
@media only screen and (max-width: 1200px){
	nav .block .navbar-default .navbar-nav &gt; li &gt; a{
		font-size:13px;
	}
}	
@media only screen and (max-width: 768px){
	#navigation{
		height: 0;
	}
	.navbar-default {padding:0;}
	nav .block .navbar-default .navbar-nav &gt; li &gt; a{
		font-size:16px;
	}
}
@media only screen and (max-width: 520px){
	#navigation{
		height: auto;
	}	
	#navigation .container{padding-left:7px;}
	.navbar-collapse{padding-left:15px; padding-right:15px;}
	.navbar-nav{margin:5px 0;}
}	
/*#topnavbar .nav{margin-top:30px;}*/


.navbar-collapse{/*background-color: @headerBg;*/}

/*.nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus{*/
.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus{
	background-color:@menuBgActief;
	color:@menuColor;
}
@media (max-width: 767px) {
.navbar-default{background-color: @headerMobielBg;}
.navbar-collapse{/*background-color: @headerBg;*/}
}
.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;
*/	
}
.navbar-shrink .navbar-nav &gt; li &gt; a, .navbar-default.navbar-shrink .navbar-brand {
	/*font-size: 1em !important;*/
}

nav .block .navbar-default.navbar-shrink .navbar-nav {
  padding-top: 0;  /*------30px*/
}
.navbar-shrink .navbar-collapse{background:none;}
.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: #000;
}
.navbar-default .navbar-toggle {
    border-color: #000;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: @menuBg;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
    background: @menuMobielH;
}
.navbar-collapse, .navbar-shrink .navbar-collapse{
	background-color:@menuBg;
	border-radius:0;
}

.collapse.in .offcanvas-bar {
    /*transform: translateX(0%);*/
}
.navbar-default .navbar-nav &gt; li &gt; a {
    background-image: linear-gradient(@menuBgHover, @menuBgHover 50%, @menuBg 50%, @menuBg);
    background-position: 0 100%;
    background-size: 100% 200%;
    box-sizing: border-box;
    color: @menuColor;
    display: block;
    font-family: "Maven Pro";
    font-size: 16px;
    font-weight: normal;
    height: 77px;
    line-height: 77px;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.navbar-default .navbar-nav &gt; .active &gt; a {
	background-image: linear-gradient(to bottom, @menuBgHover 0px, @menuBgHover 100%);
	color:#fff;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover {
    text-decoration: none;
    transition: color 0.1s ease-in-out 0s;
	color:#fff;
}

.navbar-nav &gt; li:hover &gt; a, .navbar-nav &gt; li &gt; a:focus, .navbar-nav &gt; li.open &gt; a {
    background-color: #363636;
    background-position: 0 0;
    color: #ffffff;
    outline: medium none;
    transition: all 0.2s ease-in-out 0s;
}
.offcanvas {display:none;}
@media only screen and (max-width: 992px) {
	.navbar-default .navbar-nav &gt; li &gt; a {
		padding:0 14px;
	}
}
@media only screen and (max-width: 767px) {
	.dropdown-menu{padding:0;}
	.navbar-nav &gt; li &gt; a {
		background-color:none;
		color:#fff;
		border-bottom:1px solid #777;
	}
	.dropdown-menu &gt; li &gt; a {
		background:none;
		border-bottom:1px solid #777;
		padding:7px 30px;
	}
	.navbar-nav &gt; li:hover &gt; a, .navbar-nav &gt; li &gt; a:focus, .navbar-nav &gt; li.open &gt; a {
	
	}	
	.dropdown-menu &gt; li &gt; a {
	
	}
	.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
		background:none #272727;}
				
		.navbar-nav{margin:0;}
		
	.offcanvas-page {
		margin-left: 0;
		position: relative;	
		/*transition: margin-left 0.3s ease-in-out 0s;*/
	}
	.offcanvas {
		background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
		bottom: 0;
		display: none;
		left: 0 !important;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 10000;
	}
	.offcanvas-bar {
		background: #2a2a2a none repeat scroll 0 0;
		bottom: 0;
		left: -270px;
		max-width: 100%;
		overflow: hidden;
		position: fixed;
		top: 0;
		/*transform: translateX(-100%);
		transition: transform 0.3s ease-in-out 0s;*/
		width: 270px;
		z-index: 1001;
		height:100% !important;
		overflow-y:scroll;
	}	
}


/*-------------------------------------------------------------------------------
    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 {
  padding: 30px 0px;
  background: @bginhoud;
  color:@colorinhoud;
}
#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: url("../images/cream_pixels.png");*/
  background-repeat: repeat;
  /*background-size: cover;*/
  background-attachment: fixed;
  position: relative;
}
.imgthumbpos{
	width:18%;
	height:18%;
}
.imgthumbpos img{
  display: block;
    height: auto;
    max-width: 100%;
    
}
.highslide-gallery .highslideContainer{
	max-height:210px;
	height:auto;
}
@media only screen and (max-width: 768px){
.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 &gt; 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: 600;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#price .block .pricing-list .btn:hover {
  background: #ff530a;
  color: #fff;
}

/*-------------------------------------------------------------------------------
    footer Start
-------------------------------------------------------------------------------*/
#footer {
  padding: 35px 0px;
  color: @txtFooter;
  background-color:@footerBg;
}
#footer a{ color:@txtFooter; }
#footer a:hover, #footer a:focus{ color:@txtFooterH; }
#footer .block h3 {
  color: @footerTxtHeader;
  padding-bottom: 10px;
  text-transform:uppercase;
  font-size:22px;
}
#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: 600;
}
#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: 7px;
}
#footer .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: @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: #000;
}

#footer .table-striped &gt; tbody &gt; tr:nth-child(2n+1) &gt; td, #footer .table-striped &gt; tbody &gt; tr:nth-child(2n+1) &gt; th {
    background-color: #222;
}
#footer .table &gt; thead &gt; tr &gt; th, #footer .table &gt; tbody &gt; tr &gt; th, #footer .table &gt; tfoot &gt; tr &gt; th, #footer .table &gt; thead &gt; tr &gt; td, #footer .table &gt; tbody &gt; tr &gt; td, #footer .table &gt; tfoot &gt; tr &gt; td {
	border-color:#333;
}
/*-------------------------------------------------------------------------------
    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: 600;
  letter-spacing: 2px;
}
#footer-bottom p a {
  color: @copyrightcolor;
}

/*-------------------------------------------------------------------------------
    footer-bottom Start
-------------------------------------------------------------------------------*/
#contact{
	padding:35px 0;
}
.contactgegevens, .contactforMaven Proer, .route {
    background: none repeat scroll 0 0 @bgcontact;
    border-radius: 0;
    padding: 12px 15px 20px;
	margin:0;
	min-height:440px;
	border-radius:0;	
}
.contactgegevens{background:none @bgcontact; z-index:10000;}
.contactgegevens h3{color:#000;}
.contactforMaven Proer{z-index:100;}
.googlemaps{z-index:0;min-height:375px; padding: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, .contactforMaven Proer, .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:800; 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: #000; 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%;}
}
.ui-datepicker{z-index:100 !important;}
.formError .formErrorArrow {margin-top:-4px; bottom:inherit;}
.formError .formErrorContent {margin-top:0; margin-left:-100px;}

/*---------------------------*/

.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);
z-index:1000;
}

.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:"Maven Pro", Arial, Helvetica, sans-serif;
	font-size:24pt;
	text-shadow:0 3px 3px #373737;
	font-weight:800;
}
h2.top-title{
	color:@highlightColor;
	text-shadow: 2px 2px 1px #373737 !important;
	font-size:60px;
}
@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;}
                
.photostream img{max-width:70px; min-height:70px;}  



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

.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
	padding-bottom: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: 768px){
	.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);}


/*------------------------------------*/
.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: 600;
    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{
    background: none repeat scroll 0 0 @btnBgH;
    color: @btnColor;	
}
.btn-custom{background:@btnBg;color:@btnColor}
.btn-custom-alt{background:rgba(255,255,255,.25);color:@btnColor}

.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;
}
@media only screen and (max-width: 1200px){
	.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;
	}	
}
.calltracking p{text-align:center;}
@media only screen and (max-width: 768px){
		
	#hero-area{min-height:150px;}
	.offerte-home-page {
    height: auto;
	}
	.offerte{
		margin-top:20px;
	}
	.wagenpark{
		margin-top:0;
	}	

	.max-width{
		max-width:750px;
		margin:0 auto;
	}	
	#topheader .navbar-brand{width:100%;}		
	.calltracking iframe{display:none;}	
	
	/*#topheader .col-xs-12{width:50%;}
	#topheader .calltracking .col-xs-12{width:100%; }*/
	.calltracking{float:none;}
	#topheader .calltracking {margin-top:7px;}
	.calltracking p{text-align:center;}
}

@media only screen and (max-width: 520px){

	#hero-area{min-height:100px;}
	.footer-slogan{margin:0;}
	
	/*#topheader .col-xs-12{width:100%;}
	#topheader .calltracking .col-xs-12{width:100%; }*/
	.calltracking{float:none;}
	#topheader .calltracking {margin-top:7px;}	
	.logo{
		display:table;
		margin: 7px auto;
		max-width: @logoSmall;
		max-height:80px;
	}
	
	.calltracking p{text-align:center;}
}


.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;
}


/*--------------------------------*/
.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;}

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

/*----------------------------------------dienst --------------------*/
#services {
    padding: 35px 0;
}
.service-heading {
    padding: 10px 0;
}
#services p {
    color: #A7A7A7;
    padding-bottom: 10px;
}
#services .img-thumbnail {
    background-color: #e7e7e7;
    border: 1px solid #d7d7d7;
}
.service-heading {
    color: #373737;
}
.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) {
.grid {
    display: block;
}
}
.grid .figure {
    cursor: pointer;
    float: left;
    margin: 0;
    max-height: 360px;
    max-width: 370px;
    min-width: 200px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.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 &gt; a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.grid .figure .figcaption &gt; a {
    color: #FFFFFF;
    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;
}

/* -------------effect zoe --------------*/
.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: 'feathericons';
    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;
}

/*-----------------------------*/
.max-width-1170{
	max-width:1170px;
	margin:0 auto;
}
.icon-space:before {
    content: "";
}
.flexslider{background-color:#000; overflow:hidden;}

/*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 {
	display:none;
    background: none;
    bottom: 0;
    color: #FFFFFF;
	font-family:@headerfonttype;
    font-size: 18px;
    height: auto;
    line-height: 24px;
    width: 100%;
	text-align:center;
    z-index: 1;
    padding: 10%;
    position: absolute;	
}
.container-slider {
	display:block;
    margin: 0 auto;
    max-width: 1920px;
	overflow:hidden;
	clear:both;
}

.flexslider .slides,
.flexslider .slides li{
	height: 470px !important;
}
.flexslider .slides img{
	max-height: 470px; /*over ride any existing responsive image styling*/
	width:auto !important;
	margin:0 auto;
}

h1.slideshow img{ max-width:200px;}
h1.slideshow {
	font-family: "Maven Pro", Helvetica,Arial,sans-serif;
    color: @highlightColor;
    font-size: 60px;
    font-weight: 800;
    line-height: 110%;
    margin: 0;
    text-shadow: 0 0 35px #636362;	
	text-transform:none;
}
h4.slideshow {
	color: #fff;
	font-family: "Maven Pro", Helvetica,Arial,sans-serif;
    font-size: 40px;
    font-weight: 800;
    margin: 0;
    text-shadow: 0 0 20px #636362;
	text-transform:none;
}

@media only screen and (max-width: 992px) {
	.camera_caption {
		padding:4% 0;
	}
}
@media only screen and (max-width: 767px) {
	.container-slider {
		/*display:none;*/
	}
	.camera_caption {
		padding:20% 10%;
	}
	h1.slideshow {
		font-size: 40px;
	}
	h4.slideshow {
		font-size: 30px;
	}
}
@media only screen and (max-width: 520px) {
	.camera_caption {
		padding:20% 10%;
	}
}
/*-----------------------------BIZBOOK ------------------*/
.bizbookCheckFormButton{
	border: 1px solid #dddddd;
	border-radius: 5px;
	cursor: pointer;
	padding: 6px;
	background: @btnBg; color:@btnColor; border:1px solid @btnBorderColor;
}
.bizbookCheckFormButton:hover{background: @btnBgH; color: #fff;}




#topbanner{
    background-color: #636362;
    color: #ffffff;
    font-weight: 600;
    height: 100%;
    padding: 0;
    text-align: center;
    text-transform: none;
}

#services{background:#636362}
#services p {color:#fff;}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
  
  /*-----------custom--------------*/
  background:@highlightColor;
  color:#000;
  padding:20px;
  border-radius:100px;
}
.card{/*border-left:1px solid rgba(255,255,255,.5);*/padding:30px 0;}
.card:first-child{border-left:0}
.card-icon{font-size:4em;color:rgba(255,255,255,.5);}

.panel {
    background-color: #f4f4f4;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 18px;
}
.panel-group .panel {
    border-radius: 2px;
    margin-bottom: 0;
}
#accordion-alt3 .panel-heading h4 {
    font-size: 14px;
    line-height: 28px;
}
.panel .panel-heading h4 {
    font-weight: 400;
}
.panel-title {
    color: inherit;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
}
#accordion-alt3 .panel-heading h4 a em {
    border-radius: 50%;
    color: #14B9CF;
    font-size: 16px;
    height: 18px;
    line-height: 18px;
    margin-left: 6px;
    margin-right: 5px;
    text-align: center;
    width: 18px;
}
/*.feature_grid1 {*/
#services .card{
    border-right: 0 none;
   /* margin-right: 2em;*/
    padding: 4em 2em 4em 2em;
}
#services .card:last-child{border-right:0 none;}
@media (max-width:992px){
	#services .card{border-right:0 none; padding: 1em 2em 2em;}	
	h1, .h1, h2, .h2, h3, .h3{margin-top:10px;}
}
.col-md-25{
	float:left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;	
}	
@media (min-width:768px){
.col-md-25{
	width:20%;
}
}
/*-----------------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:#fff;}




#dienst {padding:35px 0; background:#ECECEC;}
#dienst p a {color:#000;}
#dienst p a:hover {text-decoration:underline;}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/ring.svg) center no-repeat #636362;
}
.sticky-wrapper{}
.epass-logo{opacity:1 !important;filter: alpha(opacity=100);}</pre></body></html>