
@font-face {
    font-family: 'instanterbold';
    src: url('../font/instanter-bold-webfont.eot');
    src: url('../font/instanter-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/instanter-bold-webfont.woff') format('woff'),
         url('../font/instanter-bold-webfont.ttf') format('truetype'),
         url('../font/instanter-bold-webfont.svg#instanterbold') format('svg');
    font-weight: normal;
    font-style: normal;
}





body {
	font-family: 'Open Sans', Arial, sans-serif;
}
a {
	color: #f0800e;
	font-weight: bold;
}
a:hover, a:focus {
	color: #d46b00;
}
.nopadding {
	padding: 0 0 0 0;
}
.nopaddingright {
	padding: 0 0 0 15px;
}
.nopaddingleft {
	padding: 0 15px 0 0;
}
h1,h2,h3,h4 {
	font-family: 'instanterbold', Arial, sans-serif;
	color: #0094aa;
}
h3 {
	font-size: 21px;
}	
img {
	max-width: 100%;
}
img.wide {
    width: 100%;
    max-height: 100%;
    height: auto;
}
img.tall {
    height: 100%;
    max-width: 100%;
    width: auto;
}


.carousel {
	height: 540px;
}
.item,
.active,
.carousel-inner {
    height: 100%;
}
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.carousel .carousel-caption {
	left: 20%;
	right: 20%;
	bottom: 100px;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
}
.carousel .carousel-caption h2 {
	letter-spacing: 4px;
	color: white;
	font-size: 35px;
	line-height: 45px;	
}
.carousel.bestemming, .carousel.detail {
	height: 350px;
}



.navbar {
	background-color: #0094aa;
	min-height: 0px !important;
	margin-bottom: 15px !important;
}
.navbar-default .navbar-nav > li > a:hover {
	background-color: #008194;
}
.navbar-nav > li > a {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}
.navbar a {
	font-weight: normal;
}
#logo img {
	max-width: 100%;
}
#logo h1 {
	margin: 25px 0;
}

#navbar-main {
	background-color: #f0800e;
}
#navbar-main ul.mainnav {
	margin: 0;
	padding: 0;
}
#navbar-main ul.mainnav li {
	list-style-type: none;
	float: left;
	width: 25%;
}

#navbar-main ul.mainnav li a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 6px 0;
	color: white;
	font-size: 25px;
	font-family: 'instanterbold', Arial, sans-serif;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
#navbar-main ul.mainnav li a:hover, #navbar-main ul.mainnav li.active a {
	background-color: #da7815;
	text-decoration: none;
}


#zoek {
	background-color: rgb(240, 128, 14);
	background-color: rgba(240, 128, 14, 0.5);
	position: relative;
	top: -540px;
	padding: 15px 0;
}	
#zoek.achterliggende {
	position: relative;
	top: 0px;
	padding: 15px 0;
}	
#zoek form .form-group {
	width: 26%;
}
#zoek form .form-group .form-control {
	width: 100%;
}
button.btn-default, a.btn-default{
	background-color: rgb(240, 128, 14);
	border-color: rgb(240, 128, 14);
}
button.btn-default:hover, a.btn-default:hover {
	background-color: #0094aa;
	border-color: #0094aa;
}


#indekijker {
	position: relative;
	top: -163px;
	margin-bottom: -100px;
    min-width: 320px;
}
.bestitem a {
	font-weight: normal;
}
.bestitem {
	margin-bottom: 15px;
}	
.bestitem .item-inner {
	height: 255px;
	background: no-repeat;
	background-size: contain;
    position: relative;
    overflow: hidden;
}
.bestitem .item-inner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /*height: 145px;*/
}
.bestitem .item-inner a {
	background: url(../images/bg-watermark.png) transparent no-repeat bottom right;
	background-size: cover;
	background-position: 0px 83px;
	height: 255px;
	display: block;
	padding-top: 180px;
	position: relative;
	-webkit-transition: background-position 200ms ease;
	-moz-transition: background-position 200ms ease;
	-o-transition: background-position 200ms ease;

}
.bestitem .item-inner a:hover {
	background-position: 0px 73px;
	height: 255px;
	display: block;
	padding-top: 180px;
	position: relative;
}
.bestitem .item-inner a span.titel {
	-webkit-transition: bottom 400ms ease;
	-moz-transition: bottom 400ms ease;
	-o-transition: bottom 400ms ease;	
	position: absolute;
	bottom: 5%;
	left: 5%;
	width: 90%;
	text-align: left;
	font-size: 18px;
	line-height: 20px;
	color: white;
}
.bestitem .item-inner a:hover span.titel {
	bottom: 10%;
}
.bestitem .item-inner a span.titel span {
	font-size: 13px;
}


