/********************************	
	Developed by AXA Studios
	The Creative Engine
	http://www.axastudios.com
*********************************/

@import url("https://use.typekit.net/fhs5akt.css");

/* MAIN STYLES *****************************/

html {
/*	overflow-y: scroll;*/
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #333333;
	padding: 0px !important;
	line-height: 1.6;
	text-rendering: geometricprecision;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #333333;
	margin: 0px;
	line-height: 1;
	letter-spacing: -1px;
}
h1{
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 40px;
}
h2{
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 40px;
}
h2.tit-line{
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
h1.stappenplan {
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 40px;
}
h3{
	font-size: 22px;
	margin-bottom: 10px;
}
h4{
	font-size: 22px;
	font-weight: 300;
	color: #ff3333;
	margin-bottom: 20px;
}
h5{
	letter-spacing: 0px;
}
:focus{
	-moz-outline-style:none;
	outline: 0;
}
::selection{
	background-color:#333333;
	color:#fff;
}	
::-moz-selection{
	background-color:#333333;
	color:#fff;
}
a {
    color: #333333;
    text-decoration: none;
	outline: 0!important;
}
a:hover, a:focus {
    color: #ff3333;
    text-decoration: none;
}
a.r-link {
    color: #ff3333;
}
a img {
	border: none;
	outline:0;
}
a.button, input.button, button.button {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	color: #FFFFFF;
	line-height: 20px;
	font-size: 16px;
	font-weight: 400;
	background: #ff3333;
	border-radius: 24px;
	border: none;
	outline: none;
	text-decoration: none;
	text-align: center;
}
a.button {
	display: inline-block;
	padding: 14px 48px 14px 48px;
}
a.button + a.button {
	margin-left: 20px;
}
.button.btn-sm{
	width: 48px;
	padding: 14px 14px;
	border-radius: 50%;
}
a.btn-light{
	display: inline-block;
	padding: 12px 48px 12px 48px;
	border:2px solid #333333;
	color: #333333;
	background: none;
}
a.btn-white{
	display: inline-block;
	padding: 12px 48px 12px 48px;
	border:2px solid #FFFFFF;
	color: #FFFFFF;
	background: none;
}
input.button, button.button {
	margin: 0;
	border:none;
	height: 50px;
	padding: 0px 30px 0px 30px;
}
a.button:hover, input.button:hover, button.button:hover,
a.button:focus, input.button:focus, button.button:focus {
	color: #FFFFFF;
	background: #333333;
}
a.btn-white:hover, a.btn-white:focus{
	border:2px solid #ff3333;
	background: #ff3333;
}
a.button-green{
	background: #66bf4d;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus{
	background: rgba(0,0,0,0.1);
	cursor: default;
}
.btn-plus{
	display: inline-block;
	width:32px;
	height:32px;
	border:0px;
	border-radius: 16px;
	padding: 7px;
	text-align: center;
	background: #ff3333;
}
.btn-plus img{
	height: 18px;
	max-width: 100%;
	vertical-align: top;
}
.btn-plus:hover, .btn-plus:focus{
	background: #333333;
}
.i-btn{
	font-style: italic;
}
p{
	color:#999999;
}

.button.b-btn{
    background: #FFFFFF;
    color: #333333;
    border: 1px solid #CCCCCC;
}
.button.b-btn:hover, .button.b-btn:focus{
    background: #FFFFFF;
    color: #ff3333;
    border: 1px solid #ff3333;
}

.button.b-btn i{
    font-size: 18px;
    margin-right: 8px;
}

.txt-btn{
    color: #ff3333;
    background: none;
    border: none;
	outline: none;
	text-decoration: none;
    font-weight: 400;
    padding: 0;
}
.txt-btn i{
    margin-right: 8px;
}
.txt-btn:hover{
    color: #333333;
}
/* FORM STYLES *****************************/

.input-circ{
	display: block;
	width:100%;
	border: 2px solid #b6b6b6;
	border-radius: 24px;
	height:48px;
	line-height: 30px;
	padding: 9px 20px;
}
.gen-form{
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
	clear: both;
}
.form-single{
	position: relative;
}
.gen-form .form-group{
	margin-bottom: 20px;
	padding: 0px 20px;
}
.gen-form .form-left, .gen-form .form-right{
	position: relative;
	width:50%;
	float: left;
	margin-bottom: 20px;
}
.gen-form .form-group:after{
	content: '';
	display: block;
	clear: both;
}
.gen-form .form-group label{
	float: left;
	width:40%;
	line-height: 40px;
	margin-bottom: 0px;
	color:#444444;
}
.gen-form .form-group input[type="text"], .gen-form .form-group input[type="password"], .gen-form .form-group input[type="email"], .gen-form .form-group textarea{
	width:60%;
	float: left;
	border:1px solid #CCCCCC;
	border-radius: 20px;
	line-height: 20px;
	padding: 9px 15px;
}
.gen-form .form-group-sm input[type="text"]{
    width: 30%;
}
.gen-form .form-group-sm input[type="text"] + input[type="text"]{
    width: calc(30% - 20px);
    margin-left: 20px;
}

.gen-form .form-group input[type="text"]:read-only{
    opacity: 0.4;
}
.gen-form .form-group input[type="text"]:focus:read-only{
    border:1px solid #CCCCCC;
}
#error-postcode{
/*    margin-left: 40%;*/
    color: #ff3333;
}

.gen-form .form-group textarea{
	width:60%!important;
}
.gen-form .form-group.form-full textarea{
	width:100%!important;
}
.gen-form .recaptcha-box{
	width:60%;
	float: left;
}
.gen-form .form-group .selectbox-wrap, label + .selectbox-wrap{
	position: relative;
	display: inline-block;
	width:60%;
	float: left;
}
.gen-form .form-group input[type="text"]:focus, .gen-form .form-group input[type="password"]:focus, .gen-form .form-group input[type="email"]:focus{
	border:1px solid #ff3333;
	-webkit-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	color: #333333;
}
.gen-form input[type="checkbox"], .gen-form input[type="radio"] {
    margin: 13px 0px 0px;
    line-height: normal;
}
.btn-wrap{
	position: relative;
	clear: both;
}
.gen-form .btn-wrap{
	padding: 0px 20px;
}
.btn-wrap .btn-left{
	float: left;
	margin-right: 20px;
}
.btn-wrap .btn-right{
	float: right;
	margin-left: 20px;
}
.gen-form.form-single .form-group label{
	width:20%;
}
.gen-form.form-single .btn-wrap{
	padding-right: 20%;
}
.gen-form.form-single .btn-right{
	float: right;
	margin-left: 20px;
}
.gen-form.form-single .i-btn{
	margin-right: 20%;
}
.kleur-selecties{
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.kleur-title{
	position: relative;
	display: block;
	float: left;
	width: 40%;
	line-height: 40px;
	font-weight: 700;
}
.kleur-keuze{
	position: relative;
	display: block;
	float: left;
	width: 60%;
	line-height: 40px;
	text-align: right;
}
.kleur-keuze-blk{
	position: relative;
	display: inline-block;
	width:40px;
	height:40px;
	margin-right: 0px;
}
.kleur-keuze-blk input{
	opacity: 0;
}
.kleur-keuze-blk label{
	position: absolute;
	display: block;
	top:0px;
	left:0px;
	width:40px;
	height:40px;
	padding: 5px;
	border-radius: 50%;
	border: 1px solid #FFF;
	cursor: pointer;
}
.kleur-keuze-blk label span{
	display: block;
	height:100%;
	width:100%;
	border-radius: 50%;
	-webkit-box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.75);
	box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.75);
	text-align: center;
}
.kleur-keuze-blk label:hover{
	cursor: pointer;
	border: 1px solid #CCCCCC;
}
.kleur-keuze-blk input[type="radio"]:checked + label{
/*	border: 1px solid #44AC27;*/
	border: 1px solid #999999;
}
/*
.kleur-keuze-blk label span i{
	display: none;
	vertical-align: top;
	font-size: 12px;
	line-height: 28px;
	color: #FFFFFF;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.75);
}
.kleur-keuze-blk input[type="radio"]:checked + label span i{
	display: block;
}
*/
/* HEADER STYLES *****************************/

#header{
	position: fixed;
	top:0;
	width:100%;
	padding: 10px 0px;
	background: #FF3333;
	z-index: 99;
}
#header.nav-bg{
	background: rgba(255,255,255,1);
}

