/*
 Theme Name:   tandart
 Description:  Tandart Theme
 Template:     twentysixteen
 Version:      1.0.0
 Tags:         black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, responsive-layout, infinite-scroll, post-slider, design, food, journal, magazine, news, photography, portfolio, clean, contemporary, dark, elegant, modern, professional, sophisticated
 Text Domain:  twenty-sixteen-child
*/



iframe {
    display: block;       /* iframes are inline by default */
    
    border: none;         /* Reset default border */
    height: 100vh;        /* Viewport-relative units */
    width: 100vw;
}


.tablepress {
    cursor: pointer;
}


.spinner {
    display: none;
    position: relative;
    margin-top: -26px;
    text-align: center;
}
.active-preloader.spinner {
    display: block;
}
.active-preloader.spinner > div {
    z-index: 6;
}
.spinner > div {
    position: relative;
    width: 18px;
    height: 18px;
    background-color: rgba(0,190,138,1);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}


.top5-show-more, .top5-show-less {
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 12px 24px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    background-color: rgba(0,190,138,1);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 100px;
}
.top5-show-more:hover, .top5-show-less:hover {
    text-decoration: underline;
}
.top5-show-less {
    display: none;
}


/*----------------------------------
        SIDEBAR
        ----------------------------------*/



 label {
   display: block;
   appearance: button;
   -webkit-appearance: button;
   -moz-appearance: button;
   -ms-appearance: button;

   font-weight: 400;
   background: #fff;
   font-size: 1.6rem;
   color: #111111;
   border: 1px solid #c2c2c2;

   width: 40%;
   margin: 0 auto;
   text-align: center;
}



.btn, .btn-large, .btn-flat
{text-transform: none;}





.lwptoc_itemWrap {
    margin-bottom: 25px;
}





body{
	background:#fff;
	-webkit-font-smoothing: antialiased;
	-webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}


html {
    margin-top: 0!important;
}

h1, h2, h3, h4, h5, h6{
	font-weight: 500!important;
	color: #444b4e!important;
}

h3{
	font-size: 18px;
}

/********************************
 WP GENERAL CHANGES
*/

nav .brand-logo {
    position: relative;
    display: block;
    float: left;
    padding: 0;
    white-space: nowrap;
    background-image: url(images/logo-big.svg);
    background-repeat: no-repeat;
    background-size: 76px;
    height: 76px;
    background-position: 0px 2px;
    margin-top: 0px;
    width: 320px;
    padding-left: 83px;
    padding-top: 30px;
	}
	a.brand-logo span{
	position: relative;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #053356;
	}

.main-navigation{
}
.navbar-fixed nav{
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
#site-navigation{
	position: relative;
    background: transparent;
    box-shadow: none;
    float: right;
    margin: 0;
    height: 20px;
    top: 0;
}
.menu-primary-container{
	float: right;
}
.main-navigation a{
	padding: 0;
	padding-bottom: 22px;
}
.main-navigation ul{
	margin-top: -2px;
    border: 1px solid #ddd;
    background-color: #fff;
    width: 100%;
    min-width: auto;
    padding: 20px 0;
}
.main-navigation ul ul.sub-menu{
	min-width: 720px;
}
.main-navigation ul li:last-child ul.sub-menu{
	min-width: 330px;
}
.main-navigation li:last-child:hover > ul, .main-navigation li.focus > ul{
	left: auto;
	right: 0;
}
.main-navigation ul li:last-child ul.sub-menu li{
	width: 100%;
}
.main-navigation ul li:last-child a{
	color: #05c18c!important;
	font-weight: 600;
}
.main-navigation ul li:last-child ul.sub-menu li a, .main-navigation ul li ul.sub-menu li:last-child a{
	color: #444b4e!important;
	font-weight: 300;
}

.main-navigation ul ul li{
border: none;
    float: left;
    width: 33%;
    padding: 0;
    line-height: 18px;
}
.main-navigation .primary-menu, .main-navigation .primary-menu > li{
	background: transparent!important;
}
.main-navigation li:hover > ul, .main-navigation li.focus > ul{
	left: -50%;
}
.main-navigation li#menu-item-2008:hover > ul, .main-navigation li.focus > ul{
	left: -80%;
}
.main-navigation a:hover{
	opacity: .4;
}
.main-navigation ul ul li a{
	text-transform: none;
    font-weight: 400;
    width: auto;
    padding-bottom: 10px!important;
    float: left;
    display: table;
    height: auto;
}
.main-navigation ul ul li a:hover{
	opacity: .7;
}
nav ul li a{
	margin-right: 0!important;
	margin: 0;
	margin-left: 30px!important;
}
.main-navigation .menu-item-has-children > a:after{
	top:1px;
}
.main-navigation ul ul{
	margin-top: 0px;
	border: 1px solid #ddd;
	background-color: #fff;
    width: 246px;
    padding: 20px 0;
}
.main-navigation ul ul li a::before{
	content: "\203A";
    position: relative;
    top: 0px;
    font-size: 16px;
    color: #00c18e;
    left: -12px;
    margin-left: 0;
    display: table-cell;
}
.main-navigation ul ul:before, .main-navigation ul ul:after{
	content: none;
}
.entry-header, .entry-footer{
	display: none;
}
.entry-content{
	margin-left: 0!important;
	margin-right: 0!important;
	overflow: hidden;
}
.site-main{
	margin-bottom: 0!important;
}
.row.home{
	margin-bottom: 0!important;
	background: #fff;
    z-index: 1;
    position: relative;
    margin-top: 0;
}
body:not(.custom-background-image):before, body:not(.custom-background-image):after{
	display: none;
}

.n-t{
	padding: 40px 0;
}
.n-t h1{
	font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}



/********************************
 GENERAL STYLING
*/

p{
	font-weight: 400;
    font-size: 15px;
    color: #384448;
	width: 100%;
	margin: 0px;
}

p a{
	box-shadow: 0 1px 0 0 currentColor;
	}
p i.small{
	font-size: 1.8rem;
    top: 7px;
    position: relative;
    margin-right: 10px;
    color: #029E77;
}
h1, h2, h3, h4{
	-webkit-font-smoothing: antialiased;
	}
	h2{
		font-size: 28px;
		font-weight: 500;
	}
.container{
	max-width: 1170px;
}
.container .row{
	margin-left: 0;
	margin-right: 0;
}
p.s-8{
	width: 70%;
	margin-left: 15%;

}
a.orange-btn{
	float: left;
    padding: 4px 12px 4px;
    background: #FF6200;
    color: #fff!important;
    box-shadow: none;
    text-decoration: none;
    font-size: 16px!important;
    font-weight: 400;
    margin-bottom: 5px;
	margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0 3px 0 #953900;
}



a.green-btn{
	display: table;
    padding: 12px 22px 10px;
    background: #2CCAA5;
    color: #fff!important;
    box-shadow: none;
    text-decoration: none;
    font-size: 16px!important;
    font-weight: 400;
    margin-bottom: 0!important;
	margin-top: 20px;
    border-radius: 2px;
    box-shadow: 0 3px 0 #009E76!important;
    background: linear-gradient(to bottom, rgba(0,190,138,1) 0%,rgb(0, 194, 144) 50%,rgb(2, 187, 128) 100%);
    cursor: pointer
}
a.green-btn.nmt{
	margin-top: 0px !important;
	margin-bottom: 30px !important;
}
p.i-info {
	float: right;
    margin-top: 25px!important;
    width: auto;
    margin-bottom: 0!important;
}
a.green-btn.table-bottom{
	margin-left: 30px;
}
a.green-btn.table-btn{
	text-align: center;
    display: block;
    margin: 0 auto;
    width: 80%;
    margin-left: 15%;
    color: #01c18d!important;
    background: #fff;
    border: 1px solid #00c28d;
    box-shadow: 0 2px 0 #00c28d!important;
    padding: 5px 22px 4px;
}

