@charset "utf-8";
/* CSS Document */

* a {
	font-family: 'Montserrat', sans-serif;
	text-decoration:none;
	font-size:13px;
	color:#0047BA;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, textarea {
	font-family: 'Montserrat', sans-serif;
	color:#0047BA;
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{font-family: 'Montserrat', sans-serif;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{font-family: 'Montserrat', sans-serif;}
body{font-family: 'Montserrat', sans-serif;}
ol,ul{font-family: 'Montserrat', sans-serif;}
	
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
font-family: 'Montserrat', sans-serif;
color:#0047BA;
}


button {
	font-family: 'Montserrat', sans-serif;
}

body {
	background-color:#fff;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:100%;
	color:#0047BA;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
}

.wrap {
	display:inline-block;
	width:100%;
	padding:0;
	margin:0 auto;
	position:relative;
	top:0;
	z-index:2;
}

.mid {
	max-width:1200px;
	margin:0 auto;
	text-align:center;
	position:relative;
}

.space10 {
	padding: 10px;
}

#top {
	background-image:url(../imgs/backgrnd2.jpg);
	background-position:right bottom;
	background-size:cover;
	background-repeat:no-repeat;
	height:420px;
	overflow:hidden;
}

#toplogo {
	text-align:center;
	padding:150px 0 0;
	margin:0 auto;
	display:block;
	width: 620px;
}

#toplogoophome {
	text-align:center;
	padding:200px 0 0;
	margin:0 auto;
	display:block;
}

#topban {
	width:100%;
	background-color:rgba(255,255,255,0.8);
	padding:20px 0;
}

h1#topword {
	font-size:16px;
	letter-spacing:2px;
	line-height:20px;
	color:#0047BA;
	font-weight:400;
}

/*Tabs*/

#seckinav {
	display:block;
	margin:0 auto;
	text-align:center;	
	position:relative;
	top:-5px;
	white-space:nowrap;
}

#dorpesekibo {
	margin:0 auto;
	padding:0 20px;
	text-align:center;
	position: relative;
	top: -3px;
}

hr#seckhrbok {
	border:none;
	background-color:#0047BA;
	height:3px;
	margin:0 auto;
	padding:0;
}

a.navidivlinks {
	color:#0047BA;
	font-size:14px;
	display:inline-block;
	padding:15px 20px;
	background-color:#fff;
	margin:0 5px;
	border-radius:0 0 15px 15px;
	-moz-border-radius:0 0 15px 15px;
	-webkit-border-radius:0 0 15px 15px;
	border:solid 1px #0047BA;
	transition-duration:0.4s;
	text-decoration:none;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	box-shadow:0 2px 10px -2px #afc3d9;
	-webkit-box-shadow:0 2px 10px -2px #afc3d9;
	-moz-box-shadow:0 2px 10px -2px #afc3d9;
}

a.navidivlinks:hover {
	background-color:#0047BA;
	color:#fff;
}

/*listing on home page*/

.wipad {
	padding:50px 0;
}

#count {
	width:100%;
	height:2000px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}

.enpos {
	position:relative;
	font-size:0;
}

.eieseemdiv {
	padding:50px 0;
	margin:0 auto;
	text-align:center;
	position:absolute;
	z-index:999;
	bottom:-20px;
	left:50%;
	width:100%;
	background-color:#fff;
	box-shadow:0 -30px 20px 30px #fff;
	-webkit-box-shadow:0 -30px 20px 30px #fff;
	-moz-box-shadow:0 -30px 20px 30px #fff;
	transform:translateX(-50%);
}

a.eieseelink {
	font-size:15px;
	transition-duration:0.5s;
	background-color:#fff;
	color:#0047BA;
	padding:20px 35px;
	border:solid 1px #0047BA;
	cursor:pointer;
}

a.eieseelink:hover {
	background-color:#0047BA;
	color:#fff;
	text-decoration:none;
}

.listingdiv {
	display:inline-block;
	width:100%;
	position:relative;
	border-bottom:solid 1px #B4BCC4;
	border-top:solid 1px #B4BCC4;
	font-size:0px;
	transition-duration:0.4s;
}

