body {
	background-color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.5em;
	line-height:1.5em;
	color:#000;
	margin: 0;
	-webkit-font-smoothing: antialiased;

}

.storingsmelding{
	position: absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background: rgba(255,255,255,0.8);
	z-index:9999;
	padding:30px;
	font-size: 140%;
	font-weight: bold;
	color:#113766;
}

.kerstdeco
{
	position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    z-index:1;
}

h3.tekstie{
	text-transform: uppercase;
	font-size:20px;
	margin:0;
	max-width: 100%!important;
}

.sinterklaasactie{
	background:#b80000;
	overflow:hidden;
	margin-top:8px;
}

.sinterklaasimg{
	margin-top:3px;
	margin-bottom:-1px;
}

.sinttext{
	color:#fff;
	text-transform: uppercase;
	font-size:130%;
	margin-top:18px;
	display: block;
	margin-left:30px;

}



.btn-sinterklaas { 
  color: #B80000; 
  background-color: #FFFFFF; 
  border-color: #FFFFFF; 
  margin-top:12px;
} 
 
.btn-sinterklaas:hover, 
.btn-sinterklaas:focus, 
.btn-sinterklaas:active, 
.btn-sinterklaas.active, 
.open .dropdown-toggle.btn-sinterklaas { 
  color: #B80000; 
  background-color: #ddd; 
  border-color: #FFFFFF; 
} 
 
.btn-sinterklaas:active, 
.btn-sinterklaas.active, 
.open .dropdown-toggle.btn-sinterklaas { 
  background-image: none; 
} 
 
.btn-sinterklaas.disabled, 
.btn-sinterklaas[disabled], 
fieldset[disabled] .btn-sinterklaas, 
.btn-sinterklaas.disabled:hover, 
.btn-sinterklaas[disabled]:hover, 
fieldset[disabled] .btn-sinterklaas:hover, 
.btn-sinterklaas.disabled:focus, 
.btn-sinterklaas[disabled]:focus, 
fieldset[disabled] .btn-sinterklaas:focus, 
.btn-sinterklaas.disabled:active, 
.btn-sinterklaas[disabled]:active, 
fieldset[disabled] .btn-sinterklaas:active, 
.btn-sinterklaas.disabled.active, 
.btn-sinterklaas[disabled].active, 
fieldset[disabled] .btn-sinterklaas.active { 
  background-color: #FFFFFF; 
  border-color: #FFFFFF; 
} 
 
.btn-sinterklaas .badge { 
  color: #FFFFFF; 
  background-color: #B80000; 
}

@media(max-width: 991px){
	.btn-sinterklaas { 
	  color: #B80000; 
	  background-color: #FFFFFF; 
	  border-color: #FFFFFF; 
	  margin:10px 0px ;
	} 
	.sinttext{
		color:#fff;
		text-transform: uppercase;
		font-size:130%;
		margin-top:15px;
		display: block;
		margin-left:00px;
	}
	.sinterklaasimg {
	    margin-top: 5px;
	    margin-bottom: -1px;
	}
}

@media(max-width: 766px){
	.sinttext{
		margin-left:0px;
	}	
}	

.melding {
    font-size: 100%;
    background: #002b5c;
    color: #fff;
    text-align: center;
    padding: 3.75px;
    /* float: left; */
    margin-top: 7.5px;
}

.marginauto
{
	margin:auto;
}

.nobold
{
	font-weight:400 !important;
}

.nopadding
{
	padding:0px !important;
}

.nomargin
{
	margin:0px !important;
}

.paymentmethod
{
	border: 1px silver solid;
    padding: 10px;
    background: #fbfbfb;
    width:45%;
    font-size:14px;
    margin-left:2%;
}

.carousel-caption a{
	color:#fff;
}

.intranmob
{
	margin-left:10px;
	margin-right:10px;
}

.sollicitatieform h2 
{
	font-size:32px !important;
}

.sollicitatieform h3
{
	font-size: 20px !important;
    border-bottom: 1px #dedede solid;;
}

.relative 
{
	position: relative;
}