/********************************
 TOP MENU
*/

.t-nav, .navbar-fixed{
	height: 98px;
}

nav ul li a{
	color: #1ba696;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    margin-right: 30px;
    -webkit-font-smoothing: antialiased;
}
nav ul a:hover{
	background-color: transparent;
}
ul.right{
	width: 100%;
	margin-top: 20px;
	}
	ul.right li{
		line-height: 24px;
	}
ul.top{
	float: right;
    line-height: 22px;
    margin-top: 20px;
    position: absolute;
    right: 0;
	}
	ul.top li a{
		text-transform: none;
		color: #969696!important;
    	font-weight: 400;
    	font-size: 13px;
    	margin-right: 0;
    	margin-left: 30px;
	}
ul.hide-on-med-and-down{
	position: relative;
    float: right;
    top: 40px;
    right: 0;
}


/** BIG TABLE **/

.sticky.table-select h3{
	font-size: 15px;
	font-weight: 500;
}
.sticky.table-select{
	float: left;
    width: 22%;
    background: #fff;
    padding: 40px 30px 20px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    font-weight: 400 !important;
}
.sticky.table-select h3{
    color: #112D57!important;
    margin-bottom: 10px;
}
.table-tab{
	float: left;
    width: 78%;
    background: #FFFFFF;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    z-index: 222;
    position: relative;
}
.table-tab tbody{
	float: left;
}

.table-hold{
	background-color: #F3F8F9;
	border: 1px solid #ddd;
	margin-top: 25px;
}
.radio{
	margin-bottom: 20px;
}
label{
	display: block;
	width: 100%;
    cursor: pointer;
    color: #102C56;
    font-size: 14px;
}

.tgl-radio-tabs [type="radio"]:not(:checked),
.tgl-radio-tabs [type="radio"]:checked {
  opacity: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.tgl-radio-tabs label {
  display: block;
  color: #00C18E;
  background-color: #fff;
  border: 0;
  width: 100%;
  transition: 0.2s linear all;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.tgl-radio-tabs label:hover,
.tgl-radio-tabs label.active {
  color: #fff;
  background-color: #00C18E;
}




/********************************
 TOP MENU
*/

.hero-cta{
	min-height: auto;
	background-color:#EBF4F7;
	float: left;
    width: 100%;
    padding-bottom: 40px!important;
    padding-top: 40px;
    margin-bottom: 40px;
}
.hero-container h1{
	font-size: 32px;
	text-align: center;
	margin-bottom: 0;
	font-weight: 500;
	position: relative;
	}
	.hero-container h1 span{
		display: block;
		font-size: 18px;
		opacity: .7;
		font-weight: 400;
		margin-top: 0px;
	}
	.hero-container h1 span.arrow-abs{
		position: absolute;
	    right: 6%;
	    top: 20px;
		}
		.hero-container h1 span.arrow-abs img{
			width: 130px;
		}
	h1.h-in{
	float: left;
    width: 50%;
    padding-top: 14%;
    color: #01c18e!important;
	}
	h1.h-in span{
	display: block;
    font-size: 16px;
    font-weight: 400;
    color: #053356;
	}


/** new hero box **/

.new-hero{
	float: left;
    width: 100%;
    min-height: 371px;
    background-color: #fff;
	}
	.new-hero .hero-in{
	background-image: url(images/img-hero.png);
    background-repeat: no-repeat;
    background-position: right;
    min-height: 374px;
	}

.sell{
	margin-top: 20px;
}
.sell-box{
	padding: 0 30px;
	height: 290px;
	padding-bottom: 40px!important;
	}
	.row .col.four, .row .col.tree, .row .col.two, .row .col.one{
    padding-bottom: 0!important;
	}
	.sell-in{
		background-color: #fff;
		border: 1px solid #E5ECEC;
		border-radius: 2px!important;
		padding-bottom: 10px;
		float: left;
	}
.one .sell-in{
	height: auto;
	top: 60px;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    border: 0;
    transition:.3s ease;
}
.two .sell-in{
	height: auto;
	top: 40px;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    border: 0;
	}
	.two .sell-in p.topp{
		padding-top: 20px;
		padding-bottom: 18px;
	}
.tree .sell-in{
	height: auto;
    top: 20px;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    border: 0;
	}
	.tree .sell-in p.topp{
		padding-top: 22px;
		padding-bottom: 24px;
	}
.four .sell-in{
	height: auto;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    border: 0;
	}
	.four .sell-in p.topp{
		padding-top: 30px;
		padding-bottom: 26px;
	}
p.topp{
	padding: 0;
    margin: 0;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 28px;
    font-weight: 600;
    color: #007AA8;
    transition:.3s ease;
    background-color: #F1F7F9;
    line-height: 22px;
	}
	p.topp span{
		display: block;
		font-size: 12px;
    	color: #535353;
    	font-weight: 400;
	}
p.price-bottom{
	text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 8px 0;
    font-weight: 500;
    margin: 0;
    box-shadow: 0 3px 0 #009E76;
    background: linear-gradient(to bottom, rgba(0,190,138,1) 0%,rgb(0, 194, 144) 50%,rgb(2, 187, 128) 100%);
    width: 80%;
    margin-left: 10%;
    margin-bottom: 10px;
}
.sell ul{
	margin: 0 auto;
    width: 70%;
    margin-bottom: 16px;
    margin-top: 14px;
	margin-left: 25px;
	float: left;
	}
	.sell ul li{
		color: #053356;
	}
	.sell ul li.check{
		background-image: url(images/t-i.png);
		background-repeat: no-repeat;
		background-position: 0px 6px;
    	padding-left: 25px;
	}
	.sell ul li.check-red{
		background-image: url(images/t-r.png);
		background-repeat: no-repeat;
		background-position: 0px 6px;
    	padding-left: 25px;
	}
.one .sell-in:hover p.topp{
	background-color: #fff;
	padding-top: 30px;
    margin-top: 0px;
}
.one .sell-in:hover{
	top:54px;
}
.two .sell-in:hover p.topp{
	background-color: #fff;
    padding-top: 30px;
    margin-top: -5px;
}
.tree .sell-in:hover p.topp{
	background-color: #fff;
    padding-top: 40px;
    margin-top: -12px;
}
.four .sell-in:hover p.topp{
	background-color: #fff;
    padding-top: 50px;
    margin-top: -12px;
}
.sell-in:hover{
	background-color: #fff;
	background: #fff;
	border: none;
}
.sell-in:hover p.price-bottom{
	background-color: #21AF8E;
	}
	p.price-bottom span{
		content: "";
    position: relative;
    top: -5px;
    font-size: 0.9px;
    color: #fff;
    padding-right: 0px;
    left: 10px;
    margin-left: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 6px solid transparent;
	}


/********************************
 HOME CONTENT
*/

h2{
	font-size: 24px;
}
h3{
	font-size: 20px;
}
.one-p{
	padding-right:50px!important;
}
h2.big{
	font-size: 28px;
	padding-bottom: 20px;
}
h2.small{
	padding-bottom: 20px;
}

.cont-one{
	padding: 30px 0 0;
}
.cont-one .mid img{
	margin-top: 42px;
}

ul.top-l{
	float: left;
    margin-left: 0px;
	}

	ul.top-l li a{
		color: #1BA696;
	    font-weight: 400;
	    line-height: 27px;
	    -webkit-font-smoothing: antialiased;

	}
	ul.top-l li::before {
    content: "";
    position: relative;
    top: -4px;
    font-size: 0px;
    color: #007ACC;
    padding-right: 10px;
    left: 0;
    margin-left: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #01BF89;
    border-bottom: 5px solid transparent;
	}



.g-reen{
	padding: 50px 30px 20px!important;
    background: rgb(239, 250, 249);
    margin-top: 30px;
    margin-bottom: 50px;
	}
	.g-reen p{
		padding-left: 0!important;
	}
	.g-reen a.green-btn{
		float: none;
		margin: 0 auto;
    	margin-top: 30px;
    	display: inline-block;
	}


.g-white{
	padding-right: 40px!important;
}


/** HOME NIELS TABLE **/

.table-container{
	padding-top: 40px;
    position: relative;
    margin-bottom: 40px!important;
}
.table-tab .table#sort-table{
	box-shadow: none!important;
}
table.table tr{
	background: #fff;
}
.table-tab tbody{
	background: #fff;
}
table tr.top{
	border-bottom: 0!important;
}

/*********************************
 FAQ
*/

.row.tabs-cont{
	background: #F3FBF7;
}
.cont-tab{
	padding: 40px;
    padding-bottom: 40px;
    margin-bottom: 0px!important;
	}
	.cont-tab h2{
		margin-bottom: 10px;
	}

.collapsible{
	border: none;
    box-shadow: none;
    transition:.3s ease;
    position: relative;
    width: 70%;
    margin-left: 15%!important;
	}
    .collapsible-header{
    	background-color: transparent;
    	border-bottom: none;
    	font-size: 16px;
    	color: #0BA27B;
    	font-weight: 400;
    	text-align: center;
        }
        .collapsible-header::after{
        	content: "+";
		    position: absolute;
		    top: 0px;
		    left: 25px;
		    margin-left: -8px;
        	}
        	.collapsible-header.active::after{
        		content: "-";
			    position: absolute;
			    top: -2px;
			    left: 25px;
			    margin-left: -8px;
			    border-top: 0!important;
        	}
        .collapsible li{
        	position: relative;
        	text-align: left;
    		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    		margin-bottom: 15px;
    		background-color: #fff;
			float: left;
			width: 100%;
        }
    .collapsible li.active .collapsible-header{
    	background: #fff;
    }
    .collapsible li:hover{
    	background: #fff;
    	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    }
    .collapsible-body{
    	background: #fff;
    	border-bottom: none;
    	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    }
    .collapsible-body ul.verz-top{float: left;margin-top: 20px;}
    .collapsible-body ul.verz-top h2{margin-bottom: 20px;margin-top: 20px;font-size: 16px;font-weight: 800;}
    .collapsible-body ul.verz-top li{margin-left: 0;padding-left: 0;}
    .collapsible-body ul.verz-top li i{font-size: 18px;}
    .collapsible-body ul.verz-top li p{line-height: 20px;padding: 0;margin-bottom: 10px;font-size: 13px;margin-left: 0;}

.zoek{
	float: none!important;
	margin:0 auto!important;
	margin-top: 0px!important;
	padding-bottom: 60px!important;
	width: 70%;
}
.zoek h2{
	padding-top:40px;
	font-weight: 500!important;
	}
.zoek #searchform{
	position: relative;
}
.zoek #searchform > div{
	width: 96%;
}
.zoek input[type=text]{
	float: left;
    width: 100%;
    padding: 17px;
    line-height: 22px;
    font-size: 14px;
    height: auto;
    background: #fff;
    border: none;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}
