@import "../photoswipe/photoswipe.css";
@import "../photoswipe/default-skin/default-skin.css";
/* ### general ### */
* {
  margin: 0px;
  padding: 0px;
}
html,
body {
  font-family: 'QuadraatSansRegular', Arial;
  font-size: 12px;
  color: #8c806e;
}
input,
select,
textarea {
  font-family: 'QuadraatSansRegular', Arial;
  font-size: 12px;
  color: #8c806e;
}
body {
  background: #fff;
  overflow-x: hidden;
}
img {
  border: 0px;
  display: block;
}
a,
input {
  outline: none;
}
div[data-url],
li[data-url] {
  cursor: pointer;
}
/* ### fonts ### */
@font-face {
  font-family: 'QuadraatSansBold';
  src: url('../fonts/quadraatsans-bold.eot');
  src: url('../fonts/quadraatsans-bold.eot') format('embedded-opentype'), url('../fonts/quadraatsans-bold.woff') format('woff'), url('../fonts/quadraatsans-bold.ttf') format('truetype'), url('../fonts/quadraatsans-bold.svg#QuadraatSansBold') format('svg');
}
@font-face {
  font-family: 'QuadraatSansRegular';
  src: url('../fonts/quadraatsans-regular.eot');
  src: url('../fonts/quadraatsans-regular.eot') format('embedded-opentype'), url('../fonts/quadraatsans-regular.woff') format('woff'), url('../fonts/quadraatsans-regular.ttf') format('truetype'), url('../fonts/quadraatsans-regular.svg#QuadraatSansRegular') format('svg');
}
body.sunday div {
  display: none;
}
body.sunday div.sundayMessage {
  background: #d2dfe3;
  display: block;
  width: 100%;
  padding: 15px 0;
}
body.sunday div.sundayMessage p {
  width: 800px;
  margin: 0 auto;
  color: #8c806e;
  font-size: 16px;
  text-align: center;
}
/* ### global classes ### */
.clear {
  clear: both;
  height: 0;
}
.center {
  margin: 0 auto;
  width: 948px;
  position: relative;
  padding-top: 29px;
}
a.green {
  display: inline-block;
  text-decoration: none;
  line-height: 19px;
  height: 19px;
  padding: 0 7px;
  background: url(../images/btn_gradient.png) repeat-x #ff0000;
  /*#07697a;*/
  /*text-shadow: 0 0 2px rgba(0,0,0,0.8);*/
  color: #e4e8e9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
a.green img {
  display: inline;
  vertical-align: middle;
  margin-left: 5px;
}
a.green:hover {
  background-position: 0 -19px;
}
/* ### detail box ### */
.detailBox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background: url(../images/detail_bg.png) no-repeat;
  width: 35px;
  height: 682px;
  padding-top: 98px;
  display: none;
}
.detailBox .search {
  background: url(../images/search_icon.png) no-repeat;
  width: 35px;
  height: 35px;
  position: relative;
}
.detailBox .search .drop {
  width: 186px;
  background: #004b58;
  position: absolute;
  top: 0;
  left: 35px;
  display: none;
  z-index: 5;
}
.detailBox .search h3 {
  line-height: 35px;
  color: #fff;
  padding: 0 13px;
  font-weight: normal;
  font-size: 22px;
  border-bottom: 1px solid #035e6e;
}
.detailBox .search h3 img {
  display: inline;
  margin-top: 16px;
  float: right;
}
.detailBox .search fieldset {
  border: 0;
  padding: 10px 0 20px 14px;
}
.detailBox .search input.field {
  border: 0;
  background: url(../images/field1.png) no-repeat;
  width: 144px;
  height: 27px;
  line-height: 27px;
  padding: 0 8px;
  color: #6a7e82;
  font-size: 9px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.detailBox .search input.button {
  border: 0;
  background: url(../images/button1.png) no-repeat;
  width: 86px;
  height: 19px;
  cursor: pointer;
  margin-top: 6px;
  text-align: left;
  padding-left: 4px;
  padding-bottom: 3px;
  color: #fff;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
}
.detailBox .search:hover .drop {
  display: block;
}
.detailBox .login {
  position: relative;
  background: url(../images/login_icon.png) no-repeat;
  width: 35px;
  height: 33px;
}
.detailBox .login .drop {
  width: 186px;
  background: #004b58;
  position: absolute;
  top: 0;
  left: 35px;
  display: none;
  z-index: 4;
}
.detailBox .login h3 {
  line-height: 35px;
  color: #fff;
  padding: 0 13px;
  font-weight: normal;
  font-size: 22px;
  border-bottom: 1px solid #035e6e;
}
.detailBox .login h3 img {
  display: inline;
  margin-top: 16px;
  float: right;
}
.detailBox .login fieldset {
  border: 0;
  padding: 10px 0 20px 14px;
}
.detailBox .login input.field {
  border: 0;
  background: url(../images/field1.png) no-repeat;
  width: 144px;
  height: 27px;
  line-height: 27px;
  padding: 0 8px;
  color: #6a7e82;
  font-size: 9px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.detailBox .login input.button {
  border: 0;
  background: url(../images/button1.png) no-repeat;
  width: 86px;
  height: 19px;
  cursor: pointer;
  margin-top: 6px;
  text-align: left;
  padding-left: 4px;
  padding-bottom: 3px;
  color: #fff;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
}
.detailBox .login:hover {
  background: url(../images/login_icon_hover.png) no-repeat;
}
.detailBox .login:hover .drop {
  display: block;
}
.detailBox .note {
  position: relative;
  background: url(../images/icon3.png) no-repeat;
  width: 35px;
  height: 31px;
}
.detailBox .agenda {
  position: relative;
  background: url(../images/icon4.png) no-repeat;
  width: 35px;
  height: 35px;
}
.detailBox .agenda .drop {
  position: absolute;
  top: 0;
  left: 35px;
  width: 186px;
  background: #004b58;
  padding-bottom: 20px;
  display: none;
}
.detailBox .agenda h3 {
  line-height: 35px;
  color: #fff;
  padding: 0 13px;
  font-weight: normal;
  font-size: 22px;
  border-bottom: 1px solid #035e6e;
}
.detailBox .agenda h3 img {
  display: inline;
  margin-top: 16px;
  float: right;
}
.detailBox .agenda p {
  color: #dde2e3;
  font-size: 13px;
  line-height: 16px;
  padding: 8px 0 4px 15px;
  border-bottom: 1px solid #035e6e;
  margin-bottom: 10px;
}
.detailBox .agenda a.button {
  display: block;
  text-decoration: none;
  background: url(../images/button2.png) no-repeat;
  width: 87px;
  height: 19px;
  line-height: 16px;
  padding-left: 5px;
  color: #fff;
  font-size: 12px;
  margin-left: 14px;
}
.detailBox .agenda:hover {
  background: url(../images/icon4_hover.png) no-repeat;
}
.detailBox .agenda:hover .drop {
  display: block;
}
.detailBox .doneren {
  position: relative;
  background: url(../images/icon5.png) no-repeat;
  width: 35px;
  height: 35px;
}
.detailBox .doneren .drop {
  position: absolute;
  top: 0;
  left: 35px;
  width: 186px;
  background: #004b58;
  padding-bottom: 20px;
  display: none;
}
.detailBox .doneren h3 {
  line-height: 35px;
  color: #fff;
  padding: 0 13px;
  font-weight: normal;
  font-size: 22px;
  border-bottom: 1px solid #035e6e;
}
.detailBox .doneren h3 img {
  display: inline;
  margin-top: 16px;
  float: right;
}
.detailBox .doneren p {
  color: #dde2e3;
  font-size: 13px;
  line-height: 16px;
  padding: 8px 0 4px 15px;
  border-bottom: 1px solid #035e6e;
  margin-bottom: 10px;
}
.detailBox .doneren a.button {
  display: block;
  text-decoration: none;
  background: url(../images/button3.png) no-repeat;
  width: 92px;
  height: 19px;
  line-height: 16px;
  padding-left: 5px;
  color: #fff;
  font-size: 12px;
  margin-left: 14px;
}
.detailBox .doneren:hover {
  background: url(../images/icon5_hover.png) no-repeat;
}
.detailBox .doneren:hover .drop {
  display: block;
}
/* ### wrapper ### */
#wrapper {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
}
/* ### header container ### */
/*#headerCntr { position: relative; width: 100%; background: url(../images/bg1.png) repeat-x; height: 137px; z-index: 1000; }*/
#headerCntr a.logo {
  position: absolute;
  top: 20px;
  left: 14px;
  display: block;
  width: 161px;
  height: 35px;
}
#headerCntr a.logo img {
  height: 35px;
  width: auto;
}
.partnerContainer {
  position: relative;
  height: 42px;
  background: #f5f3f2;
}
/* ### partner box ### */
.partnerBox {
  width: 948px;
  height: 42px;
  position: relative;
  top: 0;
  margin: 0 auto;
}
.partnerBox ul {
  list-style: none;
}
.partnerBox li {
  float: left;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}