.homeblok .overlay 
{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:7px 10px;
	background:rgba(255,255,255,0.65);
}

.logoblok
{
	text-align:center;
}
.logoblok span 
{
	display:inline-block;
}
.logoblok a 
{
	display:inline-block;
	float:left;
}
.logoblok img 
{
	max-width:120px;
	display:inline-block;
	margin-right:20px;
}

.homeblok .overlay h3 
{
	font-size:14px !important;
	line-height:18px;
	color:#000 !important;
	margin:0 !important;
	font-weight:normal !important;
	font-family:'Source Sans Pro', sans-serif;
	line-height:16px;
}

.homeblok .overlay .fontanabutton
{
	clear:both;
	margin-top:5px;
	float:right;
}

.homeblok .overlay .fontanabutton a 
{
	font-size:13px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
    font-size: 16px !important;
  }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Montserrat', sans-serif;
}

a{
	color:#00ADEF;
}

.form-control {
	color: #000;
}

::-webkit-input-placeholder {
    color:    #999 !important;
}
:-moz-placeholder {
    color:    #999 !important;
}
::-moz-placeholder {
    color:    #999 !important;
}
:-ms-input-placeholder {
    color:    #999 !important;
}

div.messageOverlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	z-index: 9999;
	min-height: 100%;
	height: 100%;
	overflow-y: auto;
}

div.centercenter {
	margin: 2% auto;
	text-align: center;	
}

div.centercenter a.closelink {
	color: #fff;
	font-size: 150%;
	text-align: right;	
	display: block;
	margin: 2% auto;
}

div.visible-xs a.closelink {
	max-width: 300px;	
}

div.visible-sm a.closelink {
	max-width: 600px;	
}

div.visible-md a.closelink {
	max-width: 900px;	
}

div.visible-lg a.closelink {
	max-width: 1024px;	
}

div.centercenter img {
	margin: 0 auto;	
	clear: both;
}

div.messageInner div.close {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

div.mainbody.opacityFade {
position: relative;
}

.topfixed{
	position: fixed;
	left:0px;
	right:0px;
	top:0px;
	z-index:999;
	background:#fff;
	border-bottom:1px solid #ddd;
}

#openingen {
	font-size:100%;
	border: 1px solid #e5ecf6 !important;
	    border-collapse: collapse;

}

h4.faq-vraag .fa-plus-square-o{
	color:#00ADEF !important;
}

#openingen ul{
	padding:0px;
	margin:0px;
	list-style: none;
}

#openingen .today{
	color:#fff;
	background:#00ADEF;
}

.saunasub .table{
	margin-bottom:0px;
}

.saunasub table td{
	padding:10px;
}

.saunasub span.fa{
	color:#00ADEF;
}
.saunasub span.fa span{
	
}
.logo{
	margin-top:10px;	
	margin-bottom:10px;	
}

.newslettertje, .dagjefont, .hotelkam{
	margin-top:10px;
}

#footer .newslettertje{
	margin-top:25px;
}

.top{
	margin-top:10px
}
.top .flags{
	width:22px;
}

ul#ui-id-1.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all{
	z-index:9999;
}

.opening{
	float:left;
	padding-top:20px;
	padding-left:30px;
	padding-bottom:5px;
}

.flag{
	float:right;
}

.socials{
	float:right;
	margin-right: 30px;
	padding-top:2px;
}

.socials a{
	font-size:140%;
	color:#5f5f5f;
	margin:0px 3px;
}

.searchbox{
	float:right;
	max-width: 200px;
	margin-right:30px;
}	
.searchbox .form-control{	
	font-size:70%;
	height:25px;
}

.searchbox .btn{
	padding:0.5px 8px;
	border-left:0px;
	color:#002d59;
	font-size:108%;
}

.input-group-addon{
	background-color:#fff;
	color:#113766;
	border-left:1px solid #00ADEF !important;
	border:0px;
}

.searchbox .input-group-btn{
	font-size:100%;
	border-left:1px solid #ccc;
}

.directreserveren .form-control, .directreserverensub .form-control{
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
	border: 1px solid #fff;
}