.zoek input[type="submit"]{
	position: absolute;
    left: 95%;
    top: 11px;
    background-color: transparent;
    color: #ccc;
    width: 32px;
    height: 32px;
    background: url(images/zoek.png)no-repeat 0px 3px;
    text-indent: -9999px;
}

.zoek.side{
	padding: 0!important;
    margin: 0!important;
    width: 100%;
}
.zoek.side #searchform > div{
	width: 100%;
}
h2.zoek-h{
	font-size: 18px;
	margin-bottom: 20px;
}


/*********************************
 SEARCH
*/


.z-cont .page-header{
	border: none;
	padding-top: 0;
	margin-bottom: 0!important;
}
.z-cont .entry-header{
	display: block!important;
}

.z-cont article{
	padding-bottom: 40px;
}
.z-cont article h2{
	font-size: 22px;
	margin-bottom:0;
}

.z-cont h1.page-title span{
    display: block;
}

.side-bar h3{
	font-size: 22px!important;
	margin-bottom: 30px;
}
.side-bar ul{
	margin-left: 15px;
}

.no-results .search-form{
	display: none;
}
.no-results h1.page-title{
    font-size: 22px;
    font-family:'Varela Round', sans-serif!important
}
.search-no-results h2.zoek-h{
	display: none;
}

/*********************************
 FAQ
*/


.collapsible.big .collapsible-header{
	text-align: center;
	padding-left: 40px;
}

.f-cont h2{
	margin-bottom: 20px;
	margin-top: 40px;
	float: left;
	width: 100%;
}
a.box-a{
	display: table;
    color: #07AA7E!important;
	padding-top:15px;
}
a.box-a::before{
	content: "";
    position: relative;
    top: -4px;
    font-size: 0px;
    color: #007ACC;
    padding-right: 10px;
    left: 0;
    margin-left: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #01BF89;
    border-bottom: 5px solid transparent;
}

/*********************************
 FOOTER
*/

.strap-footer.foo .row{
	margin-bottom: 0!important;
}
.foo{
	padding: 50px 0 30px;
	background:#F4F9FB;
	z-index: 2;
	margin-bottom: 0;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0;
	}
	.foo h3{
	font-weight: 600;
    font-size: 22px;
    margin-bottom: 25px;
    margin-top: 20px;
	}
	.foo ul{
		margin-left: 0;
		}

.foo-top{
	background: #053356;
	padding: 30px 0;
	float: left;
    width: 100%;
    position: relative;
    z-index: 22;
	}
	.foo-top h3{
	float: left;
	font-size: 16px!important;
    font-weight: 400!important;
    color: #fff!important;
    margin-left: 0.75rem;
    background-image: url(images/share.png);
    background-repeat: no-repeat;
    line-height: 43px;
    background-position: 0 6px;
    padding-left: 51px;
    background-size: 32px;
	}
	.foo-top h3 span{
		font-weight: 200;
	}
	.addthis_sharing_toolbox{
	float: left;
    clear: none!important;
    margin-left: 20px;
    margin-top: 5px;
	}
.foo-bottom{
	border-top: 1px solid #ddd;
	padding-top: 25px!important;
    margin-top: 20px;
    padding-left: 0!important;
    padding-right: 40px!important;
	}
	.foo-bottom p{
		padding-right: 100px;
	}
	p.copy{
		margin-bottom: 0!important;
	}
ul.u-t{
	padding-top: 65px;
	padding-left: 30px;
}
.row.bottom-foo{
	margin-bottom: 0;
    background: #EFF5F7;
    bottom: 0;
    float: left;
    width: 100%;
    margin-top: 0;
    height: auto;
    line-height: 20px;
    border-top: 1px solid #fff;
    padding: 10px 0;
	}
	.bottom-foo p{
		margin-bottom: 8px;
		margin-top: 20px;
	}
	.bottom-foo ul{
		float: left;
		width: auto;
		margin-bottom: 0!important;
    	margin-top: 20px;
    	margin-left: 0;
	}
	.bottom-foo ul li{
		float: left;
		margin-left: 15px;
	}

