@charset "utf-8";

@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bold-webfont.woff2') format('woff2'),
         url('fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular-webfont.woff2') format('woff2'),
         url('fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*	General	*/
*{
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	text-decoration: none;
}
img, fieldset{border: 0;}
body{
	font: 13px/19px 'latoregular';
	color: #3a3a3a;
	background: #ececec;
}
body, html{height: 100%;}
#outer{min-height: 100%;}
a{
	color: #3a3a3a;
	text-decoration: underline;
}
a:hover {text-decoration: none;}
header p a{
	color: #096b8e;
	text-decoration: underline;
}
.clear{clear: both;}
/*Header*/
#header{
	position: relative;
	z-index: 10;
	background: #e5f2f8 url('../images/bg.png') bottom repeat-x;
	z-index: 12;
}
header .slogan-header img {
	transform: scale(0.66);
	margin-left: 2px;
}
header .header-btn {
	background: #b1956f;
	color: #fff;
	font-size: 16px;
	padding: 13px 20px;
	position: relative;
	top: -12px;
	text-decoration: none;
	right: 10px;
	transition: all 500ms;
}
header .header-btn i {
	margin-left: 5px;
}

header .header-btn:hover {
	background: #99816d;
}
#inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}
/* Logo */
#logo{
	float: left;
	padding: 16px 0 29px 23px;
}
#logo .logo{float: left;}
#logo .slogan{
	float: left;
	margin: 42px 0 0 27px;
}
/* Corner */
#corner{
	float: right;
	margin: 0 0 0 -1000px;
}
/* Select */
#select{
	float: right;
	padding: 27px 21px 0 0;
	position: relative;
	z-index: 1000;
}
#select .select{
	cursor: default;
	line-height: 38px;
	color: #096b8e;
	padding: 0 0 0 32px;
	width: 108px;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	background: #c4dfee url('../images/select.png') 11px 12px no-repeat;
}
#select .name {
	display: block;
	margin: 0 0 0 -32px;
	padding: 0 0 0 32px;
	cursor: pointer;
}
#select ul{
	display: block;
	position: absolute;
	left: 0;
	padding: 4px 0 8px;
	top: 38px;
	width: 100%;
	background: #c4dfee;
	font: 13px/23px 'Arial';
}
#select li{padding: 0 0 0 16px;}
#select a{
	padding: 0 0 0 18px;
	text-decoration: underline;
	background: url('../images/arrow.png') 0 8px no-repeat;
}
#select a:hover{text-decoration: none;}
#select span span{
	position: absolute;
	width: 9px;
	height: 5px;
	top: 16px;
	right: 12px;
	background: url('../images/up_down.png') bottom;
}
#select .open span span{background-position: top;}
/* Language */
.language{
    float: right;
}
.language ul{
    float: left;
    padding: 26px 25px 0 0;
}
.language li{
    position: relative;
    overflow: hidden;
    float: left;
    margin: 3px 0 0 3px;
    border: 1px solid #d6e2e7;
}
.language li.active{
    padding: 3px;
    margin-top: 0;
    background: #fff;
    border: 1px solid #d4d4d4;
}
.language span{
    float: left;
    width: 22px;
    height: 16px;
}
.language .nl span{
    background: url('../images/nl.png');
}
.language .en span{
    background: url('../images/en.png');
}
.language span span{
    position: absolute;
    left: -200px;
}
.language a{
    float: left;
    text-decoration: none;
}
/* Social */
#social{
	float: right;
	padding: 24px 0 0;
}
#social li{
	float: left;
	padding: 0 0 0 1px;
}
#social a{
	float: left;
	width: 25px;
	height: 25px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    border: 1px solid white;
	overflow: hidden;
	position: relative;
	background: #096b8e;
}
#social a:hover{background: #3a3a3a;}
#social a img{
	float: left;
	display: block;
	position: relative;
	z-index: 5;
	width: 100%;
    width: 25px;
    height: 25px;
}

#social a i {
	font-size: 16px;
	color: #9faaaf;
	margin-top: 4px;
	margin-left: 3px;
}

#social a i:hover {
	color: #096b8e;
}
/* Contact */
#contact{
	float: right;
    clear: right;
	padding: 16px 0 0 4px;
	text-align: right;
    color: #555;
    font: bold 16px/22px 'latobold', 'Arial';
}
/* Search */
#search{
	position: relative;
	float: right;
	clear: right;
	height: 37px;
	margin: 26px 0 0;
	border: 1px solid #bdc7cc;
	background: #fff;
	background: -moz-linear-gradient(top,  #dedede 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #dedede 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #dedede 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #dedede 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #dedede 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#ffffff',GradientType=0 );
	-webkit-box-shadow: inset 0px 0px 0px 1px #fff;
	box-shadow: inset 0px 0px 0px 1px #fff;
}
#search .text{
	position: relative;
	float: left;
	height: 16px;
	padding: 11px 52px 10px 16px;
	width: 146px;
	border: none;
	margin: -1px;
	font: 12px/15px 'Arial';
	color: #3a3a3a;
	background: none;
	z-index: 1;
}
#search .submit{
	position: absolute;
	top: 2px;
	right: 10px;
	width: 30px;
	height: 32px;
	background: url('../images/search.png') 2px -9px no-repeat;
	opacity: 1;
	border: 0;
	cursor: pointer;
	z-index: 2;
}
#search .submit:hover{opacity: 0.65;}
.show-phone {display: none;}
.text::-webkit-input-placeholder {color: #C4C4C4;}
.text:-moz-placeholder {	color: #C4C4C4;}
.text::-moz-placeholder {color: #C4C4C4;}
.text:-ms-input-placeholder {color: #C4C4C4;}

/* Navigation */
#nav{
	position: relative;
	float: left;
	width: 100%;
	font: 15px/23px 'latoregular', 'Arial';
	margin: 0 0 -23px;
	background: #096b8e;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(33, 30, 30, .25);
	box-shadow: 0px 0px 6px 0px rgba(33, 30, 30, .25);
	z-index: 12;
}

#nav ul{	padding: 0 9px;}
#nav li{
	float: left;
	position: relative;
}
#nav li.open a{background: url('../images/nav.png') 10px bottom no-repeat;}
#nav li.open{z-index: 11;}
#nav .open ul{z-index: 88;}
#nav a{
	float: left;
	color: #fff;
	padding: 13px 24px 12px;
	position: relative;
	z-index: 10;
	text-shadow: 1px 1px 1px #00659c;
	text-decoration: none;
}
#nav li:first-child a {padding-left: 17px;}
#nav a:hover,
#nav .parent a,
#nav .active a{color: #86c3e6;}
#nav a span{
	float: left;
	padding-bottom: 2px;
}
#nav a:hover span,
#nav .active a span,
#nav .parent a span{
	padding-bottom: 0;
	border-bottom: 2px solid #4da3d2;
}
#nav ul ul{
	display: none;
	padding: 0;
	border-top: 3px solid #7abbdd;
	position: absolute;
	top: 48px;
	left: 10px;
	font-size: 14px;
	line-height: 32px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(33, 30, 30, .25);
	box-shadow: 0px 0px 6px 0px rgba(33, 30, 30, .25);
}
#nav ul ul li:first-child a {padding-left: 17px;}
#nav ul ul a{
	padding: 0 17px;
	text-shadow: none;
	filter: none;
	color: #fff !important;
	background: #096b8e !important;
	text-decoration: none;
}
#nav ul ul a:hover,
#nav ul ul li.active > a{background: #4da3d2 !important;}
nav ul ul li{
	white-space: nowrap;
	clear: left;
	border-bottom: 1px solid #00649b;
	border-top: 1px solid #3195ca;
}
#nav ul ul li.first{ border-top: none; }
#nav ul ul li.last{ border-bottom: none; }


@media screen and (max-width: 980px) {#nav a{padding: 14px 11px 12px;}}
@media screen and (max-width: 700px) {
    #select{
        clear: right;
        padding-right: 0;
        padding-top: 19px;
    }
}
@media screen and (max-width: 570px) {
	#corner{
		float: left;
		width: 100%;
		clear: left;
		margin: -25px 0 15px;
	}
	#contact{
		float: none;
		height: 40px;
		font-size: 20px;
		line-height: 40px;
		margin: -85px 0 0 0;
		padding: 5px 0 0;
        text-align: right;
	}
	#contact a{
		color: #3a3a3a;
		text-decoration: none;
	}
	.show-phone {display: block;}
	.hide-phone {display: none;}
	#select {
        clear: both;
		float: none;
		margin: 0;
		padding-right: 0;
        position: relative;
        top: -23px;
	}
	#select .select{
		box-sizing: border-box;
		width: 100%;
	}
	#nav ul{padding: 0;	}
	#nav ul ul{top: 34px;	}
	#nav ul ul li{	line-height: 28px;}
	#nav a{padding: 12px 10px 10px;}
	#search{
		float: left;
		clear: left;
		margin: 0 0 15px;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#search .text{
		width: 100%;
		height: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
.menu-toggle {display: none;}

@media screen and (max-width: 767px) {
/*#nav ul li:hover ul,    no hover open */
#nav .parent .sub-menu,
#nav .active .sub-menu{display: block !important;}
	.menu-toggle {
		position: absolute;
		display: block;
		height: 38px;
		color: #fff;
		background: #096b8e;
		top: 0;
		padding: 0 30px 0 10px;
		-webkit-box-shadow: 0px 0px 6px 0px rgba(33, 30, 30, .25);
		box-shadow: 0px 0px 6px 0px rgba(33, 30, 30, .25);
		border: 0;
		cursor: pointer;
		z-index: 99;
	}
	.menu-toggle:after {
		position: absolute;
		content:"";
		float: right;
		width: 9px;
		height: 4px;
		background: url("../images/up_down-white.png") no-repeat 0 -5px;
		right: 10px;
		top: 50%;
		margin: -2px 0 0 0;
	}
	.menu-toggle.open {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.menu-toggle.open:after {background: url("../images/up_down-white.png") no-repeat 0 0px;}
	#nav {
		min-height: 38px;
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 11px 0 -23px;
	}
	#nav.open {
		background: #096b8e;
		-webkit-box-shadow: 0px 0px 6px 0px rgba(33, 30, 30, .25);
		box-shadow: 0px 0px 6px 0px rgba(33, 30, 30, .25);
	}
	#nav ul {
		display: none;
		float: none;
		margin: 38px 0 0 0;
		padding: 10px;
		list-style-type: disc;
	}
	#nav li,
	#nav li a,
	#nav li span{
		float: none;
		display: block;
		background: none!important;
		border: 0 !important;
		text-decoration: none;
		padding: 0;
		margin: 0;
	}
	#nav ul ul li{font: 13px/25px 'latobold', 'Arial';}
	#nav>li {font-size: 15px!important;}
	#nav>ul>li>a {padding: 3px;}
	#nav ul ul {
		position: static;
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: 0 !important;
	}
	#nav ul>li>a:hover, #nav ul>li.active>a{
		color: #fff;
		background: #4da3d2 !important;
	}
	#nav ul ul li a {background: #096b8e url("../images/separator2.png") no-repeat 5px 50% !important;}
	#nav ul>li>a:hover, #nav ul>li.active>a{color: #fff;}
	#nav ul ul li a:hover, #nav ul ul li.active a{background: #4da3d2 url("../images/separator2.png") no-repeat 5px 50% !important;}
}