section#blocks{
	background:url(img/bg.png) #d8f7fe;
	padding:50px 0px;
}

section#logos{
	background:#fff;
	padding:30px 0px;
}

.form-control::-webkit-input-placeholder {
   color: #000;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   color: #000;
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

.form-control:-ms-input-placeholder {  
   color: #000;  
}

.navbar{
	margin-bottom:0px;	
	margin-top:0px;	
}

.navbar-default{
	background-color: transparent;
	border-color:transparent;
}

.navbar-default .navbar-nav>li>a{
	color:#000;
	text-transform: uppercase;
	font-size:110%;
	padding: 15px 10px;

}

.navbar-nav{
	float:none;
	border-top:1px solid #d2d2d2;
}

.navbar-nav>li:before{
	color: #606060;
	top: 14px;
	left:-3px;
	content: "/";
	position: absolute;
	text-decoration: none;
}

.navbar-nav>li:first-child:before{
	content: "";
}

.padding0{
	padding:0px;
}

.container-fluid{
	padding:0px;
}


.navbar-collapse{
	padding-right:0px;
	padding-left:0px;
}

.navbar-toggle
{
	background-color:#113766;
	font-size:20px;	
	color:#fff;
}

.navbar-toggle span
{
	background-color:#000;
}

.navbar-collapse
{
	max-height:none !important;	
}

.headerred, .headerred h2, .headerred p, .headerred a
{
	color:#ef0e1c !important;
}

.headerwhite, .headerwhite h2, .headerwhite p, .headerwhite a
{
	color:#FFFFFF !important; 
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img
{
	margin:auto;
}

section#fade{
	background:#f5f5f5;
	z-index: 1;
	position: relative;
}

.fadecont{
	max-width: 1920px;
	margin:0 auto;
	position: relative;
}

.ratinghome{
	position: absolute;
	top:30px;
	right:10%;
	background:#fff;
	padding:25px;
	border-radius: 100%;
	z-index:999;
	text-align: center;
	font-size: 80%;
	line-height: 130%;
	font-family: 'Montserrat', sans-serif;
}
.rating{
	margin-bottom:5px;
}

.gemiddeldcijfer{
	font-size: 400%;
	line-height: 100%;
	font-weight: bold;
	color:#113766;
}

.ratingcounter{
	margin-bottom:10px;
}

@media(min-width:400px) and (max-width:768px)
{
	.gemiddeldcijfer
	{
		font-size:260%;
	}
	.ratingcounter
	{
		font-size:11px;
		margin-bottom:7px;
	}
	.ratinghome 
	{
		padding:19px;
		top:4px;
		opacity:0.75;
	}
	.ratinghome a 
	{
		font-size:10px;
	}
}

@media(max-width:400px)
{
	.gemiddeldcijfer
	{
		font-size:250%;
	}
	.ratingcounter
	{
		font-size:10px;
		margin-bottom:7px;
	}
	.ratinghome 
	{
		padding:16px;
		top:6px;
		opacity:0.75;
	}
	.ratinghome a 
	{
		font-size:10px;
	}
}

@media(max-width:370px)
{
	.ratinghome
	{
		padding:12px;
		top:4px;
		line-height:12px; 
		right:5%;
	}
}

.scroll{
	position: absolute;
	bottom: 0px;
	left:0px;
	right:0px;
	text-align: center;
	z-index: 2;
}

div#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all{
	z-index:999 !important;
}
.carousel-indicators{
	display: none;
}

.directreserveren{
	background: rgba(0,0,0,0.6);
	left:0px;
	right:0px;
	padding:15px 0px;
	position: absolute;
	bottom:60px;
	color:#fff;
	z-index:999;
}

.directreserverensub{
	background: #00ADEF;
	left:0px;
	right:0px;
	padding:15px 0px;
	color:#fff;
	z-index:999;
}

.directreserveren h4, .directreserverensub h4{
	width:14%;
	float:left;
	text-transform: uppercase;
}