/********************************
  TOP 5 PAGE
**/
ul.top-li {
    margin: 0 0 20px 0;
    padding: 0;
    display: flex;
}



.row.top-tabs{
	padding: 0px 0 50px!important;
	background-color: #EBF4F7;
	margin-bottom: 0!important;
}
.tabb-cont{
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 0!important;
}
.top-in{
	padding-top: 20px!important;
}
.tabs .tab a{
	font-size: 16px;
	font-weight: 500;
}
ul.tabs{
	background: transparent;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: .3s ease;
    width: 60%!important;
    margin-left: 20%;
}
ul.tabs li{
	background-color: #fff;
}



ul.top-li.first li{
	margin-bottom: 20px;
}


ul.top-li li{
	display: block;
	margin-top: 20px;
	margin-bottom: 0px;
	padding:10px!important;
	background: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	transition:.3s ease;
	position: relative;
}
ul.top-li li:hover{
	background: transparent;
	}
	li.top-sel:hover{
		background: #fff!important;
	}






.boxbox{display: flex;
    width: 100%;

    left: auto;
    right: auto;
    margin-bottom: 20px;
    padding: 5px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    transition: .3s ease;
 cursor: pointer;
    float: left;


}





.logo{
	background: #fff;

	}
	.logo img{

  display: flex;


	}


.price, .verg, .max, .accep{
	background: #EFF5F4;
	padding: 0!important;
	text-align: center;
	border: 1px solid #fff
	}


.ab-price-new span{
	font-weight: bold;
	font-size: 15px;}

	.accep img{
		margin-bottom: 0;
	    margin-left: 15px;
	    margin-right: 5px;
	}

p.tooltipped {

    margin: 10% auto;
}


.cta{
	background: #fff;

	}
	.cta a{

	}
	p a.btn{
		padding-top: 0;
	}
	.cta a.btn, a.btn.a{

    background: #007acc;

    display: inline;
    font-size: 18px;
    color: #fff!important;
    text-align: center;
    font-weight: 500;
    transition: .3s ease;
  margin-left: auto;
  margin-right: auto;
  
  box-shadow: 0 2px 5px 0 #aeaeae;
  
		}
		p a.btn.a{
        	margin-left: 0;
		}
		.cta a.btn:hover{
			background: #145c8d;
		}

.tabs .indicator{
	background-color: #009E76;
}
.tabs li.tab a.active{
	color: #FFFFFF!important;
    background: #00C18E;
}



ul.top-li li:hover > .verg, ul.top-li li:hover > .price, ul.top-li li:hover > .accep, ul.top-li li:hover > .logo, ul.top-li li:hover > .perc, ul.top-li li:hover > .max{
	background: #fff;
	border-right: 1px solid #EBF4F5;
}



p.no{
	position: absolute;
    width: auto;
    height: 22px;
    background: rgba(0, 190, 138,1);
    box-shadow: 0 2px 0 #009E76;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    left: -12px;
    top: -24px;
    padding: 0 10px;
}
p.no span{
	margin-left: 5px;
}
p.no::before{
	content: '';
    background: url(images/tic.png)no-repeat;
    background-position: 0;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 23px;
}
ul.top-li li.top-sel{
	padding: 0!important;
}

/** BIG TABLE **/

.row.big-table{
	padding: 0px;
	background: #fff;
	margin-bottom: 0px;
}
h2.h-t{
	font-size: 18px!important;
    font-weight: 400!important;
    margin-top: 15px!important;
    margin-bottom: 35px!important;
    width: 100%;
    float: left;
    opacity: .7;
}
h2.h-t span{
	display: block;
}
h2.h-t span a{
	text-decoration: none;
}
.big-t-in{
	}
	.big-t-in ul.top-li p{
		width: 100%;
		text-align: center;
	}
	.big-t-in ul.top-li li > div.premie{
		background: #fff;
		}
		.big-t-in ul.top-li li > div.premie p{
			font-size: 32px;
    		font-weight: 600;
    		color: #009E76;
			}
			.big-t-in ul.top-li li > div.premie p span{
				font-size: 18px;
    			font-weight: 500;
			}
	.big-t-in ul.top-li li > div.logo{
		background: #EFF5F4;
		}
		.big-t-in ul.top-li li > div.logo img{
			width: 100px;
   			 display: inline-block;
		}
	.big-t-in ul.top-li li > div.max{
		background: #E7F3F1;
		}
		.big-t-in ul.top-li li > div.max p, .big-t-in ul.top-li li > div.perc p{
			font-size: 18px;
			font-weight: 500;
			}
			.big-t-in ul.top-li li > div.max p span{
				font-weight: 400;
				font-size: 14px;
			}
	.big-t-in ul.top-li li > div.perc{
		background: #E2EFEC;
	}
	.big-t-in ul.top-li li > div.accep{
		background: #DFECE9;
		}
		.big-t-in ul.top-li li > div.accep img{
			    margin-bottom: 0;
			    margin-left: 0;
			    margin-right: 0;
			    margin: 0;
			    display: inline-block;
		}
	.cta a.btn.b, a.btn.b{
		margin-left: 0;
   		display: inline-block;
    	margin: 0 auto;
	}
	.perc{
		background: #EFF5F4;
	}
.zui-table{
	border: none;
}
li.top-sel > div{
	height: 40px;
	border-right: none!important;
}
li.top-sel > div p{
	font-weight: 500;
	width: 100%;
	text-align: center;
	padding-left: 0;
	font-size: 13px;
	}

.cont-inn{
	padding: 60px 0;
}


/** Table **/

table.table tr.in { background-color: #EBF4F7}

table.table{
    width: 96%;
    margin-left: 2%;
    margin-top: 2%;
    border: none;
    }
    table.table tr{


        margin-bottom: 10px;
        float: left;
        width: 100%;
        transition:.3s ease;
        padding: 0;
        }
        table.table tr:hover{
            background: #fff;
                box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
        }
    table.table tr.top{
        background: transparent;
        border: none;
        margin-bottom: 0;
        width: 100%;
        box-shadow: none;
    }
    table.table tr.top th{

    }
    table.table tr.top > th, table.table tr > td{
        border:none;
    }







    table.table tr {cursor: pointer}
    table.table tr.top > th:nth-child(1), table.table tr.in > td:nth-child(1) {
        width: 15%;
        }
        table.table tr.top > th:nth-child(2), table.table tr.in > td:nth-child(2){
            width: 15%;
        }
        table.table tr.top > th:nth-child(3), table.table tr.in > td:nth-child(3){
            width: 15%;
            padding-left: 10px;
        }
        table.table tr.top > th:nth-child(4), table.table tr.in > td:nth-child(4){
            width: 18%;
        }
        table.table tr.top > th:nth-child(5), table.table tr.in > td:nth-child(5){
            width: 19%;
        }
         table.table tr.top > th:nth-child(6), table.table tr.in > td:nth-child(6){
            width: 18%;
        }


        table.table tr.in > td:nth-child(1){
            border-right: 1px solid #ddd;
            padding: 1% 0 0 0;
        }
        table.table tr.in > td:nth-child(1) img{
            margin-top: 0px;
        }
        table.table tr.in > td:nth-child(5){
            border-right: none;
        }
        table.table tr.in > td:nth-child(6){
            border-right: none;
        }
        .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
            padding: 14px 0 6px;
            height: 64px;
            line-height: 39px;
            vertical-align: middle;
            font-size: 15px;
            text-align: center;
            border-right: 1px solid #ddd;
            letter-spacing: 1px;
            float: left;
            }
        p.t-price{
            text-align: center;
            font-size: 28px;
            text-transform: uppercase;
            color: #1D88B1;
            margin: 0;
            padding:0;
            }
            p.t-price a{
                font-size: 12px;
                color: #505152;
                padding-left: 12px;
            }
            .btn-primary{
                background-color: #2CCAA5;
                background-image: url(images/btn-next.png);
                background-repeat: no-repeat;
                background-position: 90% 12px;
                border-color: #2e6da4;
                border: none;
                font-size: 13px;
                padding: 1px 34px 2px 14px;
                border-radius: 0px;
                width: auto;
                position: relative;
                float: left;
                right: 0;
                margin-left: 12px;
            }
            .btn:hover, .btn-large:hover {
                background-color: #35be9e;
                background-image: url(images/btn-next.png);
                background-repeat: no-repeat;
                background-position: 90% 12px;
            }