#header-sub{
	position: fixed;
	top:70px;
    left: 0;
	width:100%;
	padding: 10px 0px;
	background: #FFFFFF;
	z-index: 99;
    border-bottom: 1px solid #CCCCCC;
}
.header-feedback{
    position: relative;
    display: inline-block;
    padding-top: 3px;
/*    width: 30%;*/
    text-align: left;
    float: left;
}
.header-feedback .__fbcw__bar-widget {
    background-color: #f6f6f6 !important;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
}
/*
.__fbcw__bar-widget * {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif!important;
}
*/
.header-search{
    position: relative;
    display: inline-block;
    float: right;
    width: 30%;
    min-width: 320px;
}
#modelsearch{
    width: 100%;
	border:1px solid #CCCCCC;
	border-radius: 20px;
	line-height: 20px;
	padding: 9px 15px;
    padding-right: 40px;
    box-shadow: none;
}

#modelsearch-btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    box-shadow: none;
    background: none;
    color:#ff3333;
}

.easy-autocomplete-container ul{
/*
    border-radius:20px;
    padding: 5px;
*/
    border-top: 1px solid #CCCCCC!important;
}
.eac-item{
    padding: 5px;
}
.eac-item img{
    height: 40px;
    width: auto;
    margin-right: 8px;
}

.logo-main{
	position: relative;
	display: inline-block;
	margin: 5px 0px;
	float: left;
}
.logo-main img{
	vertical-align: top;
	max-height:100%;
	height: 40px;
}
.nav-main{
	position: relative;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
	line-height: 20px;
}
.nav-main li{
	position: relative;
	float: left;
	padding: 15px 12px;
	margin: 0px;
}
.nav-main li a{
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
}
.nav-main .nav-acc{
	position: relative;
	padding-left: 40px;
}
.nav-main .nav-acc i{
	position: absolute;
	left:-0px;
	top:-5px;
	display: inline-block;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 26px;
	font-size: 18px;
	margin-right: 5px;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
}
.nav-main .nav-acc:hover i{
	border: 2px solid #FFFFFF;
}

.search-toggle{
    position: relative;
	display: none;
	text-align: center;
	width: 30px;
	height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    float: right;
    font-size: 18px;
    margin-right: 15px;
}
	
/* CONTENT STYLES *****************************/

.content-main{
	position: relative;
	padding: 120px 0px;
	padding: 180px 0px 120px 0px;
}
.content-main.cm-pad{
	padding-top: 70px;
	padding-top: 130px;
}
.content-left, .content-right{
	position: relative;
	width:50%;
	float: left;
	margin-bottom: 40px;
}
.content-right{
	float: right;
}
.content-part, .content-side{
	position: relative;
	width:66.6666%;
	float: left;
}
.content-side{
	width:33.3333%;
}
.content-block{
	position: relative;
	clear: both;
	color: #999;
}
.content-right-img{
	position: relative;
	text-align: right;
}
.content-banner{
	position: relative;
	overflow: hidden;
}
.content-banner .container{
	position: relative;
}
.content-banner-blk{
	position: relative;
	width:60%;
	float: left;
	padding: 100px 0px;
}
.content-main p, .content-banner-blk p{
	margin-bottom: 40px;
}
.content-block p{
	margin-bottom: 30px;
}
.content-banner-img{
	position: absolute;
	display: block;
	right:-10%;
	bottom:0;
}
.content-left img, .content-right img, .content-banner-img img, .content-right-img img{
	max-width:100%;
}

.icon-blks{
	position: relative;
	margin-left: -40px;
	margin-right: -40px;
}
.icon-blk{
	position: relative;
	display: block;
	width:25%;
	float: left;
	padding: 0px 40px;
	margin-bottom: 0px;
	font-weight: 300;
}
.icon-blk-img{
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.icon-blk-img:hover img{
	-webkit-animation: icon-animate 0.4s ease;
	-ms-animation: icon-animate 0.4s ease;
	animation: icon-animate 0.4s ease;
}
.icon-blk-img img{
	max-width: 100%;
	height: 100px;
}
.icon-blk p{
	min-height: 128px;
}
.content-menu{
	position: relative;
	margin-right: 30%;
}
.content-part + .content-side > .content-menu{
	position: relative;
	margin-right: 0;
	margin-left: 30%;
}
.content-menu h3{
	color: #FF3333;
}
.content-menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.content-menu ul li{
	line-height: 40px;
	border-bottom: 1px solid #CCCCCC;
}
.content-menu ul li a{
	display: block;
	-webkit-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
.content-menu ul li a:hover{
	padding-left: 10px;
}
.icon-list{
	position: relative;
	display: block;
	list-style: none;
	margin: 0px -10px;
	padding: 0px;
}
.icon-list li{
	display: inline-block;
	float: left;
	margin: 0px 0px 40px 0px;
	padding: 0px 10px;
	width: 25%;
	text-align: center;
}
.svg-list li{
	width: 20%;
}
.icon-list li img{
	max-width: 100%;
}
.svg-list li img{
	width: 100%;
	height: 40px;
	max-width: 100%;
	max-height: 100%;
}
.info-block{
	position: relative;
	border-bottom: 1px solid #CCC;
	margin-bottom: 40px;
}
.info-block-left, .info-block-right{
	position: relative;
	float: left;
	width: 50%;
	margin-bottom: 20px;
}
.info-block img{
	max-width: 100%;
}

/* HOME STYLES *****************************/

#home-top-wrap{
	position: relative;
	background: url(../images/dr-phone-home-top-bg.jpg) top center no-repeat;
	background-size: cover;
}
#home-banner{
	display: block;
	height: 100%;
	min-height: 100vh;
	background: rgba(210,230,246,0.7);
	border-top: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
}
#home-banner .container{
	position: relative;
	height: 100%;
	min-height: 100vh;
}
.home-content{
	padding-top: 100px;
}
.banner-text{
	position: relative;
	width:60%;
	margin: 22% 0% 20% 0%;
	z-index: 2;
}
.banner-text h1{
	position: relative;
	padding-right: 80px;
	font-size: 56px;
}
.banner-text p{
	position: relative;
	padding-right: 80px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 80px;
	color: #333333;
}
.banner-btns{
	position: relative;
}
.banner-btns span{
	display: inline-block;
	font-style: italic;
	margin: 0px 10px;
	line-height: 50px;
	vertical-align: top;
}
.banner-doctor{
	position: absolute;
	display: block;
	width:75%;
	right:-20%;
	bottom:0%;
	z-index: 1;
}
.banner-doctor img{
	max-height:100%;
	max-width:100%;
	vertical-align: bottom;
}
.b-verzekering{
	background: #d3dcdf url(../images/doctorr-phone-bg-verzekering.jpg) center top;
	background-size: cover;
	color: #333;
}
.b-verzekering p{
	color: #333;
}
.b-warchild{
	background: url(../images/dr-phone-warchild.jpg) right center #000000 no-repeat;
	background-size: contain;
}
.b-warchild p{
	color: #FFFFFF;
}
.b-verzekering .content-banner-blk{
	padding-bottom: 60px;
}
.b-verzekering .button{
	margin-bottom: 40px;
}
.w-header{
	display: block;
	overflow: hidden;
	margin-bottom: 40px;
}
.w-header h2{
	color: #FFFFFF;
	display: inline-block;
	float: left;
	font-size: 80px;
	line-height: 1.2;
	margin: 0px 20px 0px 0px;
}
.w-header img{
	display: inline-block;
	float: left;
}
.b-eco h2 span{
	color: #1d8d0e;
}
#rep-prog.content-main{
	padding-bottom: 80px;
}
.mob-perc{
	position: relative;
	list-style: none;
	padding: 0px;
	margin: 80px -20px 40px -20px;
	color: #333;
}
.mob-perc li{
	position: relative;
	display: block;
	float: left;
	width:25%;
	padding: 0px 20px;
	margin: 0px;
	text-align: center;
}
.mob-perc li span{
	font-weight: 300;
}

/* PHONE HOVER STYLES *****************************/