.directreserveren .form-group, .directreserverensub .form-group{
	width:19%;
	float:left;
	margin:0 1%;
}

@media(max-width:767px)
{
	h4.toppie
	{
		margin-top:5px;
		margin-bottom:10px;
	}
	.directreserverensub .form-group
	{
		width:98% !important;
	}
	.directreserverensub .form-group.mob-half
	{
		width:48% !important;
	}
}

.btn-up{
	text-transform: uppercase;
}

section#content{
	padding:30px 0px;
}

.backie{
	background:url(img/bg.png) #d8f7fe;
}

section#video{
	display: none;
}

section#bluebg{
	background: url(img/bgblue.jpg) no-repeat;
	background-size:cover;
	padding:50px 0px;
	color:#fff;
	font-size:130%;
	line-height:130%;
}

section#bluebg h2{
	text-transform: uppercase;
	font-size:130%;

}

section#bluebg input,  section#bluebg textarea, section#bluebg button, section#bluebg a{
	color:#000;
}

section#bluebg a.btn, section#bluebg a 
{
	color:#FFFFFF !important;
}

.white{
	background:#fff;
	padding:20px;
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
}

/* Set the fixed height of the footer here */
#footer {
  padding-top:10px;
  min-height: 150px;
  background:#fff;
  padding-bottom:0px;
}

.socialsfoot{
	font-size:120%;
	padding:15px 0px;
	color:#5f5f5f;
}

.socialsfoot a{
	font-size:110%;
	color:#5f5f5f;
	margin:0px 3px;
}

#footer .flags{
	width:22px;
}

#footer h4{
	text-transform: uppercase;
	font-size:100%;
}

.footlinks a{
	color:#606060;
}

#footer hr{
	margin-top:0px;
	margin-bottom:0px;
}

.loginbox{
	background:#113766;
	color:#fff;
	padding:10px 0px;
}

.loginbox a{
	color:#fff;
}

.inlblck{
	display: inline-block;
	margin-left:5px;
}

.logjes{
	padding-right: 50px
}

.logjes a{
	color:#fff;
	float:left;
}

.logjes a img{
	margin-top:7px;
	margin-left:15px;
}

.spacer
{
	height:30px;
}

.spacer2 {
	height: 15px;
}

.red
{
	color:red;
}

label.error
{
	color:red;
	font-size:12px;
	font-weight:normal;
}

label>label.error
{
	float:right;
}

section#content{
	font-size: 120%;
	color:#113766;
}

section#content h1{
	text-transform: uppercase;
	color:#113766;
	font-size:130%;
	margin-top:0px;
}

section#content h2{
	
color:#113766;
	
font-size:110%;
	
max-width: calc(100% - 20px);
}
section#content h3{
	
	color:#113766;
	font-size:100%;
}

.prices{
	position: absolute;
	right:30px;
	top:15px;
}