/* STICKY */
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.sticky:before,
.sticky:after {
    content: '';
    display: table;
}


/* STICKY */

td.tooltip_info
{
    position: relative;
    z-index: 24;
}
td.tooltip_info:hover
{
    z-index: 25;
}
td.tooltip_info span.t_text
{
    display: none;
    }
td.tooltip_info:hover span.t_text
{
    display: block;
    position: absolute;
    top: 2em;
    left: 5em;
    width: 250px;
    height:80px;
    line-height: 0;
    padding: 8px;
    background-color:#009E76;
    color: #fff;
    font-size: 15px;
    border-radius: 0px;
}
td.tooltip2_info
{
    position: relative;
    z-index: 1;
}
td.tooltip2_info:hover
{
    z-index: 9999;
}
td.tooltip2_info span.t_text
{
    display: none;
    }
td.tooltip2_info:hover span.t_text, td.tooltip_info:hover span.t_text
{
    display: block;
    position: absolute;
    top: 65px;
    left: -45px;
    width: 250px;
    height:auto;
    line-height: 1;
    padding: 10px 10px 20px 10px;
    background-color:#009E76;
    color: #fff;
    font-size: 15px;
    border-radius: 0px;
}
td.tooltip_info img{
	max-width: 76%;
    vertical-align: middle;
    width: auto;
    height: auto;
}
hr{    background-color: #fff;
    border: 0;
    height: 1px;
    margin:4px 0px 10px 0 !important;
}
span.t_text p {
	font-size: 14px;
	padding-top: 12px;
    color: #fff!important;
}
span.t_text h3{
	    color: #fff!important;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;

}
.t_text h2{
	    color: #fff!important;
    font-size: 18px !important;
    margin-top: 10px !important;
    margin-bottom: 0;
    padding: 0;
     text-transform: none !important;

     }
.t_text h4{
    color: #fff!important;
    font-size: 12px !important;
    margin-top: 0px !important;
    margin-bottom: 12px;
    padding-bottom: 0;
    text-transform: none !important;

}
span.t_text {
    font-size: 15px !important;

}
#total_page{
    margin-bottom: 22px!important;
    float: left;
}
#total_page span{
    background: #DBF0F5!important;
    padding: 10px 12px!important;
    border: none!important;
    color: #163588!important;
}

.sort_field{
    background-color: rgb(219, 240, 245)!important;
}
#sort-table tr.top th{
    color: #112D57;
    font-weight: 500;
    font-size: 14px;
}



/* .star-icon {
    color: #ddd;
    font-size: 1.4em;
    position: relative;
}
.star-icon.full:before {

    color: #03237E;
    content: '\2605';

    position: absolute;
    left: 0;
}
.star-icon.half:before {

    color: #03237E;
    content: '\2605';
        position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden;
}
@-moz-document url-prefix() {

    .star-icon {
        font-size: 20px;
        line-height: 34px;
    }
}

/* STARS */
.star-icon {
color: #ddd;
font-size: 1.2em;
position: relative;
display:block;
float:left;
padding-top: 3px;
}
.star-icon.full:before {

color: #19b28f;
content: '\2605'; /* Full star in UTF-8 */
position: absolute;
left: 0;
}
.star-icon.half:before {

color: #19b28f;
content: '\2605'; /* Full star in UTF-8 */
position: absolute;
left: 0;
width: 50%;
overflow: hidden;
}


/* STARS */

ul.side-2{ margin: 0!important}
.crp_related ul {
    margin-top: 0 !important;
    list-style: none!important	;
      margin-left: 0!important;
}
.crp_related ul li {
    line-height: 26px;
    margin-left: 0!important;

}
[type="radio"]:not(:checked), [type="radio"]:checked{
	position: relative;
	left: 0;
	opacity: 1;
}


a.button-collapse{
    color:#1A9DDD;
}
nav .button-collapse{
    left: 20px;
    top: 15px;
    position: absolute;
}




/********************************
  INNER PAGE
**/

.row.inn{
	
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    background: #fff;
}
.row.inn.src{
	  z-index: 1;
    margin-top: 176px;
}
.row.inn.top-vergelijk{
	background: #ebf4f7;
	padding:40px 0;
}
.l-cont{
    padding: 40px;
    padding-left: 16px!important;
    padding-right: 30px!important;
	}
	.l-cont h1{
		font-size: 28px;
		margin-bottom: 20px;
		font-weight: 600!important;
	}
	.l-cont h2{
		margin-bottom: 10px;
		margin-top: 30px;
		line-height: 30px;
		width: 100%;
		font-weight: 600!important;
	}
	.l-cont p{
		margin-bottom: 20px;
		margin-top: 10px;
		
	}
	.l-cont h3{
		margin-bottom: 5px;
		margin-top: 25px;
		line-height: 30px;
		float: left;
		width: 100%;
		font-weight: 600!important;
	}
	.l-cont ul{
		margin-left: 20px;
	}
	.l-cont ul li{
		margin-bottom: 10px;
		list-style: none;
		background: url(images/bullet.png)no-repeat left 8px;
   		margin-left: 0;
    	padding-left: 20px;
		font-weight: 400;
    	font-size: 15px;
    	color: #384448;
	}
	.l-cont ol{
		padding-left: 0px ;
		float: left;
		list-style: none;
        counter-reset: li;
	}
	.l-cont ol li{
		margin-bottom: 10px;
		list-style: none;
   		margin-left: 0;
    	padding-left: 20px;
		font-weight: 400;
    	font-size: 15px;
    	color: #384448;
    	counter-increment: li;
	}
    .l-cont ol li::before{
	    margin-left: -1.5em;
    margin-right: 0.5em;
    text-align: right;
    direction: rtl;
    content: counter(li);
    color: #07AA7E;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

ul#nav-mobile{
	overflow-x: hidden;
}
.side-bar{
    padding: 0!important;

	}
	.side-bar h4{
		font-size: 18px;
		padding-left: 0px;
	}
	.widget{
		border:0;
		margin-bottom: 0;
	}
	ul.child-sidebar-menu{
		margin-left: 0;
		border-left: 1px solid #ddd;
        padding-left: 20px;
	}
	#sidebar{
		margin-bottom: 40px;
	}
	#sidebar ul li a{
	}

	#sidebar ul li a:hover{
		box-shadow: 0 1px 0 0 currentColor;
	}
	ul.child-sidebar-menu li{
		margin-bottom: 4px;
		line-height: 28px;
		}
		ul.child-sidebar-menu li.current_page_item.has_children a, ul.child-sidebar-menu li.current_page_ancestor a{

		}

		ul.child-sidebar-menu li.current_page_ancestor a{
		}

		ul.child-sidebar-menu li.current_page_item.has_children a{
		}
		ul.grandchild-sidebar-menu{
			margin-top: 15px;
		}
		ul.grandchild-sidebar-menu li a{
            font-weight: 400!important;
            background: none!important;
            padding-left: 10px;
		}

		ul.grandchild-sidebar-menu li.current_page_item a{
			background: none;
		}
		ul.grandchild-sidebar-menu li a{
			display: table-cell;
			margin-bottom: 7px;
			line-height: 16px;
		}
		ul.grandchild-sidebar-menu li a:hover{
			opacity: .7;
		}

	ul.child-sidebar-menu li a{
		font-size: 16px;
		margin-left: 0px;
	}
	ul.children li{
		line-height: 22px;
		margin-bottom: 4px;
		padding-left: 0;
		}
		ul.child-sidebar-menu li::before{

		}