.listingdiv:hover {
	-webkit-box-shadow: 0px 0px 50px 0px rgb(40, 102, 219);
	-moz-box-shadow: 0px 0px 50px 0px rgb(40, 102, 219);
	box-shadow: 0px 0px 50px 0px rgb(40, 102, 219);	
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

a.linstlinki {
	display: inline-block;
    width: 100%;
    position: relative;
    font-size: 0px;
	cursor:pointer;
	padding:50px 0;
}

.listingimgdiv {
	height:200px;
	overflow:hidden;
	display:inline-block;
	width:34%;
	background-image:url(../imgs/plce.gif);
	background-position:center center;
	background-repeat:no-repeat;
	vertical-align:top;
	position:relative;
}

.listingdivfltmid {
	display:inline-block;
	width:30%;
	text-align:left;
	vertical-align:top;
}

.listingdivfltlst {
	vertical-align:top;
	display:inline-block;
	width:28%;
	border-left:solid 1px #0047BA;
	text-align:left;
	position:relative;
}


#divvinon {
	display: inline-block;
	vertical-align: top;
	width: 8%;
}


.listinddivinsidepad {
	padding: 0 15px;
}

.listkers {
	padding: 0 0 20px;
	position: relative;
}

img.yeschrsticon {
	cursor: pointer;
	position: relative;
	z-index: 5;
	width: 40px;
}

p.yescristverduid {
	font-size: 10px;
	line-height: 12px;
	text-align: center;
  	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #009DF4;
}

p.yesbutno {
	color: #93AAB7;
}



.listingimgonh {
	width:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:2;
}

.listingimgonhbehind {
	position:absolute;
	z-index:1;
	height:100%;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	filter:blur(20px);
	-webkit-filter:blur(20px);
}

h2.listnamh {
	font-size:22px;
	font-weight:400;
	line-height:25px;
	margin:0;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

h3.listingthhead {
	font-size:16px;
	font-weight:400;
	line-height:22px;
	letter-spacing:1px;
	padding:10px 0;
	margin:0;
}

p.slpmet {
	font-family:'Courgette', cursive;
	color:#009DF4;
	padding:10px 0;
	font-size:20px;
	margin:0;
}


.midbotdiv {
	display:inline-block;
	width:100%;
	padding:10px 0 10px;
}

.midbotdivin {
	padding:0 5px 0 0;
	display:inline-block;
}

.slpikoncl {
	vertical-align:middle;
	display:inline-block;
	width:45px;
}

p.slppapar {
	font-size:16px;
	padding:0 5px;
	vertical-align:middle;
	display:inline-block;
}



p.prysies {
	font-size:16px;
	letter-spacing:1px;
	padding:0 0 0 5px;
	vertical-align:middle;
}

p.pryiesprys {
	font-size:14px;
	font-weight:600;
	padding:5px 0 25px 15px;
	color:#00B7FA;
}

.iniliv {
	display:inline-block;
	padding:0 10px;
}

span.nom {
	color:#009DF4;
}

span.dinomnm {
	color:#8499b1;
	font-size:14px;
	letter-spacing:1px;
	position:relative;
}

.indiv {
	position:relative;
	display:inline-block;
	padding:0 5px;
	vertical-align:middle;
}

.iic {
	width:20px;
	transition-duration:0.5s;
}

.iic:hover {
	cursor:pointer;
	box-shadow:0 0 5px #6a727b;
	border-radius:20px;
}

.ipw {
	display:none;
	position:absolute;
	top:22px;
	width:150px;
	line-height:18px;
	padding:10px;
	text-align:center;
	right:0;
	left:50%;
	transform:translateX(-50%);
	color:#fff;
	font-size:12px;
	background-color:#0047BA;
	box-shadow:0 5px 5px #AEB1BF;
	border:solid 1px;
	z-index:9;
}

.knoponder {
	position:absolute;
	bottom:0;
	text-align:right;
	width:100%;
	padding:5px 0;
	transition-duration:0.5s
}

a.knopone {
	font-size:16px;
	letter-spacing:1px;
	transition-duration:0.5s
}
.knoponder:hover {
	background-color:#0047BA;
	padding:10px 0;
	z-index:9999;
}

.knoponder:hover a.knopone {
	color:#fff;
	padding:5px;
}

.calend {
	position:absolute;
	top:15px;
	right:0;
	transition-duration:0.5s;
	width:45px;
	z-index:5;
}

.calend:hover {
	cursor:pointer;
	box-shadow:0 0 5px #00B7FA;
	border-radius:30px;
	padding:5px;
}

.cal {
	position: absolute;
	top: 65px;
	z-index: 8;
	right: 0;
	height:220px;
	z-index:6;
}



#terugid {
	position:fixed;
	left:0;
	top:100px;
	background-color:#fff;
	padding:10px;
	border-radius:0 40px 40px 0;
	box-shadow:0 0 5px #8899b1;
	z-index:99999;
}

