/*****************/
/* html elements */
/*****************/
* {border:0;margin:0;outline:none;padding:0;}

body {
	font-family: helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

img {
	display: block;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/********/
/* page */
/********/
#page {
	background: url('/img/bg/header.png') no-repeat top right;
	margin: 0 auto 80px;
	width: 960px;
}

/* inner */
#page .inner {
	margin: 0 auto;
	width: 912px;
}

#page .inner:after {
	clear: both;
	content: '';
	display: block;
}

#page .column1 {
	float: left;
	width: 308px;
}

#page .column2 {
	float: right;
	width: 602px;
}

#page fw-html,
#page fw-text {
	min-height: 0;
}

/**********/
/* header */
/**********/
#header {
	margin-bottom: 14px;
	position: relative;
}

/* logo */
#header .logo {
	float: left;
	margin: 43px 0 0 2px;
}

#header .nav {
	background: url('/img/bg/nav.png') repeat-y;
	clear: both;
	float: left;
	font-family: Arial, helvetica, sans-serif;
	line-height: 33px;
	text-transform: uppercase;
	margin-top: 29px;
	width: 100%;
}

#header .nav ul {
	list-style-type: none;
}

#header .nav ul:after {
	clear: both;
	content: '';
	display: block;
}

#header .nav li {
	float: left;
	height: 33px;
	margin: 0 14px 0 5px;
	position: relative;
}

#header .nav li:first-child {
	border-right: 1px solid #fff;
	margin: 0;
	width: 34px;
}

#header .nav li:first-child a {
	display: block;
	height: 11px;
	padding: 11px 10px;
	text-indent: -9999px;
	width: 14px;
}

#header .nav li:first-child a span {
	background: url('/img/bg/home.png') no-repeat;
	display: block;
	height: 11px;
	width: 12px;
}

#header .nav li.fw_active:first-child a span,
#header .nav li:first-child a:hover span {
	background-position-y: -11px;
}

#header .nav a {
	color: #fff;
}

#header .nav li a {
	display: block;
	height: inherit;
	width: inherit;
}

#header .nav .fw_active > a,
#header .nav li a:hover {
	color: #0076ae;
	text-decoration: none; 
}

#header .nav .fw_subs div {
	background-color: #0076ae;
	display: none;
	line-height: 19px;
	min-width: 100%;
	padding: 5px 10px;
	position: absolute;
	text-transform: none;
	z-index: 500;
}

#header .nav .fw_subs:hover div {
	display: block;
}

#header .nav .fw_subs li {
	float: none;
	height: inherit;
	margin: 0;
	white-space: nowrap;
}

#header .nav .fw_subs li:first-child {
	border-right: none;
	margin: 0;
	width: inherit;
}

#header .nav .fw_subs li:first-child a {
	display: inline;
	padding: 0;
	text-indent: 0;
}

#header .nav .fw_subs li:first-child a span {
	background: none;
	display: inline;
}

#header .nav .fw_subs li.fw_active:first-child a span,
#header .nav .fw_subs li:first-child a:hover span {
	background-position-y: 0;
}

#header .nav .fw_subs li a {
	display: inline;
}

#header .nav .fw_subs .fw_active a,
#header .nav .fw_subs li a:hover {
	color: #ef8c1e;
	text-decoration: none;
}

/* images */
#header .images {
	position: absolute;
	height: 140px;
	right: 14px;
	top: 8px;
	vertical-align: bottom;
	width: 323px;
}

#header .images span {
	bottom: 0;
	position: absolute;
}

#header .images .img1 {
	left: 0;
}

#header .images .img2 {
	right: 0;
}

/********/
/* main */
/********/
#main {
	margin-bottom: 28px;
}

/* row1 */
#main .row1 {
	margin-bottom: 28px;
}

#main.standaard .row1 {
	height: 147px;
}

#main .row1:after {
	clear: both;
	content: '';
	display: block;
}

/* text_wrapper */
#main .text_wrapper {
	padding-right: 10px;
}

#main.home .text_wrapper h1 {
	color: #0076ae;
	font-size: 46px;
	font-weight: 100;
	line-height: 40px;
	margin: 42px 0 32px;
}

#main.standaard .text_wrapper h1 {
	color: #0076ae;
	font-size: 30px;
	font-weight: 100;
	line-height: 40px;
	margin-bottom: 9px;
	margin-top: 4px;
}

/* banner */
#main .banner {
	width: 602px;
	float: right;
}

#main .banner .bx-wrapper {
	position: relative;
}

#main .banner .bx-controls {
	bottom: 5px;
	right: 5px;
	position: absolute;
	z-index: 100;
}

#main .banner .bx-pager-item {
	float: left;
	margin: 0 2px;
	position: relative;
}

