<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "https://fonts.googleapis.com/css?family=Lato:400,700,900,400italic";
html {
  position: relative;
  min-height: 100%;
}
html.home, html.home body {
    width: 100%;
    height: 100%;
	margin-bottom: 0;
}
body {
	font-family: "Lato",Helvetica,Arial,sans-serif;
	background: #f0f0f0;
	margin-bottom: 150px; /*sticky footer */
}
h1, h2, h3, h4, h5 {
	font-family: "Lato",Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #2c3e50;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
a {
	color: #647d9b;
}
a:hover, a:focus {
    color: #1b557a;
    text-decoration: underline;
}
a:before, a:after {
	display: inline-block;	
}
a:focus, a:visited, .btn:focus {
	outline: 0;
}
.btn-primary {
	background-color: #647d9b;
	border-color: #647d9b;
}
.btn-primary:hover {
	background-color: #226998;
}
.btn-success {
	background-color: #27ae60;
}
.btn-success:hover {
	background-color: #208D4E;
}
.btn {
	white-space: normal;
}
.navbar {
	border-bottom: 1px solid #cfcfcf;
	background: #fff;
	margin-bottom: 10px;
	border-radius: 0;
}
.navbar-default .navbar-brand {
	background: url("../img/logo.png") no-repeat scroll 6px 6px transparent;
	padding-left: 96px;
	font-weight: bold;
	color: #2c3e50;
}
.navbar-form {
	border: 0;
}
.navbar-form .select2-container {
	padding: 0;
	width: 100%;
}
.navbar-form a {
	font-size: 12px;
}
.navbar li div {
	padding: 0 15px;
}
.navbar-right li a {
	width: 100%;
	text-align: center;
	font-size: 12px;
}
.navbar-right li a:before {
	font-family: 'Glyphicons Halflings';
	padding-right: 5px;
	vertical-align: bottom;
}
.navbar-right li:first-child a:before {
	content: "\e081";
}
.navbar-right li:last-child a:before {
	content: "\e008";
}
.top {
	border-bottom: 1px solid #cfcfcf;
}
.breadcrumb {
	padding: 0;
	margin-bottom: 10px;
	background: none;
}
.breadcrumb &gt; li + li:before {
	color: #777;
	content: "&gt; ";
	padding: 0 3px;
}
.breadcrumb li:first-child a:before {
	font-family: 'Glyphicons Halflings';
	content: "\e021";
	padding-right: 5px;
}
.main-content {
	background: #fff;
	margin-top: 30px;
	padding: 0 15px 15px;
	border: 1px solid #ccc;
}
.main-img {
	position: relative;
	margin-bottom: 20px;
}
.main-img  img{
	width: 100%;
}
.main-img h1 {
	background: #647d9b;
	width: 100%;
	margin: 0;
	padding: 5px 15px;
	color: #fff;
	font-size: 26px;
	text-align: center;
}     
/* Slider */
.slick-slider
{
    position: relative;
	background: #647d9b;
	height: 218px;
	overflow: hidden;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-slider:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.25;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
	margin: 0 3px;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	height: 218px;
	max-width: 691px;
	width: auto;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../img/select2-spinner.gif') center center no-repeat;
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
	background-color: #fff;
	border-radius: 50%;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    line-height: 1;

    opacity: .75;
    color: #647D9B;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 10px;
	z-index: 1;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\e079';
}
[dir='rtl'] .slick-prev:before
{
    content: 'â†’';
}

.slick-next
{
    right: 10px;
	z-index: 1;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\e080';
}
[dir='rtl'] .slick-next:before
{
    content: 'â†';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0;
}

.slick-dots
{
    position: absolute;
    bottom: 25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'Glyphicons Halflings';
    font-size: 20px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\25cf';
    text-align: center;

    color: #f0f0f0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    color: #647D9B;
}
.nav-tabs &gt; li {
	float: none;
}
.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
	border: 1px solid transparent;
	background-color: #647D9B;	
	color: #fff;
}
.nav-tabs &gt; li &gt; a {
	text-align: center;
	background-color: #eee;
	margin-bottom: 3px;
	border-radius: 4px;
}
.nav-tabs &gt; li &gt; a.scroll:before {
	content: "\2709";
	font-family: 'Glyphicons Halflings';
	padding-right: 5px;	
	vertical-align: bottom;
}
.tab-content &gt; div {
	margin: 25px 0;
}
.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    background-image: linear-gradient(to right, rgba(107, 133, 165, 0.75),  rgba(107, 133, 165, 0.75)),url(../img/main-img.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center center;
	z-index: 9999;
}
/*.header:before {
    background: none repeat scroll 0 0 rgba(107, 133, 165, 0.75);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
}*/
.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.header .logo {
	background: url("../img/logo-home.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: 2px solid #ffffff;
    border-radius: 2px;
    display: block;
    height: 62px;
    margin: 0 auto;
    width: 131px;
}
.header h1 {
	color: #fff;
    text-shadow: 0 2px 2px #4d6077;
}
.header h3 {
	color: #d2e4f9;
	margin: 20px 0 10px;
	font-weight: normal;
	font-size: 22px;
}
.header h3 strong {
	font-size: 125%;
	font-weight: normal;
}
.header .input-lg {
	padding: 15px;
	margin-bottom: 30px;
	display: block;
}
.select2-container.input-lg .select2-choice, .input-group-lg .select2-container .select2-choice {
    width: 100%;
}
.select2-container.form-control {
	display: inline-block;
}
.select2-chosen {
	text-align: left;
}
.header .btn-primary {
	background: #226998;
}
.header a.scroll {
	color: #fff;
}
#formulier {
    padding: 50px 0;
}
.white-bg {
	background: #fff;
	margin-top: 30px;
	padding: 15px;
	border: 1px solid #ccc;
}
.white-bg p {
	margin: 10px 0;
	text-align: center;
}
hr.small {
    max-width: 100px;
}
.how {
	background: #647d9b;
    padding: 50px 0;
	color: #fff;
}
.how h2, .how h4, .slider h2 {
	color: #fff;
}
.how img {
	padding: 10px;
	background: #fff;
	border-radius: 100%;
}
.how .btn-lg {
	margin-top: 30px;
}
.signup {
    padding: 50px 0 0;
}
.signup .btn {
    margin: 10px;
}
.slider {
	background: #647d9b;
    padding: 50px 0;
	color: #fff;	
}
.home .controls a {
	color: #fff;
}