.partnerBox li a {
  transition: all 500ms ease;
  display: block;
  text-decoration: none;
  padding: 10px 14px 10px 14px;
  color: #004b58;
}
.partnerBox li a span {
  display: block;
}
.partnerBox .selected a {
  background: #fff;
  color: #004b58;
}
.partnerBox li a:hover {
  background: #ffffff;
}
.partnerBox li ul {
  width: 5000px;
  text-align: center;
  position: absolute;
  top: 46px;
  left: -2200px;
  display: none;
  height: 30px;
  padding-top: 12px;
  background: #fff;
}
.partnerBox li li {
  float: none;
  display: inline;
  text-transform: none;
  margin: 0 9px;
  padding-bottom: 0;
}
.partnerBox li li a {
  display: inline;
  color: #94897e;
  padding: 0;
  padding-bottom: 2px;
  border-bottom: 1px dotted #fff;
}
.partnerBox li li a:hover {
  color: #004b58;
  border-bottom: 1px dotted #ccc;
}
.partnerBox li:hover ul {
  display: block;
}
.logoCntr {
  height: 72px;
  position: relative;
  width: 948px;
  margin: 0 auto;
}
/* ### search box ### */
.searchBox {
  width: 129px;
  height: 23px;
  background: url(../images/bg2.png) no-repeat;
  position: absolute;
  top: 25px;
  right: 0;
}
.searchBox fieldset {
  border: none;
}
.searchBox input.field {
  float: left;
  width: 100px;
  padding: 0 5px;
  line-height: 23px;
  height: 23px;
  font-size: 10px;
  color: #94897e;
  font-style: italic;
  font-family: Arial;
  background: none;
  border: none;
}
.searchBox input.button {
  float: left;
  width: 13px;
  height: 12px;
  border: none;
  cursor: pointer;
  background: url(../images/bg3.png) no-repeat;
  margin-top: 5px;
}
/* ### link box ### */
.linkBox {
  position: absolute;
  top: 21px;
  right: 135px;
}
.linkBox ul {
  list-style: none;
}
.linkBox li {
  float: left;
  font-size: 11px;
  line-height: 29px;
  color: #94897e;
  font-family: Arial;
  margin-right: 25px;
}
.linkBox li a {
  color: #94897e;
  text-decoration: none;
}
.linkBox li img {
  display: inline;
  vertical-align: middle;
  margin-right: 5px;
  background: #ff0000;
  height: 14px;
}
.linkBox .placeholder {
  width: 15px;
  height: 16px;
  background-color: #ff0000;
  position: absolute;
  margin: -2px 0 0 -20px;
}
/* ### menu container ### */
.menuCntr {
  position: relative;
  height: 57px;
  background: #004b58;
  padding: 3px 0 0 8px;
}
/* ### menu box ### */
.menuBox {
  position: relative;
  top: 0;
  right: 0;
  width: 948px;
  height: 60px;
  margin: 0 auto;
  overflow: hidden;
}
.menuBox ul {
  list-style: none;
}
.menuBox li {
  float: left;
  font-size: 16px;
  line-height: 26px;
}
.menuBox li a {
  transition: opacity 500ms ease;
  display: block;
  text-decoration: none;
  padding: 14px 14px 14px 14px;
  color: #fff;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.menuBox .selected a {
  color: #ffffff;
}
.menuBox li a span {
  display: block;
}
.menuBox li a:hover,
.menuBox li:hover > a {
  color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.menuBox li ul {
  width: 5000px;
  text-align: center;
  position: absolute;
  top: 46px;
  left: -2200px;
  display: none;
  height: 30px;
  padding-top: 12px;
  background: #fff;
}
.menuBox li li {
  float: none;
  display: inline;
  text-transform: none;
  margin: 0 9px;
  padding-bottom: 0;
}
.menuBox li li a {
  display: inline;
  color: #94897e;
  padding: 0;
  padding-bottom: 2px;
  border-bottom: 1px dotted #fff;
}
.menuBox li li a:hover {
  color: #004b58;
  border-bottom: 1px dotted #ccc;
}
.menuBox li:hover ul {
  display: block;
}
/* ### banner container ### */
#bannerCntr {
  overflow: hidden;
  width: 100%;
  height: 333px;
  position: relative;
}
#bannerCntr .overlay {
  background: url('/templates/images/header_overlay.png') no-repeat scroll center center;
  z-index: 500;
  position: absolute;
  width: 100%;
  height: 333px;
}
#bannerCntr img.banner {
  min-height: 100%;
  /*height: auto!important;*/
  height: 333px;
}
.bannerContainer .controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -467px;
  height: 20px;
  z-index: 1000;
}
.bannerContainer .controls .numericControls {
  display: inline;
  margin-right: 5px;
}
.bannerContainer .controls .numericControls li {
  position: relative;
  display: inline-block;
}
.bannerContainer .controls .numericControls li a {
  background: url("../images/paging_bg.png") no-repeat;
  margin-left: 5px;
  width: 8px;
  height: 8px;
  display: inline-block;
  text-indent: -9999px;
}
.bannerContainer .controls .numericControls li.current a {
  background-position: 0 -8px;
}
.bannerContainer .controls .numericControls li:hover a {
  background-position: 0 -16px;
}
.bannerContainer a.prevBtn,
.bannerContainer a.nextBtn {
  float: left;
  background: url('../images/prev.png') no-repeat;
  z-index: 100;
  text-indent: -9999px;
  width: 6px;
  height: 9px;
}
.bannerContainer a.nextBtn {
  float: right;
  background: url('../images/next.png') no-repeat;
  left: 58px;
}
/* Quotes in banner */
#bannerCntr .text {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -474px;
  width: 948px;
  height: 295px;
  z-index: 501;
}
#bannerCntr .inner {
  position: relative;
  width: 948px;
  height: 333px;
}
#bannerCntr .pera {
  position: absolute;
  bottom: 46px;
  right: 0;
  width: 290px;
}
#quotes,
#quotes li {
  width: 260px;
  overflow: hidden;
}
#bannerCntr span.quote {
  display: block;
  margin-bottom: 8px;
  color: #63858e;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 10px 25px;
  background: url(../images/border1.png) no-repeat 0 bottom;
  text-transform: uppercase;
}
#bannerCntr span.quote small {
  font-size: 14px;
  width: 10px;
  float: left;
  position: absolute;
  left: 15px;
}
#bannerCntr span.vers {
  color: #004b58;
  padding-left: 26px;
  font-size: 13px;
  font-family: Arial;
}
#bannerCntr .beeldmerk {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 200px;
}
#bannerCntr .beeldmerk > img {
  display: block;
  width: 200px;
}
#bannerCntr .dagelijkswoordbox {
  position: relative;
}
#bannerCntr .dagelijkswoordtekst {
  display: block;
  margin-bottom: 8px;
  color: #63858e;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 10px 25px;
  background: url(../images/border1.png) no-repeat 0 bottom;
  text-transform: uppercase;
}
#bannerCntr .dagelijkswoordtitel {
  color: #004b58;
  padding-left: 26px;
  font-size: 13px;
  font-family: Arial;
  position: absolute;
  bottom: -40px;
}
/* ### np container ### */
#npCntr {
  width: 100%;
  background: url(../images/np_bg.png) no-repeat center 0;
}
#npCntr ul {
  list-style: none;
  overflow: hidden;
  padding-left: 5px;
}
#npCntr li {
  float: left;
  margin-right: 6px;
  font-size: 10px;
  font-family: Arial;
  line-height: 27px;
  color: #94897e;
}
#npCntr li img {
  display: inline;
  vertical-align: middle;
}
#npCntr li a {
  color: #004b58;
  text-decoration: none;
  text-transform: capitalize;
}
#npCntr li a:hover,
#npCntr li.active a {
  color: #004b58;
}
.breadcrumbCntr {
  width: 948px;
  position: relative;
  margin: 0 auto;
}
/* ### content container ### */
#contentCntr {
  overflow: hidden;
  width: 948px;
  margin: 0 auto;
  padding: 60px 0;
}
#contentCntr .container {
  float: left;
}
/* ### left container ### */
#leftCntr {
  float: left;
  width: 233px;
}
/* ### hkk box ### */
.hkkBox {
  width: 186px;
  background: #f5f3f2;
  margin: 6px;
  padding: 5px 0;
  margin-bottom: 26px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.hkkBox h3,
.hkkBox h3 a {
  color: #004b58;
  font-size: 22px;
  line-height: 40px;
  font-weight: normal;
  padding-left: 15px;
  text-decoration: none;
  border-bottom: 1px solid #eeeded;
}
.hkkBox h3 a {
  padding-left: 0;
}
.hkkBox ul {
  list-style: none;
}
.hkkBox li {
  font-size: 14px;
  border-bottom: 1px solid #eeeded;
}
.hkkBox li a {
  display: block;
  text-decoration: none;
  /*background: url(../images/button4.png) no-repeat;*/
  width: 173px;
  /*height: 27px;*/
  line-height: 28px;
  padding-left: 15px;
  color: #94897e;
}
.hkkBox li a img {
  vertical-align: middle;
  margin-left: 4px;
  display: none;
}
.hkkBox li a:hover {
  color: #004b58;
}
.hkkBox li a:hover img {
  color: #004b58;
  display: inline;
}
.hkkBox li ul {
  /*background: #e2e7e8 url(../images/drop_bg.png) repeat-x 0 bottom;*/
  /*padding: 14px 15px;*/
  /*display: none;*/
}
.hkkBox li li {
  background: url(../images/submenu_icon.png) no-repeat 15px 11px;
}
.hkkBox li li a {
  padding-left: 24px;
}
.hkkBox li:hover ul,
.hkkBox li.selected ul {
  display: block;
}
.hkkBox > ul > li.sub_menu {
  position: relative;
}
.hkkBox > ul > li.sub_menu ul {
  display: none;
}
.hkkBox.noArrows > ul > li.sub_menu ul {
  display: block;
}
.hkkBox > ul > li.sub_menu.selected ul {
  display: block;
}
.hkkBox .icon-submenu {
  display: none;
}
.hkkBox > ul > li.sub_menu .icon-submenu {
  cursor: pointer;
  width: 18px;
  height: 18px;
  display: inline;
  padding: 0;
}
.hkkBox > ul > li.sub_menu .icon-submenu:after {
  content: "";
  padding: 0 4px 0 5px;
  line-height: 18px;
  background: #004b58 url("../images/submenu/arrow_down2.png") center no-repeat;
  position: absolute;
  top: 4px;
  right: 10px;
  color: #898989;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  width: 11px;
}
.hkkBox.noArrows > ul > li.sub_menu .icon-submenu:after {
  display: none;
}
.hkkBox > ul > li.sub_menu.selected .icon-submenu:after,
.hkkBox > ul > li.sub_menu.selected .icon-submenu:hover:after,
.hkkBox > ul > li.sub_menu.s-opened .icon-submenu:after,
.hkkBox > ul > li.sub_menu.s-opened .icon-submenu:hover:after {
  content: "";
  background: #92aab0 url("../images/submenu/arrow_up2.png");
  color: #fff;
}
.hkkBox > ul > li.sub_menu.s-closed .icon-submenu:after {
  content: "";
  background: #004b58 url("../images/submenu/arrow_down2.png");
  color: #898989;
}
.hkkBox > ul > li.sub_menu .icon-submenu:hover:after,
.hkkBox > ul > li.sub_menu.s-closed .icon-submenu:hover:after {
  content: "";
  background: #92aab0 url("../images/submenu/arrow_down2.png");
  color: #fff;
}
/* ### map box ### */
.mapBox {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 26px;
}
.mapBox iframe {
  width: 100%;
  max-height: 250px;
}
.mapBox a.green {
  position: absolute;
  top: 140px;
  left: 62px;
}
/* ### center container ### */
#centerCntr {
  float: left;
  width: 518px;
}
.container #centerCntr {
  float: right;
}
/* ### major box ### */
.majorBox {
  width: 500px;
}
.majorBox h1,
.majorBox h2 {
  color: #004b58;
  padding: 0 0 15px 8px;
  font-size: 42px;
  font-weight: normal;
}
.majorBox .inner {
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  margin: 6px;
  overflow: hidden;
  padding-bottom: 10px;
}
.majorBox ul.top {
  list-style: none;
  overflow: hidden;
  padding: 10px 0 18px 10px;
}
.majorBox ul.top li {
  float: left;
  width: 212px;
  margin: 4px;
  margin-right: 10px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
  min-height: 255px;
}
.majorBox ul.top li.alt {
  background: #faf9f8;
}
.majorBox ul.top li.last {
  margin-right: 0;
}
.majorBox ul.top .photo {
  position: relative;
  margin-bottom: 20px;
}
.majorBox ul.top .photo img {
  width: 100%;
}
.majorBox ul.top .num {
  position: absolute;
  bottom: -14px;
  right: 0;
  padding: 4px 10px 0 8px;
  background: url(../images/menu_bg_trans.png) #ff0000 repeat-x;
  overflow: hidden;
  min-height: 39px;
}
.majorBox ul.top .num strong {
  float: left;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  font-family: 'QuadraatSansBold';
  margin-top: -7px;
}
.majorBox ul.top .num span {
  float: left;
  color: #fff;
  font-size: 15px;
  padding-left: 3px;
}
.majorBox ul.top .num span small {
  font-size: 13px;
  color: #c5d5d9;
  display: block;
}
.majorBox ul.top .text {
  padding-left: 13px;
  width: 184px;
}
.majorBox ul.top h3 {
  color: #004b58;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.majorBox ul.top p {
  color: #4c4e4f;
  font-size: 11px;
  line-height: 15px;
  padding-bottom: 10px;
  font-family: Arial;
}
.majorBox ul.bot {
  border-top: 1px solid #dfe5e6;
  width: 467px;
  list-style: none;
}
.majorBox ul.bot li {
  overflow: hidden;
  border-bottom: 1px solid #dfe5e6;
  padding: 29px 0;
}
.majorBox ul.bot li:hover {
  background: #f2f0ee;
}
.majorBox ul.bot li:hover .photo .bg {
  display: none;
}
.majorBox ul.bot .photo {
  float: left;
  width: 94px;
  height: 55px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  margin: 3px 11px 3px 7px;
  position: relative;
}
.majorBox ul.bot .photo img {
  width: 100%;
}
/*.majorBox ul.bot .photo .bg { background: url('../images/news_photo_bg.png') repeat;display: block;height:55px;position: absolute;top:0;width:94px;}*/
.majorBox ul.bot .text {
  float: left;
  width: 256px;
  margin-right: 14px;
}
.majorBox ul.bot h3 {
  color: #004b58;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.majorBox ul.bot p {
  color: #4c4e4f;
  font-size: 11px;
  line-height: 15px;
  padding-bottom: 10px;
}
.majorBox ul.bot a.button {
  display: block;
  text-decoration: none;
  color: #004b58;
  line-height: 19px;
  height: 19px;
  padding-left: 5px;
  background: url(../images/button5.png) no-repeat;
  width: 65px;
}
.majorBox ul.bot a.button:hover {
  background-position: 0 -19px;
}
.majorBox ul.bot .num {
  float: right;
  padding: 4px 10px 0 8px;
  background: url(../images/menu_bg_trans.png) #ff0000 repeat-x;
  overflow: hidden;
  min-height: 39px;
}
.majorBox ul.bot .num strong {
  float: left;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  font-family: 'QuadraatSansBold';
  margin-top: -7px;
}
.majorBox ul.bot .num span {
  float: left;
  color: #fff;
  font-size: 15px;
  margin-left: 3px;
}
.majorBox ul.bot .num span small {
  font-size: 13px;
  color: #c5d5d9;
  display: block;
  margin-top: -3px;
}
.majorBox a.green {
  margin: 16px 0 16px 0;
}
.majorBox ul.bot.calendar .text {
  padding: 0 0 0 10px;
}
/* ### military box ### */
.militaryBox {
  width: 470px;
  padding-left: 6px;
  overflow: hidden;
}
.militaryBox h1,
.militaryBox h2,
.militaryBox h2 a {
  color: #004b58;
  font-size: 42px;
  font-weight: normal;
  padding-bottom: 24px;
}
.militaryBox h2,
.militaryBox h2 a {
  font-size: 30px;
  padding-bottom: 14px;
  text-decoration: none;
}
.militaryBox .photo {
  float: left;
  width: 212px;
  margin-right: 19px;
}
.militaryBox h3 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  padding-left: 12px;
  padding-right: 12px;
  display: inline;
  background: url(../images/heading_bg.png) repeat-x;
  line-height: 30px;
}
.militaryBox h3 small {
  color: #c5d5d9;
  font-size: 20px;
  padding-left: 4px;
}
.militaryBox h3 strong {
  font-weight: normal;
  padding-left: 4px;
}
.militaryBox .photo img {
  margin-bottom: 16px;
  width: 100%;
}
.militaryBox .photo h3 {
  display: block;
}
.militaryBox p {
  color: #4c4e4f;
  line-height: 19px;
  padding-bottom: 16px;
}
.militaryBox ul {
  color: #4c4e4f;
  line-height: 19px;
  font-family: 'QuadraatSansRegular';
  padding-bottom: 16px;
}
.militaryBox ol {
  color: #4c4e4f;
  line-height: 19px;
  font-family: 'QuadraatSansRegular';
  padding-bottom: 16px;
}
.militaryBox p + ul {
  margin-top: -16px;
}
.militaryBox p a {
  color: #004b58;
  text-decoration: none;
}
.militaryBox p a:hover {
  text-decoration: underline;
}
.militaryBox p.nieuwsintro {
  color: #a99f95;
  font-size: 18px;
  line-height: 24px;
  float: left;
  width: 222px;
  display: block;
  margin-top: -8px;
}
.militaryBox p.calendarintro {
  color: #a99f95;
  font-size: 18px;
  line-height: 24px;
  display: block;
  margin-top: -8px;
  float: left;
  width: 370px;
}
.militaryBox p.dienstintro {
  color: #a99f95;
  font-size: 18px;
  line-height: 24px;
  display: block;
  margin-top: -8px;
  float: left;
  width: 320px;
}
.militaryBox p.intro {
  color: #a99f95;
  font-size: 18px;
  line-height: 24px;
}
.militaryBox .plugin {
  margin-top: 40px;
  padding-top: 7px;
  border-top: 1px solid #dfe5e6;
}
.militaryBox .inner {
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  margin: 6px;
  overflow: hidden;
}
.militaryBox ol,
.militaryBox ul {
  padding-left: 20px;
}
.militaryBox .gemeenten h2,
.militaryBox .gemeenten h2 a {
  font-size: 16px;
  padding: 0;
}
.militaryBox .gemeenten p {
  padding: 0;
}
.militaryBox .gemeenten .item {
  margin-bottom: 15px;
}
.searchCntr h2 {
  padding-bottom: 5px;
}
.searchCntr .zoekresultaat {
  margin-bottom: 10px;
  border-bottom: 1px solid;
}
.fotoalbumCntr a {
  float: left;
  margin: 0 15px 15px 0;
}
/* ### right container ### */
#rightCntr {
  float: right;
  width: 197px;
}
/* ### event box ### */
.eventBox {
  width: 186px;
  background: #f5f3f2;
  margin: 5px;
  margin-bottom: 26px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.eventBox h3 {
  color: #004b58;
  font-size: 22px;
  line-height: 22px;
  font-weight: normal;
  padding-left: 15px;
  border-bottom: 1px solid #e4e8e9;
  padding-top: 10px;
  padding-bottom: 10px;
}
.eventBox h3 a {
  color: #004b58;
  text-decoration: none;
}
.eventBox ul {
  list-style: none;
}
.eventBox li {
  border-bottom: 1px solid #e4e8e9;
  font-size: 14px;
}
.eventBox li .event-item {
  display: block;
  text-decoration: none;
  padding: 6px 12px;
  color: #94897e;
  line-height: 15px;
}
.eventBox li a.event-item {
  background: url(../images/arrow3.png) no-repeat 160px 11px;
}
.eventBox li .event-item span {
  color: #4c4e4f;
  font-size: 11px;
  font-family: Arial;
  display: block;
  padding-top: 4px;
}
.eventBox li .event-item:hover {
  color: #004b58;
}
.eventBox li a.event-item:hover {
  background: #fff url(../images/arrow3.png) no-repeat 160px 11px;
}
.eventBox li .event-item:hover span {
  color: #4c4e4f;
}
.eventBox p a {
  text-decoration: none;
  color: #004b58;
  line-height: 15px;
}
.eventBox p a:hover {
  color: #94897e;
}
/*.eventBox a.button { position: absolute; bottom: 0; right: 0; margin: 5px; display: block; text-decoration: none; color: #004b58; line-height: 19px; height: 19px; padding-left: 5px; background: url(../images/btn_gradient.png) #ff0000 no-repeat; width: 65px; }
.eventBox a.button:hover  { background-position: 0 -19px; }*/
.eventBox a.green {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 5px;
}
.widget_block_content {
  padding: 6px 12px;
}
/* ### event lees meer container ### */
.eventLinkCntr {
  position: relative;
  height: 29px;
}
/* ### item box ### */
.itemBox {
  padding: 20px 15px;
  border-bottom: 1px solid #f4f6f7;
}
.itemBox a {
  font-size: 12px;
  background: url("../images/btn_gradient.png") repeat-x scroll 0 0 #ff0000;
  line-height: 20px;
  height: 20px;
}
.itemBox a span {
  left: 0;
  top: 0;
  color: #cfc8c4;
}
/* ### item info box ### */
.itemInfoBox {
  background: #faf9f8;
  padding-left: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.itemInfoBox p {
  padding-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}
.itemInfoBox .itemThick {
  font-weight: bold;
  font-size: 13px;
}
.itemInfoBox .num {
  float: right;
  padding: 10px 10px 0 8px;
  background: url(../images/menu_bg_trans.png) #ff0000 repeat-x;
  overflow: hidden;
  min-height: 39px;
}
.itemInfoBox .num strong {
  float: left;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  font-family: 'QuadraatSansBold';
  margin-top: -7px;
}
.itemInfoBox .num span {
  float: left;
  color: #fff;
  font-size: 15px;
  margin-left: 3px;
}
.itemInfoBox .num span small {
  font-size: 13px;
  color: #c5d5d9;
  display: block;
  margin-top: -3px;
}
.introBox .num {
  float: right;
  padding: 10px 10px 0 8px;
  background: url(../images/menu_bg_trans.png) #ff0000 repeat-x;
  overflow: hidden;
  min-height: 39px;
}
.introBox .num strong {
  float: left;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  font-family: 'QuadraatSansBold';
  margin-top: -7px;
}
.introBox .num span {
  float: left;
  color: #fff;
  font-size: 15px;
  margin-left: 3px;
  margin-right: 5px;
}
.introBox .num span small {
  font-size: 13px;
  color: #c5d5d9;
  display: block;
  margin-top: -3px;
}
/* ### item title ### */
.itemTitle {
  height: 40px;
  position: relative;
}
.itemTitle .title {
  line-height: 22px;
  font-size: 22px;
  color: #004855;
  width: 310px;
  left: 0;
  top: 0;
  float: left;
}
/* ### item detail ### */
.itemDetail {
  float: left;
  width: 100%;
  padding-top: 10px;
}
.itemDetail p {
  width: 310px;
  float: left;
  color: #4c4e4f;
  font-family: Arial;
}
.itemDetail .buttonright {
  background: url("../images/btn_gradient.png") repeat-x #ff0000;
  float: right;
}
.itemDetail .buttonright:hover {
  background-position: 0 -19px;
}
/*.itemDetail .listen { float: right; display: block; text-decoration: none; color: #004b58; line-height: 19px; height: 19px; padding-left: 5px; background: url(../images/button5.png) no-repeat; width: 65px; }
.itemDetail .listen:hover  { background-position: 0 -19px; }*/
.dienstDetail {
  padding-top: 0;
}
/* ### preek item detail ### */
.preekItemDetail {
  float: left;
  width: 310px;
}
.preekItemDetail .itemThick {
  margin-top: 0;
}
/* ### album box ### */
.albumBox {
  float: left;
  width: 186px;
  background: #f5f3f2;
  margin: 5px;
  margin-bottom: 26px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.albumBox img.big {
  margin: auto auto 14px;
  border-bottom: 1px solid #c3c1c0;
  max-width: 180px;
  max-height: 180px;
}
.albumBox p {
  color: #94897e;
  font-size: 14px;
  line-height: 15px;
  padding: 0 0 6px 14px;
}
.albumBox .bot {
  overflow: hidden;
  padding: 0 0 8px 14px;
  border-bottom: 1px solid #e4e8e9;
}
.albumBox a.link {
  float: left;
  margin-right: 10px;
  color: #004b58;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px dotted #f2f0ef;
}
.albumBox a.link.last {
  margin-right: 0;
}
.albumBox a.link img {
  display: inline;
  vertical-align: middle;
  margin-left: 5px;
}
.albumBox a.link:hover {
  border-bottom: 1px dotted #cbcac9;
}
.albumBox a.green {
  margin: 14px;
}
/* ### filter box ### */
.filterBox {
  width: 186px;
  margin: 5px;
  margin-bottom: 26px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 5px 0;
}
.filterBox h3 {
  color: #004b58;
  font-size: 22px;
  line-height: 22px;
  font-weight: normal;
  padding: 5px 0 5px 15px;
  border-bottom: 1px solid #e4e8e9;
}
.filterBox ul {
  list-style: none;
}
.filterBox li {
  font-size: 14px;
}
.filterBox li label {
  background: url('../images/input_checkbox_bg.png') #ffffff 15px 16px no-repeat;
  cursor: pointer;
  color: #94897e;
  text-decoration: none;
  display: block;
  overflow: hidden;
  width: 152px;
  height: 30px;
  padding: 12px 0 0 35px;
  border-bottom: 1px solid #e4e8e9;
}
.filterBox li label:hover {
  background-color: #f5f3f2;
}
.filterBox li label.actief {
  background-color: #f5f3f2;
  background-position: 15px -18px;
}
.filterBox li label input {
  display: none;
}
/* ### share box ### */
.shareBox {
  width: 186px;
  background: #f5f3f2;
  margin: 5px;
  margin-bottom: 26px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  padding: 5px 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.shareBox h3 {
  color: #004b58;
  font-size: 22px;
  line-height: 40px;
  font-weight: normal;
  padding-left: 15px;
  border-bottom: 1px solid #e4e8e9;
}
.shareBox ul {
  list-style: none;
}
.shareBox li {
  font-size: 14px;
  border-bottom: 1px solid #E4E8E9;
}
.shareBox li a {
  cursor: pointer;
  color: #94897e;
  text-decoration: none;
  display: block;
  overflow: hidden;
  background: url(../images/social_bg.png) no-repeat;
  width: 174px;
  height: 38px;
  padding: 12px 0 0 12px;
  line-height: 36px;
}
.shareBox li a img {
  margin-right: 13px;
  display: inline;
  float: left;
}
.shareBox li a span {
  float: left;
  margin-top: -5px;
  margin-left: 45px;
}
.shareBox li a:hover {
  background-position: 0 -55px;
}
.shareBox .placeholder {
  width: 31px;
  height: 26px;
  background-color: #ff0000;
  position: absolute;
}
/* ### bottom container ### */
#bottomCntr {
  width: 100%;
  background: #dadedf url(../images/bottom_bg.png) repeat-x;
  padding: 26px 0;
}
.bottom {
  margin: 0 auto;
  position: relative;
  width: 948px;
}
/* ### newsletter box ### */
.newsletterBox {
  float: left;
  width: 171px;
  margin: 5px;
  margin-right: 45px;
  background: #d2dfe3;
  border: 1px solid #ced1d2;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  padding: 14px 0 18px 15px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.newsletterBox h3 {
  color: #004b58;
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  padding-bottom: 7px;
  text-transform: uppercase;
}
.newsletterBox p {
  color: #4c4e4f;
  font-size: 11px;
  line-height: 15px;
  padding-bottom: 8px;
  font-family: Arial;
}
.newsletterBox fieldset {
  border: 0;
}
.newsletterBox .text {
  margin-bottom: 12px;
  background: url(../images/text_bg.png) no-repeat;
  width: 157px;
  height: 54px;
  padding: 1px;
}
.newsletterBox input.field {
  border: 0;
  background: none;
  width: 141px;
  height: 26px;
  line-height: 26px;
  padding: 0 8px;
  color: #919899;
  text-transform: uppercase;
}
.newsletterBox input.field.error {
  color: #ff0000;
}
.newsletterBox input.field:hover {
  background: #fff;
  color: #656d6e;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.newsletterBox input.button {
  border: 0;
  background: url(../images/button6.png) no-repeat;
  width: 74px;
  height: 19px;
  cursor: pointer;
  padding: 0 0 2px 4px;
  color: #e4e8e9;
  text-align: left;
}
#rightCntr .newsletterBox,
#leftCntr .newsletterBox {
  float: none;
  margin: 5px;
  margin-bottom: 26px;
}
/* ### news box ### */
.newsBox {
  width: 186px;
  background: #f5f3f2;
  margin: 5px;
  margin-bottom: 26px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  padding: 5px 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.newsBox h3 {
  color: #004b58;
  font-size: 22px;
  line-height: 28px;
  font-weight: normal;
  padding-left: 15px;
  border-bottom: 1px solid #e4e8e9;
}
.newsBox ul {
  list-style: none;
}
.newsBox li {
  font-size: 14px;
}
.newsBox li a {
  cursor: pointer;
  color: #94897e;
  text-decoration: none;
  display: block;
  overflow: hidden;
  background: url(../images/social_bg.png) no-repeat;
  width: 174px;
  height: 38px;
  padding: 12px 0 0 12px;
}
.newsBox li a img {
  margin-right: 13px;
  display: inline;
  float: left;
}
.newsBox li a span {
  float: left;
  margin-top: -2px;
  width: 93px;
  height: 38px;
  overflow: hidden;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.newsBox li a:hover {
  background-position: 0 -55px;
}
.newsBox a.green {
  margin: 15px 0 20px 12px;
}
/* ### people box ### */
.peopleBox {
  width: 466px;
  margin-right: 66px;
  overflow: hidden;
  padding-top: 18px;
  float: left;
}
.peopleBox h3 {
  color: #004b58;
  font-size: 15px;
  padding: 0 0 16px 16px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #dfe5e6;
  margin-bottom: 6px;
}
.peopleBox .inner {
  padding-left: 16px;
  overflow: hidden;
}
.peopleBox .col1 {
  float: left;
  width: 250px;
}
.peopleBox .col2 {
  float: left;
  width: 195px;
}
.peopleBox ul {
  list-style: none;
}
.peopleBox li {
  line-height: 16px;
  font-size: 11px;
  text-transform: uppercase;
}
.peopleBox li a {
  color: #6a7e82;
  display: inline-block;
  text-decoration: none;
  padding-right: 12px;
}
.peopleBox li a:hover {
  color: #004b58;
  background: url(../images/arrow3.png) no-repeat right 5px;
}
/* ### populair box ### */
.popularBox {
  width: 186px;
  background: #f5f3f2;
  margin: 5px;
  margin-bottom: 26px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
.popularBox h3 {
  color: #004b58;
  font-size: 22px;
  line-height: 40px;
  font-weight: normal;
  padding-left: 15px;
  border-bottom: 1px solid #e4e8e9;
}
.popularBox .inner {
  padding: 10px 16px;
  overflow: hidden;
}
.popularBox ul {
  list-style: none;
}
.popularBox li {
  line-height: 16px;
  font-size: 11px;
  text-transform: uppercase;
}
.popularBox li a {
  color: #6a7e82;
  display: inline-block;
  text-decoration: none;
  padding-right: 12px;
}
.popularBox li a:hover {
  color: #004b58;
  background: url(../images/arrow3.png) no-repeat right 5px;
}
/* ### contact box ### */
.contactBox {
  padding: 14px 0 18px 15px;
  width: 171px;
  margin: 5px;
  float: left;
  border: 1px solid #ced1d2;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.contactBox h3 {
  color: #004b58;
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.contactBox fieldset {
  border: 0;
}
.contactBox input.field {
  border: 0;
  background: url(../images/field2.png) no-repeat;
  width: 142px;
  height: 27px;
  line-height: 27px;
  padding: 0 9px;
  color: #6a7e82;
  font-size: 9px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.contactBox input.field.error {
  color: #ff0000;
}
.contactBox textarea {
  border: 0;
  background: url(../images/textarea.png) no-repeat;
  width: 142px;
  height: 38px;
  padding: 9px;
  color: #6a7e82;
  font-size: 9px;
  margin-bottom: 4px;
  resize: none;
  text-transform: uppercase;
}
.contactBox textarea.error {
  color: #ff0000;
}
.contactBox input.field:focus,
.contactBox input.textarea:focus {
  color: #6a7e82;
}
.contactBox input.button {
  border: 0;
  background: url(../images/button7.png) no-repeat;
  width: 99px;
  height: 19px;
  cursor: pointer;
  padding: 0 0 2px 4px;
  text-align: left;
  color: #e4e8e9;
  margin-top: 3px;
}
#rightCntr .contactBox,
#leftCntr .contactBox {
  float: none;
}
#rightCntr .albumBox,
#leftCntr .albumBox {
  float: none;
}
#leftCntr .mailafriendCntr,
#centerCntr .mailafriendCntr,
#rightCntr .mailafriendCntr {
  display: none;
}
.mailafriendCntr h3 {
  color: #004b58;
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  padding-bottom: 7px;
  text-transform: uppercase;
}
.mailafriendCntr p {
  color: #4c4e4f;
  font-size: 11px;
  line-height: 15px;
  padding-bottom: 8px;
  font-family: Arial;
}
.mailafriendCntr fieldset {
  border: 0;
}
.mailafriendCntr .text {
  margin-bottom: 12px;
  background: url(../images/text_bg.png) no-repeat;
  width: 157px;
  height: 54px;
  padding: 1px;
}
.mailafriendCntr input.field {
  border: 0;
  background: none;
  width: 141px;
  height: 26px;
  line-height: 26px;
  padding: 0 8px;
  color: #919899;
}
.mailafriendCntr input.field.error {
  color: #ff0000;
}
.mailafriendCntr input.field:hover {
  background: #fff;
  color: #656d6e;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.mailafriendCntr input.button {
  border: 0;
  background: url(../images/button6.png) no-repeat;
  width: 74px;
  height: 19px;
  cursor: pointer;
  padding: 0 0 2px 4px;
  color: #e4e8e9;
  text-align: left;
}
/* ### Redactionele widget */
.redactionele_widget {
  margin: 5px 5px 26px;
  border-radius: 6px;
  width: 176px;
}
.redactionele_widget img {
  max-width: 100%;
  background: #f5f3f2;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding: 5px;
}
/* ### footer container ### */
#footerCntr {
  overflow: hidden;
  width: 100%;
  background: url(../images/footer_bg.png) repeat-x;
}
#footerCntr .top_shadow {
  margin: 0 auto;
  height: 29px;
  width: 1077px;
  background: url(../images/footer_top_shadow.png) no-repeat;
}
#footerCntr .top {
  overflow: hidden;
  padding: 0 0 26px 8px;
  /*height: 150px;*/
}
#footerCntr .col1 {
  float: left;
  width: 248px;
}
#footerCntr .col1.last {
  width: 174px;
}
#footerCntr .col2 {
  float: left;
  width: 265px;
}
#footerCntr h3 {
  color: #f9f8f7;
  font-size: 15px;
  padding-bottom: 25px;
  font-weight: normal;
  text-transform: uppercase;
  height: 19px;
  overflow: hidden;
}
#footerCntr .top ul {
  list-style: none;
}
#footerCntr .top li {
  line-height: 16px;
  font-size: 11px;
  text-transform: uppercase;
}
#footerCntr .top li a {
  color: #92aab0;
  text-decoration: none;
  display: inline-block;
  padding-right: 12px;
}
#footerCntr .top li a:hover {
  color: #fff;
  background: url(../images/arrow5.png) no-repeat right 5px;
  transition: color 500ms ease 0s;
}
#botCntr {
  overflow: hidden;
  width: 100%;
  background: url(../images/bottom_bg.png) repeat-x;
  margin-bottom: 30px;
}
#botCntr .center {
  padding-top: 0;
}
#botCntr .bot {
  height: 66px;
}
#botCntr .bot:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#botCntr .bot ul {
  float: left;
  list-style: none;
  padding-left: 6px;
  margin: 22px 0 21px;
}
#botCntr .bot > p {
  margin: 22px 0 21px;
  float: right;
}
#botCntr .bot li {
  float: left;
  margin-right: 17px;
  color: #676b6c;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 24px;
}
#botCntr .bot li a {
  color: #004b58;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
  padding-bottom: 2px;
}
#botCntr .bot li a:hover {
  border-bottom: 1px dotted #d7d8d9;
}
#botCntr .bot p a {
  float: right;
  margin-right: 5px;
  color: #676b6c;
  text-decoration: none;
}
#botCntr .bot p img {
  display: inline;
  vertical-align: middle;
  margin-left: 10px;
}
#botCntr .pxl {
  /* Positie */
  float: right;
  display: inline-block;
  width: 58px;
  height: 12px;
  /* PXL logo */
  margin-left: 5px;
  margin-top: 6px;
  background: url('https://static.steets.nl/steets/footer/steets-logo-zwart.svg') top left no-repeat;
  background-size: cover;
  /* Font */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  line-height: 24px;
  color: #666;
}
/* extranet downloads */
.extanet_downloads a.group_caption {
  display: inline-block;
  padding: 3px 15px 5px 0;
  background: url(../images/group_caption-right.png) right top no-repeat;
}
.extanet_downloads a.group_caption span {
  padding: 5px 16px;
  font-size: 14px;
  color: #ffffff;
  font-family: 'QuadraatSansRegular';
  background: url(../images/group_caption.png) left top repeat-x;
}
.extanet_downloads table {
  width: 466px;
  padding: 0px;
  margin: 0px;
  border-spacing: 0;
  margin-bottom: 40px;
  box-shadow: 0px 2px 5px 1px #efefef;
}
.extanet_downloads table thead {
  background: #dee3e4;
  margin-bottom: 1px;
}
.extanet_downloads table thead tr td {
  padding: 6px 14px;
  font-size: 15px;
  line-height: 24px;
  color: #004b58;
  font-family: 'QuadraatSansRegular';
}
.extanet_downloads table tbody tr td {
  padding: 6px 14px;
}
.extanet_downloads table tbody tr td {
  border-right: 1px solid #dfe5e6;
  border-bottom: 1px solid #dfe5e6;
}
.extanet_downloads table tbody tr td.name {
  font-size: 15px;
  line-height: 24px;
  color: #004b58;
  font-family: 'QuadraatSansRegular';
  border-left: 1px solid #dfe5e6;
}
.extanet_downloads table tbody tr td.date {
  font-size: 11px;
  line-height: 15px;
  color: #4c4e4f;
  font-family: Arial;
  width: 80px;
  vertical-align: middle;
}
.extanet_downloads table tbody tr td.link {
  width: 72px;
}
.extanet_downloads table tbody tr td.link a {
  text-decoration: none;
  display: inline-block;
  color: #e4e8e9;
  background: #066474 url('../images/extranet_downloads_arrow.png') right 6px no-repeat;
  border-radius: 3px;
  padding: 2px 8px 2px 8px;
  font-family: 'QuadraatSansRegular';
}
.extanet_downloads table tbody tr.inactive {
  background: #f5f7f7;
}
.extanet_scriba table tbody tr td a {
  text-decoration: none;
  display: inline-block;
  color: #e4e8e9;
  background: #066474;
  border-radius: 3px;
  padding: 2px 8px;
  font-family: 'QuadraatSansRegular';
}
.extanet_scriba table tbody tr td.activate,
.extanet_scriba table tbody tr td.delete {
  width: 80px;
}
.extanet_scriba table tbody tr td.delete a:hover {
  background: #ac0505;
}
.extanet_scriba table tbody tr td.activate a.activeren:hover {
  background: #08815a;
}
.extanet_scriba table tbody tr td.activate a.deactiveren:hover {
  background: #57777d;
}
/* contactform */
.militaryBox .line,
.militaryBox .formitem {
  font-family: 'Arial';
  font-size: 11px;
  color: #4c4e4f;
  margin-bottom: 10px;
}
.militaryBox .line.radio,
.militaryBox .formitem.radio {
  margin-bottom: 0;
}
.militaryBox .line:after,
.militaryBox .formitem:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.militaryBox .field {
  float: left;
  width: 226px;
}
.militaryBox .field.select {
  float: left;
  width: 470px;
}
.militaryBox .field.select select {
  width: 470px;
}
.militaryBox .field.first {
  width: 242px;
  margin-bottom: 10px;
}
.militaryBox span {
  display: inline-block;
  position: relative;
  top: -3px;
  left: 4px;
}
.militaryBox div.head {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #004b58;
  margin-bottom: 10px;
  font-family: QuadraatSansRegular;
}
.militaryBox div.top {
  margin-top: 15px;
  font-size: 12px;
  margin-bottom: 4px;
}
/*.militaryBox input[type="radio"] { display:none; }
.militaryBox label.radio { display:inline-block; width:14px; height:14px; background: url('../images/radio_trans.png') left top no-repeat;}
.militaryBox label.radio { background-color: #07697a !important;cursor:pointer;}
.militaryBox label.radio.active { background: url('../images/radio_trans.png') right top no-repeat; }*/
span.radio {
  padding: 0 0 0 24px;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  line-height: 19px;
  color: #4c4e4f;
  z-index: 1;
  float: left;
  margin-right: 20px;
}
span.radio > input {
  position: absolute;
  left: -9999px;
}
span.radio:after {
  content: '';
  background: url('../images/radio_trans.png') no-repeat left top;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
span.radio.active:after {
  background-position: right top;
  background-color: #07697a;
}
#extranet_login .field input[type="text"],
#extranet_login .field input[type="password"],
#extranet_login .field input[type="date"] {
  width: 208px;
}
.labelselect {
  padding-top: 10px;
  display: block;
}
.militaryBox input[type="text"],
.militaryBox input[type="password"],
.militaryBox input[type="date"],
.militaryBox textarea {
  width: 450px;
  font-family: 'QuadraatSansRegular';
  color: #6a7e82;
  font-size: 11px;
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid #ededed;
  background: #f4f7f7;
}
.militaryBox textarea {
  height: 120px;
}
.militaryBox input[type="submit"] {
  background: #07697a;
  border-radius: 4px;
  border: none;
  color: #e4e8e9;
  padding: 2px 5px;
  font-size: 12px;
  cursor: pointer;
  font-family: 'QuadraatSansRegular', Arial;
}
.militaryBox a.submitbutton {
  background: #07697a;
  border-radius: 4px;
  border: none;
  color: #e4e8e9;
  padding: 2px 5px;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  font-family: 'QuadraatSansRegular', Arial;
}
div.list_error,
ul.errors {
  color: #004b58;
}
div.list_error {
  font-weight: bold;
}
ul.errors {
  margin-left: 14px;
  list-style: circle;
  margin-bottom: 20px;
}
p.errorMessage {
  padding: 0;
  line-height: 13px;
}
span.checkbox {
  font-size: 12px;
  line-height: 19px;
  color: #4c4e4f;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 24px;
  z-index: 1;
}
span.checkbox > input {
  position: absolute;
  left: -9999px;
}
span.checkbox:after {
  content: '';
  display: block;
  height: 14px;
  width: 14px;
  background: url('../images/checkbox.png') no-repeat left top;
  position: absolute;
  left: 0;
  top: 0;
}
span.checkbox.active:after {
  background-position: left bottom;
  background-color: #07697a;
}
.dropdown {
  position: relative;
}
.dropdown:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
}
.dropdown .old {
  display: none;
}
.dropdown .selected {
  background: url('../images/select_left_bg.png') no-repeat left top;
  padding: 0 10px;
  width: 177px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: QuadraatSansRegular;
  font-size: 11px;
  line-height: 27px;
  color: #6a7e82;
  text-transform: uppercase;
  cursor: pointer;
  float: left;
  position: static;
  left: 0;
  top: 0;
  height: 27px;
  margin: 0 0 1px;
}
.dropdown .carat {
  float: left;
  background: url('../images/select_carat_bg.png') no-repeat left top;
  width: 28px;
  height: 27px;
  position: static;
  left: 0;
  top: 0;
}
.dropdown > div {
  background: url('../images/select_bg.png') no-repeat left bottom;
  width: 224px;
  position: absolute;
  left: 0;
  top: 28px;
  overflow: auto;
  height: 0;
  z-index: 2;
}
.dropdown > div ul {
  margin: 0;
  padding: 0 0 0;
  list-style: none;
}
.dropdown > div ul li {
  padding: 0 10px 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  line-height: 15px;
  font-family: QuadraatSansRegular;
  color: #6a7e82;
  cursor: pointer;
}
.dropdown.selected .selected {
  text-transform: none;
}
.dropdown.open > div {
  padding: 10px 0 5px;
}
.dropdown.open .selected {
  background-position: left bottom;
  padding-bottom: 1px;
  margin: 0;
}
.dropdown.open .carat {
  background-position: left bottom;
  padding-bottom: 1px;
}
.field-select-wrapper {
  position: relative;
}
.field-select-wrapper:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
}
.field-select-wrapper .old {
  display: none;
}
.field-select-wrapper .selected {
  background: url('../images/select_left_bg.png') no-repeat left top;
  padding: 0 10px;
  width: 177px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: QuadraatSansRegular;
  font-size: 11px;
  line-height: 27px;
  color: #6a7e82;
  text-transform: uppercase;
  cursor: pointer;
  float: left;
  position: static;
  left: 0;
  top: 0;
  height: 27px;
  margin: 0 0 1px;
}
.field-select-wrapper .carat {
  float: left;
  background: url('../images/select_carat_bg.png') no-repeat left top;
  width: 28px;
  height: 27px;
  position: static;
  left: 0;
  top: 0;
}
.field-select-wrapper > div {
  background: url('../images/select_bg.png') no-repeat left bottom;
  width: 224px;
  position: absolute;
  left: 0;
  top: 28px;
  overflow: auto;
  height: 0;
  z-index: 2;
}
.field-select-wrapper > div ul {
  margin: 0;
  padding: 0 0 0;
  list-style: none;
}
.field-select-wrapper > div ul li {
  padding: 0 10px 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  line-height: 15px;
  font-family: QuadraatSansRegular;
  color: #6a7e82;
  cursor: pointer;
}
.field-select-wrapper.selected .selected {
  text-transform: none;
}
.field-select-wrapper.open > div {
  padding: 10px 0 5px;
}
.field-select-wrapper.open .selected {
  background-position: left bottom;
  padding-bottom: 1px;
  margin: 0;
}
.field-select-wrapper.open .carat {
  background-position: left bottom;
  padding-bottom: 1px;
}
.formitem.select-auto-width .field-select-wrapper .selected {
  width: auto;
  background: #f4f7f7;
  padding: 0px 8px;
  border-radius: 4px;
  border: 1px solid #ededed;
}
.formitem.select-auto-width .field-select-wrapper > div {
  width: auto;
  background: #f4f7f7;
  border-radius: 4px;
}
.formmodule .formitem {
  position: relative;
  float: left;
}
.militaryBox .formitem .uploadInput {
  width: 200px;
  float: left;
}
.formmodule .formitem p.uploadButton {
  position: absolute;
  left: 5px;
  top: 4px;
  width: 85px;
}
.formmodule .formitem p.uploadButton a.button {
  background: #07697a;
  border-radius: 4px;
  border: none;
  color: #e4e8e9;
  padding: 2px 5px;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  font-family: 'QuadraatSansRegular', Arial;
}
.formmodule .formitem.double-select .field-select-wrapper {
  display: inline-block;
}
.formmodule .formitem.double-select .field-select-wrapper .selected {
  width: 175px;
}
.formmodule .formitem.double-select .field-select-wrapper + span {
  top: -8px !important;
  left: initial !important;
  margin: 0 5px;
}
.formmodule .upload {
  float: left;
}
.formmodule .upload .plupload.flash {
  top: 0 !important;
  width: 165px !important;
  height: 46px !important;
}
/* Church */
/*.church .menuBox{background:url('../images/menu_bg_trans.png') repeat-x right top #00424d;width:auto;padding:6px 4px 0;}
.church .menuBox li a{padding:0 10px;height:41px;line-height:41px;}
.church .menuBox .sub_menu a{background:url('../images/submenu_indicator.png') no-repeat center 31px;}
.church .menuBox li{margin:0 1px;position:relative;}
.church .menuBox li.selected > a{background-color:#FFFFFF;color:#004b58;}
.church .menuBox li:hover > a{color:#63858e;background-color:#FFFFFF;}
.church .menuBox ul{height:auto;left:0;width:auto;padding:0 0 4px;text-align:left;top:41px;min-width:100%;}
.church .menuBox li li{display:block;margin:0;height:29px;line-height:29px;padding:0 10px 0 0;}
.church .menuBox li li a{border-top:1px solid #e4e8e9;padding:0 10px;height:29px;line-height:29px;display:block;}
.church .menuBox li li a:hover{border-bottom:none;color:#63858e;}
.church .menuBox li li:first-child a{border-top:none;white-space:nowrap;}*/
/* People */
.militaryBoxPeople {
  overflow: visible;
}
.personCategory {
  margin-bottom: 20px;
}
.people {
  box-shadow: 0 2px 2px #f4f4f4;
  display: none;
}
.person {
  border-bottom: #dfe5e6 solid 1px;
  padding: 20px;
  height: 100px;
}
.personLeft {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  background: #c5d5d9;
}
.personRight {
  width: 300px;
}
.personRight,
.personLeft {
  float: left;
}
.person h2 {
  font-size: 15px;
  text-transform: uppercase;
}
.person a {
  color: #004B58;
  text-decoration: none;
}
.person p {
  color: #88898a;
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 15px;
  padding-bottom: 0;
}
.person .people_property_label,
.person .people_property {
  position: static;
}
.person .people_property_label {
  width: 60px;
}
.personHeader {
  height: 27px;
  background: #035765 url('../images/personHeader.png');
  color: #ffffff;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
}
.personHeader p {
  color: #ffffff;
  padding-bottom: 0;
  width: 440px;
  font-family: 'QuadraatSansRegular', Arial, sans-serif;
  font-size: 14px;
  line-height: 27px;
}
.openArrow {
  width: 8px;
  height: 5px;
  background: url('../images/arrows.png') 0 0;
  top: 11px;
  right: 11px;
  position: absolute;
}
.open .openArrow {
  background-position: 0 -5px;
}
/* Notification concept site */
.ui-pnotify {
  width: 100%;
  height: 50px;
}
.ui-pnotify.error {
  background: url('/admin_cp/templates/images/template/cms/notification_bg_error.png') repeat-x;
}
.ui-pnotify .message {
  position: relative;
  width: 550px;
  margin: 0 auto;
}
.ui-pnotify .message .ui-pnotify-text {
  color: #FFFFFF;
  font-family: "QuadraatSansRegular", Arial;
  font-size: 17px;
  position: absolute;
  left: 30px;
  top: 20px;
}
.ui-pnotify .message img {
  display: block;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 20px;
}
.ui-pnotify .shadow {
  background: url('/admin_cp/templates/images/template/cms/notification_shadow.png') repeat-x;
  position: absolute;
  width: 100%;
  height: 22px;
}
/* Signups */
.signup-header p {
  width: 40%;
  margin: 0;
  float: left;
  padding: 0;
  text-align: center;
}
.signup-header p.right {
  float: right;
  margin-right: 5%;
}
.signups .signup {
  margin-bottom: 5px;
  position: relative;
}
.signups .signup input {
  width: 40%;
  float: left;
}
.signups .signup input.last-name {
  float: right;
  margin-right: 5%;
}
.signups .signup .delete-signup {
  position: absolute;
  right: 0;
  top: 0;
  color: red;
  font-size: 16px;
  line-height: 27px;
  text-decoration: none;
}
.signup-actions {
  padding: 10px 5%;
  text-align: right;
}
span.radio.disabled {
  opacity: 0.5;
}
/* Call to action */
.callToAction {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #004f5c;
  z-index: 600;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.57);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.57);
  padding: 0 30px;
  width: 315px;
}
.callToAction .actionTitle {
  padding: 15px 50px 0 0;
  position: relative;
  border-bottom: 1px solid #00434f;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.callToAction .actionTitle h4 {
  font-family: 'QuadraatSansRegular', Arial;
  font-size: 21px;
  line-height: 47px;
  color: #ffffff;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.callToAction a.toggleButton {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 40px;
  font-size: 16px;
  color: #a9bcbf;
  text-decoration: none;
  background: #004551;
  padding: 30px 0 5px;
  text-align: center;
}
.callToAction a.toggleButton .open {
  display: inline;
}
.callToAction a.toggleButton .close {
  display: none;
}
.callToAction.opened a.toggleButton .open {
  display: none;
}
.callToAction.opened a.toggleButton .close {
  display: inline;
}
.callToAction .actionContent {
  border-top: 1px solid #28646e;
  padding: 15px 0 35px;
  display: none;
}
.callToAction .actionContent p {
  font-size: 14px;
  line-height: 20px;
  color: #a9bcbf;
  font-family: Arial;
  padding: 0;
  margin: 0 0 25px;
}
.callToAction .actionButton {
  display: block;
  position: relative;
  background: #f1f4f5;
  color: #004b59;
  font-family: Arial;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  line-height: 45px;
  padding: 0 0 0 15px;
  border-radius: 3px;
  -webkit-box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.2) inset;
}
.callToAction .actionButton:hover {
  background: #d2dfe3;
}
.callToAction .actionButton:after {
  content: '\232A';
  font-weight: bold;
  font-size: 20px;
  color: #004b59;
  display: block;
  position: absolute;
  top: 0;
  right: 19px;
}
.scrollable {
  padding-right: 20px;
}
.images-slideshow {
  overflow: hidden;
}
.images-slideshow:not(:last-child) {
  margin-bottom: 30px;
}
.images-slideshow .primary-slider-cont {
  position: relative;
}
.images-slideshow .primary-slider-cont .paging-info,
.images-slideshow .primary-slider-cont .trigger-enlarge {
  position: absolute;
  bottom: 15px;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}