#terugidr {
	position:fixed;
	left:0;
	top:180px;
	background-color:#fff;
	padding:10px;
	border-radius:0 40px 40px 0;
	box-shadow:0 0 5px #8899b1;
	z-index:99999;
}

.sidimg {
	width:50px;
}

p#kontkons {
	position:absolute;
	top:70px;
	left:0;
	border-radius: 0 50px 50px 0;
	-webkit-border-radius: 0 50px 50px 0;
	-moz-border-radius: 0 50px 50px 0;
	background-color:#0047BA;
	padding:10px;
	color:#fff;
	font-size:12px;
	line-height:14px;
}

#oppega {
	position:fixed;
	right:0;
	bottom:10px;
	background-color:#fff;
	padding:10px;
	border-radius:40px 0 0 40px;
	box-shadow:0 0 5px #8899b1;	
	z-index:99999;
}

#kontakpagsec {
	width:100%;
	text-align:center;
	margin:0 auto;
	padding:0 0 100px;
}

#msgonkont {
	width:100%;
	text-align:center;
	margin:0 auto;
	padding:50px 0 0;
}

h3#headwors {
	font-size:18px;
	text-align:center;
	font-weight:400;
	line-height:25px;
	width:50%;
	margin:0 auto;
}


/*sort*/
#sorts {
	display:inline-block;
	width:100%;
	padding:50px 0 0;
}

h3.sorthe {
	font-size:20px;
	font-weight:400;
	line-height:28px;
	padding:20px 0 10px;
	letter-spacing:1px;
	border-top:solid 1px #0c48b0;
}

h3#dorphead {
	font-size:25px;
	font-weight:400;
	padding:0 0 10px;
	letter-spacing:5px;
}
	

p.eienwordhelpbo {
	font-size: 20px;
	font-family: 'Satisfy', cursive;	
}

.sortdiv {
	display:inline-block;
	width:100%;
	text-align:center;
	position:relative;
}

.sortactidiv {
	width:100%;
	padding:20px 0 10px;
	text-align:center;
	font-size:0px;
}

p.sortacpar {
	display:inline-block;
	margin:0 auto;
	padding:0 10px 10px;
	font-size:15px;
	line-height:30px;
}

.sortselecticn {
	display:inline-block;
	vertical-align:middle;
	width:30px;
}


/*radio buttons*/

.radiocontainer {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin:0 30px 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type="radio"] {
  width: 2em;
  height: 1.5rem;
  accent-color: #00B7FA;
} 

input.radiobut {
	vertical-align: middle;
}

input.radiobut:hover {
	outline:#00B7FA;
}


.diradaclbl {
	display:inline-block;
	vertical-align:middle;
}

.divsortdivradsevi {
	width:100%;
	font-size:0px;	
}

.radisortdivis {
	display:inline-block;
	width:350px;
	text-align:left;
	vertical-align:middle;
}

.sienme {
	position:absolute;
	right:0;
	top:0;
	width:30px;
}

.sienme:hover {
	cursor:pointer;
}

.sienmine {
	position:absolute;
	right:0;
	top:0;
	width:30px;
}

.sienmine:hover {
	cursor:pointer;
}

form.sortfrmdi {
	display:inline-block;
	width:100%;
}

.whtsrtdi {
	width:50%;
	float:left;
	padding:20px 0;
}

#expline {
	font-size:0px;
	padding:5px;
	text-align:center;
	display: inline-block;
  	border: solid 1px;
}

.explineflts {
	display:block;
	padding:0 10px;
	margin:0 10px;
}

p.explinpara {
	font-size:12px;
	display:inline-block;
	vertical-align:middle;
	padding:0 5px;
}

.bggr {
	background-color:#98e41a;
	color:#0c48b0;
	letter-spacing:1px;
	font-size:16px;
	font-weight: 600;
}

.bgblu {
	background-color:#0c48b0;
	color:#98e41a;
	letter-spacing:1px;	
	font-size:16px;
	font-weight: 600;
}

select.sltarea {
	padding:5px;
	border:none;
	background-color:#fff;
	font-size:13px;
}

.subidi {
	width:100%;
	padding:20px;
	border-bottom:solid 1px #0c48b0;
}