#main .banner .bx-pager-item a {
	background: url('/img/bg/bx_controls.png') no-repeat top;
	display: block;
	height: 10px;
	text-indent: -9999px;
	width: 10px;
}

#main .banner .bx-pager-item .active {
	background-position-y: -10px;
}

/* row2 */
#main.home .row2 h1,
#main.home .row2 h2 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 16px;
	padding-left: 5px;
}

#main.home .row2 h3 {
	color: #ef8c1e;
	font-size: 12px;
	padding-left: 5px;
	text-transform: uppercase;
}

#main.home .row2 p {
	padding: 0 16px 0 5px;
}

#main .row2 a {
	color: #ef8c1e;
}

#main .row2 {
	position: relative;
}

#main .row2:after {
	clear: both;
	content: '';
	display: block;
}

#main.standaard .row2 {
	min-height: 550px;
}

/* row2 col1 */
#main .row2 .column1 .background {
	border-right: 2px solid #ededed;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 308px;
}

#main .row2 .column1 .content {
	position: relative;
}

#main.home .row2 .column1 .list_item img {
	max-height: 148px;
	margin-left: 8px;
}

/* subnav */
#main.standaard .subnav {
	line-height: 22px;
	font-size: 13px;
	font-weight: normal;
}

#main.standaard .subnav ul {
	list-style-type: none;
}

#main.standaard .subnav li {
	margin-top: 3px;
}

#main.standaard .subnav ul li:first-child {
	margin-top: 0;
}

#main.standaard .subnav .fw_active a,
#main.standaard .subnav a:hover {
	color: #000;
	text-decoration: none;
}

/* newslist */
#main.standaard .newslist {
	width: 210px;
}

#main.standaard .newslist ul {
	list-style-type: none;
}

#main.standaard .newslist li {
	height: 50px;
	margin-bottom: 24px;
	overflow: hidden;
}

#main.standaard .newslist a {
	color: #ef8c1e;
	font-size: 13px;
	font-weight: 600;
}

#main.standaard .newslist .news_title {
	display: inline;
	font-size: inherit;
	font-weight: inherit;
}

#main.standaard .newslist .fw_active a,
#main.standaard .newslist a:hover {
	color: #0076ae;
	text-decoration: none;
}

#main.standaard .newslist a span {
	font-weight: 100;
}

#main.standaard .newslist p {
	line-height: 16px;
}

/* .list_item */
#main.home .row2 .list_item {
	height: 386px;
	position: relative;
	padding-top: 4px;
}

#main.home .row2 .list_item .text {
	bottom: 28px;
	height: 127px;
	left: 3px;
	line-height: 16px;
	padding-right: 10px;
	position: absolute;
	overflow: hidden;
}

#main.home .row2 .list_item .text.col2list {
	bottom: 2px;
	height: 152px;
}

#main.home .row2 .list_item .text.col2list:after {
	background-color: #fff;
	height: 28px;
	content: '';
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

#main.home .row2 .list_item img {
	max-width: 290px;
	max-height: 160px;
}

#main.home .row2 .list_item .text ul {
	list-style-type: none;
	margin-left: 12px;
}

#main.home .row2 .list_item .readmore {
	background-color: #fff;
	bottom: 8px;
	position: absolute;
	left: 8px;
}

#main.home .row2 .list_item .text.col2list a {
	background-color: #fff;
	bottom: 8px;
	position: absolute;
	left: 8px;
	z-index: 2;
}

#main.home .row2 .column2 .list_item {
	border-left: 2px solid #ededed;
	float: left;
	padding-left: 4px;
	width: 290px;
}

#main.home .row2 .column2 .list_item:first-child {
	border-left: none;
	padding-left: 0;
	width: 305px;
}

#main.home .row2 .column2 .list_item:first-child img {
	margin-left: 5px;
}

/* standaard .row2 column2 */
#main.standaard .row2 .column2 {
	padding-bottom: 30px;
}

#main.standaard .row2 .column2 .text h1,
#main.standaard .row2 .column2 .text h2,
#main.standaard .row2 .column2 .text h3,
#main.standaard .row2 .column2 .text h4,
#main.standaard .row2 .column2 .text h5,
#main.standaard .row2 .column2 .text h6 {
	margin-bottom: 20px;
	line-height: 24px;
}

#main.standaard .row2 .column2 .text h1,
#main.standaard .row2 .column2 .text h2 {
	font-size: 22px;
	line-height: 26px;
}

#main.standaard .row2 .column2 .text p {
	margin-bottom: 12px;
	font-weight: 100;
}

#main.standaard .row2 .column2 .text img {
	margin: 0 0 20px 20px;
}

#main.standaard .row2 .column2 .text {
	padding-left: 10px;
}

#main.standaard .row2 .column2 .text .news_title {
	color: #ef8c1e;
	margin-bottom: 12px;
}