/*	Container*/
#container{
	position: relative;
	max-width: 960px;
	padding: 40px 10px 0;
	margin: 0 auto;
	z-index: 10;
}
#container:after {
	content: "";
	display: table;
	clear: both;
}
#container .box{
	float: left;
	position: relative;
	overflow: hidden;
	width: 31.25%;
	height: 351px;
	margin: 0 0 40px 3.125%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(33, 30, 30, .25);
	box-shadow: 0px 0px 6px 0px rgba(33, 30, 30, .25);
}
#container .main .box{height: auto;}
#container .box.small, #container .box.big {height: auto;}
#container .box.little {height: 150px;}
#container .box:after {
	content: "";
	display: table;
	clear: both;
}

#container .box.full {
	width: 100%;
	height: auto;
}
#container .box.full .in {
	padding: 18px 25px;
}
.mynetpay .img-link {
	text-decoration: none;
	display: inline-block;
	float: left;
	width: 50%;
/* 		width:31.25%; */
}
.mynetpay figure {
	max-width: 195px;
	display: inline-block;
}
.mynetpay .text {
	display: inline-block;
	font-family: 'latobold', 'Arial', sans-serif;
	font-size: 22px;
	color: #4b4b4b;
	display: inline-block;
	line-height: 1.2;
	padding: 20px;
	width: 31.25%;
}
.mynetpay .btn-helper {
	display: inline-block;
	text-align: right;
	width: 50%;
/* 	width: 31.25%; */
}
.mynetpay a.link2 {
	display: inline-block;
	float: none !important;
	background-color: #f75737 !important;
}
@media screen and (max-width: 768px) {
	.mynetpay .img-link, .mynetpay .text, .mynetpay .btn-helper {
		width: 100%;
		font-size: 16px;
	}
	.mynetpay .text {
		padding: 30px 0;
	}
	.mynetpay .btn-helper {
		text-align: left;
	}
	.mynetpay .btn-helper a {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}
}
@media screen and (max-width: 1025px) {
	.mynetpay .img-link, .mynetpay .text, .mynetpay .btn-helper {
		font-size: 18px;
	}

}

/*
#container>.box:nth-child(3n+1){margin-left: 0;}
@media screen and (max-width: 979px) {
	#container>.box:nth-child(3n+1){margin-left: 3.125%;}
	#container>.box.big:nth-child(3n+1){margin-left: 0;}
	#container>.box:nth-child(2n+1){margin-left: 0;clear: left;}
	#container>.big+.little, #container .big+.small{margin-left: 0;}
}
*/
@media screen and (max-width: 649px) {#container>.box{margin-left: 0!important;}}
	#container .box.big{width: 65.625%;}
	#container .box.video{min-height: 188px;}
	#container .box.video a{
		position: relative;
		display: block;
	}

#container .box.video img {
	display: block;
	width: 100%;
}
#container .fancybox-video:after {
	position: absolute;
	content: "";
	display: block;
	width: 185px;
	height: 160px;
	background: url("../images/videooverlay.png") no-repeat 0 0;
	top: 44.680851%;
	left: 50%;
	margin: -80px 0 0 -92.5px;
}
#container .fancybox-video:hover:after {background: url("../images/videooverlay-hover.png") no-repeat 0 0;}
#container .box .in{padding: 18px 25px 0;}
#container .box .in.iframe{padding: 0 0 0;}
#container .video .in {padding: 0;}
#container .small .in{min-height: 170px;}
#container .little .in{height: 140px;}
#container .box.left{}
#container .box.right{float: right;}
#container .special{
	color: #fff;
	overflow: visible;
	line-height: 15px;
	background: #b1956f;
	background: -moz-linear-gradient(45deg,  #00b76c 0%, #008441 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#00b76c), color-stop(100%,#008441));
	background: -webkit-linear-gradient(45deg,  #00b76c 0%,#008441 100%);
	background: -o-linear-gradient(45deg,  #00b76c 0%,#008441 100%);
	background: -ms-linear-gradient(45deg,  #00b76c 0%,#008441 100%);
	background: linear-gradient(45deg,  #00b76c 0%,#008441 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b76c', endColorstr='#008441',GradientType=1 );
}
#container .special *{
	position: relative;
	z-index: 3;
}
#container .special .in{
	height: 333px;
	position: relative;
	background: url('../images/glow.png') left bottom no-repeat;
}
#container .special h2{
	color: #fff;
	font-weight: bold;
	padding: 30px 0 9px 52px;
}
#container .special h3{
	font: 17px/22px 'latobold', 'Arial';
	padding: 0 0 6px 62px;
}
#container .special p{
	padding-left: 52px;
}
#container .special .line{
	height: 1px;
	clear: left;
	z-index: 1;
	overflow: hidden;
	background: #35ad76;
	margin: 0 -25px 18px;
	background: rgba(255, 255, 255, .2);
}
#container .special p.call{
	padding: 2px 0 0 102px;
	background: url('../images/call.png') 75px 0 no-repeat;
}
#container .special a{
	color: #fff;
}
#container .link{
	float: left;
	padding: 4px;
	background: #1fa165;
	background: rgba(255, 255, 255, .12);
	border: 1px solid #49b484;
	border: 1px solid rgba(255, 255, 255, .3);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font: bold 15px/40px 'Arial';
	margin: 20px 0 28px 52px;
}
#container .link span{
	float: left;
	padding: 0 13px 0 37px;
	border: 1px solid #036734;
	background: #008f4f url('../images/arrow2.png') 17px 12px no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 1px #00733f;
}
#container .link:hover span{background: #00894b url('../images/arrow2.png') 17px 12px no-repeat;}
#container .link:active span{background: #04743C url('../images/arrow2.png') 17px 12px no-repeat;}
#container .holder-icon{
	float: left;
	padding: 6px 0 0 72px;
}
#container .holder_image-right{padding: 0 143px 25px 0;}
#container .link2, #container .btn-group a, #container .link2-top{
	position: relative;
	float: left;
	color: #fff !important;
	border: 1px solid #0d479a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 14px;
	padding: 0 15px 0 30px;
	font: bold 13px/36px 'Arial';
	text-decoration: none;
	background: #0099cd;
	background: -moz-linear-gradient(top,  #0099cd 1%, #0061b1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#0099cd), color-stop(100%,#0061b1));
	background: -webkit-linear-gradient(top,  #0099cd 1%,#0061b1 100%);
	background: -o-linear-gradient(top,  #0099cd 1%,#0061b1 100%);
	background: -ms-linear-gradient(top,  #0099cd 1%,#0061b1 100%);
	background: linear-gradient(to bottom,  #0099cd 1%,#0061b1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099cd', endColorstr='#0061b1',GradientType=0 );
	text-shadow: 1px 1px 1px #005a9e;
	-webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .25);
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .25);
}
#container .link2:hover, #container .btn-group a:hover, #container .link2-top:hover{
	background: #0061b1;
	background: -moz-linear-gradient(top,  #0061b1 1%, #0099cd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#0061b1), color-stop(100%,#0099cd));
	background: -webkit-linear-gradient(top,  #0061b1 1%,#0099cd 100%);
	background: -o-linear-gradient(top,  #0061b1 1%,#0099cd 100%);
	background: -ms-linear-gradient(top,  #0061b1 1%,#0099cd 100%);
	background: linear-gradient(to bottom,  #0061b1 1%,#0099cd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0061b1', endColorstr='#0099cd',GradientType=0 );
}
#container .link2:active, #container .btn-group a:active{background: #006ba5;}
#container .link2:after,
#container .btn-group a:after,
#container .link2-top:after{
	content: "";
	display: block;
	position: absolute;
	width: 11px;
	height: 18px;
	left: 11px;
	top: 11px;
	background: url('../images/arrow2.png') 0 0 no-repeat;
	z-index: 2;
}
p.after_link2 {
	clear: both;
}
#container .special img{
	position: absolute;
	z-index: 2;
	display: none;
	top: -12px;
	left: -57px;
	width: 226px;
}
#container .icon{
	float: left;
	width: 96px;
	height: 96px;
	background: #096b8e;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	margin: 6px -54px 18px -42px;
}
#container .icon img{
	float: left;
	left: 31px;
	top: 26px;
	position: relative;
}
#container .image-right{
	position: absolute;
	width: 130px;
	height: 99px;
	margin: 0;
	top: 31px;
	right: 19px;
}
#container .image-left{
	float: left;
	width: 138px;
	height: 84px;
	margin: -4px 6px 0 -10px;
	bottom: 0;
}
#container .image-right img{display: block;}
#container .simpel{padding: 19px 0;}
#container .simpel .text{
	float: left;
	height: 16px;
	padding: 10px 15px 9px;
	width: 90%;
	border: 1px solid #bcbcbc;
	font: 13px/16px 'Arial';
	color: #3a3a3a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, .2);
	box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, .2);
}
#container .simpel .submit{
	float: right;
	height: 37px;
	width: 70px;
	border: 1px solid #474747;
	color: #3a3a3a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, .2);
	box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, .2);
	background: #9b9b9b;
	background: -moz-linear-gradient(45deg,  #9b9b9b 1%, #696969 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(1%,#9b9b9b), color-stop(100%,#696969));
	background: -webkit-linear-gradient(45deg,  #9b9b9b 1%,#696969 100%);
	background: -o-linear-gradient(45deg,  #9b9b9b 1%,#696969 100%);
	background: -ms-linear-gradient(45deg,  #9b9b9b 1%,#696969 100%);
	background: linear-gradient(45deg,  #9b9b9b 1%,#696969 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9b9b', endColorstr='#696969',GradientType=1 );
	cursor: pointer;
	font: bold 13px 'Arial';
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	margin: 0 -6px 0 -100px;
	filter: dropshadow(color=#000, offx=1, offy=1);
}
#container .simpel .submit:hover{background: #9b9b9b;}
#container .simpel .submit:active{background: #666666;}
@media screen and (max-width: 979px) {
	#container .box{	width: 48.4375%;}
	#container .box.big{	width: 100%;}
	#container .box.right{width: 100%;}
	#container .box.right.small .in{	height: auto !important;}
}

@media screen and (max-width: 649px) {
	#container .box{	width: 100%;}
	#container .small .in{height: auto !important;}
}

#container li{
	padding: 0 0 3px 16px;
	margin: 0 0 0 -3px;
	background: url('../images/bull.png') 0 9px no-repeat;
	text-overflow: ellipsis;
	overflow: hidden;
}
#container .main li,
#container aside li {overflow: visible;}
#container aside .span3 .submenu {
	display: none;
}
#container ol {margin: 0 0 25px 20px;}
#container ol, #container ol li{
	background: none;
	line-height: 22px;
	padding: 0;
	list-style: decimal outside;
}
#container ol li{
	/* color: #C5C5C5; */
	padding: 0 0 0 8px;
}
#container ol li strong,
#container ol li p,
#container ol li span {color: #000;}

#container p.right {
	float: right;
	margin: -15px 0 0 !important;
	font-size: 11px;
	line-height: 13px;
	font-style: italic;
	text-align: right;
	display: table;
	/* height: 30px;*/
	max-width: 146px;
	padding-top: 7px;
}
#container p.right span {
	display: table-cell;
	vertical-align: middle;
}