#phone-hover{
	position: relative;
}
#phone-hover .phone-hover-img{
	z-index: 1;
}
#phone-hover .phone-hover-alpha{
	position: absolute;
	display: block;
	top:-10%;
	width: 100%;
	height: 120%;
	background: #FFFFFF;
	z-index: 2;
	opacity: 0;
	-webkit-transition: 0.15s ease;
	-ms-transition: 0.15s ease;
	transition: 0.15s ease;
}
#phone-hover.hover-ani .phone-hover-alpha{
	z-index: 8;
	opacity: 0.6;
	-webkit-transition: 0.4s ease-out;
	-ms-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
}
.ph-blk{
	position: absolute;
	display: block;
	z-index: 2;
	cursor: pointer;
}
.ph-wrap{
	position: relative;
	display: block;
	right:0;
}
.ph-blk span{
	position: absolute;
	display: block;
	left:1px;
	top:1px;
	height: 28px;
	width: 28px;
	padding: 7px;
	margin: 0px;
	border-radius: 50%;
	background: #ff3333;
	text-align: center;
	z-index: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.ph-blk span img{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 11;
}
#phone-hover .pulser {
    top: -10px;
    left: -10px;
}
.ph-blk h5{
	font-size: 16px;
	font-weight: 400;
	padding-left: 40px;
	line-height: 32px;
	z-index: 1;
}
.ph-blk .ph-text{
	position: absolute;
	display: none;
	min-width: 160px;
	max-width: 100%;
	padding: 10px 15px;
/*	border:2px solid rgba(255,51,51,1);*/
	border:1px solid #CCCCCC;
	border-radius: 15px;
	background: rgba(255,255,255,1);
	font-size: 14px;
	color: #333;
}
.ph-blk .ph-left-top{
	bottom:115%;
	left:0%;
}
.ph-blk .ph-left-btm{
	top:115%;
	left:0%;
}
.ph-blk .ph-right-top{
	bottom:115%;
	right:0%;
	left: inherit;
}
.ph-blk .ph-right-btm{
	top:115%;
	right:0%;
	left: inherit;
}
.ph-1{
	top:0%;
	left:20%;
}
.ph-2{
	top:12%;
	left:15%;
}
.ph-3{
	top:6%;
	right:15%;
}
.ph-4{
	top:28%;
	left:32%;
}
.ph-5{
	top:50%;
	left:50%;
}
.ph-6{
	top:82.1%;
	left:54.2%;
}
.ph-7{
	top:50%;
	left:10%;
}
.ph-8{
	bottom:5%;
	right:10%;
}
.ph-9{
	top:21%;
	right:14%;
}
.ph-10{
	bottom:11%;
	left:18%;
}
/*
.ph-blk:hover h5{
	color: #FF3333;
}
*/
.ph-blk:hover span{
	height: 34px;
	width: 34px;
	padding: 10px;
	left:-2px;
	top:-2px;
	background: #333333;
	-webkit-transition: 0.15s ease-in;
	-ms-transition: 0.15s ease-in;
	transition: 0.15s ease-in;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
#phone-hover .ph-blk:hover .pulser {
	display: none;
}
/* REPARATIE STYLES *****************************/

#reparatie-wrap{
	position: relative;
	min-height: 500px;
}
.rep-wrap{
	position: relative;
	display: block;
}
.rep-stappen{
	position: relative;
	margin-bottom: 60px;
}
.rep-stap{
	position: relative;
	width:33.3333%;
	float: left;
}
.rep-stap div{
	position: relative;
	display: block;
}
.rep-stap .main-title{
	position: relative;
	display: block;
	padding-left: 50px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
}
.rep-stap.active .main-title{
	border-bottom: 1px solid #66bf4d;
}
.rep-stap .main-title span, .rep-stap .check-mark{
	position: absolute;
	display: block;
	left:0px;
	top:25px;
	width:32px;
	height:32px;
	margin-right: 18px;
	padding: 0px;
	border:0px;
	border-radius: 16px;
	text-align: center;
	line-height: 31px;
	background: #cccccc;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
}
.rep-stap .check-mark{
	left: inherit;
	right:0px;
	margin-right: 0px;
	line-height: 31px;
}
.rep-stap .check-mark .fa{
	line-height: 31px;
}
.rep-stap .main-title h2{
	display: inline-block;
	line-height: 32px;
	margin: 0px;
	color: #cccccc;
}
.rep-stap .main-title h1{
	display: inline-block;
	line-height: 32px;
	margin: 0px;
	color: #cccccc;
}
.rep-stap .sub-title{
	position: relative;
	display: block;
	margin-top: 5px;
	padding-left: 50px;
	color: #cccccc;
	overflow: hidden;
}
.rep-stap .chozen-title{
	position: absolute;
	display: block;
	top:0px;
	width:100%;
	background: #FFFFFF;
	color: #333333;
}
.rep-stap.active .sub-title, .rep-stap.active .main-title h2{
	color: #333333;
}
.rep-stap.active .sub-title, .rep-stap.active .main-title h1{
	color: #333333;
}
.rep-stap.active .main-title span{
	background: #66bf4d;
}
.rep-stap.final-stap .check-mark{
	background: #66bf4d;
}
.rep-sub-title{
	display: block;
	margin-bottom: 20px;
}
.rep-sub-title form{
	display: inline-block;
}
.rep-sub-title .selectbox-wrap{
	min-width: 240px;
}
.tel-list{
	position: relative;
	display: block;
	margin: 0px -20px;
	padding: 0px;
}
.tel-list li{
	position: relative;
	display: block;
	float: left;
	width:20%;
	padding: 20px;
	text-align: center;
}
.tel-list li:after{
	content: '';
	position: absolute;
	display: block;	
	height: 20px;
	width: 70%;
	border-radius: 50%;
	z-index: 0;
	left:15%;
	bottom: 20px;
	box-shadow:0px 5px 10px rgba(0,0,0,0.3);
}
/*
.tel-list li:hover:after{
	box-shadow:0px 5px 10px rgba(255,51,51,0.9);
	-webkit-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
*/
.tel-list li a, .tel-list li div{
	display: block;
	position: relative;
	background: #FFFFFF;
	z-index: 1;
}
.tel-list li div{
    border: none;
    box-shadow: none;
    text-align: center;
    cursor: pointer;
}
.tel-list li a img, .tel-list li div img{
	max-width: 100%;
}
.tel-list li a:after, .tel-list li div:after{
	content: '';
	position: absolute;
	display: block;	
	height: 1px;
	width: 100%;
	bottom: 1px;
	left: 0px;
	background: rgba(102,102,102,0);
	background: -moz-linear-gradient(left, rgba(102,102,102,0) 0%, rgba(102,102,102,1) 30%, rgba(102,102,102,1) 50%, rgba(102,102,102,1) 70%, rgba(102,102,102,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(102,102,102,0)), color-stop(30%, rgba(102,102,102,1)), color-stop(50%, rgba(102,102,102,1)), color-stop(70%, rgba(102,102,102,1)), color-stop(100%, rgba(102,102,102,0)));
	background: -webkit-linear-gradient(left, rgba(102,102,102,0) 0%, rgba(102,102,102,1) 30%, rgba(102,102,102,1) 50%, rgba(102,102,102,1) 70%, rgba(102,102,102,0) 100%);
	background: -o-linear-gradient(left, rgba(102,102,102,0) 0%, rgba(102,102,102,1) 30%, rgba(102,102,102,1) 50%, rgba(102,102,102,1) 70%, rgba(102,102,102,0) 100%);
	background: -ms-linear-gradient(left, rgba(102,102,102,0) 0%, rgba(102,102,102,1) 30%, rgba(102,102,102,1) 50%, rgba(102,102,102,1) 70%, rgba(102,102,102,0) 100%);
	background: linear-gradient(to right, rgba(102,102,102,0) 0%, rgba(102,102,102,1) 30%, rgba(102,102,102,1) 50%, rgba(102,102,102,1) 70%, rgba(102,102,102,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#666666', GradientType=1 );
}
.tel-list.brand-list li a{
	padding: 10px 0px;
}
.tel-list.model-list li a, .tel-list.model-list li div{
	padding: 0px 0px 2px 0px;
}
.tel-list.model-list li{
	margin-bottom: 20px;
}
.tel-list.model-list li div:hover{
    color: #ff3333;
}

.tel-list.model-list a span, .tel-list.model-list div span{
	position: absolute;
	display: block;
	width: 100%;
	height:20px;
	bottom:-25px;
	text-align: center;
	font-size: 14px;
}
.rep-list{
	position: relative;
	display: block;
	float: left;
	width:60%;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	list-style: none;
}
.rep-list li{
	position: relative;
	display: block;
	padding: 5px 20px;
	line-height: 20px;
}
.rep-list li .rep-check{
	position: absolute;
	display: block;
	height: 22px;
	width:22px;
	top: 9px;
	left: 0px;
}
.rep-list li .rep-check input[type="checkbox"]{
	visibility: hidden;
}
.rep-list li .rep-check label{
	position: absolute;
	display: block;
	height: 22px;
	width:22px;
	top: 0px;
	left: 0px;
	background: #FFFFFF;
	border:1px solid #CCCCCC;
	border-radius: 50%;
	z-index: 1;
	text-align: center;
	line-height: 21px;
	font-size: 14px;
	color: #CCCCCC;
}
.rep-list li .rep-check label i{
    opacity: 0;    
}
.rep-list li .rep-check label:hover{
	color: #666666;
	border:1px solid #666666;
	cursor: pointer;
}
.rep-list li .rep-check label:hover i{
    opacity: 1;    
}
.rep-list li input[type="checkbox"]:checked + label{
	color: #44ac27;
	border:1px solid #44ac27;
}
.rep-list li input[type="checkbox"]:checked + label i{
    opacity: 1;
}
.rep-list li a{
	position: relative;
	display: block;
	margin: 0px;
	padding: 5px 20px;
	font-weight: 300;
	color: #333;
}
.rep-list li a > i{
    margin-left: 8px;
    color: #999999;
}
.rep-list li a span{
	position: absolute;
	display: inline-block;
	top:0px;
	right:20px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-weight: 700;
}
.rep-list li .rep-det{
	padding: 0px 20px 10px 20px;
	font-size: 14px;
}
.rep-list li .rep-det p{
	margin-right: 80px;
}
.rep-total{
	display: block;
	padding: 10px 0px;
	margin: 0 20px;
	border-top:1px dotted #CCC;
	color: #333;
}
.rep-list li:first-child .rep-total{
	border-top:none;
}
.rep-total > .rep-total-child {
	display: inline-block;
	width:80px;
	font-weight: 700;
}	
.rep-phone{
	position: relative;
	display: block;
	float: left;
	width:40%;
	text-align: right;
	text-align: center;
	margin-bottom: 40px;
}
.rep-phone img{
	max-width: 100%;
}
.rep-phone #hotspot{
	margin: 0px auto;
	padding: 20px 0px;
}
.rep-phone #phone-price{
	position: absolute;
	display: block;
	top:0%; 
	right: 20%;
	width:100px;
	height:100px;
	padding: 0px 0px;
	line-height: 100px;
	border-radius: 50%;
	background: #FF3333;
	border:2px solid #FFFFFF;
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
}
.rep-phone #phone-price span{
	font-size: 26px;
	font-weight: 700;
}
.rep-confirm{
	position: relative;
	display: block;
	clear: both;
	margin: 40px 0px 0px 0px;
}
.rep-confirm ul{
	position: relative;
	display: block;
	margin: 0px -20px;
	padding: 0px;
	list-style: none;
}
.rep-confirm ul li{
	position: relative;
	float: left;
	width: 25%;
	padding: 0px 20px;
}
.rep-confirm ul li a.button{
	width:100%;
	padding: 14px 18px 14px 18px;
}
.rep-btns{
	position: relative;
	display: block;
	clear: both;
	margin: 40px 0px 0px 0px;
}
#tab-buttons{
	float: right;
	list-style: none;
	padding: 0px;
	margin: 0px;
}	
#tab-buttons li{
	display: inline-block;
	float: left;
	margin-left: 10px;
}
.phonepreview{
	text-align: center;
}
.phonepreview img{
	max-width: 100%;
}
.cover-all {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	text-align:center;
	z-index: 11;
	overflow: hidden;
}
.circles-loader:not(:required) {
	position: absolute;
	top:45%;
	text-indent: -9999px;
	display: inline-block;
	width: 25px;
	height: 25px;
	background: rgba(255, 51, 51, 0.8);
	border-radius: 100%;
	-moz-animation: circles-loader 3s infinite ease-in-out;
	-webkit-animation: circles-loader 3s infinite ease-in-out;
	animation: circles-loader 3s infinite ease-in-out;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.circles-loader:not(:required)::before {
	background: rgba(255, 51, 51, 0.6);
	border-radius: 100%;
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	top: 18.75px;
	left: -10.82532px;
}
.circles-loader:not(:required)::after {
	background: rgba(255, 51, 51, 0.4);
	border-radius: 100%;
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	top: 18.75px;
	left: 10.82532px;
}

/* CONTENT BLOCK STYLES *****************************/	

#map-canvas {
	position: relative;
	height: 100%;
	width: 100%;
	height: 450px;
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
 }