.leftInner h3{
	font-size:140%;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Carousel aanpassingen
///////////////////////////////////////
*/


	.carousel-inner>.item>img, .carousel-inner>.item>a>img
	{
		margin:auto;
	}

	.carousel-indicators {
		bottom: -10%;
	}

	.carousel:hover .carousel-indicators {
		bottom: 2%;
	}

	.carousel-control, .carousel-indicators {
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
	}

	.carousel-control.left {
		left: -10%;
		opacity: 0;
	}

	.carousel:hover  .carousel-control.left {
		left: 0%;
		opacity: 0.5;
	}

	.carousel-control.right {
		right: -10%;
		opacity: 0;
	}

	.carousel:hover  .carousel-control.right {
		right: 0%;
		opacity: 0.5;
	}

	.carousel {
		overflow: hidden;
	}

	.carousel-caption {
	    left: 10%;
	    right: 10%;
	    bottom: 20%;
	    color: #43a1f9;
	    text-shadow: 1px 2px 2px rgba(255, 255, 255, 0.3);
	}
	@media (min-width: 768px) {

		.carousel-caption h2 {
		    font-size: 250%;
		   	color: #43a1f9;
		    display: inline-block;
		}

		.carousel-caption p {
		    font-size: 180%;
		   	color: #43a1f9;

		}
	}

	/*
	  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
	  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
	  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
	  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
	*/
	.carousel-fade .carousel-inner .item {
	  opacity: 0;
	  transition-property: opacity;
	}

	.carousel-fade .carousel-inner .active {
	  opacity: 1;
	}

	.carousel-fade .carousel-inner .active.left,
	.carousel-fade .carousel-inner .active.right {
	  left: 0;
	  opacity: 0;
	  z-index: 1;
	}

	.carousel-fade .carousel-inner .next.left,
	.carousel-fade .carousel-inner .prev.right {
	  opacity: 1;
	}

	.carousel-fade .carousel-control {
	  z-index: 2;
	}

	/*
	  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
	  Need to override the 3.3 new styles for modern browsers & apply opacity
	*/
	@media all and (transform-3d), (-webkit-transform-3d) {
	    .carousel-fade .carousel-inner > .item.next,
	    .carousel-fade .carousel-inner > .item.active.right {
	      opacity: 0;
	      -webkit-transform: translate3d(0, 0, 0);
	              transform: translate3d(0, 0, 0);
	    }
	    .carousel-fade .carousel-inner > .item.prev,
	    .carousel-fade .carousel-inner > .item.active.left {
	      opacity: 0;
	      -webkit-transform: translate3d(0, 0, 0);
	              transform: translate3d(0, 0, 0);
	    }
	    .carousel-fade .carousel-inner > .item.next.left,
	    .carousel-fade .carousel-inner > .item.prev.right,
	    .carousel-fade .carousel-inner > .item.active {
	      opacity: 1;
	      -webkit-transform: translate3d(0, 0, 0);
	              transform: translate3d(0, 0, 0);
	    }
	} 

	

	/* Chrome, Safari, Opera */
	@-webkit-keyframes entrance
	{
	from {
		opacity: 0;
		margin-left: -10px;
		}
	to {opacity: 1;
		margin-left: 0px;}
	}

	/* Standard syntax */
	@keyframes entrance
	{
	from {
		opacity: 0;
		margin-left: -10px;
		}
	to {opacity: 1;
		margin-left: 0px;}
	}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
EINDE carousel aanpassingen 
///////////////////////////////////////
*/

.openingstijdenalles>tbody>tr>td, .openingstijdenalles>tbody>tr>th, .openingstijdenalles>tfoot>tr>td, .openingstijdenalles>tfoot>tr>th, .openingstijdenalles>thead>tr>td, .openingstijdenalles>thead>tr>th{
	padding:0px;
	border:0px;
}


td.time
{
	white-space:nowrap;
}

.container2{
	padding:0 15px;
}

div.submenuitem {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.submenuinner {
    padding: 5px;
    background: #faf9ff;
    overflow: hidden;
    position: relative;
}

div.submenuinner {
    background: none;

}

.visible-xs div.submenuinner ul {
    padding: 0 5px;
    list-style: none;
    font-weight: 400;
    border: 1px solid #7e88ab;
    float: left;
    width: 100%;
}

.hidden-xs div.submenuinner ul {
    padding: 0 5px;
    list-style: none;
    font-weight: 400;
    float: left;
    width: 100%;
}

div.submenuinner ul li a {
    float: left;
    clear: both;
    width: 98%;
    display: block;
    padding: 5px 0;
    position: relative;
}

div.submenuinner ul li a.active {
    text-decoration: underline;
}
div.submenuinner ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 110%;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 0;
}

span.fontanabutton {
    background: #012447;
    color: #fff;
    text-align: center;
    font-size: 110%;
    padding: 0 0 0 5px;
    display: inline-block;
}

span.fontanabutton a {
    color: #fff;
    font-size: 100%;
    line-height: 150%;
    display: block;
}

span.fontanabutton a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 100%;
    padding: 0px 5px;
    float: right;
    height: 100%;
    line-height: 150%;
    background: #1e4063;
    margin-left: 5px;
}

span.fontanabutton:after {
    display: table;
    content: " ";
    clear: both;
}