#container p.date {
	font-size: 11px;
	margin: -15px 0 8px 0;
	color: #777;
}

#container .status{
	margin: -5px -25px 0;
	padding: 0 0 13px;
	clear: both;
}
#container .status span{
	float: right;
	width: 58px;
	padding: 0 0 0 17px;
}
#container .status .open{ background: url('../images/open.png') 0 4px no-repeat; color: #b1956f; }
#container .status .no{ background: url('../images/no.png') 0 4px no-repeat; }
#container .status .closed{ background: url('../images/closed.png') 0 4px no-repeat; color: #ff0000; }
#container .status .pin { color: #d6d6d6; }
#container aside .status .pin { color: #bebebe !important; }
#container .status .pin strong { font-weight: bold; color: #b1956f; }
#container .status li{
	margin: 0;
	padding: 4px 25px 5px;
	background: none;
}
#container li.even{
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #fff;
	background: #f3f3f3;
}
#container h2{
	padding: 0 0 15px;
	font: 17px/22px 'latobold', 'Arial';
	color: #096b8e;
}
#container .block>h2 {margin: 0 0 0 25px;}
#container h1 {
	position: relative;
	color: #096b8e;
	font: 21px/22px 'latobold', 'Arial';
	padding: 6px 0 22px;
	z-index: 2;
}
#container .box .in>ul>li>a {
	text-decoration: none;
    white-space: nowrap;
}
#container .box .in>ul li a:hover {text-decoration: underline;}
.expand,
.faq>li>strong{
	position: relative;
	font-family: Arial, Sans-serif;
	font-weight: bold;
	cursor: pointer;
}
#container .faq li{overflow: visible;}
#container .faq .togglediv{color: #000;}
.expand:after,
.faq>li>strong:after{
	position: absolute;
	right: -14px;
	top: 8px;
	content: "";
	width: 7px;
	height: 4px;
	background: url("../images/up_down-gray.png") no-repeat 0 -4px;
}
.expand.toggleopen:after,
.faq>li>strong.toggleopen:after{background: url("../images/up_down-gray.png") no-repeat 0 0px;}
#container .faq>li>strong.toggleopen{color: #096b8e;}
#container .weather_img {
	float: left;
	width: 128px;
	height: 84px;
	margin: -4px 6px 0 0px;
	bottom: 0;
}
#container .weather_img img {
	height: 98px;
}
#container .weather{
	color: #3a3a3a;
	margin: -4px 0 0 0;
	padding: 0 0 0 0;
}
#container .weather strong {
	display: block;
	font-weight: normal;
}
#container .weather dl {
	margin: 0 0 8px 0;
	overflow: hidden;
}
#container .weather dl dt {
	float: left;
	width: 70px;
	color: #ababab;
}
#container .weather>a {color: #096b8e;}
/* Subpages */
.main {
	float: left;
	width: 68.75%;
	margin: 0 0 0 -3.125%;
	padding: 20px 0 0 0;
}
.main.iframe {
	width: 100%;
}
.main:after{
	content: "";
	display: table;
	clear: both;
}
#container .main .box {
	width: 45.4545454545%;
	margin: 0 0 0 4.545454545454%;
	overflow: visible;
}
@media screen and (max-width: 979px) {
	.main {
		float: none;
		width: 103.125%;
	}
	#container .main .box {
		width: 46.96%;
		margin: 0 0 0 3.03030303%;
	}
}
@media screen and (max-width: 550px) {
	#container .main .box {
		width: 96.96969696%;
		margin-left: 3.03030303%;
	}
}
#container #breadcrumbs:after{
	content: "";
	display: table;
	clear: both;
}
#container #breadcrumbs {
	margin: 0 0 0 4.545454545454%;
	padding: 0 0 0 25px;
	list-style: none;
}
#container #breadcrumbs>span>span {
	background: none;
	padding: 0 5px;
	margin: 0;
}
#container #breadcrumbs>span>span:first-child {padding-left: 0;}
#container #breadcrumbs>span>span a {
	color: #7D7D7D;
	margin: 0;
	padding: 0 ;
	text-decoration: none;
}
#container #breadcrumbs>span>span a:hover {text-decoration: underline;}
#container #breadcrumbs>span>span>span.breadcrumb_last {display: none;}
#container .main h1 {
	color: #b1956f;
	font-size: 25px;
	line-height: 22px;
	margin-left: 4.545454545454%;
	padding: 19px 0 38px 25px;
}
#container .main h2 {
	color: #b1956f;
	font: 22px/27px 'latobold', 'Arial';
	margin: 0;
	padding: 0 0 6px 0;
}
#container .main h3 {
	color: #b1956f;
	font: 16px/19px 'latobold', 'Arial';
	margin: 0;
	padding: 0 0 8px 0;
}
#container .main h4 {
	color: #b1956f;
	font: 14px/16px 'latobold', 'Arial';
	margin: 0;
	padding: 0 0 8px 0;
}
#container .main h2+h3{margin-top: -3px;}
#container .main .box {margin-bottom: 30px;}
#container .main .box.large {
	width: 97.54545454%;
	margin: 0 0 30px 4.54545454%;
	overflow: visible;
}