.images-slideshow .primary-slider-cont .paging-info {
  top: auto;
  transform: none;
  left: 15px;
  padding-bottom: 0;
}
.images-slideshow .primary-slider-cont .trigger-enlarge {
  padding: 0 0 0 26px;
  border: 0;
  background: transparent;
  text-align: right;
  right: 15px;
  cursor: pointer;
}
.images-slideshow .primary-slider-cont .trigger-enlarge:hover {
  color: #E6E5EA;
}
.images-slideshow .primary-slider-cont .trigger-enlarge:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
.images-slideshow .slideshow {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.images-slideshow .slideshow.slick-initialized .img-cont:nth-child(n+2) {
  display: block;
}
.images-slideshow .slideshow .img-cont {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
  height: 100%;
}
.images-slideshow .slideshow .img-cont img {
  width: 100%;
}
.images-slideshow .slideshow .img-cont:nth-child(n+2) {
  display: none;
}
.images-slideshow .slideshow .img-cont:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64.8px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.secondary-slider-cont .slideshow-nav {
  display: flex;
  margin-right: -10px;
  margin-top: 15px;
}
.secondary-slider-cont .slideshow-nav.slick-initialized .img-cont:nth-child(n+4) {
  display: block;
}
.secondary-slider-cont .slideshow-nav .img-cont {
  flex: 0 0 calc(30vw);
  width: calc(30vw);
  position: relative;
}
.secondary-slider-cont .slideshow-nav .img-cont:nth-child(n+4) {
  display: none;
}
.secondary-slider-cont .slideshow-nav .img-cont picture {
  margin-right: 10px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
  display: block;
}
.secondary-slider-cont .slideshow-nav .img-cont img {
  width: 100%;
}
.secondary-slider-cont .slideshow-nav .slick-slide {
  opacity: .35;
  transition: opacity 0.3s ease-out;
}
.secondary-slider-cont .slideshow-nav .slick-slide.slick-current {
  opacity: 1;
}
.pswp__caption__center {
  text-align: center;
}
.slick-track {
  display: flex;
  overflow: hidden;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-arrow {
  position: absolute;
  border: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px;
  z-index: 3;
  cursor: pointer;
  color: #fff;
  background-color: transparent;
}
.slick-arrow:hover {
  color: #E6E5EA;
}
.slick-arrow:focus {
  outline: none;
}
.slick-arrow:before {
  content: '';
  text-shadow: 0 1px 15px rgba(0, 0, 0, 0.55);
  width: 30px;
  height: 30px;
  display: block;
  background: #004b58 url("../images/arrow5.png") center no-repeat;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev:before {
  transform: rotate(180deg);
}
.slick-arrow.slick-next {
  right: 0;
}
/* Products */
.productCntr {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  border-top: 1px solid #dfe5e6;
}
.productItem {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #dfe5e6;
  padding: 20px 0;
}
.productItem .image {
  float: left;
  width: 40%;
}
.productItem .image img {
  width: 90%;
}
.productItem .info {
  float: left;
  width: 60%;
}
.productItem .info p {
  padding: 0;
}
.productItem .info > p {
  font-size: 11px;
  line-height: 15px;
  padding: 0;
}
.productItem h3 {
  font-family: 'QuadraatSansBold';
  font-size: 15px;
  line-height: 15px;
  padding: 0;
  background: none;
  text-align: left;
  font-weight: normal;
  border: none;
}
.productItem .details,
.productIntro .details {
  margin-bottom: 10px;
}
.productItem .details .left,
.productIntro .details .left {
  float: left;
  padding-right: 20px;
}
.productItem .details .right,
.productIntro .details .right {
  float: left;
}
.actions {
  padding-top: 10px;
}
.productIntro {
  text-align: left;
  margin-bottom: 20px;
}
.productIntro .photo {
  float: left;
  width: 50%;
  margin: 0;
}
.productIntro .photo img {
  width: 90%;
}
.productIntro .detail {
  float: left;
  width: 50%;
}
.productIntro .detail p {
  padding: 0;
}
.productIntro .details {
  margin-bottom: 15px;
}
/* Orders */
.orderDetail {
  text-align: left;
  width: 100%;
  margin: 0 auto;
}
.orderDetail table {
  width: 100%;
  max-width: 100%;
  font-size: 13px;
}
.orderDetail table th {
  font-family: 'QuadraatSansBold';
  border-bottom: 2px solid #dddddd;
  height: 30px;
}
.orderDetail table td {
  font-family: 'QuadraatSansRegular';
  border-bottom: 1px solid #dddddd;
}
.orderDetail table a {
  text-decoration: none;
  color: #8c806e;
}
.orderDetail table .columnPrice {
  width: 65px;
}
.orderDetail table .columnAmount {
  width: 70px;
  text-align: center;
}
.orderDetail table .columnAmount input {
  width: 50%;
  margin: 0 auto;
  font-size: 13px;
}
.orderDetail table .columnImage img {
  width: 75px;
  margin: 10px auto;
}
.orderDetail table .columnTotal {
  width: 80px;
}
.orderDetail table td.columnDelete {
  text-align: center;
}
.orderDetail table td.columnDelete a {
  color: #ff0000;
}
.orderDetail table .extra td {
  height: 30px;
}
.orderDetail table .total td {
  font-family: 'QuadraatSansBold';
  border-bottom: none;
  border-top: 1px solid #dddddd;
  height: 30px;
}
.orderDetail h2 {
  margin: 20px 0;
}
.orderDetail p {
  line-height: 20px;
  padding: 0;
}
.orderDetail p.title {
  font-family: 'QuadraatSansBold';
}
.orderDetail .left,
.orderDetail .right {
  width: 45%;
  float: left;
}
.orderDetail label {
  font-size: 13px;
  font-family: 'QuadraatSansRegular';
}
.orderDetail .customer,
.orderDetail .payment,
.orderDetail .terms,
.orderDetail .order_discount {
  margin-bottom: 15px;
}
.orderDetail .payment .errorMessage,
.orderDetail .terms .errorMessage {
  font-size: 10px;
  line-height: 10px;
  color: #ff0000;
}
.orderDetail input[type="text"],
.orderDetail input[type="password"],
.orderDetail textarea {
  width: 95%;
}
.webshop_discount {
  margin-top: 20px;
}
.right p span {
  position: static;
  top: auto;
  left: auto;
}
.right p.useDiscount span.normalPrice {
  text-decoration: line-through;
}
#centerCntr.kerktijdenContainer {
  width: 715px;
}
#kerktijden-widget-container-HHK {
  font-size: 12px;
  line-height: 19px;
}
#kerktijden-widget-container-HHK .gatherings .date {
  font-weight: bold;
}
#kerktijden-widget-container-HHK select {
  font-size: 12px;
  line-height: 19px;
  height: 19px;
  width: 150px;
}
#kerktijden-widget-container-HHK .preFilter {
  margin-left: 140px;
}
#kerktijden-widget-container-HHK .comFilter {
  margin-left: 170px;
}
@media (max-width: 739px) {
  #centerCntr.kerktijdenContainer {
    width: 100%;
  }
  #kerktijden-widget-container-HHK {
    min-width: auto;
    width: 95%;
    padding: 0;
  }
  #kerktijden-widget-container-HHK .gatherings li {
    padding-top: 10px;
    border-top: 1px solid #004b58;
  }
  #kerktijden-widget-container-HHK .gatherings li.first-of-day {
    border-top: 4px solid #004b58;
  }
  #kerktijden-widget-container-HHK .gatherings li span {
    float: left;
    width: 32%;
    padding: 0.5%;
  }
  #kerktijden-widget-container-HHK .gatherings li span.place {
    float: right;
  }
  #kerktijden-widget-container-HHK .gatherings li span.date.hidden {
    opacity: 1;
  }
  #kerktijden-widget-container-HHK .preFilter,
  #kerktijden-widget-container-HHK .comFilter {
    margin-left: 0;
  }
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Copyright (c) 20010 Janis Skarnelis
 * Examples and documentation at: http://fancybox.net
 *
 * Version: 1.3.0 (02/02/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
  z-index: 1104;
  display: none;
}
* html #fancybox-loading {
  /* IE6 */
  position: absolute;
  margin-top: 0;
}
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background: transparent url('fancy_loading.png') no-repeat;
}
#fancybox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 1100;
  display: none;
}
* html #fancybox-overlay {
  /* IE6 */
  position: absolute;
  width: 100%;
}
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}
#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 20px;
  z-index: 1101;
  display: none;
  width: 500px;
  height: 500px;
}
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFF;
}
#fancybox-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  outline: none;
  overflow: hidden;
}
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  visibility: hidden;
}
#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 32px;
  height: 32px;
  background: url('fancy_close.png') top left no-repeat;
  cursor: pointer;
  z-index: 1103;
  display: none;
}
#fancybox_error {
  color: #000;
  font: normal 12px/20px Arial;
}
#fancybox-content {
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
}
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
#fancybox-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#fancybox-title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: Arial;
  font-size: 12px;
  z-index: 1102;
}
.fancybox-title-inside {
  padding: 10px 0;
  text-align: center;
  color: #000;
}
.fancybox-title-outside {
  padding-top: 5px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}