#usp {
	background: url(../images/bg-strip.png) #dbedef repeat-x top left;
	padding: 60px 0 0 0;
	margin-bottom: 60px;
}
#usp div {
	padding-bottom: 15px;
}
#uspbottom {
	background: url(../images/bg-strip.png) #dbedef repeat-x bottom left;
	height: 30px;
}	
#usp ul {
	margin: 0 0 40px 0;
	padding: 0;
	clear: both;
}
#usp ul li {
	list-style-type: none;
	list-style-image: url(../images/bullet-check.png);
	margin: 0 0 0 20px;
	padding-left: 8px;
	line-height: 22px;
}
#usp ul.logos li {
	list-style-image: url();
	float: left;
	padding-left: 0px;
	margin: 0 20px 0 0;
	height: 60px;
	line-height: 60px;
}
#usp ul.logos li img {
	max-width: 45px;
}
#usp .input-group {
	width: 100%;
}



#bestemmingen {
}
#bestemmingen .item {
	background-position: 15px 0;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
#bestemmingen .item img {
    position: absolute;
    left: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
#bestemmingen .item a:hover img {
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}
#bestemmingen .item a:hover .scale-caption p {
    -moz-transform: translateY(160px);
    -ms-transform: translateY(160px);
    -o-transform: translateY(160px);
    -webkit-transform: translateY(160px);
    transform: translateY(160px);
} 
#bestemmingen .item a {
	width: 100%;
	height: 138px;
	display: block;
	position: relative;
	color: white;
	font-size: 21px;
	font-weight: normal;
	overflow: hidden; 
}
#bestemmingen .item a span {
	position: absolute;
	bottom: 8px; 
	left: 15px;
}
#bestemmingen .item a .caption {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #000;
    z-index: 100;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    left: 0;
}
#bestemmingen .item a:hover .caption {
    background-color: rgba(255,255,255,0.8);
}	
#bestemmingen .item a .scale-caption p {
    position: relative;
    top: -150px;
    left: 15px;
    width: 220px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    font-size: 14px;
}
#bestemmingen .item a .titel {
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
}
#bestemmingen .item a:hover .titel {
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	display: none;
}



.titelbalk {
	background-color: #0094aa;
	text-align: center;
	padding: 12px 0;
	color: white;
	font-size: 25px;
	font-family: 'instanterbold', Arial, sans-serif;
}
.titelbalk h1 {
	color: white;
	font-size: 28px;
	margin: 0 0 0 0;
	pading: 0 0 0 0;
}
.titelbalk p {
	margin-bottom: 0px;
	font-size: 20px;
}
	
	
	
	
	
	
#map-canvas {
	width:100%;
 	height:650px;
}
#map-canvas-small {
	width:100%;
 	height:250px;
}
div.infowindow {
	width: 255px;
	height: 255px;
}
img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
	max-width: none;
}
div.infowindow .item-inner {
	height: 255px;
	background: no-repeat;
	background-size: contain;
}
div.infowindow .item-inner a {
	background: url(../images/bg-watermark.png) transparent no-repeat bottom right;
	background-size: cover;
	background-position: 0px 90px;
	height: 255px;
	display: block;
	padding-top: 180px;
	position: relative;

}
div.infowindow .item-inner a span.titel {
	position: absolute;
	bottom: 5%;
	left: 5%;
	width: 90%;
	text-align: left;
	font-size: 18px;
	line-height: 20px;
	color: white;
}
div.infowindow .item-inner a span.titel span {
	font-size: 13px;
}









#zoek.achterliggende {
	position: relative;
	top: -650px;
	padding: 15px 0;
}
#zoek.achterliggende.noresults {
	position: relative;
	top: 0;
	padding: 15px 0;
}
.carousel.bestemming .container .row div {
	background-color: white;
	position: absolute;
	top: 0px;
	background-color: white;
	z-index: 999999;
}
.carousel.bestemming h4 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: bold;
	color: #333;
}	
#myCarousel {
	position: relative;
}
.subtitel {
	position: absolute;
	top: 0px;
	background-color: white;
	z-index: 999999;
}