@media screen and (max-width: 979px) {
	#container .main .box.large {
		width: 96.96969696%;
		margin-left: 3.03030303%;
	}
}
#container .main .box.noshadow {
	box-shadow: none;
	-webkit-box-shadow: none;
}
#container .main .box figure.caption-style01 {
	margin: -18px -25px 0 -25px;
	padding: 0;
	cursor: pointer;
}
#container .main .box figure.caption-style01:hover {background: #D6E5F1;}
#container .main .box figure.caption-style01 img {
	display: block;
	border-bottom: 1px solid #fff;
	width: 100%;
}
#container .main .box figure.caption-style01 figcaption {
	position: relative;
	display: block;
	background: url("../images/blueglow.png") repeat-x 0 0;
	border-top: 1px solid #7ABBDD;
	padding: 0 25px;
}
#container .main .box figure.caption-style01 figcaption h2  {
	color: #0080C0;
	font: 15px/22px 'latobold', 'Arial';
	padding: 16px 0 6px 0;
}
#container .main .box figure.caption-style01 figcaption h2 a {
	color: #0080C0;
	text-decoration: none;
}
#container .main .box figure.caption-style01 figcaption h2 a:hover {text-decoration: underline;}
#container .main .box figure.caption-style02 {
	position: relative;
	margin: -18px -25px 0 -25px;
	padding: 0;
	cursor: pointer;
}
#container .main .box figure.caption-style02 img {
	position: relative;
	display: block;
	width: 100%;
	border-bottom: 1px solid #fff;
	z-index: 1;
}
#container .main .box figure.caption-style02 figcaption {
	position: relative;
	display: block;
	height: 25px;
	background: url("../images/blueglow.png") repeat-x 0 0;
	border-top: 1px solid #7ABBDD;
}
#container .main .box figure.caption-style02 figcaption span {
	position: absolute;
	bottom: 42px;
	left: 24px;
	color: #fff;
	background: rgba(0,128,192,0.8) url("../images/figcaption.png") no-repeat 11px 50%;
	margin: 0 15px 0;
	font-size: 15px;
	line-height: 19px;
	padding:6px 15px 7px 40px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 2;
}
#container .main .box .product-label {
	position: absolute;
	width: 106px;
	height: 106px;
	color: #fff;
	background: #0080C0 url("../images/heron-small.png") no-repeat 50% 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	padding: 28px 5px 0;
	-webkit-border-radius: 58px;
	border-radius: 58px;
	right: -12px;
	top: -73px;
}
@media screen and (max-width: 550px) {#container .main .box .product-label {right: -8px;}}
#container .main .box.nobg {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#container .main .box.advert .in {padding: 0;}
#container .main .box.advert img {
	display: block;
	width: 100%;
}
#container .main .products {
	width: 95.54545454%;
	margin: 0 0 0 4.54545454%;
	padding: 0;
}
#container .main .products li {
	position: relative;
	float: left;
	width: 33.3333333333%;
	margin: 0 0 30px;
	padding: 0;
	background: none;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(33, 30, 30, .25);
	box-shadow: 0px 0px 6px 0px rgba(33, 30, 30, .25);
	z-index: 2;
}
#container .main .products li:nth-child(2n+1) {z-index: 1;}
@media screen and (max-width: 600px) {#container .main .products li {width: 50%;}}
@media screen and (max-width: 450px) {#container .main .products li {width: 100%;}}
#container .main .products li figcaption:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	background: url("../images/img-shadow.png") repeat-x 0 0;
	height: 20px;
	top: -20px;
	z-index: 9;
}
#container .main .products li figure>img{
	display: block;
	width: 100%;
	border-bottom: 1px solid #fff;
}
#container .main .products li figure figcaption {
	position: relative;
	background: #D0E8F4 url("../images/blueglow.png") repeat-x 0 0;
	text-align: center;
	border-top: 1px solid #7ABBDD;
}
#container .main .products li figure figcaption .desc{
    display: table;
    width: 100%;
	height: 91px;
	padding: 0;
	text-align: center;
}
#container .main .products li figure figcaption .desc>span{
    display: table-cell;
    vertical-align: middle;
}
#container .main .products li figure figcaption>span{
	display: table;
	width: 100%;
	height: 57px;
	color: #fff;
	background: #0080C0;
	border-top: 1px solid #fff;
	padding: 0 10px;
	font-family: 'latobold', Arial;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#container .main .products li figure figcaption>span .price-table-cell{
    display: table-cell;
    vertical-align: middle;
}
#container .main .products li figure figcaption>span i {
	display: inline;
	font-style: normal;
	text-decoration: line-through;
    padding: 0 5px;
}
#container .main .products li figure figcaption>span em {
	font-style: normal;
	font-size: 15px;
    padding: 0 5px;
}
#container .main .box.product-brand {margin-bottom: 16px;}
#container .main .box.product-brand .in {
	position: relative;
	padding: 1px 25px;
}
#container .main .box.product-brand .logo {
	display: table-cell;
	width: 150px;
	height: 74px;
	vertical-align: middle ;
}
#container .main .box.product-brand .logo img {display: block;}
#container .main .box.product-brand strong {
	float: right;
	width: 427px;
	color: #3a3a3a;
	font-family: 'latobold', Arial;
	font-size: 24px;
	font-weight: normal;
	line-height: 72px;
}
@media screen and (max-width: 649px) {#container .main .box.product-brand strong {width: 70%;}}
@media screen and (max-width: 530px) {#container .main .box.product-brand strong {
	position: absolute;
	width: auto;
	text-align: right;
	right: 25px;
	top: 0;
}}
@media screen and (max-width: 365px) {#container .main .box.product-brand strong {
	position: static;
	text-align: center;
}}
#container .main .box p {padding: 0 0 20px 0;}
#container .main .box .pull-left {
	float: left;
	width: 43.65079365%;
	padding: 0 0 25px;
}
#container .main .box .video-small,
#container .main .box .pull-right,
#container .main .box .alignright {
	float: right;
	margin: 7px 0 25px 25px;
}
#container .main .box .alignleft {
	float: left;
	margin: 7px 25px 25px 0;
}
#container .main .box .aligncenter{
	display: block;
	margin: 7px auto 25px auto;
}
#container .main .box table.images img {
	margin: 0;
}
#container .main .box p.wp-caption-text {
	background: #f3f3f3;
	padding: 5px 10px;
	margin-top: -4px;
	border-bottom: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	font-size: 12px;
	line-height: 17px;
}
@media screen and (max-width: 649px) {
	#container .main .box .video-small,
	#container .main .box .pull-right,
	#container .main .box .alignleft,
	#container .main .box .alignright{
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
}
#container .main .box ul, #container .main .box ol {padding: 0 0 14px 0;}
#container .main .box ul li {background: url("../images/separator.png") no-repeat 0 38%;}
#container .main table {
	position: relative;
	width: 100%;
	line-height: 38px;
	margin: 0 0 25px 0;
	padding: 0;
	border-spacing: 0;
}
#container .main table a {color: #096b8e;}
#container .main table thead tr th, #container .main table thead tr td{
	text-align: left;
	padding: 11px 11px;
	line-height: 19px;
}
#container .main table thead tr td {font-weight: bold;}
#container .main table tbody tr td {
	padding: 11px 11px 11px;
	background: none;
	border-bottom: 1px solid #E8E8E8;
	line-height: 19px;
}
#container .main table tbody tr td b{
	display: block;
	color: #ff0000;
	font-weight: normal;
}
#container .main table tbody tr:first-child td {border-top: 1px solid #E8E8E8;}
#container .main table tbody tr td:first-child {
	line-height: 19px;
}
@media screen and (max-width: 550px) {
	#container .main tbody table tr td {padding: 0;}
	#container .main tbody table tr td:first-child {
		padding: 0 5px;
	}
}
#container .main table tbody tr:nth-child(2n+1) td {background: #F3F3F3;}
#container .main .tarieven {
	-webkit-box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.25);
	box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.25);
	margin: 0 0 30px;
	clear: both;
}
#container .main .tarieven.narrow {
	float: left;
	width: 56.62651%;
}
@media screen and (max-width: 550px) {
	#container .main .tarieven.narrow,
	#container .main .sidediv	{
		float: none;
		display: block;
		width: auto;
	}
}
#container .main .tarieven table {
	border-collapse: collapse;
	border: 0;
	margin: 0;
}
#container .main .sidediv {
	float: right;
	width: 39.58691%;
}
#container .main .sidediv p span {display: block;}
#container .tooltip {
	display: inline-block;
	position: relative;
	color: #B0DFCD;
	background: #373737;
	padding: 0 8px 2px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	cursor: default;
	z-index: 999;
}
#container  .tooltip .text {
	display: none;
	position: absolute;
	width: 186px;
	top: 27px;
	left: -4px;
	color: #fff;
	background: #373737;
	font: 13px/19px 'latobold', 'Arial';
	padding: 10px 12px;
}
#container  .tooltip .text:before {
	position: absolute;
	content: "";
	width: 9px;
	height: 5px;
	left: 9px;
	top: -5px;
	background: url("../images/tooltip.png") no-repeat 0 0;
}
#container .main .tarieven table caption {
	color: #fff;
	background: #009655;
	padding: 0 11px;
	border: 1px solid #fff;
	border-bottom: 0;
}
#container .main .tarieven table caption strong {
	float: left;
	font: 16px/44px 'latobold', 'Arial';
}
#container .main .tarieven table caption span {
	float: right;
	font: 13px/44px 'latobold', 'Arial';
}
#container .main .tarieven table thead tr th {
	color: #000;
	background: #B0DFCD url("../images/td.png") repeat-y 0 0;
	font-weight: bold;
	text-align: left;
	padding: 11px 11px 15px;
	border: 1px solid #fff;
}
#container .main .tarieven table thead tr th.caption {
	color: #fff;
	background: #009655;
	font: 16px/19px 'latobold', 'Arial';
}
#container .main table td.vertical_align_top {
	vertical-align: top;
}
@media screen and (max-width: 550px) {
	#container .main .tarieven table thead tr th {padding: 0 5px;}
	#container .main .tarieven table caption span {display: none;}
}
#container .main .tarieven table tbody {margin: -1px 0 0 0;}
#container .main .tarieven table tbody tr td{
	background: #E5F4EF url("../images/td.png") repeat-y 0 0;
	border: 1px solid #fff;
	padding: 11px 11px 13px;
}
#container .main .tarieven table tbody tr td:first-child,
#container .main .tarieven table tbody tr th:first-child{background-image: none;}
#container .main .tarieven table td time {
	display: block;
	padding: 0 0 4px;
}
#container .main .tarieven table td span {
	white-space: normal;}
#container .main .tarieven table td span:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#container .main .tarieven table td {line-height: 19px;}
#container .main .tarieven table td .rate {font: 20px 'latobold', 'Arial';}
@media screen and (max-width: 649px) {
	#container .main .tarieven table td .rate {font: 17px 'latobold', 'Arial';}
	#container .main .tarieven table td, #container .main .tarieven table th {font-size: 12px;}
}
#container .main .tarieven table tfoot:before {
	position: absolute;
	content: "";
	display: block;
	height: 1px;
	left: 1px;
	right: 0px;
	background: #ffffff;
	border-bottom: 1px solid #fff;
}
#container .main .tarieven table tfoot tr td {
	background: #f1f1f1;
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f1f1f1 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );
	line-height: 19px;
	padding: 13px 11px 11px;
	border: 1px solid #fff;
}
#container .main .tarieven table tfoot tr .link3{
	position: relative;
	float: right;
	height: 38px;
	color: #096b8e;
	background: #cbe8f7;
	background: -moz-linear-gradient(top,  #cbe8f7 0%, #acdcf3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbe8f7), color-stop(100%,#acdcf3));
	background: -webkit-linear-gradient(top,  #cbe8f7 0%,#acdcf3 100%);
	background: -o-linear-gradient(top,  #cbe8f7 0%,#acdcf3 100%);
	background: -ms-linear-gradient(top,  #cbe8f7 0%,#acdcf3 100%);
	background: linear-gradient(to bottom,  #cbe8f7 0%,#acdcf3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbe8f7', endColorstr='#acdcf3',GradientType=0 );
	font-family: 'latobold';
	font-weight: bold;
	line-height: 38px;
	text-decoration: none;
	margin: -2px 0 0 65px;
	padding: 0 15px 0 28px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, 0.25);
	box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, 0.25);
	border: 1px solid #A2D7F1;
	cursor: pointer;
}
#container .main .tarieven table tfoot tr .link3:hover{background: #ACDCF3;}
#container .main .tarieven table tfoot tr .link3:active{background: #bee0f4;}
#container .main .tarieven table tfoot tr .link3:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 12px;
	background: url("../images/arrow3.png") no-repeat 0 0;
	left: 12px;
	top: 12px;
}
@media screen and (max-width: 550px) {
	#container .main .tarieven table tfoot tr .link3 {
		float: none;
		display: block;
		margin: 0 0 10px 0;
	}
}
#container .main .person .in {padding: 0;}
#container .main .person .pull-left {
	width: 111px;
	height: 146px;
	margin: 0;
	padding: 0 1px 0 0;
	border-right: 1px solid #6EBDDF;
	overflow: hidden;
}
#container .main .person .pull-left img{display: block;}
#container .main .person .detail-holder {
	position: relative;
	float: left;
	width: 466px;
	padding: 0 0 0 23px;
	overflow: hidden;
}
#container .main .person .detail-holder h2 {
	color: #096b8e;
	font-size: 15px;
	line-height: 19px;
	padding: 21px 0 13px 0;
}
#container .main .person .detail-holder .golfpro {
	background: #E3E3E3;
	padding: 6px 10px;
	-webkit-border-radius: 6px;
    border-radius: 6px;
}
#container .main .person .detail-holder dl {
	padding: 16px 0 0 0;
	overflow: hidden;
}
#container .main .person .detail-holder dl dt {
	float: left;
	width: 55px;
	clear: left;
}
#container .main .person .detail-holder dl dd {
	float: left;
}
#container .main .person .detail-holder .link2 {
	float: right;
	margin: 5px 0 0 0;
}
.icon-big {
	float: right;
	width: 200px;
	margin: -124px 3px 23px 0;
	text-align: center;
}
@media screen and (max-width: 649px) {
	#container .main .person .detail-holder {
		width: 68%;
		float: left;
	}
	#container .main .person .detail-holder .link2 {
		float: right;
		margin: 5px 0 0 0;
	}
	.icon-big {
		float: none;
		width: 200px;
		margin: 10px auto 23px auto;
		text-align: center;
	}
}
@media screen and (max-width: 570px) {
	#container .main .person .detail-holder {
		width: 55%;
		padding-bottom: 60px;
	}
	#container .main .person .detail-holder .link2 {
		position: absolute;
		bottom: 10px;
	}
}
#container .main .news-item .in {padding: 0;}
#container .main .news-item .pull-left {
	width: 204px;
	height: 146px;
	margin: 0;
	padding: 0 1px 0 0;
	border-right: 1px solid #6EBDDF;
	overflow: hidden;
}
#container .main .news-item .pull-left img{display: block;}
#container .main .news-item .detail-holder {
	position: relative;
	float: left;
	width: 59.52380952%;
	padding: 0 0 0 23px;
	overflow: hidden;
}
#container .main .news-item .detail-holder h2 {
	color: #096b8e;
	font-size: 15px;
	line-height: 19px;
	padding: 21px 0 0 0;
}
#container .main .news-item .detail-holder p {
	padding: 0 0 10px 0;
}
#container .main .news-item .detail-holder .readmore {
	float: left;
	color: #096b8e;
	background: url("../images/separator.png") no-repeat 0 60%;
	margin: 0 0 15px;
	padding: 0 0 0 20px;
}
#container .main .news-item .detail-holder time {
	float: right;
	color: #C5C5C5;
	background: url("../images/date-bg.png") no-repeat 0 60%;
	padding: 0 0 0 20px;
	margin: 0 0 15px;
}
@media screen and (max-width: 650px) {
	#container .main .news-item .detail-holder {
		width: 55%;
		float: left;
	}
}
@media screen and (max-width: 571px) {
	#container .main .news-item .detail-holder {
		width: 87%;
		float: left;
	}
	#container .main .news-item .pull-left {display: none;}
	#container .main .news-item {background: #fff;}
}
.icon-big strong {
	display: block;
	width: 200px;
	height: 200px;
	color: #fff;
	background: #0080C0 url("../images/heron.png") no-repeat 50% 100%;
	font: 23px/30px 'latobold', Arial;
	margin: 0 0 10px;
	padding: 40px 20px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
.icon-big a {
	color: #096b8e;
	padding: 0;
}
.notification {
	display: block;
	background: #FFF8CD;
	margin: 3px 0 30px 0;
	padding: 12px 15px 11px;
	border: 1px solid #FFDF00;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
}
.notification.narrow {
	width: 312px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#container .notification {
	position: relative;
	background: #FFF8CD;
	border: 1px solid #FFDF00;
	margin: 0 0 25px;
	padding: 12px 15px 0;
}
#container .notification p:last-child {
	padding-bottom: 12px !important;
}
#container .notification *{
	position: relative;
	z-index: 1;
}
#container .notification:after {
	display: block;
	position: absolute;
	content: "";
	border: 1px solid #fff;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: none;
	z-index: 0;
}
img.fit {
	width: 100%;
	height: auto;
}
.btn-group:after {
	content: "";
	display: table;
	clear: both;
}
#container .btn-group a {margin-right: 19px;}
#container .foto_thumbs {
	margin: 0 0 0 -16px;
	padding: 0;
	clear: both;
}
#container .foto_thumbs li {
	float: left;
	background: none !important;
	margin: 0 0 16px 16px;
	padding: 0;
}
#container .foto_thumbs li:hover {background: none;}
#container .main .box .foto_thumbs li figure {
	margin: 0;
	padding: 2px;
	border: 1px solid #CDCDCD;
}
#container .foto_thumbs li figure img {display: block;}
/* Sidebar */
#container aside {
	position: relative;
	float: right;
	width: 31.25%;
	margin: 0;
	z-index: 2;
}
#container aside.sidebar.iframe {
	display:none;
}
@media screen and (max-width: 979px) {
	#container aside,
	#container  .sidebar-background {display: none;}
}
#container  .sidebar-background {
	position: absolute;
	width: 30.61224489%;
	height: 100%;
	top: 0;
	right: 10px;
	background: #E2E2E2;
	z-index: 1;
}
#container .sidebar-background.iframe {
	display:none;
}
#container aside .block {
	padding: 16px 0 27px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #C0C0C0;
	overflow: hidden;
}
#container aside .block:first-child {
	padding-top: 0;
	border-top: 0;
}
#container aside .block:last-child {border-bottom: 0;}
#container aside .block:after {
	content: "";
	display: table;
	clear: both;
}
#container aside .block>strong {
	display: block;
	font-family: 'latobold', Arial;
	font-size: 17px;
	line-height: 22px;
	font-weight: normal;
	padding: 20px 0 6px 25px;
}
#container aside .block.green>strong {color: #b1956f;}
#container .phone {
	display: block;
	background: url("../images/phone.png") no-repeat 0 22px;
	margin: 0 25px 16px;
	padding: 16px 0 0 25px;
	clear: both;
}
#container aside .block>img {margin-top: 24px;}
#container aside .block>p,
#container aside .block>img{
	margin-left: 25px;
	margin-right: 25px;
}
#container aside .right {
	width: 148px;
	margin-right: 25px!important;
}
#container aside .submenu {overflow: visible;}
#container aside .submenu ul {
	margin: 7px 0 0 0;
	padding: 0;
}
#container aside .submenu li {
	position: relative;
	height: 36px;
	background: none;
	line-height: 36px;
	margin: 0;
	padding: 0 0 0 25px;
}
#container aside .submenu li a {
	display: block;
	height: 36px;
	text-decoration: none;
}
#container aside .submenu li:hover,
#container aside .submenu li.active {
	color: #fff;
	background: #ADADAD;
}
#container aside .submenu li:hover a,
#container aside .submenu li.active a {color: #fff;}
#container aside .submenu li:hover:before,
#container aside .submenu li.active:before {
	position: absolute;
	content: "";
	width: 21px;
	height: 36px;
	background: url("../images/submenu-hover.png") no-repeat 0 0;
	left: -21px;
	top: 0;
}
#container aside .block .link2,
#container aside .block .link2-top{
	color: #fff;
	right: 10px;
	padding: 13px 20px;
	font-size: 16px;
	background: #096b8e;
	transition: all 500ms;
	line-height: 19px;
	margin: 10px 0 10px 0;
	border-radius: 0;
	text-decoration: none;
}
#container aside .block .link2-top {
	color: #fff;
	right: 10px;
	padding: 13px 20px;
	font-size: 16px;
	background: #b1956f;
	transition: all 500ms;
	line-height: 19px;
	margin: 10px 0 10px 35px;
	border-radius: 0;
	text-decoration: none;
}