input.subibut {
	font-size:14px;
	letter-spacing:1px;
	padding:20px;
	border:none;
	background-color:#fff;
	transition-duration:0.5s;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(12,72,176,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(12,72,176,1);
	box-shadow: 0px 0px 5px 0px rgba(12,72,176,1);
	border-radius: 5px;
	margin: 20px auto 10px;
	font-weight: 600;
}

input.subibut:hover {
	-webkit-box-shadow: 0px 0px 21px -4px rgba(12,72,176,1);
-moz-box-shadow: 0px 0px 21px -4px rgba(12,72,176,1);
box-shadow: 0px 0px 21px -4px rgba(12,72,176,1);
}

a.subibutniehy {
	font-size:11px;
	letter-spacing:1px;
	padding:10px;
	border:none;
	background-color:#0c48b0;
	transition-duration:0.5s;
	position:relative;
	bottom:0;
	top:6px;
	color:#fff;
}

a.subibutniehy:hover {
	box-shadow:0 1px 15px #5e6cb7;
}

#sortreste {
	padding: 30px 0 0;
}

img#resetim {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	
}

span#herstsor {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}

.sienmine {
	display:none;
}
form.sortfrmdi {
	display:none;
}
.volgsp {
	display:none;
}

#onaktief {
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(255, 255, 255, 0.8);
	z-index:99999;
	padding:5px;
	box-shadow:0 -10px 10px #fff;
	background-image:url(../imgs/bgrnd-wtr.png);
	background-size:cover;
}

h4#onaktihea {
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	font-size:25px;
	letter-spacing:5px;
	font-weight:400;
	color:#828fa5;
}

#aktief {
	display:none;
}

.calandars {
	display:none;
}

/*Geen results*/

.wrapwtjameis {
	width:100%;
	padding:0 0 30px;
	text-align:center;
	position:relative;
	top:-50px;
}

p.norespar {
	font-size:18px;
	line-height:26px;
	text-align:center;
	width:50%;
	margin:0 auto;
}

/*danki page*/

#dnkipge {
	display:inline-block;
	width:100%;
	min-height:100%;
	background-color:#fff;
	text-align:center;
	background-image:url(../imgs/bgrnd-wtr-kl.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}

.indkdiv {
	padding:200px 50px 50px;
}

h3#dnkihead {
	font-size:50px;
	line-height:55px;
	letter-spacing:1px;
}

p.dnkpargr {
	font-size:20px;
	line-height:28px;
	padding:30px 10px;
	max-width:600px;
	margin:0 auto;
}

.dnkdivbot {
	border-top:solid 1px #0047BA;
	padding:30px;
	border-bottom:solid 1px #0047BA;
	margin:0 auto 100px;
	max-width:720px;
}

a.direcdnklink {
	font-size:16px;
	letter-spacing:1px;
	line-height:25px;
	display:block;
	padding:20px 0;
	transition-duration:0.2s;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}


a.direcdnklink:hover {
-webkit-box-shadow: 0px 0px 5px -1px rgb(27, 81, 185);
-moz-box-shadow: 0px 0px 5px -1px rgb(27, 81, 185);
box-shadow:0px 0px 5px -1px rgb(27, 81, 185);
}

footer {
	display:inline-block;
	width:100%;
	background-color:#0047BA;
	color:#fff;
	text-align:center;
	padding:50px 0 60px;
	margin:50px 0 0;
}

p.fotp {
	font-size:13px;
	letter-spacing:1px;
	color:#fff;
	padding:0 0 10px;
	line-height:20px;
}

a.foota {
	font-size:15px;
	line-height:25px;
	color:#fff;
	border-bottom:solid 1px;
	padding:0 20px 20px;
}

a.foota:hover {
	text-shadow:0 0 5px #0047BA;
	text-decoration:none;
}


/*Search*/

.formsoekboks {
	margin:0 auto;
	padding:105px 0 0;
	text-align: center;
	position:absolute;
	left:50%;
	top:0;
	transform:translateX(-50%);
}

input.sokbox {
	background-color:rgba(255, 255, 255, 0.6);
	width:500px;
	border:solid 2px #0047BA;
	border-radius:30px;
	padding:20px 25px;
	font-size:15px;
}

.sokimg {
	position:absolute;
	top:2px;
	right:2px;
	width:55px;
	border-radius:100%;
	cursor:pointer;
}

#ntviby {
	position:relative;
	display:inline-block;
}