.subnav {
	background: url(../images/subnav-bg.gif) #f0800e repeat-x bottom left;
	border: none;
}
.navbar.subnav {
	min-height: 0;
}
.subnav .nav > li > a {
	padding: 10px 14px 10px;
	margin: 8px 5px 15px 0px;
	border-radius: 6px;
}
.subnav .nav > li > a:hover {
	background-color: #da7815;
}
.subnav .navbar-nav > .active > a {
	background-color: white;
	color: #f0800e;
}
.subnav .nav.blue > li > a {
	background-color: #0094aa;
}
.subnav .nav.blue > li > a:hover {
	background-color: #008194;
	text-decoration: none;
}


#maincontent {
	margin-top: 50px;
}
#maincontent .container > div {
	margin-bottom: 25px;
}
#reizen {
	margin-top: 25px;
}
#reizen .bestitem {
	margin-bottom: 15px;
}	
#reizen .bestitem .item-inner {
	height: 215px;
}
#reizen .item-inner a {
	background-position: 0px 58px;
	height: 215px;
	display: block;
	padding-top: 140px;
}
#reizen .item-inner a:hover {
	background-position: 0px 48px;
	height: 215px;
	display: block;
	padding-top: 180px;
	position: relative;
}
.more button {
	margin-top: 15px;
}
#maincontent .carousel {
	height: 300px;
}



 


.post img {
    width: 100%;
}
.post{
  background: #ffffff;
  margin: 10px 0;
  z-index: 999;
}
.column {
    float: left;
    padding: 0 8px;
}
.size-1of2 {
    width: 50%;
}
.size-1of1 {
    width: 100%;
}
.post .post-inner {
	border-left: 8px solid #f0800e;	
	background-color: #f7e5d3;
	display: block;
	padding-bottom: 20px;
	margin-bottom: 0px;
    position: relative;
}
.post .post-inner.blue {
	border-left: 8px solid #0094aa;		
	background-color: #dbedef;
}
.post .post-inner.blue.commentaar, .post .post-inner.commentaar {
	padding: 20px 20px 10px 0px;
}
.post .post-inner img {
	width: 100%;
}
.post .post-inner p {
	margin: 0 30px 15px;
}
.post .post-inner button {
	margin-left: 30px;
}
.post .post-inner h2 {
	display: inline-block;
	font-size: 21px;
	color: #f0800e;
	margin-left: 30px;
}
.post .post-inner.blue h2 {
	color: #0094aa;
}
.post .post-prijs {
	border-left: 8px solid #f0800e;		
	background-color: #f0800e;
	padding: 15px 30px;
	color: white;
}	
.post .post-prijs.blue {
	border-left: 8px solid #0094aa;		
	background-color: #0094aa;
}	

@media screen and (max-width: 850px) {
    #posts[data-columns]::before {
        content: '1 .column.size-1of1';
    }
    .post{
    	padding: 9,9px;
    }
}

@media screen and (min-width: 851px) {
    #posts[data-columns]::before {
        content: '2 .column.size-1of2';
    }
    .post{
    	padding: 7,5px;
    }
    
}





.infoblok {
	border-left: 8px solid #f0800e;	
	background-color: #f7e5d3;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.infoblok ul {
	margin: 0 0 15px 30px;
	padding: 0;
}
.infoblok ul li {
	list-style-type: none;
	list-style-image: url(../images/bullet-check.png);
	margin: 0 0 0 20px;
	padding-left: 8px;
	line-height: 22px;
}
.infoblok h2 {
	display: inline-block;
	font-size: 21px;
	color: #f0800e;
	margin-left: 30px;
}
.infoblok.notincluded {
	border-left: 8px solid #0094aa;		
	background-color: #dbedef;
}
.infoblok.notincluded ul li {
	list-style-image: url(../images/bullet-min.png);
}	
.infoblok.troeven ul li {
	list-style-image: url(../images/bullet-love.png);
}	
.infoblok.notincluded h2 {
	color: #0094aa;
}
.infoblok.downloads ul {
	margin: 0 0 15px 10px;
	padding: 0;
}
.infoblok.downloads ul li {
	list-style-image: url();
	padding-left: 0px;
}	