#container aside .block .link2 i {
	margin-left: 5px;
}
#container aside .block .link2:after, #container aside .block .link2-top:after {
	content: none;
}

#container aside .block .link2:hover {
	background: #096b8e;
}
#container aside .block .link2-top:hover{
	background: #99816d;
}
#container aside .block .status {
	margin: 7px 0 0 0;
	padding: 0;
}
#container aside .block .status li {
	background: none;
}
#container aside .block .status li.even {
	background: #D9D9D9;
	border-top: 1px solid #CFCFCF;
	border-bottom: 0;
}
#container aside .block .icon {margin: 15px -81px 18px -15px;}
#container aside .block .icon.grey {background: #D2D2D2;}
#container aside .block .holder-icon {
	margin: 9px 0 0 0;
	padding-left: 99px;

}
#container .main .box a {color: #096b8e;}
#container .main .step .in {padding: 1px;}
#container .main .step header {
	background: #b1956f;
	height: 44px;
	margin: 0 0 1px;
	padding: 0 0 0 25px;
}
#container .main .step header strong  {
	float: left;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 44px;
}
#container .main .step header .stepnumber  {
	float: right;
	width: 30px;
	height: 30px;
	color: #b1956f;
	background: #fff;
	font: bold 13px/30px 'latobold', Arial;
	text-align: center;
	margin: 8px 9px 0 0;
	-webkit-border-radius: 15px;
    border-radius: 15px;
}
#container .main .step .description  {
	position: relative;
	background: #ffffff;
	margin: 0 0 1px 0;
	padding: 12px 25px 12px;
	border-bottom: 1px solid #ffffff;
}
#container .main .step .description .duration  {
	position: absolute;
	display: block;
	height: 38px;
	background: #b1956f;
	font: bold 13px/38px 'latobold', Arial;
	left: 25px;
	bottom: -19px;
	padding: 0 12px;
	-webkit-border-radius: 5px;
	color: #ffffff;
    border-radius: 5px;
}
#container .main .step footer   {
	padding: 29px 0 0 25px;
	background: #f1f1f1;
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f1f1f1 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );
}
#container .main .step footer ul li  {
	background: url("../images/separator.png") no-repeat 0 8px;
	line-height: 22px;
}
#container .gform_wrapper form .gform_fields {background: #fff;}
#container .gform_confirmation_message,
#container .gform_wrapper .validation_error {
	color: #fff;
	margin: 23px 0 17px;
	padding: 16px 0 14px 48px;
}
#container .gform_confirmation_message {background: #b1956f url("../images/send.png") no-repeat 15px 15px;}
#container .gform_wrapper .validation_error {background: #FF0000 url("../images/notsend.png") no-repeat 15px 15px;}
#container .gform_wrapper form .gform_fields a {color: #0080C0;}
#container .gform_wrapper form .gform_fields li {
	background: none !important;
	margin-left: 0 !important;
}
#container .gform_wrapper form .gform_fields .gfield{
	min-height: 43px;
	background: none !important;
	margin: 0;
	padding: 0;
}
#container .gform_wrapper form .gform_fields .gfield:after {
	content: "";
	display: table;
	clear: both;
}
#container .gform_wrapper form .gform_fields .gfield {position: relative;}
#container .gform_wrapper form .gform_fields .gfield_label{
	float: left;
	width: 170px;
	font-size: 13px;
	padding: 10px 5px 0 0;
	line-height: 1.5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#container .gform_wrapper form .gform_fields .gfield_label .gfield_required {color: #6EBDDF; padding-left: 4px;}