h1.o-h span{
	color: #00BE8A;
    margin-right: 5px;
    border-bottom: 2px solid #00BE8A;
}
h2.o-h span{
	color: #00BE8A;
    margin-right: 5px;
    border-bottom: 2px solid #00BE8A;
    display: table-cell;
}
h3.o-h span{
	color: #00BE8A;
    margin-right: 5px;
    border-bottom: 1px solid #00BE8A;
}


/************************************
  INNER table
*/
table{
	margin-top:40px;
}

tbody{
	background: #F1F7F6;
}

table.striped, table{
    border: none!important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
    padding: 6px;
    }
    table tr{
        padding:10px;
    }
    table.striped>tbody>tr:nth-child(odd){
    	background-color: #ebf9f5;
    }
    table tr, table td, table th{
    	border: none!important;
    	font-size: 14px;
    	padding: 10px;
    	transition:.3s ease;
    }
    table tr{
    	background:#F1F7F6 ;
    	border-bottom: 1px solid #fff!important;
    	}
    	table tr:hover{
    		background: #E8F1EF;
    		cursor: pointer;
    	}
    	table tr td{
            border-right: 1px solid #fff!important;
    	}
    	table tr:nth-child(2n) {background: #FBFDFD;}

    	table tr.cta{display: block;width: 100%;padding-left: 0!important;}
    	table tr.cta td{display: block!important;min-width: 320px;line-height: 30px;}
    	table tr.cta td a{line-height: 24px;color: #fff!important;padding: 6px 20px;margin: 0;margin-bottom: 10px!important;}

    table th{
        font-weight: 500;
        font-size: 16px;
        color: #00BE8A;
    }
    table.striped>tbody>tr:hover{
    	background-color: #fff;
    }
    table tr:first-child{
    	background-color: #fff!important;
    	border-bottom: 1px solid #ddd;
    	cursor: inherit;
    }
 /************************************
  thijs table tweaks
*/

table.vergoeding{
    }

    table.vergoeding th.logo{
	    font-size: 14px!important;
	}
    table.vergoeding th.premie{
	    font-size: 14px!important;
	}
    table.vergoeding th.vergoeding{
	    font-size: 14px!important;
	}
    table.vergoeding th.acceptatie{
	    font-size: 14px!important;
	}


	table.vergoeding tr{
	}








/************************************
  END INNER table
*/


	.wpcf7-form-control-wrap{
		float: left;
		width: 100%;
	}
	.wpcf7-submit{
		text-align: center;
		color: #fff;
		font-size: 16px;
		padding: 14px;
		font-weight: 500;
		margin: 0;
		box-shadow: 0 3px 0 #009E76;
		background: #01C18E !important;
		width: auto;
		margin-left: 0;
		margin-bottom: 10px;
		margin-top: 20px;
		font-weight: 600;
		font-size: 14px;
	}
	.wpcf7-form-control-wrap .wpcf7-recaptcha{
		margin-top: 30px;
	}

i.material-icons{
	color:#01C18E;
}
.material-icons{
	position:relative;
	top: 10px;
	margin-right: 10px;
	}


/*** VERZEKERAARS **/

p.small-b{
	float: left;
    width: 30%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    padding: 35px;
    margin-right: 3%;
    transition:.3s ease;
    height: 140px;
}
p.small-b:hover{
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.3);
}
p.small-b a{
	box-shadow: none;
	cursor: pointer;
}
p.small-b.big{
	width: 100%;
	padding: 0;
}
p.small-b.big a{
	margin: 0;
    width: 100%;
    float: left;
    padding: 15px;
}
p.small-b.big img{
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	width: 120px;
}
p.small-b.big a{
	display: inline;
	float: left;
	line-height: 71px;
    margin-left: 0px;
    font-size: 28px;
    font-weight: 600;
}
p.small-b.big a span{
	display: inline;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin-left: 10px;
}
p.small-b.big a strong{
	margin-left: 20px;
}
p.small-b.big .btn{
	float: right;
    margin-top: 20px;
    margin-right: 20px;
}
ul.verz-top{
	list-style: none;
	margin-left: 0;
}
ul.verz-top li{
	background: none;
    float: left;
    width: 100%;
    line-height: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
ul.verz-top li i{
	position: relative;
    top: 0;
    float: left;
    display: table-cell;
    width: 24px;
    left: 0;
}
ul.verz-top li i.md-red{
	color: #FF8383;
}
ul.verz-top li p{
	float: left;
    display: table-cell;
    width: 80%!important;
    margin-left: 10px;
}

/** RESPONSIVE MENU **/

#wpgyan-widget{
	padding: 40px 20px;
}
#wpgyan-widget h2{
	text-transform: uppercase;
    margin-bottom: 20px;
}
ul#menu-primary-1{
	margin: 0;
    padding-left: 0;
	}
	ul#menu-primary-1 li{
		line-height: 28px;
    	padding: 0;
    	margin: 0;
    	float: left;
   		width: 100%;
   		position: relative;
	}
	ul#menu-primary-1 li a:hover{
		background: transparent;
	}
	ul#menu-primary-1 li a{
		padding: 0;
    	margin: 0!important;
    	display: table-cell;
    	width: 100%;
    	float: left;
    	height: auto;
	}
	ul#menu-primary-1 li a::after{
		content: "\f431";
	    position: absolute;
	    right: 0;
	    top: 15px;
	}
	ul#menu-primary-1 li a span{
		display: none;
	}
	ul#menu-primary-1 li ul.sub-menu li a{
		text-transform: none;
		font-weight: 400;
		line-height: 28px;
		height: auto;
		padding-left: 15px;
	}
	ul#menu-primary-1 li ul.sub-menu li{
		height: auto;
		line-height: 28px;
	}
	ul#menu-primary-1 li ul.sub-menu{
		padding-left: 15px;
		position: relative;
	}
	ul#menu-primary-1 li ul.sub-menu li a::after{
		content: none;
	}
	ul#menu-primary-1 li ul.sub-menu li a::before{
		content: "\203A";
	    position: absolute;
	    top: -1px;
	    font-size: 16px;
	    color: #00c28d;
	    left: 0;
	    margin-left: 0;
	    display: table-cell;
	}



/********************************
  	TOP 3 BOXES ON HOMEPAGE
**/