.info_list, .info_list_large {
	display: block;
	margin:0 0 40px 0;
	width:100%;
	position:relative;
	color:#444444;
}	
.info_list ul {
	list-style: none;
	margin:0;
	padding:0px;
}	
.info_list .left {
	float:left;
	width: 50%;
}	
.info_list .right {
	float:right;
	width: 50%;
}
.info_list li {
	display: block;
	margin:0px;
	padding:2px 0 2px 0;
	border-bottom:1px dotted #CCC;
}
.info_list span {
	color:#FF3333;
	margin: 0 0 0 10px;
}
.info_list_large ul {
	margin:0;
	padding:0px;
	width:100%;
	list-style: none;
}	
.info_list_large li {
	margin:0px;
	padding:5px 0px 5px 0px;
	border-bottom:1px dotted #CCC;
}
.info_list_large li:last-child {
	border:none;
}
.info_list_large span {
	color:#FF3333;
	font-weight:normal;
	margin: 0px;
	text-align:right;
	float:right;
}
.adres_wrapper{
	position:relative;
	width:440px;
	height:150px;
	padding-top:10px;
}
.adres_blok, .adres_blok_klein{
	font-size: 14px;
	width:440px;	
	margin:0px 0px 20px 0px;
	overflow:hidden;
	-webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
}	
.adres_blok_klein{
	position:relative;
	display: none;
	width:100%;	
	margin:0px 0px 20px 0px;
	padding: 20px;
	border:1px solid #CCCCCC;
}	
.adres{
	position: relative;
	display: block;
	margin:0px;
	padding:0px;
	width:50%;
	float:left;
}	
.adres dt{
	color:#ff3333;
	font-weight:300;
	margin:0px;
	padding: 0px;
}	
.adres dd{
	margin:0px;
	padding: 0px;
}
.adres span.right{
	float: right;
}
.vestigingen{
	position: relative;
	overflow: hidden;
}
.vestigingen .adres{
	position: relative;
	width:50%;
	float:left;
}
.vestigingen .adres span.right{
	float: right;
	padding-right: 40px;
}
.vestigingen_left{
	position: relative;
	margin: 0px 0px 40px 0px;
}
.vestigingen_right{
	clear: both;
	margin-bottom: 40px;
}
.info-window-body .adres{
	width: 100%;
	margin: 0px;
}
label a.tip {
	margin-left: 10px;
}
a.tip {
    position:relative;
    z-index:24;
	padding:0px;
}
a.tip i{
	font-size: 24px;
	font-weight: 400!important;
}
a.tip:hover{
	z-index:25;
	text-decoration:none !important;
}
a.tip span{
	display: none;
}
a.tip:hover span{ 
    display:block;
    position:absolute;
	padding:15px;
    bottom:3px; 
	left:40px; 
	width:260px;
	line-height: 20px;
	font-weight: 400;
    border: 1px solid #CCC;
    background-color:#fff;
	color: #333333;
    text-align: left;
	box-shadow: #acacac 0px 2px 3px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
a.tip img {
	border:none;
	margin:5px 0px 0px 0px;
}
.detailtable{
	display: block;
	width:100%;
	overflow: hidden;
	margin-bottom: 40px;
	line-height: 30px;
}
.detailtable .detailheader, .detailtable .detailheader-2, .detailtable .detailheader-3 {
	display: block;
	width:100%;
}
.detailtable .detail-row, .detailtable .detail-row-2, .detailtable .detail-row-3 {
	display: block;
	width:100%;
	clear: both;
}
.detailheader span, .detail-row span{
	float: left;
	display: inline-block;
	width:18%;
}
.detailheader span:nth-child(2), .detail-row  span:nth-child(2){
	width: 46%;
}
.detailheader span:nth-child(4), .detail-row  span:nth-child(4){
	text-align: right;
}
.detail-header-2 span, .detail-row-2 span {
	float: left;
	display: inline-block;
	width:16%;
}
.detail-header-2 span:nth-child(3), .detail-row-2  span:nth-child(3){
	width: 10%;
	text-align: center;
}
.detail-header-2 span:nth-child(4), .detail-row-2  span:nth-child(4){
	width: 14%;
	text-align: right;
	padding-right: 30px;
}
.detail-header-2 span:nth-child(5), .detail-row-2  span:nth-child(5){
	width: 22%;
}
.detail-header-2 span:nth-child(6), .detail-row-2  span:nth-child(6){
	width: 22%;
}
.detail-header-3 span, .detail-row-3 span {
	float: left;
	display: inline-block;
	width:16%;
}
.detail-header-3 span:nth-child(1), .detail-row-3  span:nth-child(1){
	width: 50%;
	text-align: left;
}
.detail-header-3 span:nth-child(2), .detail-row-3  span:nth-child(2){
	width: 10%;
	text-align: center;
}
.detail-header-3 span:nth-child(3), .detail-row-3  span:nth-child(3){
	width: 30%;
	text-align: left;
}
.detail-header-3 span:nth-child(4), .detail-row-3  span:nth-child(4){
	width: 10%;
	text-align: center;
}

.detail-row a, .detail-row-2 a, .detail-row-3 {
	display: block;
	border-bottom:1px dotted #CCC;
}

.reactie-blk{
	position: relative;
	margin-bottom: 20px;
}
.reactie-blk p{
	margin-bottom: 0px;
}
.reactie-blk span{
	font-size:14px;
}
.panel-group {
    margin-bottom: 40px;
}
.panel {
    margin-bottom: 20px;
    background: none;
    border: 0px;
    border-radius: 0px!important;
    box-shadow: none!important;
	border-bottom: 1px solid #CCC;
}
.panel-group .panel + .panel {
	margin-top: 10px;
}
.panel-heading {
	background:none!important;
	padding: 10px 0px;
	border:0px;
}
.panel-title{
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0px;
}
.panel-title a{
	position: relative;
	display: block;
	line-height: 30px;
	padding-right: 30px;
}
.panel-title a span{
	position: absolute;
	display: block;
	right:0px;
	top:0px;
	font-size: 24px;
	color:#FF3333;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-transition: 0.15s ease-in;
	-ms-transition: 0.15s ease-in;
	transition: 0.15s ease-in;
}
.panel-title a.collapsed span{
	color:#999;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.panel-body{
	padding: 0px 30px 10px 0px;
	border:0px!important;
	color: #999;
}
#send-a-mail h3{
	margin: 20px 0px 40px 0px;
}