#livesearch {
	font-size: 15px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 70px;
	background-color:
	rgba(255,255,255,.9);
	padding: 10px;
	text-align: left;
	width: 60%;
	line-height: 25px;
	-webkit-box-shadow: 0 4px 10px -5px #0e6abb;
	-moz-box-shadow: 0 4px 10px -5px #0e6abb;
	box-shadow: 0 4px 10px -5px #0e6abb;
	max-height: 420px;
	overflow: hidden;
	display: none;
	z-index:9999;
}

a.sealin {
	border-bottom: solid 1px #0047BA;
	width: 100%;
	padding: 10px 0;
	display: block;
	line-height: 30px;
	transition-duration: .5s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*Fixed sort div*/

.wagekdink {
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:rgba(255,255,255,0.9);
	z-index:99999;
	display:none;
}

p.waggo {
	font-size:20px;
	line-height:28px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	text-align:center;
}

#waarjymoetload {
	padding:0 10px 0;
	text-align:center;
	display:none;
}

.warjlopar {
	font-size:15px;
	color:#778eb7;
	line-height:23px;
}

.loadingicnopeie {
	padding:80px 10px 10px;
	width:100px;
}

/*loading fixed*/
#diondersteknop {
	padding:80px 0 30px;
	margin:0 auto;
}

p.dionderstekopsebut {
	cursor:pointer;
	font-size:20px;
	text-align:center;
	line-height:28px;
	display:inline-block;
	padding:20px 25px;
	border:solid 1px #0047BA;
	border-radius:5px;
	-webkit-box-shadow: 0 2px 8px 0px #9ebfd5;
	-moz-box-shadow: 0 2px 8px 0px #9ebfd5;
	box-shadow: 0 2px 8px 0px #9ebfd5;
	transition-duration:0.4s;
}

p.dionderstekopsebut:hover {
	background-color:#0047BA;
	color:#fff;
}



/*corona div*/

#cornonadiv {
	width:100%;
	background-color:#E84809;
	text-align:center;
	position:relative;
}

#randcomconr {
	background-color:#038556;
	position:absolute;
	left:0;
	top:0;
	width:50px;
	height:20px;
}

#cornalnkhibo {
	font-size:10px;
	color: #fff;
	padding:5px;
	margin:0 auto;
	display:inline-block;
}

span.corcls {
	font-size:10px;
	color:#fff;
}


/*Sort wat wys*/

#wyssort {
	display:inline-block;
	width:100%;
	padding:0 0 20px;
	text-align:center;
}

#wysmid {
	display:inline-block;
	font-size:0px;
	text-align:center;
	margin:0 auto;
	padding:20px 0;
}

.wysmiddivi {
	display:inline-block;
	padding:0 20px;
}

img.wysmidimgi {
	display:inline-block;
	width:30px;
	height:30px;
	vertical-align:middle;
}

p.wysmidseparap {
	display:inline-block;
	font-size:12px;
	padding:0 5px;
	vertical-align:middle;	
}

hr.wysortsehr {
	height:0.5px;
	border:none;
	margin:0 auto;
	max-width:500px;
	background-color:#B4BCC4;
}


/*closed down*/

body#closed {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:#fff;
}

img#closedimg {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

/*Dorp Situasie*/

.opidorp {
	top: 0px;
}

.nommn {
	font-weight: 600;
}





@media only screen and (max-width:1200px) {
	#top {
		background-image:url(../imgs/backgrnd.jpg);
		height:370px;
	}
	
	#toplogoophome {
		padding:35px 0 0;
}

#toplogo {
		padding:130px 0 0;
}

}

@media only screen and (max-width:900px) {
.prysies {
	max-width:80px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}


	
}

@media only screen and (max-width:800px) {
	#toplogoophome {
		padding:80px 0 0;
		width:340px;
	}
	
	#toplogo {
		padding:180px 0 0;
		width:340px;
	}
	
	.mid {
		width:90%;}

.knoponder {
	text-align:center;
	width:100%;
	bottom:10px;
}

.listingdiv {
	padding:20px 0 40px;
	margin:0 0 50px;
}

.infoicon {
	right:20px;
	left:auto;
}

.infopar {
	right:-45px;
	left:auto;
}

span.refcal {
	width:100%;
	padding:5px 0;
}

.indiv {
	right:0;
}

h3.sorthe {
	font-size:17px;
}

.bggr {
	font-size:14px;
}

.bgblu {
	font-size:14px;
}