.sell-b{
	height: 396px!important;
	background-color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	width: 27%;
	margin-left: 3.1%;
	margin-right: 3.1%;
	float: left;
	transition:.3s ease;
}
.sell-b:hover{
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.36),0 2px 10px 0 rgba(0,0,0,0.32);
}
.sell-b a{
	width: 100%;
    height: 100%;
    position: relative;
    display: block;
    box-shadow: none;
    overflow: hidden;
	cursor:pointer;
}
p.si-top{
	position: absolute;
    float: left;
    width: 46px;
    height: 46px;
    background-color: #01C18E;
    margin-top: -10px;
    margin-left: -10px;
    border-bottom: 1px solid #01AD81;
    border-right: 1px solid #01AD81;
	}
	p.si-top::after{
		content:'';
		width: 10px;
		height: 10px;
		background-color: transparent;
		position: absolute;
    	right: -10px;
    	top: 0px;
    	border-top: 10px solid transparent;
    	border-left: 10px solid #009E76;
    	border-bottom: 0px solid transparent;
	}
	p.si-top::before{
		content:'';
		width: 10px;
		height: 10px;
		background-color: transparent;
		position: absolute;
    	left: 0;
    	top: 45px;
    	border-top: 0px solid transparent;
    	border-right: 10px solid #009E76;
    	border-bottom: 10px solid transparent;
	}

	p.si-top.one{
		background-image: url(images/t-1.png);
		background-repeat: no-repeat;
		background-position: 7px 6px;
	}

	p.si-top.two{
		background-image: url(images/t-2.png);
		background-repeat: no-repeat;
		background-position: 6px 6px;
	}
	p.si-top.tree{
		background-image: url(images/t-3.png);
		background-repeat: no-repeat;
		background-position: 7px 6px;
	}
p.sell-top{
	text-align: center;
    padding: 12px 0;
    margin-bottom: 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #053356;
    opacity: .8;
}
p.sell-price{
	font-size: 40px;
    font-weight: 400;
    text-align: center;
    line-height: 38px;
    text-transform: uppercase;
    color: #009e76;
    margin-bottom: 4px;
}
p.sell-price span{
	display: block;
    font-size: 14px;
}
p.sell-big-price{
	text-align: center;
    font-size: 25px;
    font-weight: 400;
    color: #007aa8;
    line-height: 23px;
    margin-bottom: 0px;
	padding-top: 20px;
}
p.sell-big-price span{
	display: block;
    font-size: 13px;
    font-weight: 400;
    color: #375C78;
}
ul.sell-li{
	margin-top: 0;
    width: 100%;
    float: left;
    padding: 0 10px;
    margin: 0;
    position: relative;
	}
	ul.sell-li li{
		float: left;
    	width: 50%;
    	background: #EBF4F7;
    	padding: 4px 10px;
	    line-height: 18px;
	    font-size: 15px;
	    font-weight: 400;
	    text-align: center;
	    opacity: .8;
	}
	ul.sell-li li span{
		display: block;
	    font-size: 13px;
	    font-weight: 400;
	}
	ul.sell-li li:nth-child(2){
		background: #D9E6EA;
		border-left: 1px solid #fff;
	}
	p.plus-i{
		position: absolute;
	    left: 49%;
	    top: 10px;
	    font-weight: 800;
    	font-size: 16px;
	}
	p.sell-img{
		text-align: center;
		margin-top: 6px;
		margin-bottom:18px;
	}
	p.sell-img img{
		float: none;
   		margin: 0 auto;
	}