.page-form{
    position: relative;
    display: block;
    border: 1px solid #CCCCCC;
    border: 1px solid #EEEEEE;
    border-radius: 20px;
    padding: 40px;
    background: #fafafa;
    margin-bottom: 30px;
}


/* PRINT STYLES *****************************/	

#printer {
	margin:0px; 
	padding:20px;
	color:#555555;
	font-size:12px;
	background:#FFFFFF;
}
#print_wrapper{
	position:relative;
	width:500px;
	margin:0 auto;
	background:#FFFFFF;
}	
#print_wrapper .table{
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
    border:0px!important;
	margin-bottom:20px;
}	
#print_wrapper .detailtable{
	margin:0px!important;
	border:0px!important;
}	
#print_wrapper .detailtable tr{
	background:none!important;
    border-bottom:1px dotted #CCC!important;
}	
#print_wrapper .detailtable .nolink_row{
	border:none!important;
}
#print_wrapper .detailtable td{	
	border:none!important;
}	
#print_wrapper .info_list_large{
	background:none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
    border:0px!important;
}
.print_knop:link, .print_knop:active, .print_knop:visited{
	float:right;
	margin-top:10px;
	padding-left:20px;
	display:block;
	color:#b70800;
	font-weight:bold;
}	
.print_knop:hover{
	color:#555555;
}
.logo-print{
	margin:20px 0px 0px 0px;
	position: relative;
	display: inline-block;
}	
.logo-print img{
	vertical-align: top;
	max-height:100%;
	height: 40px;
}
.print_text{
	position:relative;
	margin:30px 0px 20px 0px;
}	
.verstuur_adres{
	margin:0px 0px 20px 0px;
	padding:0px;
}	
.verstuur_adres dt{
	margin:0px;
	padding:0px;
	font-weight:bold;
}
.verstuur_adres dd{
	margin:0px;
	padding:0px;
}	
.disclaimer{
	margin:10px 0px 10px 0px;
	font-weight:11px;
	font-style:italic;
}

/* NIEUWS STYLES *****************************/	

.nieuws-wrap{
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
}
.nieuws-wrap .c-blk{
	float: left;
	width: 33.3333%;
	padding: 0px 20px;
	margin-bottom: 40px;	
}
.nieuws-wrap .c-blk:nth-child(4){
    clear: both;
}
.nieuws-wrap .n-blk-img {
	position: relative;
	display: block;
	max-height: 200px;
	overflow: hidden;
	margin-bottom: 20px;
}
.nieuws-wrap .n-blk-img a{
	display: block;
	padding: 0px;
	overflow: hidden;
}
.n-blk-txt{
	margin-bottom: 20px;
}
.n-blk-txt p{
	display: block;
	height: 88px;
	line-height: 22px;
	overflow: hidden;
}
.n-blk-txt h3{
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}
.nieuws-wrap .n-blk-btm span{
	display: inline-block;
	width: 50%;
	float: left;
}
.nieuws-wrap .n-blk-btm .n-blk-date{
/*	font-size: 14px;*/
}
.nieuws-wrap .n-blk-btm .n-blk-link{
	text-align: right;
	color: #ff3333;
}
.nieuws-content{
	position: relative;
	margin-bottom: 40px;
	color: #999999;
}
.nieuws-content p{
	margin-bottom: 20px;
}
.nieuws-content a{
	color: #ff3333;
}
.nieuws-content a:hover{
	color: #999999;
}
.nieuws-social{
	position:relative;
	list-style:none;
	min-height:20px;
	padding:0px;
	margin:20px 40px 20px 0px;
}	
.nieuws-social li{
	display:inline-block;
	float:left;
	padding:0px;
	margin:0px 20px 5px 0px;
}
.nieuws-social .fb{ 
	margin-top: -3px;
}
.nieuws-social .tw{ 
	width:100px;
}
.content-part + .content-side > .nieuws-menu{
	position: relative;
	margin-right: 0;
	margin-left: 30%;
}
.nieuws-menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.nieuws-menu ul li{
	padding: 15px 0px;
	line-height: 20px;
	border-bottom: 1px solid #CCCCCC;
}
.nieuws-menu ul li a{
	display: block;
}
.nieuws-menu ul li img{
	float: right;
	display: inline-block;
	width:37%;
	margin: 0px 0px 0px 15px;
}
#myCarousel{
	margin-bottom: 40px;
	text-align: center;
}
#myCarousel .item{
	text-align: center;
}
#myCarousel img{
	margin: 0 auto;
	max-width: 100%;
	width:100%;
}
.carousel-control{
	width:10%;
}
.carousel-control span{
	position: absolute;
	top:47%;
}
.pagination-centered{
	text-align: center;
}
.pagination {
    display: inline-block;
    padding-left: 0px;
    margin: 20px 0px;
    border-radius: 50%;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 17px;
    margin-left: -1px;
    line-height: 20px;
    color: #FF3333;
    text-decoration: none;
    background-color: #FFF;
    border: 1px solid #DDD;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #FFF;
    cursor: default;
    background-color: #FF3333;
    border-color: #FF3333;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #FF3333;
    background-color: #EEE;
    border-color: #DDD;
}

.video-container { 
    position: relative;
    display: block; 
    margin: 20px 0; 
    height: auto;
    max-width: 100%; 
}

.embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* HOE WERKT HET STYLES *****************************/

#hoe-werkt-het{
	position: relative;
	display: none;
	padding: 120px 0px 40px 0px;
	padding: 180px 0px 40px 0px;
	margin-bottom: -70px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	z-index: 2;
}
#hoe-werkt-het .img-wrap{
	position: relative;
	margin-bottom: 40px;
}
#hoe-werkt-het .img-wrap img{
	max-width: 100%;
}
#hoe-werkt-het .btn-wrap{
	position: relative;
	display: block;
	clear: both;
	margin: 40px 0px 0px 0px;
	text-align: center;
}
#hoe-werkt-het .hw-link{
	display: block;
	position: absolute;
	bottom:-20px;
	left:50%;
	height:40px;
	width:40px;
	margin-left: -20px;
	border:2px solid #CCCCCC;
	border-radius: 50%;
	color: #FF3333;
	line-height:34px;
	text-align: center;
	background: #FFFFFF;
}

/* FOOTER STYLES *****************************/	