.formsoekboks {
	padding:150px 0 0;
}

a.linstlinki {
	padding:20px 0;
}

#livesearch {
	max-height: 280px;
}

a.navidivlinks {
	max-width: 100px;
	padding: 12px 15px;
	margin: 0 2px;
}
	
	.radiocontainer {
  padding-left: 0px;
	}
	
}

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

.sortactidiv {
	width:320px;
	margin:0 auto;
}

.radisortdivis {
	width:100%;
}

.calend {
	top:-10px;
	right:-10px;
}
	
#wyssort {
	padding:20px 0;
}

#wysmid {
	padding:20px 0;
}

.wysmiddivi {
	display:block;
	padding:5px 20px;
}
	
}

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

p.prysies {
	max-width:initial;
	white-space:inherit;
}

.listingimgonh {
	position:relative;
	top:0;
	transform:translate(0,0);
	left:0;
	width:70%;
}

h2.listnamh {
	white-space:inherit;
	padding:15px 0 0;
}

p.slpmet {
	padding:5px 0 20px;
}

.listingimgdiv {
	height:auto;
	overflow:hidden;
	display:inline-block;
	width:100%;
	max-width:600px;
	background-image:url(../imgs/plce.gif);
	background-position:center center;
	background-repeat:no-repeat;
	vertical-align:top;
	position:relative;
}

.listingdivfltmid {
	display:inline-block;
	width:100%;
	padding:0 10px;
	text-align:center;
}

.listingdivfltlst {
	width:100%;
	text-align:center;
	border:none;
	padding:20px 15px;
}

.listingimgonhbehind {
	width:80%;
	filter:blur(15px);
	-webkit-filter:blur(15px);
}

.calend {
	top:15px;
	right:0px;
}

	
	
	#divvinon {
		display: block;
		width: 100%;
	}

	.listkers {
		padding: 15px 10px;
		display: inline-block;
		text-align: center;
	}
	
	.midbotdivin {
		padding: 0 10px;
	}


	
}


@media only screen and (max-width:600px) {
	#top {
		height:320px;
	}
	
	#toplogoophome {
		padding:10px 0 0;
		width:300px;
	}
	
	#toplogo {
		padding:130px 0 0;
		width:300px;
	}	
	
	.showit {
		display:block;
	}
	
	h3#headwors {
		width:100%;	
	}
	
	.whtsrtdi {
		width:100%;
		float:none;
	}
	
	#sorts {
		padding:50px 0 10px;
	}
	
	#count {
		height:3000px;
	}
	
	input.sokbox {
		width:300px;
	}
	.formsoekboks {
		padding:130px 0 0;
	}
	
	#livesearch {
		width: 80%;
	}
	
	.explineflts {
		display:block;
		padding:10px;
		margin:0 auto;
	}
	
	.listingdiv {
		padding:20px 0 0px;
	}
	
	a.navidisipear {
		display:none;
	}
	
	a.navidivlinks {
		max-width: 150px;
	}
	
	#dorpesekibo {
		padding:0;
	}
	
	
	#terugid, #terugidr {
		width: 50px;
		top: 80px;
	}
	
	#terugidr {
		top: 135px;
	}
	
	
}

@media only screen and (max-width:400px) {
	
	#toplogoophome {
		padding:10px 0 0;
		width:280px;
	}
	
	#toplogo {
		padding:135px 0 0;
		width:280px;
	}
	
	#terugid {
		width:50px;
		padding:5px 5px 5px 10px;
	}
	
	#terugidr {
		top:155px;
		width:50px;
		padding:5px 5px 5px 10px;
	}
	
	
	#oppega {
		width:50px;
		padding:5px 10px 5px 5px;
	}
	
	.listingimgdiv {
		width:95%;
		padding:0;
	}
	
	p.norespar {

		width:80%;
	}
	
	.sidimg {
		width:35px;
	}
	
	#randcomconr {
		width:20px;
	}
	
	p#kontkons {
		top:45px;
		font-size:10px;
		line-height:13px;
	}
	
}

@media only screen and (max-width:720px) and (max-height:600px) and (orientation:landscape) {
#terugid {
	top:60px;
}

#terugidr {
	top:60px;
	right:0;
	left:auto;
	border-radius:40px 0 0 40px;
}

p#kontkons {
	top:70px;
	left:0;
	font-size:12px;
	line-height:14px;
}

#livesearch {
	max-height: 150px;
}
	
}