a.fontanaknop {
    background: #012447;
    color: #fff;
    text-align: center;
    font-size: 110%;
    padding: 10px 15% 10px 20px;
    position: absolute;
    bottom: 15px;
    display: block;
}

a.fontanaknop:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 110%;
    padding: 10px 10px;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0px;
    line-height: 120%;
    background: #1e4063;
}


.btn-custom1 { 
  color: #ffffff; 
  background-color: #00ADEF; 
  border-color: #00ADEF; 
} 
 
.btn-custom1:hover, 
.btn-custom1:focus, 
.btn-custom1:active, 
.btn-custom1.active, 
.open .dropdown-toggle.btn-custom1 { 
  color: #ffffff; 
  background-color: #008FC7; 
  border-color: #00ADEF; 
} 
 
.btn-custom1:active, 
.btn-custom1.active, 
.open .dropdown-toggle.btn-custom1 { 
  background-image: none; 
} 
 
.btn-custom1.disabled, 
.btn-custom1[disabled], 
fieldset[disabled] .btn-custom1, 
.btn-custom1.disabled:hover, 
.btn-custom1[disabled]:hover, 
fieldset[disabled] .btn-custom1:hover, 
.btn-custom1.disabled:focus, 
.btn-custom1[disabled]:focus, 
fieldset[disabled] .btn-custom1:focus, 
.btn-custom1.disabled:active, 
.btn-custom1[disabled]:active, 
fieldset[disabled] .btn-custom1:active, 
.btn-custom1.disabled.active, 
.btn-custom1[disabled].active, 
fieldset[disabled] .btn-custom1.active { 
  background-color: #00ADEF; 
  border-color: #00ADEF; 
} 
 
.btn-custom1 .badge { 
  color: #00ADEF; 
  background-color: #ffffff; 
}

.btn-custom2 { 
  color: #FFFFFF; 
  background-color: #113766; 
  border-color: #113766; 
} 
 
.btn-custom2:hover, 
.btn-custom2:focus, 
.btn-custom2:active, 
.btn-custom2.active, 
.open .dropdown-toggle.btn-custom2 { 
  color: #FFFFFF; 
  background-color: #1E5BA6; 
  border-color: #113766; 
} 
 
.btn-custom2:active, 
.btn-custom2.active, 
.open .dropdown-toggle.btn-custom2 { 
  background-image: none; 
} 
 
.btn-custom2.disabled, 
.btn-custom2[disabled], 
fieldset[disabled] .btn-custom2, 
.btn-custom2.disabled:hover, 
.btn-custom2[disabled]:hover, 
fieldset[disabled] .btn-custom2:hover, 
.btn-custom2.disabled:focus, 
.btn-custom2[disabled]:focus, 
fieldset[disabled] .btn-custom2:focus, 
.btn-custom2.disabled:active, 
.btn-custom2[disabled]:active, 
fieldset[disabled] .btn-custom2:active, 
.btn-custom2.disabled.active, 
.btn-custom2[disabled].active, 
fieldset[disabled] .btn-custom2.active { 
  background-color: #113766; 
  border-color: #113766; 
} 
 
.btn-custom2 .badge { 
  color: #113766; 
  background-color: #FFFFFF; 
}

.btn-custom3 { 
    background-color: #061f3e;
    border-color: #062c5a;
} 

.btn-custom3:hover
{
	color:#FFFFFF;
}