#company-info &gt; .row {
	margin-top: 25px;
}
#company-info  ul {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}
.form-horizontal .has-feedback .form-control-feedback {
    right: -20px;
}
#company-info ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}
#company-info ul li:before {
    bottom: 0;
    color: #647d9b;
    font-family: "Glyphicons Halflings";
    left: -2px;
    position: absolute;
    top: 0;
}
.address:before {
    content: "\e062";
}
.directions:before {
    content: "\e024";
}
.email:before {
    content: "\2709";
}
.phone:before {
    content: "\e182";
}
#map {
	height: 400px;
	width: 100%;
	background: url(../img/select2-spinner.gif) no-repeat center center #E5E3DF;
	position: relative;
	display: none;	
}
.firma #map {
	display: block;
	height: 250px;
}
.thumbs &gt; div {
    cursor: pointer;
    float: left;
    height: 85px;
    opacity: 0.4;
    width: 85px;
	margin: 0 10px 10px 0;
	padding: 3px;
	border: 1px solid #ccc;
}
.thumbs &gt; div.current {
	opacity: 1;
}
.thumbs &gt; div &gt; div {
	height: 100%;
	overflow: hidden;
}
.thumbs img {
	height: 100%;
	margin: 0 auto;
	display: block;
}
#big-photo {
	padding: 3px;
	border: 1px solid #ccc;
}
#big-photo img {	
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.progress {
	height: 12px;
}
#form-wrapper {
	padding-top: 25px;
	margin-top: 70px;
	border-top: 1px solid #ebebeb;
	position: relative;
}
#form-wrapper:before {
	content: "\2709";
	font-family: 'Glyphicons Halflings';
	background: #fff;
	position: absolute;
	top: -18px;
	left: 50%;
	margin-left: -20px;
	padding: 0 10px;
	color: #647d9b;
	font-size: 24px;
}
#form-wrapper h2 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}
.radio {
	display: inline-block;
	margin-right: 10px;
}
label {
	max-width: none; /* IE8 fix */
	color: #2c3e50;
}
.has-success .control-label {
	color: #2c3e50;
}
.has-success .form-control {
    border-color: #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.has-success .form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
#contact-adviz-form {
	padding: 25px 0 10px;
}
.verstop {
	display: none;
}
.disclaimer p {
	font-size: 12px;
}