#container .gform_wrapper form .gform_fields .ginput_container .gfield_radio li,
#container .gform_wrapper form .gform_fields .ginput_container .gfield_checkbox li {
	float: left;
	padding: 0 0 0 5px;
}
#container .gform_wrapper form .gform_fields .ginput_container input[type="file"],
#container .gform_wrapper form .gform_fields .ginput_container select {margin: 8px 0 0;}
#container .gform_wrapper form .gform_fields .ginput_container input[type="radio"],
#container .gform_wrapper form .gform_fields .ginput_container input[type="checkbox"] {
	float: left;
	margin: 15px 5px 0 0;
}
#container .gform_wrapper form .gform_fields .ginput_container label {
	float: left;
	line-height: 42px;
	padding: 0 15px 0 0;
}
#container .gform_wrapper form .gform_fields .gfield_description {
	float: left;
	color: #9c9c9c;
	margin: 5px 0 7px 170px;
	clear: both;
}
#container .gform_wrapper form .gform_fields .ginput_container input[type="text"],
#container .gform_wrapper form .gform_fields .ginput_container textarea,
#container .gform_wrapper form .gform_fields .ginput_container input[type="email"]{
	height: 35px;
	padding: 0 10px;
	font: 13px/19px 'Arial';
	color: #3a3a3a;
	border: 1px solid #C3C3C3;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	-webkit-box-shadow: inset 3px 3px 7px 0px rgba(0, 0, 0, 0.24);
	box-shadow: inset 3px 3px 7px 0px rgba(0, 0, 0, 0.24);
}
#container .gform_wrapper form .gform_fields .validation_message {
	top: 0;
	right: 0;
	color: #ff0000;
	background: #fff;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 5px 170px;
	padding: 0 3px;
	clear: both;
}
#container .gform_wrapper form .gform_fields .ginput_container textarea {
	width: 386px;
	height: 125px;
	padding: 10px;
	resize: vertical;
}
#container .gform_wrapper form .gform_fields .gfield_error input[type="text"],
#container .gform_wrapper form .gform_fields .gfield_error textarea,
#container .gform_wrapper form .gform_fields .gfield_error input[type="email"]{
	background: #FFF3F2;
	border-color: #FF401B;
	-webkit-box-shadow: inset 3px 3px 7px 0px rgba(255, 43, 43, 0.44);
	box-shadow: inset 3px 3px 7px 0px rgba(255, 43, 43, 0.44);
}
#container .gform_wrapper form .gform_fields .ginput_container input.small {width: 58px;}
#container .gform_wrapper form .gform_fields .ginput_container input.medium{width: 238px;}
#container .gform_wrapper form .gform_fields .ginput_container input.medium{width: 238px;}
#container .gform_wrapper form .gform_button {
	height: 38px;
	color: #fff;
	background: #9c9c9c;
	background: -moz-linear-gradient(top,  #9c9c9c 0%, #9c9c9c 35%, #696969 65%, #696969 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c9c9c), color-stop(35%,#9c9c9c), color-stop(65%,#696969), color-stop(100%,#696969));
	background: -webkit-linear-gradient(top,  #9c9c9c 0%,#9c9c9c 35%,#696969 65%,#696969 100%);
	background: -o-linear-gradient(top,  #9c9c9c 0%,#9c9c9c 35%,#696969 65%,#696969 100%);
	background: -ms-linear-gradient(top,  #9c9c9c 0%,#9c9c9c 35%,#696969 65%,#696969 100%);
	background: linear-gradient(to bottom,  #9c9c9c 0%,#9c9c9c 35%,#696969 65%,#696969 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c9c9c', endColorstr='#696969',GradientType=0 );
	font: bold 13px 'Arial';
	margin: 0 0 30px 170px;
	padding: 0 15px 3px;
	cursor: pointer;
	border: 1px solid #676767;
	text-shadow: 1px 1px 1px #3a3a3a;
    filter: dropshadow(color=#3a3a3a, offx=1, offy=1);
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#container .gform_wrapper form .gform_button:hover {
	background: #696969;
	background: -moz-linear-gradient(top,  #696969 0%, #696969 35%, #9c9c9c 65%, #9c9c9c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#696969), color-stop(35%,#696969), color-stop(65%,#9c9c9c), color-stop(100%,#9c9c9c));
	background: -webkit-linear-gradient(top,  #696969 0%,#696969 35%,#9c9c9c 65%,#9c9c9c 100%);
	background: -o-linear-gradient(top,  #696969 0%,#696969 35%,#9c9c9c 65%,#9c9c9c 100%);
	background: -ms-linear-gradient(top,  #696969 0%,#696969 35%,#9c9c9c 65%,#9c9c9c 100%);
	background: linear-gradient(to bottom,  #696969 0%,#696969 35%,#9c9c9c 65%,#9c9c9c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#696969', endColorstr='#9c9c9c',GradientType=0 );
}
#container .gform_wrapper form .gform_button:active {background: #696969;}
.gform_wrapper .ginput_ideal {
	background:  url("../images/ideal.png") no-repeat 100% 100%;
	padding: 0 0 9px 0;
}
.gform_wrapper .input-inline .ginput_container,
.gform_wrapper .input-inline-nolabel .ginput_container {overflow: hidden;}
.gform_wrapper .input-inline .ginput_container span {
	float: left;
	position: relative;
	width: 130px;
	padding: 0 0 35px;
	overflow: hidden;
}
.gform_wrapper .input-mixed .ginput_full {
	float: left;
	position: relative;
	width: 260px;
	padding: 0 0 35px;
}
.gform_wrapper .input-mixed .ginput_left {
	margin: 0 0 0 170px;
	clear: left;
}
.gform_wrapper .input-mixed .ginput_left,
.gform_wrapper .input-mixed .ginput_right {
	float: left;
	position: relative;
	width: 130px;
	padding: 0 0 35px;
}
.gform_wrapper .input-inline-nolabel .clear-multi div {
	float: left;
	width: 86.66667px;
}
.gform_wrapper .input-mixed  .ginput_left input[type="text"],
.gform_wrapper .input-inline-nolabel input[type="text"],
.gform_wrapper .input-inline span input[type="text"] {
	float: left;
	width: 95%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.gform_wrapper .input-mixed  .ginput_right input[type="text"],
.gform_wrapper .input-mixed  .ginput_full input[type="text"],
.gform_wrapper .input-inline span input[type="text"] {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.gform_wrapper .input-inline-nolabel .clear-multi div:last-child input[type="text"] {width: 100%;}
.gform_wrapper .input-inline span:first-child input[type="text"] {width: 95%}
.gform_wrapper .input-mixed  .ginput_left label,
.gform_wrapper .input-mixed  .ginput_right label,
.gform_wrapper .input-inline div span label,
.gform_wrapper .input-mixed .ginput_full label {
	position: absolute;
	bottom: 0;
	left: 0;
}
.gform_wrapper .input-inline-nolabel div label {display: none;}
.gform_wrapper .product-price-hidden .ginput_product_price_label {display: none;}
.gform_wrapper .ginput_shipping_price {
	display: block;
	position: absolute;
	left: 170px;
	top: 50%;
	margin-top: -11.5px;
}
.gform_wrapper .ginput_total {
	line-height: 42px;
	color: #b1956f;
	font-size: 16px;
}

.gform_wrapper .margin_beschrijving .gfield_description {
	margin: -14px 0 32px 0 !important;
}

.gform_wrapper .prijs_aantal div.ginput_container {
	float: left !important;
}

.gform_wrapper .prijs_aantal {
	padding: 7px 0 7px 0;
}

.gform_wrapper .prijs_aantal .ginput_product_price_label, .gform_wrapper .prijs_aantal .ginput_product_price {
	float: left;
	display: block;
	padding-right: 10px;
}
.gform_wrapper .prijs_aantal .ginput_quantity_label {
	display: block;
	clear: both;
	float: left;
	padding: 15px 13px 0 0;
}
.gform_wrapper .prijs_aantal .ginput_quantity {
	margin: 5px 0 9px 0;
}

.gform_wrapper .prijs_aantal_hidden .ginput_product_price_label, .gform_wrapper .prijs_aantal_hidden .ginput_product_price {
	display: none;
}

.gform_wrapper .text_indent {
	text-indent: -9999px;
}

.gform_wrapper .ginput_list {
	clear: both;
}

.gform_wrapper .hidden, .gform_wrapper .instruction_hidden .instruction {
	display: none;
}
.gform_wrapper li.radio_rijen div.ginput_container {
	float: left;
}
.gform_wrapper li.radio_rijen ul.gfield_radio {
	padding-top: 4px !important;
}
.gform_wrapper li.radio_rijen ul.gfield_radio input[type="radio"] {
	margin-top: 9px !important;
}
.gform_wrapper li.radio_rijen ul.gfield_radio li {
	float: none !important;
}
.gform_wrapper li.radio_rijen ul.gfield_radio li label {
	float: none !important;
	line-height: 32px !important;
}
@media screen and (max-width: 670px) {
	#container .gform_wrapper form .gform_fields .gfield_label{
		float: none;
		clear: both;
	}
	#container .gform_wrapper form .gform_fields .ginput_container input.medium,
	#container .gform_wrapper form .gform_fields .ginput_container textarea {
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.gform_wrapper .input-inline .ginput_container,
	.gform_wrapper .input-inline-nolabel .ginput_container {overflow: hidden;}
	.gform_wrapper .input-mixed .ginput_left,
	.gform_wrapper .input-mixed .ginput_right,
	.gform_wrapper .input-inline .ginput_container span {width: 50%;}
	.gform_wrapper .input-inline-nolabel .clear-multi div {width: 33.333%;}
	.gform_wrapper .input-mixed .ginput_full {width: 100%;}
	.gform_wrapper .input-mixed .ginput_left {margin-left: 0;}
	.gform_wrapper .ginput_shipping_price {
		position: relative;
		left: 0;
		margin: 0;
	}
	#container .gform_wrapper form .gform_fields .gfield_description {margin: 5px 0 7px 0;}
}
.headertoggle {
	float: left;
	cursor: pointer;
}
.headertoggle:after {
	content: "";
	float: right;
	width: 9px;
	height: 5px;
	background: url("../images/togglearrow.png") no-repeat 0 0;
	margin: 12px 0 0 10px;
}
.toggleopen:after {background: url("../images/togglearrow.png") no-repeat 0 -5px;}
.togglediv {
	display: none;
	clear: both;
}
#container .blue-box {
	position: relative;
	background: #F0F7FA;
	border: 1px solid #C2E0EF;
	margin: 0 0 25px;
	padding: 12px 15px 0;
}
#container .blue-box p:last-child {
	padding-bottom: 12px !important;
}
#container .blue-box *{
	position: relative;
	z-index: 1;
}
#container .blue-box:after {
	display: block;
	position: absolute;
	content: "";
	border: 1px solid #fff;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: none;
	z-index: 0;
}
#container .blue-box h2 {
	color: #096b8e;
	font-size: 18px;
	margin: 0;
	padding: 8px 0 1px;
}
#container .blue-box table {
	line-height: 19px;
	border: none!important;
	margin: 0 0 14px;
}
#container .blue-box table tr td{
	background: none!important;
	border: none!important;
	padding: 0 !important;
}
#container .calendar-item {
	position: relative;
	overflow: hidden;
}
#container .calendar-item .pull-left {
	position: absolute;
	top: 50%;
	margin: -22px 0 0;
}
#container .calendar-item .pull-left.twodate {
	margin-top: -51px;
}
#container .calendar-item time {
	color: #096b8e;
	font-size: 15px;
	font-weight: bold;
	line-height: 50px;
}
#container .calendar-item time span{
	float: left;
	width: 42px;
	height: 44px;
	background: url("../images/date-bg2.png") no-repeat 0 0;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	margin: 0 10px 0 0;
}
#container .calendar-item p.tm{
	padding: 0 0 0 51px;
	color: #3a3a3a;
	font-weight: normal;
	margin: -7px 0;
	font-size: 13px;
	opacity: 0.7;
	letter-spacing: 1px;
}
#container .calendar-item .detail-holder{
	position: relative;
	width: 63.015873%;
	float: right;
	z-index: 3;
}
@media screen and (max-width: 550px) {
	#container .main .calendar-item .pull-left {
		position: static;
		display: block;
		float: none;
		width: 100%;
		top: 0;
		margin: 0;
		padding: 0 0 10px 0;
		overflow: hidden!important;
	}
	#container .calendar-item .detail-holder{
		width: 100%;
		float: none;
	}
}
#container .calendar-item .notification{
	margin: 0 0 20px 0;
}
#container .page-nav {margin: 0 0 30px 4.54545454%;}
#container .page-nav:after {
	content: "";
	display: table;
	clear: both;
}
#container .page-nav a {padding: 0 19px;}
#container .page-nav .prev {
	float: left;
	background: url("../images/separator-reverse.png") no-repeat 0 60%;
}
#container .page-nav .next {
	float: right;
	background: url("../images/separator.png") no-repeat 100% 75%;
}
#container .head-sponsor {text-align: center;}
#container .head-sponsor img {margin: 12px 0 15px;}
#container .other-sponsors, #container .main-sponsors {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#container .main-sponsors li {
	float: left;
	background: none !important;
	/*margin: 0;*/
	padding: 10px 0;
	display: table;
	width: calc(100% / 2);
}
#container .other-sponsors li {
	float: left;
	background: none !important;
	/*margin: 0;*/
	padding: 10px 0;
	display: table;
	width: calc(100% / 3);
}
#container .main-sponsors li a{
	display: table-cell;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