table.prijzen {
	width:100%;
	border-collapse:collapse;
	margin:0;
}
table.prijzen th{
	text-align:left;
	color:#0094aa;
	font-size: 13px;
	padding:0 0 10px;
	vertical-align:top;
	padding: 3px 5px;
}

.day{
    background-color:#f0800e;
    padding:0;
}
table.prijzen td{
	color:#3b3b3b;
	padding:11px 0 9px;
	vertical-align:top;
	border-top:solid 4px #fff;
	background:#dbedef;
	padding: 3px 5px;
	vertical-align: middle;
}
table.prijzen td strong{font-weight:bold;}
table.prijzen td span{display:block;font-weight:bold;}
table.prijzen td em{font-style:italic;}
table.prijzen .cell-datum{width:200px;}
table.prijzen .cell-duur{
    /*width:9%;*/
    text-align:center;}
table.prijzen .cell-3p{
    /*width:9%;*/
    text-align:center;}
table.prijzen .cell-1k{
    /*width:9%;*/
    text-align:center;}
table.prijzen .cell-2k{
    /*width:9%;*/
    text-align:center;}
table.prijzen .cell-button {
    /*width: 9%; */
    text-align:right;}
table.prijzen .btn{
	display:block;
	text-align:center;
	padding:5px 15px;
	text-transform:uppercase;
	color:#fff;
	border: 0px;
	background:#f7710f;
}
table.prijzen .btn:hover{
	text-decoration:none;
	background:#ba550b;
}
table.prijzen.xs {
	margin: 25px 0;
}
table.prijzen.xs td, table.prijzen.xs th{
	border-top:solid 1px #fff;
	padding: 8px 15px;
}
table.prijzen.xs td.cell-1, table.prijzen.xs th.cell-1 {
	width: auto;
}
table.prijzen.xs td.cell-2, table.prijzen.xs th.cell-2 {
	text-align: right;
	width: 25%;
}


.smalltext {
	margin: 30px auto;
	font-size: 11px;
}
.smalltext ul {
	margin: 0 0 0 15px;
	padding: 0;
}



#footer {
	margin-top: 80px;
	background-color: #2d6670;
	padding: 40px 0 0;
	color: #ffffff;
}
#footer div {
	padding-bottom: 30px;
}
#footer p.tel {
	font-size: 24px;
	font-weight: bold;
}
#footer p.tel img {
	margin-right: 15px;
}
#footer a, #footer a:hover {
	color: white;
	font-weight: normal;
}
#footer .small {
	font-size: 12px;
	clear: both;
}
#footer ul.logos {
	margin: 0 0 25px 0;
	padding: 0;
}
#footer ul.logos li {
	list-style-type: none;
	float: left;
	padding-left: 0px;
	margin: 0 10px 0 0;
	height: 40px;
	line-height: 40px;
}
#footer ul.logos li img {
	max-width: 40px;
}
#footer div.breadcrumbs {
	background-color: #6b9fa8;
	padding-bottom: 0px;
	margin-bottom: 0px;
	position: relative;
	top: -40px;
} 
.breadcrumb {
	background-color: transparent;
	margin-bottom: 0px;
}
.breadcrumb > li+li:before {
      content: "\203a"; 
 }
.breadcrumb > .active {
	color: white;
	font-weight: normal;
}
#footer div.container {
	padding-bottom: 0px;
}

    
 
.slide-block {
	height: 450px;
	overflow: hidden;
}
.slide-overlay {
	background: url(../images/bg-read-more.png) transparent repeat-x bottom left;
	position: absolute;
	width: 100%;
	height: 100px;
	bottom:50px;
	display: block;
}	
.slide-overlay.active {
	display: none;
}
.slide-block.active {
	height: auto;
	background: url('') #ffffff repeat-x bottom left;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #000;
}
legend { 
	margin:3px; 
	width:100%;
	font-size: 12px;
	border-bottom: 0px;
	font-weight: normal;
}
legend:hover {
	text-decoration: none;
	border-bottom: 0;
}