.filters {
	margin: 20px 0;
    overflow: hidden;
}
.filters  nav {
	float: right;
}
.pagination {
	margin: 0;
}
.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus {
    background-color: #647d9b;
    border-color: #428bca;
}
#listings {
	padding: 0;
}
#listings li {
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	list-style: none;
	margin-bottom: 15px;
	font-size: 12px;
	position: relative;
}
.listing-img {
    overflow: hidden;
    text-align: center;
	float: left;
	margin: 0 2% 0 0;
	width: 24%;
	padding: 10px;
}
.listing-img a  {
    display: block;
}
.listing-img img {
	max-width: 100%;
}
.listing-descr {
	float: left;
	width: 72%;
	padding-bottom: 24px;
}
#listings h4 {
	margin: 8px 0 5px;
}
#listings p {
	margin: 0 0 7px;
}
#listings p.address:before {
    font-family: "Glyphicons Halflings";
	padding-right: 5px;
	vertical-align: bottom;
}
#listings p.address {
    font-weight: bold;
}
.actions {
	position: absolute;
	bottom: 7px;
	left: 26%;
}
.actions a {
	display: inline-block;
}
.actions a:first-child {
	margin-right: 15px;
}
.actions a:before {
    font-family: "Glyphicons Halflings";
	padding-right: 5px;
	vertical-align: bottom;
}
.actions a:before {
	content: "\2709";
}
.actions a:first-child:before {
	content: "\e105";
}
.distance p:before {
    font-family: "Glyphicons Halflings";
	padding-right: 5px;
	vertical-align: bottom;
	content: "\e120";
}
#search-by-postal {
	display: none;
}
#sidebar &gt; div {
	padding: 15px 0;
}
#sidebar .btn-lg {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	border: 0;
	overflow: hidden;
	background: #647D9B;
	background: linear-gradient(to right, rgba(100, 125, 155, 1) 0%,rgba(100, 125, 155, 1) 80%,rgba(34, 105, 152, 1) 50%,rgba(34, 105, 152, 1) 100%);
	color: #fff;
}
#sidebar .btn-lg:hover {
	background: #226998;
	background: linear-gradient(to right, rgba(34, 105, 152, 1) 0%,rgba(34, 105, 152, 1) 80%,rgba(29, 88, 128, 1) 50%,rgba(29, 88, 128, 1) 100%);
}
#sidebar  .btn-lg:after {
	font-family: 'Glyphicons Halflings';
	content: "\e131";
	position: absolute;
	right: 17px;
	top: 0;
	bottom: 0;
	height: 16px;
	line-height: 16px;
	margin: auto;
	font-size: 24px;
}
#sidebar  .btn-lg &gt; span {
	display: block;
	width: 80%;
}
#sidebar .btn-success {
	background: #27ae60;
	background: linear-gradient(to right, rgba(39, 174, 96, 1) 0%,rgba(39, 174, 96, 1) 80%,rgba(32, 141, 78, 1) 50%,rgba(32, 141, 78, 1) 100%);
}
#sidebar .btn-success:hover {
	background: #208D4E;
	background: linear-gradient(to right, rgba(32, 141, 78, 1) 0%,rgba(32, 141, 78, 1) 80%,rgba(25, 109, 60, 1) 50%,rgba(25, 109, 60, 1) 100%);
}
.other-companies ul {
	list-style: none outside none;
	padding: 0;
	margin: 0;
}
.other-companies ul li:first-child {
	border: medium none;
}
.other-companies ul li {
	border-top: 1px dashed #bbbbbb;
	padding: 10px 20px 10px 0;
	position: relative;
}	
.other-companies &gt; ul li a:after {
	bottom: 0;
	content: "\e080";
	float: right;
	font-family: 'Glyphicons Halflings';
	font-size: 10px;
	height: 16px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}