#container .other-sponsors li a {
	display: table-cell;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
#container .main-sponsors li img {
	 display: block;
	 margin: 0 auto;
	 max-width: 60%;
	 padding: 0;
	 max-height: 150px;
 }
#container .other-sponsors li img {
	display: block;
	margin: 0 auto;
	max-width: 60%;
	padding: 0;
	max-height: 100px;
}

#container .main .box.logo-slideshow .in {
	padding-right: 0;
	padding-left: 0;
}
.slideshow-container{
	position: relative;
	height: 74px;
	width: 100%;
	margin: 7px 0 25px 0;
	overflow: hidden;
}
#container .logos{
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0 0 0 25px;
	overflow: hidden;
}
#container .logos li {
	float: left;
	width: 126px;
	background: none !important;
	margin: 0 25px 0 0;
	padding: 0;
	clear: none;
}
#container .logos li a,
#container .logos li span {
	display: table-cell;
	width: 126px;
	height: 74px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
#container .logos li img {
	display: block;
	margin: 0 auto;
}
/* End Subpages */

/*	Slideshow	*/

#slideshow{
	margin: 63px auto 0px auto;
	max-width: 958px;
	padding: 1px;
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(33, 30, 30, .25);
	box-shadow: 0px 0px 6px 0px rgba(33, 30, 30, .25);
}
#slideshow.simple-slideshow {
	/*max-width: 578px;*/
	margin: 0 0 30px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#slideshow nav span {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	background: url("../images/slideshownav.png") repeat 0 0;
	cursor: pointer;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	top: 50%;
	margin-top: -20px;
}
#slideshow nav span:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#slideshow nav span img {margin: 5px 0 0 0;}
#slideshow nav span.prevslide {left: 8px;}
#slideshow nav span.nextslide {right: 8px;}
@media screen and (max-width: 994px) {#slideshow{margin: 63px 10px 0;}}
#show{
	position: relative;
	overflow: hidden;
}
#show ul{
	position: relative;
	left: 0;
	width: 99999px;
	padding: 0;
}
#show li{
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}
#show img{
	width: 100%;
	height: auto;
	float: left;
}
#show li span{
	position: absolute;
	bottom: 45px;
	left: 35px;
	color: #fff;
	font: 21px/47px 'latobold', 'Arial';
	background: #096b8e;
	background: rgba(0, 123, 190, .8);
}
#show li span span{
	bottom: -5px;
	left: 6px;
	padding: 0;
	width: 9px;
	height: 5px;
	background: url('../images/slideshow.png');
}
#show li span em {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 14px;
	font-style: normal;
}
#slideshow ol{
	position: absolute;
	z-index: 10;
	left: 35px;
	bottom: 9px;
}
#slideshow ol li{
	cursor: pointer;
	float: left;
	text-align: center;
	width: 21px;
	height: 21px;
	margin: 0 5px 0 0;
	padding: 0;
	color: #fff;
	font: 12px/21px 'latobold', 'Arial';
	background: #096b8e;
	background: rgba(0, 123, 190, .5);
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
#slideshow ol li.active{
	font-weight: bold;
	background: #096b8e;
}
@media screen and (max-width: 550px) {
	#show li span{
		left: 15px;
		font-size: 15px;
		line-height: 30px;
		max-width: 200px;
	}
	#slideshow ol{left: 16px;}
}
#push{height: 293px;}

/*Footer*/
#footer{
	margin: -293px 0 0;
	background: #fff url('../images/footer.png') repeat-x;
	line-height: 22px;
	height: 253px;
	padding: 40px 0 0;
}
#inner2{
	max-width: 960px;
	min-height: 100%;
	padding: 0 10px;
	margin: 0 auto;
	/*background: url('../images/bird.png') 10px bottom no-repeat;*/
}
#footer p.h{padding: 0 0 9px;}
#footer p{padding: 0 0 16px;}
#footer p a{color: #3a3a3a;}
#footer .box{
	width: 300px;
	padding: 0 0 18px;
}
#footer .left{ float: left; }
#footer .middle{ float: left; padding-left: 30px; }
#footer .right{ float: right; }
#footer table{
	margin: 0 0 16px;
	width: 100%;
}
#footer th{
	text-align: left;
	font-weight: normal;
}
#footer td{font-size: 12px;}
#footer td span{color: #afafaf;}
#footer li{
	padding: 0 18px 18px 40px;
	background: url('../images/tweet.png') 0 3px no-repeat;
}
#footer ul{
	font-size: 11px;
	line-height: 16px;
	color: #9c9c9c;
}
#footer ul p{
	padding: 0 0 3px;
	color: #3a3a3a;
}
.time-meta a {
	display:block;
	color:#9c9c9c;
	text-decoration:none;
    padding-top:4px;
}
.entry-content {
	color: #3a3a3a;
}
#footer .today{
	float: right;
	line-height: 24px;
	font-size: 11px;
	background: #ebebeb;
	padding: 0 9px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 1px 0 -1px;
}
@media screen and (max-width: 979px) {
	#footer .middle{ display: none; }
	#footer .box{ width: 50%; }
}
@media screen and (max-width: 649px) {
	#footer .middle{ display: none; }
	#footer .left, #footer .right{
		float: left;
		width: 100%;
	}
	#footer{
		margin: 0;
		height: auto;
	}
	#inner2{background: none;}
	#outer{min-height: 0;}
	#push{display: none;}

}
/* weather */
.nooverflowhidden{
	overflow: visible !important;
}

#weather h2{
	color: #096b8e !important;
}

#weather .largeWeather img{
	float: left;
	width: 40%;
	max-width: 239px;
	margin: 29px 0 47px 3%;
}

#weather .largeWeather .right{
	float: right;
	width: 46%;
	padding: 23px 0 47px;
}

#weather .largeWeather .right h2{
	color: #3a3a3a !important;
}

#weather .largeWeather dl{
	font-size: 13px;
	line-height: 20px;
}

#weather .largeWeather dt{
	float: left;
	width: 60%;
	color: #777;
}

#weather .largeWeather dd{
	float: left;
	width: 40%;
	font-size: 13px;
}

#weather .largeWeather dt:first-child, #weather .largeWeather dd:first-child{
	font-size: 15px;
	padding: 0 0 20px;
}

@media all and (max-width: 500px) {

	#weather .largeWeather img{
		float: none;
		display: block;
		width: 80%;
		margin: 0 auto;
	}

	#weather .largeWeather .right{
		width: 100%;
	}

}

.smallWeather{
	margin: -3px 0 0;
}

.smallWeather .links{
	padding: 20px 0 0;
}

.smallWeather .links a{
	float: right;
	width: 55%;
	color: #096b8e;
}

.smallWeather .links a.first{
	float: left;
	width: 45%;
	color: #096b8e;
}

.smallWeather img{
	float: left;
	width: 39%;
	line-height: 20px;
	max-width: 150px;
	margin: 0 0 -30px -10px;
}
@media(max-width:1024px) {
	.smallWeather img {
		max-height:100px;
		width:auto;
	}
}
.smallWeather .right{
	float: right;
	width: 55%;
	padding: 0;
}

.smallWeather .right h2{
	color: #3a3a3a !important;
}

.smallWeather dl{
	font-size: 13px;
	line-height: 20px;
}

.smallWeather dt{
	float: left;
	width: 60%;
	color: #777;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:hidden;
}

.smallWeather dd{
	float: left;
	width: 40%;
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap
}

#webcam{
	position: relative;
	overflow: hidden;
}

#webcam h2{
	line-height: 22px !important;
	font-weight: bold !important;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	color: #fff !important;
	background: #b1956f url('../images/webcam_bg.png') left bottom no-repeat;
}

#webcam h2 span{
	position: absolute;
	left: 0;
	width: 150px;
	top: 50%;
	margin-top: -27px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}

#webcam img{
	float: right;
	position: relative;
	z-index: 3;
	width: 480px;
	max-width: 100%;
}

@media all and (max-width: 670px) {

	#webcam h2{
		position: relative;
		padding: 0 25px !important;
		background-position: left 10px;
	}

	#webcam h2 span{
		display: block;
		position: relative;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		top: 0;
		margin: 0;
		line-height: 28px;
		padding: 6px 0 !important;
		height: auto !important;
		width: 100% !important;
	}

	#webcam img{
		width: 100%;
	}

}

#rainforcast{
	position: relative;
	padding: 0 0 56px;
	margin: 17px 0 0;
}

#rainforcast.small{
	margin: 5px 0 0;
	padding: 0;
}

#rainforcast .left{
	display: inline-block;
	width: 46px;
}

#rainforcast.small .left{
	width: 36px;
}

#rainforcast .drop{
	float: right;
	clear: right;
	background: url('../images/drop.png');
	height: 13px;
	margin: 9px 14px 20px 0;
}

#rainforcast.small .drop{
	margin: 7px 11px 16px 0;
	height: 10px;
	background: url('../images/drop_small.png');
}

#rainforcast .drop.s1{ width: 9px; }
#rainforcast .drop.s2{ width: 21px; }
#rainforcast .drop.s3{ width: 33px; }

#rainforcast.small .drop.s1{ width: 7px; }
#rainforcast.small .drop.s2{ width: 16px; }
#rainforcast.small .drop.s3{ width: 25px; }

#rainforcast .tab{
	position: absolute;
	top: 0;
	left: 46px;
	right: 0;
}

#rainforcast.small .tab{
	position: absolute;
	top: 0;
	left: 36px;
	right: 0;
}

#rainforcast .colholder{
	width: 100%;
	text-align: right;
	height: 129px;
	border-left: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}

#rainforcast.small .colholder{
	height: 101px;
}

#rainforcast .col{
	display: inline-block;
	width: 4.10%;
	height: 100%;
	position: relative;
	background: #fff;
}

#rainforcast .col div{
	position: absolute;
	bottom: 0;
	left: 1px;
	right: 0;
	background: #b7daed;
	background: -moz-linear-gradient(top,  #b7daed 30%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#b7daed), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #b7daed 30%,#ffffff 100%);
	background: -o-linear-gradient(top,  #b7daed 30%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #b7daed 30%,#ffffff 100%);
	background: linear-gradient(to bottom,  #b7daed 30%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7daed', endColorstr='#ffffff',GradientType=0 );
}

.intro{
	float: right;
	text-align: right;
	margin: -5px 0 -100px;
	font-size: 12px;
	line-height: 17px;
	color: #096b8e;
}

#weather .intro{
	float: right;
	text-align: right;
	margin: 5px 0 -100px;
	font-size: 13px;
	line-height: 17px;
	color: #096b8e;
}

.intro strong{
	font-size: 14px;
}

#weather .intro strong{
	font-size: 14px;
}