h2.ar::before{
	content: '';
    background-image: url(images/ar.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 72px;
    height: 85px;
    top: -16px;
    left: 27%;
    opacity: .9;
}




/** New Top 5 Accordion **/

h1.top-temp{
	font-size: 32px;
	margin-bottom: 30px;
}

.selector-box{
	margin:0!important;
	padding: 0!important;
	width: 100%;
}
.selector-box h3{
	margin-bottom: 20px;
    font-size: 16px;
}
.selector-box .top-btns {
    padding-left: 0;
    height: auto;
    padding: 0;
    margin: 0;
}
.selector-box ul.tabs {
    width: 100%!important;
    float: left;
    text-align: left;
    margin: 0;
    padding: 0;
    display: block!important;
    overflow-x: visible!important;
    overflow-y: visible!important;
}
.selector-box ul.tabs li.tab {
    margin: 0;
    padding: 0;
    float: left;
    margin-bottom: 10px!important;
    text-align: left;
    width: 100%!important;
    display: block;
    box-shadow: 2px 0 12px #ddd;
}
.selector-box ul.tabs li.tab a{padding-left: 20px;}
.tabs .tab a{
	padding-left: 0px;
	font-size: 14px;
}
.tabs .tab a:hover, .tabs .tab a.active {
    background-color: #f1f7f6;
    color: #FFFFFF;
    border: none;
}
.tabs .indicator {
    display: none;
}
.tabs-cont-box{margin-top: 35px;}
.in-tab{
	float: left;
    width: 100%;
    min-height: auto!important;
    padding: 0px 0 0 0;
    background: #fff;
    position: relative;
    border: 1px solid #ddd;
    border-bottom: 3px solid #ddd;
    margin-bottom: 20px;
}
.in-tab .one{
	min-height: 162px!important;
    background: #f7f8f9;
}
.in-tab .one, .in-tab .two, .in-tab .tree{
	padding:20px;
}
.in-tab .two{
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	min-height: 162px;
}
.in-tab .one img{
	width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin-top: 24px;
}
.in-tab .tree{
	border-right: none;
}
.in-tab .two p{margin: 0;margin-bottom: 10px;margin-left: 20px;font-size: 18px;font-weight: 600;}
.in-tab .two p i{font-size: 20px;color: #444b4e;top: 4px;left: 10px;margin-right: 20px;}
.in-tab .two ul{margin-left: 10px;padding-left: 10px;}
.in-tab .two ul li{position: relative;padding-left: 0px;float: left;width: 100%;color: #6c7477;}
.in-tab .two ul li::before{
	content: "";
    position: relative;
    top: -5px;
    font-size: 0px;
    color: #007ACC;
    padding-right: 10px;
    left: 0;
    margin-left: 0;
    border-top: 3px solid transparent;
    border-left: 5px solid #01BF89;
    border-bottom: 3px solid transparent;
}
p.top-no{
	position: absolute;
    left: 0;
    top: 0;
    margin-left: 0!important;
    padding: 8px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 40px;
    font-size: 14px!important;
    text-align: center;
}

.more-box{
	padding: 0;
    border-top: 1px solid #ddd;
    margin-top: 0px;
}
.more-box ul.collapsible{
	float: left;
	width: 100%!important;
	margin: 0!important;
	padding: 0!important;
}
.more-box ul.collapsible li{
	margin-left: 0!important;
}
a.grn-btn{
	display: block;
    text-align: center;
    background: #0ac08d;
    border-bottom: 2px solid #09966d;
    float: left;
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    color: #fff!important;
}
p.top-price{
	text-align: center;
    font-size: 32px;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 800;
    line-height: 32px;
}
p.top-price span{
	display: block;
    font-size: 14px;
    font-weight: 300;
    margin-top: 0;
    line-height: 18px;
    margin-bottom: 14px;
}





/** Premium Box **/

.premium{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.premium h3{
	font-size: 15px!important;
    text-transform: uppercase;
    color: #05c18c!important;
    margin-bottom: 10px;
}
a.prem-box-a{
	top: 0;
    left: 0;
    width: 100%;
    display: table;
    height: 100%;
    padding: 0;
    background: #fff;
    border: 1px solid #ddd;
    transition: .6s ease;
}
a.prem-box-a:hover{
	background: #fff;
	box-shadow: 2px 0 12px #ddd;
}
.premium .premium-box{
	float: left;
    width: 100%;
    min-height: 60px;
    padding: 0;
    margin-bottom: 15px;
    position: relative;
}
p.prem-no{
	position: absolute;
    left: -14px;
    top: 16px;
    margin: 0;
    line-height: 32px;
    width: 32px;
    height: 32px;
    text-align: center;
    background: #ffffff;
    box-shadow: 2px 0 8px #9e9e9e;
    color: #05c18c!important;
    border-radius: 50%;
    font-weight: 600;
    font-size: 13px;
}
p.prem-img{
	margin: 0;
    width: 55%;
    padding: 20px;
    margin-left: 10px;
}
p.prem-price{
	float: left;
    width: 100%;
    padding-left: 30px;
    margin: 0;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 6px;
}
p.prem-price span{
	display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    padding-top: 8px;
    padding-bottom: 10px;
}
p.vergoedingen{
	width: 100%;
    float: left;
    border-top: 1px solid #ddd;
    margin: 0;
    text-align: center;
    padding: 6px;
    padding-bottom: 8px;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
}
p.vergoedingen i{
	font-size: 15px;
	top: 4px;
}


/********************************
  RESPONSIVE
**/


@media only screen and (min-width: 993px){
.container {
    width: 94%;
}

}

@media only screen and (max-width: 1170px){

.top-nav ul li a{
	font-size: 12px;
	padding: 0;
}

.star-icon{
	font-size: 1em;
}
p.prem-img{
	width: 80%;
    padding: 10px 30px;
}
p.prem-price{
	width: 100%;
    padding: 0 40px 10px;
}

.breadcrumbs{width: auto;}
.breadcrumbs p{
	margin-top: 0;
	padding-left: 10px;
}

.hero-container h1 span.arrow-abs{right: 0;}

}

@media only screen and (max-width: 993px){

.container{
	width: 94%;
}

ul.tabs{
	width: 100%!important;
	margin-left: 0;
}
nav .brand-logo{
	display: block;
	width: 81px;
}
a.brand-logo span{
	display: none;
}

.sticky.table-select, .table-tab {
    float: left;
    width: 100%!important;
    height: auto!important;
    position: relative!important;
    margin: 0!important;
    top: 0!important;
    left: 0!important;
}
.sticky.table-select, .table-tab {
    float: left;
    width: 100%!important;
    height: auto!important;
    position: relative!important;
    margin: 0!important;
    top: 0!important;
    left: 0!important;
}

.table-container > div{
	height: auto!important;
}
.select-first {
    width: 100%!important;
    float: left;
}
.select-first .radio {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.select-first.lst-sel-li .radio{
	border-bottom: none;
    padding-bottom: 0px;
}
.select-first .radio label {
    display: inline;
    margin-right: 20px;
}
a.erkend{display: none;}


.collapsible{
	width: 100%;
	margin-left: 0!important;
	float: left;
}
.collapsible-header{
	font-size: 14px;
	line-height: 20px;
}
ul.u-t{
	padding-left: 0;
}

.n-t > div{
	height: auto!important;
}
.sticky.table-select > div{
	height: auto!important;
}
.hero-container > div{
	height: auto!important;
}

.sell-b{
	width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
    float: left;
}
.sell-b p.price-bottom{
	margin-bottom: 20px;
}

.side-bar{float: right!important;padding: 0!important;}

.row.inn{
	padding: 30px 0!important;
}

ul.top-li{margin: 0!important;}
ul.top-li li.top-sel{display: none;}
a.green-btn.table-bottom {margin-left: 10px;}

a.green-btn.table-btn{
	width: 90%;
	margin-left: 5%;
	padding:4px 10px;
}

.hero-container h1 {width: 80%;margin: 0 auto;}
.hero-container h1 span.arrow-abs{right: -70px;top: 0px;}
.hero-container h1 span.arrow-abs img{width: 100px;}


.choose-lab input {
  width: 0;
}
.choose-lab {
  font-size: 12px;
}
.boxbox {
  display: block;
}
.boxbox p {
  margin: 10px 0;
}
.boxbox .valign-wrapper {
  border: 0;
}
.boxbox .logo img {
  margin: 5px auto 10px;
}
.boxbox .cta a {
  margin: 10px auto 5px;
}



@media only screen and (max-width: 741px){

.selector-box, .tabs-cont-box{
	float: left;
	width: 100%!important;
}
.tabs-cont-box{
	padding: 0!important;
	margin-top: 20px;
}
.tab-inn{
	padding: 0!important;
}
.selector-box ul.tabs{
	height: auto!important;
	box-shadow: none!important;
}
.selector-box ul.tabs li.tab{
	width: 20%!important;
}

.selector-box ul.tabs li.tab.t-big{
	width: 100%!important;
}

.in-tab .one, .in-tab .two, .in-tab .tree{
	min-height: 60px;
}
.in-tab .one img{
	width: auto;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}
.collapsible-header{
	line-height: 40px;
}

a.green-btn.table-btn{
	font-size: 14px!important;
}




}





@media only screen and (max-width: 641px){

.breadcrumbs{display: none;}
.selector-box ul.tabs li.tab{
	width: 30%!important;
}
td.tooltip_info img{
	margin-top: 9px!important;
}

table.table tr.top{
	display: none;
}
table.table tr.in > td:nth-child(1){
	width: 30%;
}
table.table tr.top > th:nth-child(2), table.table tr.in > td:nth-child(2){
	display: none!important;
}
table.table tr.top > th:nth-child(3), table.table tr.in > td:nth-child(3){
	display: none;
}
table.table tr.in > td:nth-child(4){
	display: none;
}
table.table tr.top > th:nth-child(4), table.table tr.in > td:nth-child(4){
	width: 30%;
}
table.table tr.in > td:nth-child(5){
	width: 30%;
}
table.table tr.in > td:nth-child(6){
	width: 40%;
}
table.table tr td .btn.btn-primary{
	float: none;
}

.select-first {
    width: 100%!important;
    float: left;
}
p.t-price{
	font-size: 16px!important;
}
ul.top-l li::before {
    content: "";
    position: relative;
    top: -4px;
    font-size: 1px;
    color: #007ACC;
    padding-right: 10px;
    left: 0;
    margin-left: 0;
    border-top: 3px solid transparent!important;
    border-left: 6px solid #01BF89!important;
    border-bottom: 3px solid transparent!important;
    width: 6px;
    height: 4px;
    zoom:1;
	}
.zoek{
	width: 100%;
}

p.small-b{
	padding: 15px;
}
header.nav-up{
	top: -80px;
}
p.small-b.big .btn{float: left;}
p.small-b.big .btn, p.small-b.big img{margin-top: 0;}
p.small-b.big a span{display: block;margin-bottom: 10px;line-height: 20px;}

.side-bar{/*display: none;*/}
.side-bar .sticky-wrapper{
	display: none;
}
.l-cont{width: 100%!important;}


table{
	display: block;
	overflow: scroll;
}


.select-first .radio label{display: block;}

.hero-container h1{width: 100%;}
.hero-container h1 span.arrow-abs{top: 37px;}

}


@media only screen and (max-width: 601px){

.tabs .tab{
	min-width: 20px;
	}
	.tabs .tab a{
		font-size: 13px;
	}
h2.h-t::after{
	content: none;
}

.hero-container h1 span.arrow-abs{display: none;}

}

@media only screen and (min-width: 768px){
	.mobile-only{
		display: none;
	}
}