#slider {
	margin-bottom: 25px;
}
.item &gt; p {
	font-style: italic;
}
.item p strong {
	font-style: normal;
}
.item ul {
	padding-left: 15px;
	font-size: 12px;
}
.slider h4 {
	color: #fff;
}
.controls a {
	height: 50px;
	width: 50px;
	font-size: 12px;
}
.num {
	float: right;
	font-size: 12px;	
	padding-bottom: 10px;
}
#steps {
    list-style: outside none none;
    padding: 0;
}
#steps li {
	border-radius: 4px;
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 5px 50px;
	margin-bottom: 10px;
	position: relative;
}
#steps li:last-child {
	margin-bottom: 0;
}
#steps li strong {
	display: block;
	font-size: 18px;
	font-weight: bold;
}
#steps li:after {
    top: -21px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
    color: #647D9B;
    content: "\e094";
    font-family: 'Glyphicons Halflings';
    font-size: 24px;
    position: absolute;
    z-index: 100;
}
#steps li:first-child:after {
    content: "";
}
#steps li span {
    background: none repeat scroll 0 0 #ccc;
    border-radius: 50px;
    color: #FFFFFF;
    display: block;
    font-size: 19px;
    height: 30px;
    left: 10px;
    position: absolute;
    top: 50%;
	margin-top: -15px;
    width: 30px;
}
#footer {
    background-color: #fff;
    border-top: 1px solid #ccc;
    padding: 20px 0;
    text-align: center;
	margin-top: 50px;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px; /*sticky footer*/
}
.home #footer {
	position: relative;
	margin-top: 0;
}
#footer p {
    font-size: 12px;
}
	
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-header {
		float: none;
	}
	.navbar-form {
		padding: 2px 0 0;
	}
	.navbar-form .select2-container, .navbar-form #selectbox-o {
		width: 300px;
	}
	.navbar-right li:last-child {
		border-left: 1px solid #cfcfcf;
	}
	.header h1 {    
		font-size: 48px;
	}
	.header h3 {
		margin: 60px 0 15px;
	}
	.select2-container.input-lg .select2-choice, .input-group-lg .select2-container .select2-choice, #selectbox-o {
		width: 600px;
	}
	.header .input-lg {
		margin: 0;
		display: inline-block;
		padding: 0;
	}
	.main-content {
		border-radius: 2px;
		overflow: hidden;
	}
	.main-img h1 {
		/*bottom: 0;
		position: absolute;
		background: none repeat scroll 0 0 rgba(100, 125, 155, 0.7);*/
		text-align: left;
	} 
	.nav-tabs &gt; li {
		float: left;
	}
	.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
		border-color: #ddd #ddd transparent;
		background: #fff;
		color: #647d9b;
	}	
	.nav-tabs &gt; li &gt; a {
		text-align: left;
		background-color: transparent;
		margin-bottom: 0;
		border-radius: 4px 4px 0 0;
	}
	.filters form {
		float: left;
	}
	.filters .form-inline .form-group {
		padding-right: 15px;
	}
	.listing-img {
		padding: 0;
	}
	#listings h4 {
		margin: 8px 58px 5px 0;
	}
	.listing-img img {
		height: 124px;
		position: relative;
		left: 100%;
		margin-left: -200%;
		max-width: none;
	}
	.actions a {
		opacity: 0.5;
		display: inline-block;
	}
	#listings li:hover .actions a {
		opacity: 1;
	}
	.distance {
		position: absolute;
		top: 10px;
		right: 15px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.navbar-header {
		float: left;
	}
	#sidebar {
		border-left: 1px solid #ccc;
		padding-top: 15px;
	}
	#sidebar &gt; div {
		border-bottom: 1px solid #ccc;
		padding: 15px;
	}
	#sidebar .btn-lg {
		width: 100%;
	}
	.signup .col-md-4 p {
		min-height: 122px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.container {
		width: 1082px;
	}
}</pre></body></html>