#rainforcast .now{
	height: 129px;
	position: absolute;
	margin: 0 0 0 12px;
	z-index: 199;
	width: 1px;
	background: #096b8e;
}

#rainforcast.small .now{
	height: 101px;
}

#rainforcast .now span{
	position: absolute;
	z-index: 199;
	background: #096b8e;
	font: 14px/23px 'Arial';
	width: 26px;
	margin: -12px 0 0 -12px;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#rainforcast.small .now span{
	font: 11px/18px 'Arial';
	width: 20px;
	margin: -9px 0 0 -9px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#rainforcast .over{
	position: absolute;
	z-index: 200;
	top: 40px;
	padding: 10px 7px !important;
	font-size: 15px;
	line-height: 18px;
	color: #3a3a3a;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#rainforcast.small .over{
	top: 32px;
	font-size: 12px;
	padding: 5px 7px !important;
}

#rainforcast .col div span{
	display: none;
	position: absolute;
	z-index: 300;
	top: 1px;
	left: 50%;
	height: 23px;
	margin: 0 -400px 0 5px;
	color: #fff;
	font: 13px/23px 'Arial';
	padding: 0 8px;
	background: #3f3f3f;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#rainforcast.small .col div span{
	height: 18px;
	margin: 0 -400px 0 4px;
	color: #fff;
	font: 11px/18px 'Arial';
	padding: 0 6px;
	background: #3f3f3f;
}

#rainforcast .col div span:before{
	content: '';
	position: absolute;
	left: -5px;
	top: 4px;
	border-color: transparent;
	border-style: solid;
	border-width: 6px 6px 6px 0;
	border-right-color: #3f3f3f;
}

#rainforcast.small .col div span:before{
	content: '';
	position: absolute;
	left: -4px;
	top: 4px;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-right-color: #3f3f3f;
}

#rainforcast .col div:hover span{
	display: block;
}

#rainforcast .bottom{
	color: #3a3a3a;
	text-align: right;
	line-height: 33px;
	font-size: 13px;
}

#rainforcast.small .bottom{
	line-height: 18px;
	font-size: 11px;
}

#rainforcast .bottom span{
	display: inline-block;
	text-align: left;
	width: 24.6%;
}

#rainforcast .col.odd{
	background: #f7f7f7;
}

#weather .forcast{
	padding: 0 !important;
	list-style: none;
	font-size: 11px;
	line-height: 20px;
	color: #3a3a3a;
}

#weather .forcast li{
	width: 20%;
	background: none !important;
	margin: 0;
	padding: 12px 0 17px;
	float: left;
	text-align: center;
}

#weather .forcast li strong{
	display: block;
	line-height: 16px;
}

#weather .forcast li img{
	display: inline-block;
	margin: 21px 0 9px;
}

#weather .forcast dl{
	padding: 0 8px;
	text-align: left;
	display: inline-block;
	margin: 0 auto;
	max-width: 150px;
}

#weather .forcast dt{
	float: left;
	width: 60%;
	color: #777;
}

#weather .forcast dd{
	float: left;
	width: 40%;
	font-size: 13px;
}

#weather .forcast dd span{
	font-size: 11px;
}

@media all and (max-width: 660px) {

	#weather .forcast li{
		width: 33.33%;
	}

}

@media all and (max-width: 440px) {

	#weather .forcast li{
		width: 50%;
	}

}

@media all and (max-width: 340px) {

	#weather .forcast li{
		width: 100%;
	}

}

.fake-click {
	cursor:pointer;
}

/* Games */
.games li{
	font-size: 12px;
	color: #9B9B9B;
	background-position: 0 16px !important;
}

.games a{
	font-size: 13px;
	color: #096b8e;
	text-decoration: none;
	position: relative;
	top: -1px;
}

.games a:hover{
	text-decoration: underline;
}

#slider{
	overflow: hidden;
	position: relative;
}

#slider ul{
	width: 999999px;
	padding: 0;
	margin: 0;
	position: relative;
	left: 0;
	-webkit-transition: left .5s ease-in-out;
	transition: left .5s ease-in-out;
}

#slider li{
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
}

#slider img{
	float: left;
}

#slider .prev, #slider .next{
	width: 35px;
	height: 35px;
	position: absolute;
	z-index: 10;
	top: 105px;
	background-color: rgba(0, 0, 0, .3);
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

#slider .prev:hover, #slider .next:hover{
	background-color: rgba(0, 0, 0, .6);
}

#slider .prev{
	left: -7px;
	background-image: url('../images/prev.png');
	background-position: 13px 10px;
	background-repeat: no-repeat;
}

#slider .next{
	right: -7px;
	background-image: url('../images/next.png');
	background-position: 12px 10px;
	background-repeat: no-repeat;
}

#slider strong{
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	color: #fff;
	text-align: center;
	font: bold 19px/21px 'latobold', 'Arila';
	text-shadow: 0 0 5px #191819;
}

#slider strong span{
	display: block;
	color: #000;
	padding: 6px 13px;
	margin: 7px 20px 0;
	font: 13px/20px 'latobold', 'Arila';
	background: rgba(255, 255, 255,.6 );
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-shadow: none;
}

#slider a:hover strong span{
	background: rgba(255, 255, 255, .8);
}

#container .tooltip.tooltip-info {
    background: #096b8e;
    color: #fff;
}

#container .tooltip.tooltip-danger {
    background: #ff0000;
    color: #fff;
}

#container .tooltip.tooltip-inline .text {
    top: 30px;
}

#container aside .box-baanstatus .block[data-tooltip-toggle="#tooltip-baanstatus"],
#container .box.box-baanstatus {
    overflow: inherit;
}

#container aside .box-baanstatus .block[data-tooltip-toggle="#tooltip-baanstatus"] .right {
    width: 148px !important;
}

#container .tooltip.tooltip-inline.tooltip-top .text {
    top: inherit;
    bottom: 30px;
}

#container .tooltip.tooltip-inline.tooltip-top .text:before {
    top: inherit;
    bottom: -5px;
    background-position: -9px 0;
}

#container li:last-child,
#container li.even:last-child {
    border-bottom:0;
}

/* English overview */

#container .main .box-blue h2, .box-blue .h2{
	background-color: #e5f2f8;
	display: block;
	margin: 0;
	padding: 12px 25px;
	font: bold 17px/23px 'latobold', 'Arial';
	color: #096b8e;
}
#container .main .box-blue .box-blue-inner {
	padding: 0 25px;
}
#container .main .box-blue p {
	padding: 0 0 20px;
}
#container .main .box-blue .button-pull-right {
	margin: 28px 0 -70px -24px;
	line-height: 44px;
	font-size: 14px;
	width: 100%;
}
@media screen and (max-width: 550px) {
	#container .main .title-row.button-pull-right-mobile-fix {
		margin-top: 70px;
	}
}
#container .main .box-blue .button-pull-right:after {
	top: 14px !important;
}
#container .main .box-openinghours {
	line-height: 19px;
}
#container .main .box-openinghours tbody tr td {
	background: none !important;
	border: none !important;
	padding: 1px 0;
}
#container .main .box-openinghours tbody tr th {
	font-weight: normal;
	text-align: left;
}

#container .main .title-row {
	margin: 10px 0 10px 4.545454545454%;
}

#container .main .title-row:after {
	content: " ";
	display: table;
	clear: both;
}

#container .main .title-row h2 {
	color: #3a3a3a;
	font: normal 27px/32px 'latobold', 'Arial';
	float: left;
}
#container .main .title-row .button-gray {
	float: right;
	background-color: #f0f0f0;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	color: #3a3a3a;
	text-decoration: none;
	padding: 8px 12px 8px 40px;
	position: relative;
}
#container .main .title-row .button-gray:hover {
	background-color: #f8f8f8;
}
#container .main .title-row .button-gray:before {
	content: "";
	position: absolute;
	left: 9px;
	background: url('../images/icon-clothing.png') no-repeat;
	background-size: contain;
	width: 23px;
	height: 16px;
}

#container .main .box.box-smaller {
	width: 95.545455% !important;
	padding: 2px 0;
}

#container .main .box-row-border {
	border-bottom: 1px solid #e6e6e6;
}
#container .main .box-row .box-row-last {
	border: none;
}

#container .main .box-row-left {
	width: 50%;
	float: left;
}
#container .main .box-row-right {
	width: 50%;
	float: left;
}
@media screen and (max-width: 550px) {
	#container .main .box-row-left, #container .main .box-row-right {
		width: 100%;
		float: none;
	}
}
#container .main .box-row-right .in {
	padding-left: 0;
}

@media screen and (max-width: 550px) {
	#container .main .box-row-right .in {
		padding-left: 25px;
	}
}
#container .main img.box-row-img {
	width: 100%;
	margin-bottom: -5px;
}

#container .main .box-row h3 a {
	text-decoration: none;
}
#container .main .box-row h3 a:hover {
	border-bottom: 1px solid #096b8e;
}
#container .main .box-row h3 a.arrow {
	position: relative;
	padding-right: 18px;
}
#container .main .box-row h3 a.arrow:after {
	position: absolute;
  content: "";
  width: 11px;
  height: 18px;
  background: url("../images/arrow4.png") no-repeat 0 0;
  right: 0;
  top: 12px;
}

#container .main .box figure.caption-style-simple {
	margin: 0;
}

#container .main .box figure.caption-style-simple a:hover figcaption span {
	background: rgba(0,128,192,1);
}

#container .main .box figure.caption-style-simple a {
	text-decoration: none;
}

#container .main .box figure.caption-style-simple figcaption {
	background: none;
	border: none;
	height: 0;
}

#container .main .box figure.caption-style-simple figcaption img {
	border: none;
}


#container .main .box figure.caption-style-simple figcaption span {
	background-image: none;
	padding-left: 15px;
	padding-right: 28px;
	position: relative;
	margin: 0;
}

#container .main .box figure.caption-style-simple figcaption span:after {
	position: absolute;
	content: "";
	width: 11px;
	height: 18px;
	background: url("../images/arrow2.png") no-repeat 0 0;
	right: 8px;
	top: 8px;
}

.border-none {
	border: none !important;
}

.nav-scrolled {
	top: 0 !important;
	position: fixed !important;
}

.sign-in-footer .input-email {
	border: 1px solid #dad9d9;
	padding: 8px 15px;
	border-radius: 3px;
}

.sign-in-footer input[type=submit] {
	padding: 8px 15px;
	background: #096b8e;
	color: #fff;
	border: none;
	border-radius: 3px;
}
.mt-0 {
	margin-top: 0 !important;
}

.smaller-height {
	height: 306px !important;
}

.post-password-form {
	margin: 10px 0;
}

.post-password-form [type="password"] {
	height: 16px;
    padding: 6px 12px;
    margin-top: 15px;
    margin-right: 5px;
    color: #3a3a3a;
}

.post-password-form [type="submit"] {
	padding: 8px 15px;
    background: #096b8e;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}