ul.nav-pills.boeknav > li.active > a, ul.nav-pills.boeknav > li.active > a:hover, ul.nav-pills.boeknav > li.active > a:focus {
	background-color: #008194;
}
h3.boeknu {
	margin-left: 15px;
	margin-bottom: 20px;
	font-size: 18px;
}
.infoblok2 {
	background-color: #f7e5d3;
	padding: 15px;
	margin-bottom: 10px;
}
.infoblok2 h4 {
	margin-top: 0px;
	color: #f0800e;
}
.infoblok2 ul {
	margin: 0;
	padding: 0;
}
.infoblok2 ul li {
	margin: 0;
	padding: 0;
	margin-left: 17px;
}
.infoblok3 {
	background-color: #008194;
	color: white;
	font-weight: bold;
	padding: 15px;
	margin-bottom: 10px;
	font-size: 1.8em;
}
.infoblok3 h4 {
	color: white;
}

form.boekform {
	margin-left: 15px;
	margin-right: 15px;
}
form.boekform h3 {
	padding-left: 0px;
	margin-left: -15px;
}
form.boekform .checkbox label {
	width: 70%;
	float: right;
	padding-top: 0px;
}
form.boekform .smallselect {
	width: 70%;
	float: right;
	padding-top: 0px;
    margin-bottom: 10px;
}
form.boekform .smallselect label {
	width: 85%;
	float: left;
	padding-top: 10px;
    padding-left:20px;
    font-weight: normal;
}
form.boekform .medselect {
	width: 70%;
	float: right;
	padding-top: 0px;
    margin-bottom: 10px;
}
form.boekform .medselect label {
	width: auto;
	float: left;
	padding-top: 10px;
    padding-left:20px;
    font-weight: normal;
}
form.boekform .medselect .form-control {
    width: auto;
    float: left;
}
form.boekform span.help-block {
	width: 68%;
	padding-top: 5px;
	float: right;
	font-size: 0.9em;
}
form.boekform .form-group {
	margin-bottom: 0px;
}
form.boekform label {
	width: 25%;
	float: left;
	padding-top: 12px;
}
form.boekform .form-control {
	width: 70%;
	float: right;
}
form.boekform .smallselect .form-control {
	width: 15%;
	float: left;
}

form.boekform .btn {
	margin-left: 29%;
}




 

@media (max-width : 1024px) {

	/* IPAD LANDSCAPE */
	
	#logo img {
		max-width: 50%;
	}
	#logo h1 {
		margin: 30px 0 20px 0;
	}
	#navbar-main ul.mainnav li a {
		font-size: 18px;
	}
	.subnavselect {
		margin: 15px 0;
	}
	.subnavselect select {
		width: 100%;
		padding: 8px 15px;
		cursor: pointer;
	}
}





@media (max-width: 768px) {

	/* SMARTPHONES */
	
	h2 {
		font-size: 24px;
	}
	#logo img {
		max-width: 70%;
	}
	#logo h1 {
		margin: 25px 0 15px 0;
	}
	#indekijker {
		position: relative;
		top: -150px;
		margin-bottom: -100px;
	}
	#indekijker .item-inner {
		background-size: cover;
	}
	.carousel.detail, .carousel.bestemming {
		height: 250px;
	}
	.carousel .carousel-caption {
		left: 10%;
		right: 10%;
		bottom: 180px;
		text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
	}
	.carousel .carousel-caption h2 {
		letter-spacing: 4px;
		color: white;
		font-size: 28px;
		letter-spacing: 0;
		line-height: 38px;	
	}
	#zoek form .form-group {
		width: 90%;
		margin: 0 auto 5px auto;
	}
	#zoek form .form-control {
		height: auto;
		padding: 5px 10px;
	}
	#zoek button {
		width: 30%;
		margin: 0 auto 5px auto;
	}
	#navbar-main ul.mainnav li {
		width: 50%;
	}
	#navbar-main ul.mainnav li a {
		font-size: 20px;
		padding: 6px 0;
	}
	#navbar-main ul.mainnav li:nth-child(3n+3) {
		clear: left;
	}
	.sfeerbeeld {
		height: 200px;
	}
	.sfeerbeeld .container .row div {
		height: 40px;
		margin-top: -10px;
	}
	.sfeerbeeld .container .row div h4 {
		line-height: 40px;
	}
	.titelbalk h1 {
		font-size: 21px;
	}
	#reizen .item-inner {
		background-size: cover;
	}
	#reizen .item-inner a {
	background-position: 0px 30px;
	}
	table.prijzen td{
		font-size: 14px;
	}
	table.prijzen th{
		font-size: 12px;
	}
	table.prijzen .cell-3p, table.prijzen .cell-1k, table.prijzen .cell-2k {
		display: none;
	}

	form.boekform {
		padding-bottom: 80px;
		margin-left: 0px;
		margin-right: 0px;
	}
	form.boekform h3 {
		padding-left: 0px;
		margin-left: 0px;
	}

	form.boekform span.help-block {
		width: 97%;
		padding-top: 5px;
		float: right;
		font-size: 0.9em;
	}
	form.boekform .checkbox label {
		padding-top: 10px;
		width: 100%;
	}
	form.boekform .form-group {
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}
	form.boekform label {
		width: 100%;
		float: left;
		padding-top: 12px;

	}
	form.boekform .form-control {
		width: 100%;
		float: left;

	}
	form.boekform .radio, form.boekform .checkbox {
		position: static;
	}
	form.boekform .btn {
		margin-left: 0px;
		float: right;
	}

}