.footer{
	position: relative;
	padding: 0px 0px 80px 0px;
}
.footer-cols{
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 40px;
	font-weight: 300;
}
.footer-col{
	position: relative;
	width: 25%;
	float: left;
	padding: 0px 20px;
	line-height: 30px;
}
/*
.nieuws-col{
	width:28%;
}
*/
.footer-col p{
	margin-bottom: 20px;
}
.footer-col ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer-col .footer-menu a{
	color: #999999;
	-webkit-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
.footer-col .footer-menu a:hover{
	padding-left: 10px;
}
.footer-nieuwsbrief{
	position: relative;
}
.footer-nieuwsbrief .btn-plus{
	position: absolute;
	right:8px;
	top:8px;
}
.footer-social li{
	position: relative;
	float: left;
	padding: 0px;
	margin:0px 15px 15px 0px;
}
.footer-social li a{
	position: relative;
	display: block;
	height: 48px; 
	width: 48px;
	padding: 0px;
	border: 2px solid #b6b6b6;
	border-radius: 50%;
	text-align: center;
	color: #ff3333;
	font-size: 24px;
	line-height: 45px;
}
.footer-social li a:hover{
	background: #ff3333;
	border-color: #ff3333;
	color: #ffffff;
}
.footer-copyright{
	position: relative;
	clear: both;
	padding: 40px 0px;
}
.footer-copyright-logo{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.footer-copyright-logo img{
	vertical-align: top;
	max-height:100%;
	height: 40px;
	width:200px;
}
.footer-copyright-text{
	position: relative;
	display: inline-block;
	padding-top: 8px;
	float: left;
	width:50%;
	font-size: 12px;
	color: #999999;
}
.footer-copyright-text p{
	margin-bottom: 5px;
}
.footer-copyright-text ul{
	list-style: none;
	margin: 0px -10px;
	padding: 0px;
}
.footer-copyright-text ul li{
	position: relative;
	float: left;
	line-height: 12px;
	padding: 0px 10px;
	border-right: 1px solid #999999;
}
.footer-copyright-text ul li:last-child{
	border: none;
}
.footer-copyright-text a{
	font-weight: 700;
	color: #999999;
}
.footer-copyright-text a:hover{
	text-decoration: underline;
}
.footer-copyright-right{
	position: relative;
	float: right;
}
.footer-lang{
	position: relative;
	float: left;
	margin-left: 40px;
	padding-top: 10px;
	width:120px;
}
.footer-lang a{
	display: inline-block;
	color: #999999;
	font-size: 14px;
}
.footer-lang span{
	display: inline-block;
	float: left;
	width:30px;
	height:30px;
	border:1px solid #CCCCCC;
	border-radius: 50%;
	padding: 4px;
	text-align: center;
	margin-right: 5px;
}
.footer-lang img{
	display: block;
	vertical-align: top;
	max-width: 100%;
	border-radius: 50%;
	overflow: hidden;
}
.footer-lang div{
	display: inline-block;
	float: left;
	line-height: 30px;
}

/* MODAL STYLES *****************************/

.modal-dialog {
    width: 400px;
    margin: 3% auto 0px auto;
}
.modal-dialog.modal-large {
    width: 640px;
	font-size: 14px;
}
/*
.modal-dialog .button + .button{
	margin-left: 10px;
}
*/

.modal-footer .button{
	float: right;
	margin-left: 15px;
}

.custom-modal .modal-dialog{
    width: 640px;
    max-width: 95%;
    margin: 20px auto 20px auto;
}
.custom-modal .modal-content{
    padding: 10px;
}
.custom-modal .modal-header{
    border: none;
    padding: 20px;
    padding-bottom: 0px;
}
.custom-modal .modal-body{
    padding: 20px;
}
.custom-modal .modal-footer{
    border: none;
    padding: 20px;
    padding-top: 0px;
}

.custom-modal h3{
    margin-bottom: 30px;
}

.modal-body-steps{
    position: relative;
    display: block;
}
.modal-step-blk {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 30px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 30px;
}
.modal-step-blk span{
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    width: 40%;
}
.modal-step-blk span img{
    display: block;
    max-width: 100%;
}
.modal-step-blk div{
    position: relative;
    display: block;
    padding-left: 30px;
    width: 60%;
}

.modal-body-btns{
    padding: 0 10%;
}
.modal-body-btns .button{
    margin: 0px 0px 20px 0px!important;
    width: 100%;
}
.modal-body-btns .button:last-child{
    margin-bottom: 0px;
}

/* OTHER STYLES *****************************/

.content-main:after, .content-banner:after, .icon-blks:after, .mob-perc:after, .rep-sub-title:after, .rep-stappen:after, .tel-list:after, .rep-list:after, .rep-confirm ul:after, .footer:after, .footer-cols:after, .footer-copyright:after, footer-lang a:after, .content-menu ul:after, .info_list:after, .info_list_large:after, .detail-row a:after, .btn-wrap:after, .vestigingen_left:after, .nieuws-wrap:after, .nieuws-wrap .n-blk-btm:after, .icon-list:after, .nieuws-menu ul li:after, .kleur-selecties:after, .vestigingen:after, .info-block:after{
	content:'';
	display:block;
	clear: both;
}
.clear{
	clear: both;
}
.display-none{
	display: none;
}
.pie_progress {
	text-align: center;
	position: relative;
	-webkit-transform-style: preserve-3d;
		  transform-style: preserve-3d;
}
.pie_progress svg {
	margin: 0 auto;
}
.pie_progress__content,
.pie_progress__number,
.pie_progress__label,
.pie_progress__icon {
	width: 100%;
	position: absolute;
	top: 48%;
	left: 0;
	-webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	   -o-transform: translateY(-50%);
		  transform: translateY(-50%);
}
.pie_progress__number {
	font-size: 200%;
	font-weight: 900;
}
.pie_progress__label {
	margin-top: 32px;
	font-size: 12px;
}
/* ANIMATIONS *****************************/

.ink {
  display: block;
  position: absolute;
  background:rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform:scale(0);
      -ms-transform:scale(0);
          transform:scale(0);
}

.animate {
-webkit-animation:ripple 0.6s linear;
    -ms-animation:ripple 0.6s linear;
        animation:ripple 0.6s linear;
}

@-webkit-keyframes ripple {
    100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-ms-keyframes ripple {
    100% {opacity: 0; -ms-transform: scale(2.5);}
}
@keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
}

.a-ani{
	opacity: 1;
	-webkit-transition: 0.15s ease;
	-ms-transition: 0.15s ease;
	transition: 0.15s ease;
}
.a-ani:hover{
	opacity: 0.5;
	-webkit-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}

@-webkit-keyframes btn-animate {
	0%, 100% { -webkit-transform:scale(1); }
	50% { -webkit-transform:scale(1.1); }
}
@-ms-keyframes btn-animate {
	0%, 100% { -ms-transform:scale(1); }
	50% { -ms-transform:scale(1.1); }
}
@keyframes btn-animate {
	0%, 100% { transform:scale(1); }
	50% { transform:scale(1.1); }
}
@-webkit-keyframes icon-animate {
	0%, 100% { -webkit-transform:scale(1); 
		opacity: 1;}
	10% { -webkit-transform:scale(0.2);
		opacity: 1;}
	70% { -webkit-transform:scale(1.2);}
	90% { -webkit-transform:scale(1.5); 
		opacity: 0;}
	95% { -webkit-transform:scale(1); 
		opacity: 1;}
}
@-ms-keyframes icon-animate {
	0%, 100% { -ms-transform:scale(1); 
		opacity: 1;}
	10% { -ms-transform:scale(0.2);
		opacity: 1;}
	70% { -ms-transform:scale(1.2);}
	90% { -ms-transform:scale(1.5); 
		opacity: 0;}
	95% { -ms-transform:scale(1); 
		opacity: 1;}
}
@keyframes icon-animate {
	0%, 100% { transform:scale(1); 
		opacity: 1;}
	10% { transform:scale(0.2);
		opacity: 1;}
	70% { transform:scale(1.2);}
	90% { transform:scale(1.5); 
		opacity: 0;}
	95% { transform:scale(1); 
		opacity: 1;}
}
/*
@-webkit-keyframes icon-animate {
	0%, 50%, 100% { -webkit-transform:scale(1); }
	25% { -webkit-transform:scale(1.2); }
	75% { -webkit-transform:scale(1.1); }
}
@-ms-keyframes icon-animate {
	0%, 50%, 100% { -ms-transform:scale(1); }
	25% { -ms-transform:scale(1.2); }
	75% { -ms-transform:scale(1.1); }
}
@keyframes icon-animate {
	0%, 50%, 100% { transform:scale(1); }
	25% { transform:scale(1.2); }
	75% { transform:scale(1.1); }
}
*/
@-moz-keyframes circles-loader {
  0% {
    -moz-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
  50% {
    -moz-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@-webkit-keyframes circles-loader {
  0% {
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
  50% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@keyframes circles-loader {
  0% {
    -moz-transform: rotate(-720deg);
    -ms-transform: rotate(-720deg);
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
  50% {
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}

/* RESPONSIVE STYLES *****************************/

.logo-main-mob {
	display: none;
    margin: 0px 0px 0px 40px;
    position: relative;
}

.logo-main-mob img {
    vertical-align: top;
    max-height: 100%;
    height: 30px;
}
.main-nav-trigger{
	position: absolute;
	margin: 5px 20px 0px 0px;
	cursor: pointer;
	width: 18px;
	height: 18px;
	z-index: 996;
}
.main-nav-trigger .icon-bar{
	display: block;
	background: #FFFFFF;
	height: 2px;
	width: 18px;
	margin: 3px 0px;
}
.mob-nav-trigger{
	display: block;
	position: absolute;
	width:200px;
	height:48px;
	padding: 10px 12px;
	top:0px;
	left:-200px;
	z-index: 999;
}
.mob-nav-trigger .main-nav-trigger{
	width:176px;
	height:28px;
	margin: 0px;
}
.main-nav-trigger .main-nav-close{
	display: inline-block;
	margin-top: 5px;
	width: 18px;
	height: 18px;
	float: left;
}
.main-nav-trigger .main-nav-close .icon-bar{
	background: #999999;
}
.main-nav-trigger .logo-main-mob{
	display: inline-block;
	margin: 0px 0px 0px 20px;
}
.bg-wrap{
	opacity: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
body.menu-open .bg-wrap, body.search-open .bg-wrap{
	display: block;
	position: fixed;
	top:0px;
	left:0px;
	z-index: 997;
	width: 100%;
	height: 100%;
	opacity: 1;
	background: rgba(255,255,255,0.6);
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.nav-mob-link{
	display: none;
}
.nav-copy{
	padding: 20px 12px!important;
	font-size: 12px;
}
.mob-acc{
	display: none;
	float: right;
}
.mob-acc span{
	display: block;
}
.mob-acc span a{
	color: #FFFFFF;
}
.mob-acc span i {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 22px;
    font-size: 18px;
    margin-right: 0px;
    border: 2px solid #FFF;
    border-radius: 50%;
}
.nav-acc div{
	display: inline-block;
	margin-left: 10px;
}

@media (min-width: 1200px) {
	.main-nav-trigger{
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.container{
		width:100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	a.button {
		padding: 14px 30px 14px 30px;
		font-size: 14px;
	}
	.content-main {
    	position: relative;
    	padding: 80px 0px;
	}
	.content-part{
    	width: 75%;
	}
	.content-side {
    	width: 25%;
	}
	.content-menu {
    	margin-right: 40px;
	}
	#header {
		z-index: 999;
	}
	.main-nav-trigger{
		display: block;
	}
	.nav-main {
		position: fixed;
		display: block;
		top: 0px;
		left: -200px;
		width: 200px;
		height: 100%;
		padding-top: 48px;
		background: #FFFFFF;
		z-index: 998;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-ms-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	.nav-main.menu-open {
		left: 0px;
		-webkit-box-shadow: 3px 0px 3px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 3px 0px 3px 0px rgba(0,0,0,0.3);
		box-shadow: 3px 0px 3px 0px rgba(0,0,0,0.3);
		-webkit-transition: 0.25s ease-in;
		-moz-transition: 0.25s ease-in;
		-ms-transition: 0.25s ease-in;
		-o-transition: 0.25s ease-in;
		transition: 0.25s ease-in;
	}
	body.menu-open .mob-nav-trigger{
		left: 0px;
		-webkit-transition: 0.25s ease-in;
		-moz-transition: 0.25s ease-in;
		-ms-transition: 0.25s ease-in;
		-o-transition: 0.25s ease-in;
		transition: 0.25s ease-in;
	}
	.nav-main li{
		float: none;
		display: block;
		padding: 10px 12px;
	}
	.nav-main li a {
		color: #333333;
		font-weight: 300;
	}
	.nav-main li a:hover {
		color: #FF3333;
	}
	.nav-main .nav-acc{
		padding-left: 0px;
	}
	.nav-main .nav-acc i, .logo-main{
		display: none;
	}
	.nav-mob-link{
		display: block;
	}
	.logo-main-mob, .mob-acc{
		display: inline-block;
	}
	#home-banner{
		display: block;
		height: 100%;
		min-height: inherit;
	}
	.banner-text {
		width: 60%;
		margin: 22% 0% 20% 0%;
	}
	.banner-doctor {
		width: 65%;
		right: -15%;
	}
	.b-warchild {
		background-size: cover;
	}
	.icon-blks {
		margin: 0px -20px;
	}
	.icon-blk {
		padding: 0px 20px;
	}
	.icon-blk h3{
		height: 44px;
	}
	.icon-blk p{
		min-height: 180px;
	}
	.content-banner-blk{
		padding: 80px 0px;
	}
	#phone-hover {
		padding: 0px 25px 0px 0px;
	}
}
	
@media (min-width: 768px) and (max-width: 991px) {
	
	a.button {
		padding: 14px 24px 14px 24px;
		font-size: 14px;
	}
	.container{
		width:100%;
	}
	#header {
		z-index: 999;
	}
    #header-sub{
        top: 50px;
    }
	.nav-main {
		position: fixed;
		display: block;
		top: 0px;
		left: -200px;
		width: 200px;
		height: 100%;
		padding-top: 48px;
		background: #FFFFFF;
		z-index: 998;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-ms-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	.nav-main.menu-open {
		left: 0px;
		-webkit-box-shadow: 3px 0px 3px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 3px 0px 3px 0px rgba(0,0,0,0.3);
		box-shadow: 3px 0px 3px 0px rgba(0,0,0,0.3);
		-webkit-transition: 0.25s ease-in;
		-moz-transition: 0.25s ease-in;
		-ms-transition: 0.25s ease-in;
		-o-transition: 0.25s ease-in;
		transition: 0.25s ease-in;
	}
	body.menu-open .mob-nav-trigger{
		left: 0px;
		-webkit-transition: 0.25s ease-in;
		-moz-transition: 0.25s ease-in;
		-ms-transition: 0.25s ease-in;
		-o-transition: 0.25s ease-in;
		transition: 0.25s ease-in;
	}
	.nav-main li{
		float: none;
		display: block;
		padding: 10px 12px;
	}
	.nav-main li a {
		color: #333333;
		font-weight: 300;
	}
	.nav-main li a:hover {
		color: #FF3333;
	}
	.nav-main .nav-acc{
		padding-left: 0px;
	}
	.nav-main .nav-acc i, .logo-main{
		display: none;
	}
	.nav-mob-link{
		display: block;
	}
	.logo-main-mob, .mob-acc{
		display: inline-block;
	}
	.content-main {
		position: relative;
		padding: 80px 0px;
		padding: 140px 0px 80px 0px;
	}
	.content-part, .content-side{
		width: 100%;
		float: none;
	}
	.content-menu.info-menu {
		display: none;
	}
	.content-menu{
		margin: 0px 0px 40px 0px;
	}
	.content-menu ul li{
		float: left;
		width:25%;
		display: inline-block;
	}
	.content-menu ul li a:hover{
		padding-left: 0px;
	}
	.content-part + .content-side > .nieuws-menu {
		margin-left: 0px;
	}
	.nieuws-menu ul li img {
		width: 50%;
	}
	#home-banner{
		display: block;
		height: 100%;
		min-height: inherit;
	}
	.banner-text{
		width:75%;
		margin: 22% 0% 20% 0%;
	}
	.banner-doctor {
		width: 75%;
		right: -15%;
		bottom: 0%;
	}
	.content-main.cm-pad {
		padding-top: 48px;
		padding-top: 100px;
	}
	.content-banner-blk{
		padding: 40px 0px;
	}
	.b-verzekering .content-banner-blk{
		width: 45%;
	}
	.b-warchild {
		background-size: cover;
		background-position: -70% 0%;
	}
	.content-right-img {
		padding-left: 30px;
	}
	.icon-blks {
		margin: 0px -15px;
	}
	.icon-blk {
		padding: 0px 15px;
		width: 25%;
	}
	.icon-blk h3{
		height: 44px;
	}
	.icon-blk p{
		min-height: 180px;
	}
	.icon-list li {
		width: 33.3333%;
	}
	.svg-list{
		display: none;
	}
	.mob-perc{
		margin: 40px -15px;
	}
	.tel-list {
		margin: 0px -15px;
	}
	.tel-list.model-list li {
		height:135px;
	}
	.tel-list li::after {
		width:60%;
		left:20%;
	}
    .tel-list.brand-list li a img{
        height: 34px;
        width: auto;
    }
	.rep-list li a{
		padding-right: 100px;
	}
	#rep-prog #phone-hover {
		display: none;
	}
	#rep-prog .content-right{
		float:none;
		width: 100%;
	}
	.mob-perc li {
		width: 25%;
		margin-bottom: 20px;
	}
	.gen-form, .nieuws-wrap {
		margin-left: -15px;
		margin-right: -15px;
	}
	.footer-cols{
		margin: 40px -15px;
	}
	.footer-col, .gen-form .form-group, .nieuws-wrap .c-blk {
		padding: 0px 15px;
	}
	.footer-social li {
		margin-right: 10px;
	}
	.footer-social li a {
		height: 38px;
		width: 38px;
		line-height: 35px;
		font-size: 20px;
	}
	#g-recaptcha{
		transform:scale(0.65);
		-webkit-transform:scale(0.65);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
	h1{
		font-size: 30px;
		font-weight: 900;
		margin-bottom: 20px;
	}
	h2{
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 20px;
	}
	h3{
		font-size: 20px;
		margin-bottom: 10px;
	}
	h4{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.button{
		margin-bottom: 20px;
		display: block;
		width:100%;
	}
	a.button {
		padding: 14px 28px 14px 28px;
		font-size: 14px;
	}
	a.button + a.button {
		margin-left: 0px;
	}
	#header {
		z-index: 999;
		padding: 10px 0px;
	}
    #header-sub{
        top: 0px;
        padding: 5px 0px;
        -webkit-transition: top 0.2s ease;
		transition :top 0.2s ease;
    }
    #header-sub.show-search{
		top: 50px;
        z-index: 998;
		-webkit-transition: top 0.3s ease-out;
		transition :top 0.3s ease-out;
	}
    .header-feedback{
        display: none;
    }
    .header-search{
        float: none;
        width: 100%;
        min-width: 100%;
    }
    .search-toggle{
        display: block;
    }
	.logo-main{
		margin: 0px 0px 0px 40px;
	}
	.logo-main img {
		vertical-align: top;
		max-height: 100%;
		height: 28px;
	}
	.nav-main {
		position: fixed;
		display: block;
		top: 0px;
		left: -200px;
		width: 200px;
		height: 100%;
		padding-top: 48px;
		background: #FFFFFF;
		z-index: 998;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-ms-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	.nav-main.menu-open {
		left: 0px;
		-webkit-box-shadow: 3px 0px 3px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 3px 0px 3px 0px rgba(0,0,0,0.3);
		box-shadow: 3px 0px 3px 0px rgba(0,0,0,0.3);
		-webkit-transition: 0.25s ease-in;
		-moz-transition: 0.25s ease-in;
		-ms-transition: 0.25s ease-in;
		-o-transition: 0.25s ease-in;
		transition: 0.25s ease-in;
	}
	body.menu-open .mob-nav-trigger{
		left: 0px;
		-webkit-transition: 0.25s ease-in;
		-moz-transition: 0.25s ease-in;
		-ms-transition: 0.25s ease-in;
		-o-transition: 0.25s ease-in;
		transition: 0.25s ease-in;
	}
	.nav-main li{
		float: none;
		display: block;
		padding: 10px 12px;
	}
	.nav-main li a {
		color: #333333;
		font-weight: 300;
	}
	.nav-main li a:hover {
		color: #FF3333;
	}
	.nav-mob-link{
		display: block;
	}
	.nav-main .nav-acc{
		padding-left: 0px;
	}
	.nav-main .nav-acc i, .logo-main{
		display: none;
	}
	.logo-main-mob, .mob-acc{
		display: inline-block;
	}
	.mob-acc .nav-acc div{
		display: none;
	}
	#hoe-werkt-het {
		padding: 80px 0px 20px 0px;
		margin-bottom: -45px;
	}
	#hoe-werkt-het .btn-wrap {
		margin: 20px 0px 0px 0px;
	}
	.content-main {
		position: relative;
		padding: 80px 0px;
/*		padding: 140px 0px 80px 0px;*/
	}
	.content-main.cm-pad {
		padding-top: 48px;
/*		padding-top: 100px;*/
	}
	.content-side, .content-part, .content-left, .content-right, .content-banner-blk{
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.content-side{
		margin-bottom: 0px;
	}
	.content-menu{
		margin: 0px 0px 40px 0px;
	}
	.content-menu ul li{
		float: left;
		width:25%;
		display: inline-block;
	}
	.content-menu ul li a:hover{
		padding-left: 0px;
	}
	.content-banner-blk{
		padding: 40px 0px;
	}
	.content-part + .content-side > .nieuws-menu {
		margin-left: 0px;
	}
	.nieuws-menu ul li img {
		width: 50%;
	}
	.tel-list, .footer-cols{
		margin-left: -15px;
		margin-right: -15px;
	}
    .tel-list.brand-list li a img{
        height: 34px;
        width: auto;
    }
	.info-menu, #phone-hover{
		display: none;
	}
	#home-banner{
		display: block;
		height: 100%;
		min-height: inherit;
	}
	.banner-text {
		position: relative;
		width: 100%;
		margin: 110px 0% ;
	}
	.banner-text h1 {
		padding-right: 0px;
		font-size: 30px;
	}
	.banner-text p {
		padding-right: 0px;
		margin-bottom: 40px;
	}
	.banner-btns span {
		display: none;
	}
	.banner-doctor{
		display: none;
	}
	.icon-blks {
		margin: 0px -15px;
	}
	.icon-blk {
		padding: 0px 15px;
		width: 50%;
	}
	.icon-blk h3{
		height:40px;
	}
	.icon-blk p{
		height:140px;
		margin-bottom: 0px;
	}
	.icon-list li {
		margin-bottom: 20px;
	}
	.content-banner-img {
		position: relative;
		right: inherit;
		bottom: inherit;
	}
	.b-verzekering .content-banner-blk {
		padding-bottom: 0px;
		padding-top: 80px;
	}
	.b-warchild {
		background: #000000;
	}
	.w-header{
		margin-bottom: 20px;
	}
	.w-header h2 {
		font-size: 60px;
	}
	.b-eco .content-left{
		float: none;
	}
	.b-eco .content-right{
		float: left;
	}
	#rep-prog.content-main {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.mob-perc{
		margin: 0px -15px 40px -15px;
	}
	.mob-perc li {
		width: 50%;
		margin-bottom: 20px;
	}
	.rep-list, .rep-phone{
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.rep-stappen {
		margin-bottom: 40px;
	}
	.rep-stap {
		width: 12%;
	}
	.rep-stap.current-stap {
		width: 68%;
	}
	#regstep3.rep-stap {
		width: 20%;
	}
	#regstep3.rep-stap.current-stap {
		width: 76%;
	}
	.rep-stap .main-title{
		height:38px;
	}
	.rep-stap .main-title h2, .rep-stap .sub-title{
		display: none;
	}
	.rep-stap .main-title h1, .rep-stap .sub-title{
		display: none;
	}
	.rep-stap.current-stap .main-title h2, .rep-stap.current-stap .sub-title{
		display: block;
	}
	.rep-stap.current-stap .main-title h1, .rep-stap.current-stap .sub-title{
		display: block;
	}
	.tel-list li {
		width: 50%;
	}
	.rep-list li{
		padding-right: 0px;
	}
	.rep-list li a{
		padding-right: 100px;
	}
	.rep-list li a span{
		right: 0px;
	}
	.rep-list li .rep-det p {
		margin-right: 0px;
	}
	.rep-total {
		margin: 0px;
	}
	.rep-sub-title form {
		width:100%;
	}
	.rep-sub-title .selectbox-wrap {
		min-width: 100%;
	}
	.circles-loader:not(:required) {
		top:25%;
	}
	.gen-form, .nieuws-wrap {
		margin-left: -15px;
		margin-right: -15px;
	}
	.gen-form .form-left, .gen-form .form-right, .vestigingen .adres {
		width: 100%;
		float: none;
	}
	.vestigingen .adres {
		margin-bottom: 20px;
	}
	.gen-form .form-group, .nieuws-wrap .c-blk {
		padding: 0px 15px;
	}
	.gen-form .form-group label, .gen-form.form-single .form-group label{
		width:100%;
		line-height: 20px;
		margin: 10px 0px;
	}
	.gen-form .form-group textarea{
		width:100%!important;
		color:#444444;
	}
	.gen-form .form-group input[type="text"], .gen-form .form-group input[type="password"], .gen-form .recaptcha-box, .gen-form .form-group .selectbox-wrap, label + .selectbox-wrap{
		clear: both;
		width:100%;
		float: none;
		color:#444444;
	}
    
/*
    .gen-form .form-group-sm input[type="text"]{
        width: 50%;
        float: left;
    }
    .gen-form .form-group-sm input[type="text"] + input[type="text"]{
        width: calc(50% - 20px);
        margin-left: 20px;
    }
*/
    
	input.button, button.button {
		margin-bottom: 20px;
	}
	.gen-form.form-single .btn-wrap{
		padding-right: 20px;
	}
	.gen-form.form-single .btn-right{
		float: none;
		width:100%;
		margin: 0px;
	}
	.info_list .left, .info_list .right, .info-block-left, .info-block-right{
		float: none;
		width:100%;
	}
	.icon-list li {
		width: 33.3333%;
	}
	#phone-hover .phone-hover-img {

	}
	.nieuws-wrap .c-blk {
		width: 100%;
	}
	#map-canvas {
		height:300px;
	}
	.footer {
		position: relative;
		padding: 0px 0px 40px 0px;
	}
	.footer-col{
		width: 50%;
		float: left;
		margin-bottom: 20px;
	}
	.footer-col:nth-child(3){
		clear: both;
	}
	.footer-copyright {
		text-align: center;
		padding-top: 0px;
	}
	.footer-copyright-text {
		display: block;
		clear: both;
		width: 100%;
		padding-top: 20px;
		float: none;
		width: 100%;
	}
	.footer-copyright-text ul li {
		display: inline-block;
		float: none;
		margin-bottom: 20px;
	}
	.footer-copyright-logo, .footer-copyright-right, .footer-lang {
		display: block;
		float: none;
		margin: 0px;
	}
	.modal-dialog{
		max-width:90%;
	}
    .modal-body-btns{
        padding: 0;
    }
    
    .custom-modal h4{
        margin-bottom: 5px;
    }

	.modal-dialog .button + .button{
		margin-left: 0px;
		margin-top: 20px;
	}
	#g-recaptcha{
		transform:scale(0.8);
		-webkit-transform:scale(0.8);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
}