.fancybox-title-over {
  color: #FFF;
  text-align: left;
}
#fancybox-title-over {
  padding: 10px;
  background: url('fancy_title_over.png');
  display: block;
}
#fancybox-title-wrap {
  display: inline-block;
}
#fancybox-title-wrap span {
  height: 32px;
  float: left;
}
#fancybox-title-left {
  padding-left: 15px;
  background: transparent url('fancy_title_left.png') repeat-x;
}
#fancybox-title-main {
  font-weight: bold;
  line-height: 29px;
  background: transparent url('fancy_title_main.png') repeat-x;
  color: #000;
}
#fancybox-title-right {
  padding-left: 15px;
  background: transparent url('fancy_title_right.png') repeat-x;
}
#fancybox-left,
#fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background-image: url('blank.gif');
  z-index: 1102;
  display: none;
}
#fancybox-left {
  left: 0px;
}
#fancybox-right {
  right: 0px;
}
#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}
#fancybox-left-ico {
  background: transparent url('fancy_nav_left.png') no-repeat;
}
#fancybox-right-ico {
  background: transparent url('fancy_nav_right.png') no-repeat;
}
#fancybox-left:hover,
#fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}
#fancybox-left:hover span {
  left: 20px;
}
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}
div.fancy-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  z-index: 1001;
}
div#fancy-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent url('fancy_shadow_n.png') repeat-x;
}
div#fancy-bg-ne {
  top: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  background: transparent url('fancy_shadow_ne.png') no-repeat;
}
div#fancy-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  width: 20px;
  background: transparent url('fancy_shadow_e.png') repeat-y;
}
div#fancy-bg-se {
  bottom: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  background: transparent url('fancy_shadow_se.png') no-repeat;
}
div#fancy-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent url('fancy_shadow_s.png') repeat-x;
}
div#fancy-bg-sw {
  bottom: -20px;
  left: -20px;
  width: 20px;
  height: 20px;
  background: transparent url('fancy_shadow_sw.png') no-repeat;
}
div#fancy-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  width: 20px;
  background: transparent url('fancy_shadow_w.png') repeat-y;
}
div#fancy-bg-nw {
  top: -20px;
  left: -20px;
  width: 20px;
  height: 20px;
  background: transparent url('fancy_shadow_nw.png') no-repeat;
}