table.prijzen .btn{
    display:block;
    text-align:center;
    padding:5px 15px;
    text-transform:uppercase;
    color:#fff;
    border: 0px;
    background:#f7710f;
    max-width:90px;
}

.post ul{
    margin-left: 12px;
    margin-right: 30px;
}

.post .post-inner.blue .slide-block {
    background: #DBEDEF;
    height:250px;
}
.post .post-inner.blue .slide-block.active {
    background: #DBEDEF;
}
.post .post-inner .slide-block.active {
    height:auto;
    background: #f7e5d3;

}
.post .post-inner .slide-block {
    background-color: #f7e5d3;
    height:250px;
}

.post .slide-block.active {
    background: #DBEDEF;
    height:auto;
}
.post .post-inner.blue .slide-overlay {
    background: url(../images/bg-read-more-extrainfo-blue.png) transparent repeat-x bottom left;
    bottom:63px;
}
.post .slide-overlay {
    background: url(../images/bg-read-more-extrainfo-orange.png) transparent repeat-x bottom left;
    bottom:63px;
}


#posts .tag_expander {
    margin-left:25px;
}

.tag_expander {
    position: relative;
}

.post-inner.blue .tag_expander .fader{
    background: url('/images/bg-read-more-extrainfo-blue.png') transparent bottom left repeat-x;

}
.post-inner .tag_expander .fader{
    background: url('/images/bg-read-more-extrainfo-orange.png') transparent bottom left repeat-x;

}
.tag_expander .fader {
    height: 150px;
    width: 100%;
    background: url('/images/bg-read-more.png') transparent bottom left repeat-x;
    position: absolute;
    bottom: 25px;
    margin-bottom: 20px;

}
.tag_expander .fullContent {
    overflow: hidden;
}

.post-inner .tag_expander .expand, .tag_expander .collapse {
/*margin-left:30px;*/
}
.tag_expander .expand, .tag_expander .collapse {
    cursor: pointer;
    margin-top: 5px;
    background-color: rgb(240, 128, 14);
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 18px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color:white;
    width:125px;

}

.reserveringformerror{
    border-color:#f0800e;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(240,128,14,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(240,128,14,0.6);
}



.infoblok2 li{
  font-size:13px;
}


.persdatum{
    float:right;
}

.datepicker table tr td.day {
    border: 2px solid white;
    border-radius: 8px;
}

.datepicker table tr td.day.active {
    border: 2px solid white;
    border-radius: 8px;
}
.datepicker table tr td.day.active:hover {
    border: 2px solid white;
    border-radius: 8px;
}

.datepickersearchbar{
    background-image: url("/images/icon-date.png");
    background-position: 20px 12px;
    background-repeat: no-repeat;
    padding-left:50px;
    height:45px;
    border:1px solid #ccc;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    black!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    black!important;

}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    black!important;

}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    black!important;



}

.prijzenarea h3{
    margin-bottom:0;
}
.prijzenarea .prijzen{
    margin-bottom:50px;
}
.prijzenarea .smalltext{
    margin-top:-40px;
}