@media(max-width: 991px){
	.top .flag, .top .socials, .top .searchbox,.top .opening{
		display: none;
	}
	.navbar-nav{
		border-top:0px;
	}

	.flags{
		width:22px;
	}
	.opening{
		float:left;
		padding-top:0px;
		padding-left:0px;
		padding-bottom:0px;
		font-size:110%;
	}
	.opening a{
		color:#fff;
	}
	.blauwtje{
		background:#113766;
		margin-left:-10px;
		margin-right:-9px;
		padding:5px 10px;
	}
	.socials a{
		color:#fff;
	}
	.searchbox{
		z-index:1;
	}
	.searchbox .btn{
		padding:1px 8px;
	}
	.searchbox .form-control{
		height:26px;
	}
	.scroll{
		display: none
	}
	.directreserverensub h4{
		width: 20%
	}
	.directreserverensub .form-group{
		width:35%;
		margin-top:5px;
	}
	.directreserverensub div.input-group.pull-right{
		width:100%;
	}
	div.headspace{
		display: none
	}
	.topfixed{
		position: relative;
		border-bottom: 0px solid #ddd;
	}
	
	section#content{
		font-size:100%;
	}

	section#content .btn-custom1{
		margin-bottom:5px;

	}
	.white{
		padding:15px;
	}
	.leftInner{
		padding:10px;
	}
	.leftlevel2 {
		padding:0px;
	}
}
@media(max-width: 766px){
	.logo{
		margin-top:15px;
	}
	
	.mobtel{
		font-size:20px;
		margin-top:8px;
		padding:6px 20px;
	}

	.flag{
		margin-top:10px;
		margin-bottom:10px;
	}

	.flag a{
		margin:0 3px;
	}

	.navbar-toggle{
		position: relative;
		float: right;
		margin-top: 8px;
		margin-bottom: 8px;
		background-image: none;
		margin-right: 0px;
		border-radius: 4px;
	}
	.mobmenu{
		background:#113766;
		padding:15px;
	}

	.searchbox{
		margin-right:0px;
		float:left;
		max-width:190px;
	}

	.socials{
		margin-right:0px;
	}
	
	.nav>li{
		border-bottom:1px solid #1a58a3;
	}

	.nav>li:first-child{
		margin-top:5px;
		border-top:1px solid #1a58a3;
	}
	.nav>li:last-child{
		border-bottom:0px solid #1a58a3;
	}

	.nav>li>a{
		color:#fff;
		font-size:140%;
	}

	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
		background:#00ADEF;
	}

	.nav>li>a:focus, .nav>li>a:hover{
		background:#00ADEF;
	}

	.navbar-nav .open .dropdown-menu{
		background:#eee;
	}
	.visible-xs div.submenuinner ul{
		border:0px;
		padding:0;
	}
	div.submenuinner ul li a{
		padding:0px;
	}
	div.submenuinner{
		padding:0px;
	}

	div.submenuinner h4{
		font-size:16px;
		margin:3px 0px;
	}
	.Image_Wrapper h2{
		font-size:90% !important;
	}
	.prices{
		display: none;
	}

	#mobileres .directreserverensub h4{
		float:none;
	}
	#mobileres .directreserverensub .form-group{
		float:none;
		width:100%;
	}

	#mobileres .directreserverensub div.input-group.pull-right{
		float:none !important;
	}
	.btn-select .btn-select-value{
		right: 42px !important;
	}
	.btn-select .btn-select-arrow{
		float: right;
		line-height: 20px;
		padding: 5.5px 11.5px !important;
		top: 0;
		font-size: 14px !important;
		border-left: 1px solid #00ADEF;
	}
}

.minipopupcontent, .minipopupsubcontent
{
	padding:10px;
	background: #113766;
	color: #fff;
}

.minipopup {
	background: #113766;
}

.minipopupcontent, .minipopupsubcontent a {
	color: #fff;
}

@media(max-width:767px)
{
	.minipopupcontent
	{
		min-width:250px;
		min-height:120px;
	}

	.textie,.lazyload{
		min-height:200px;
	}
}
@media(min-width:768px) and (max-width:991px){
	.minipopupcontent
	{
		min-width:250px;
		min-height:120px;
	}
	.minipopupimagecontent
	{
		max-width: 285px !important;
	}
}

@media(min-width:992px) and (max-width:1199px){
	.minipopupcontent
	{
		min-width:250px;
		min-height:120px;
	}
	.minipopupimagecontent
	{
		max-width: 305px !important;
	}
}
@media(min-width:1200px)
{
	.minipopupcontent
	{
		min-width:250px;
		min-height:120px;
	}
	.minipopupimagecontent
	{
		max-width:345px !important;
	}
}