#main.standaard .row2 .column2 .text .news_img {
	margin: 0 0 24px -20px;
}

/* employees_list */
#main.standaard .employees_list {
	margin: 25px 0 0 10px;
}

#main.standaard .employees_list ul {
	letter-spacing: 21px;
	list-style-type: none;
	margin-bottom: -17px;
	vertical-align: top;
}

#main.standaard .employees_list li {
	display: inline-block;
	margin-bottom: 16px;
	letter-spacing: 0;
}

#main.standaard .employees_list img {
	margin-bottom: 6px;
}

#main.standaard .employees_list h3 {
	font-size: 12px;
	font-weight: 100;
}

/* contact_form */
#main.standaard .contact_form {
	margin: 26px 0 0 10px;
	width: 342px;
}

#main.standaard .contact_form .fw_form_row {
	margin-bottom: 14px;
}

#main.standaard .contact_form .fw_form_option div {
	float: left;
}

#main.standaard .contact_form .fw_form_column div {
	float: left;
}

#main.standaard .contact_form .fw_form_column .fw_form_option {
	float: none;
	line-height: 16px;
}

#main.standaard .contact_form .fw_form_column .fw_form_option .fw_form_sub_field {
	margin-right: 10px;
}

#main.standaard .contact_form .supertitle .fw_form_column > div {
	float: none;
}

#main.standaard .contact_form .text_input .fw_form_field {
	float: right;
}

#main.standaard .contact_form .fw_form_column:after {
	clear: both;
	content: '';
	display: block;
}

#main.standaard .contact_form .fw_form_option:after {
	clear: both;
	content: '';
	display: block;
}

#main.standaard .contact_form .supertitle .fw_form_label {
	font-weight: bold;
	margin-bottom: 16px;
}

#main.standaard .contact_form .fw_form_field input[type="text"],
#main.standaard .contact_form .fw_form_field textarea {
	border: 1px solid #ef8c1e;
}

#main.standaard .contact_form .fw_form_field textarea {
	height: 74px;
	margin-top: -10px;
	resize: none;
	padding: 5px;
	width: 330px;
}

#main.standaard .contact_form .fw_form_field input[type="text"] {
	height: 18px;
	line-height: 18px;
	padding: 0 5px;
	width: 204px;
}

#main.standaard .contact_form .fw_form_field input[type="checkbox"] {
	height: 11px;
	line-height: 11px;
}

#main.standaard .contact_form .fw_form_submit_link {
	font-weight: bold;
}

#main.standaard .contact_form .fw_form_submit_link:hover {
	color: #0076ae;
	text-decoration: none;
}

/* googlemap */
#main.standaard .googlemap {
	padding-left: 10px;
}

#main.standaard .googlemap .fw_google_maps {
	border: 1px solid #ef8c1e;
	height: 300px;
}

/* occasions_list */
#main.occasions .occasion_list > ul {
	letter-spacing: 16px;
	list-style-type: none;
	margin-bottom: -30px;
}

#main.occasions .occasion_list > ul > li {
	display: inline-block;
	height: 326px;
	letter-spacing: 0;
	margin: 0 0 30px 0;
	position: relative;
	vertical-align: top;
	width: 213px;
}

#main.occasions .occasion_list img {
	border: 1px solid #adadad;
	margin-bottom: 10px;
}

#main.occasions .occasion_list h2 {
	font-size: 17px;
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 6px;
}

#main.occasions .occasion_list .specs {
	height: 80px;
	line-height: 16px;
	overflow: hidden;
}

#main.occasions .occasion_list .specs ul {
	list-style-position: inside;
	list-style-type: disc;
}

#main.occasions .occasion_list h3 {
	background-color: #ef8c1e;
	bottom: 0;
	color: #fff;
	display: block;
	padding: 0 2px;
	position: absolute;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	width: 209px;
}

/* socialmedia */
#main.standaard .row2 .column2 .socialmedia {
	bottom: 0;
	margin-left: 20px;
	position: absolute;
}

#main.standaard .row2 .column2 .socialmedia:after {
	clear: both;
	content: '';
	display: block;
}

#main.standaard .row2 .column2 .socialmedia > div {
	float: left;
}

/**********/
/* footer */
/**********/
#footer h2 {
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 10px;
}

#footer ul {
	list-style-type: none;
	float: left;
	line-height: 17px;
	margin-right: 60px;
}

/* inner */
#footer .inner {
	background: url('/img/bg/footer.png') no-repeat top right;
	background-color: #1283c7;
	color: #fff;
	height: 152px;
}

/* contact */
#footer .contact {
	height: 110px;
	overflow: hidden;
	width: 550px;
	padding: 18px 0 0 10px;
}
#footer .contact a{
	color:#fff;
}
#footer .contact:after {
	clear: both;
	content: '';
	display: block;
}