/* ============================================================================
   Stylesheet by: Daniel Pattiasina, 
============================================================================ */
@import url("reset.css");
@import url("print.css");

/* ============================================================================
    Global Styling
============================================================================ */
html, body {
	height: 100%;
}
body { 
	min-height: 100%; 
	font: normal 300 13px/17px 'Muli', 'Century Gothic', CenturyGothic, AppleGothic, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #6b6b6b;
	background: url(../images/bg.jpg) #eaeaea;
	background-size: 6px 7px;
}
h1 {
	font: normal 400 23px/17px 'Muli', sans-serif;
}
h2 {
	font: normal 400 21px/17px 'Muli', sans-serif;
}
h3 {
	font: normal 300 19px/17px 'Muli', sans-serif;
}
h4 {
	font: normal 300 17px/17px 'Muli', sans-serif;
}
h5 {
	font: normal 300 15px/17px 'Muli', sans-serif;
}
h6 {
	font: normal 300 13px/17px 'Muli', sans-serif;
}
a {
	color: #e7696d;
	text-decoration: none;
}
.clearfix:after { 
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden; 
}
::selection			{ 
	background: #e7696d; 
	color: #FFF; 
}
::-moz-selection	{ 
	background: #e7696d; 
	color: #FFF; 
}
::-webkit-selection	{ 
	background: #e7696d; 
	color: #FFF; 
}
.container {
	min-height: 100%;
}
.inner {
	overflow: auto;
	padding-bottom: 0px; /* 195px; */
	border-top: 2px solid #e7696d;
}
/* ============================================================================
    Wrapper
============================================================================ */
.wrapper { 
	margin: 12px auto 20px;
	background: #eaeaea;
	width: 986px;
	padding: 5px 50px 30px;
}
.wrapper:before,
.wrapper:after {
	content: '';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	clear: both;
	zoom: 1;
}
/* ============================================================================
    Header
============================================================================ */
.header {
	display: block;
	height: 125px;
	/* margin-bottom: 15px; */
}
.header .logo {
	display: block;
	width: 660px;
	height: 100px;
	/*background: url('../images/logoactiefhellendoorn_slogan_trans.png') no-repeat;*/
	background-size: 660px 91px;
	float: left;
}
.header .logo span {
	display: none;
}
.topmenu {
	display: block;
	float: right;
	height: 24px;
	width: 225px;
	margin: 95px 0 0 0px;
}
.topmenuItem {
	display: block;
	float: left;
}
.topmenuItem a {
	color: #6b6b6b;
	font-size: 11px;
	line-height: 24px;
	margin-left: 10px;
}
.topmenuItem a:hover {
	text-decoration: underline;
}
.topSocial {
	float: right;
	width: 80px;
	height: 24px;
	margin-top: 95px;
	margin-right: 5px;
}
.topSocialItem {
	display: block;
	float: left;
}
.topSocialItem a {
	display: block;
	background: url(../images/iconsSocial.jpg) 0 0 no-repeat;
	background-size: 80px 24px;
	width: 24px;
	height: 24px;
	margin-left: 4px;
}
.topSocialItem.facebook a {
	margin: 0;
}
.topSocialItem.twitter a {
	background-position: -28px 0;
}
.topSocialItem.linkedin a {
	background-position: -56px 0;
}

.topSocialItem span {
	display: none;
}
/* ============================================================================
    Menubar
============================================================================ */
.menubar {
	display: block;
	height: 62px;
	width: 100%;
	background: #FFF;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	margin-bottom: 15px;
}
.mainmenu {
	display: block;
	float: left;
}
.menuItem {
	float: left;
	display: block;
	position: relative;
	height: 62px;
}
.menuItem > a {
	color: #6b6b6b;
	font-size: 15px;
	line-height: 62px;
	padding: 0;
	padding: 0 15px;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: url(../images/menuActive.jpg) 50% 62px no-repeat;
	background-size: 29px 29px;
}
.menuItem > a:hover {
	color: #000;
}
.menuItem > a.active {
	background-position: 50% 54px;
	color: #e7696d;
}
.menuItem:after {
	display: block;
	content: "|";
	position: absolute;
	top: 0;
	right: -1px;
	line-height: 62px;
}
.menuItem.first:after, .menuItem.last:after {
	display: none;
}
.menuItem.first a {
	display: block;
	height: 28px;
	width: 28px;
	background: url(../images/iconHome.png) 50% 50% no-repeat;
	background-size: 13px 12px;
	margin: 17px 15px 0 25px;
	padding: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.menuItem.first a:hover {
	height: 34px;
	width: 34px;
	margin: 14px 12px 0 22px;
	background: url(../images/iconHomeActive.png) 50% 50% no-repeat #e7696d;
	background-size: 13px 12px;
}
.menuItem.first a.active {
	background: url(../images/iconHomeActive.png) 50% 50% no-repeat #e7696d;
	background-size: 13px 12px;
}
.menuItem.first a span {
	display: none;
}
.submenu {
	display: none;
	position: absolute;
	width: 160px;
	padding: 10px;
	background: #e7696d;
	top: 0;
	left: 50%;
	margin: 50px 0 0 -90px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	opacity: 0;
	z-index: 10;
}
.menuItem:hover .submenu {
	opacity: 1;
	display: block;
}
.submenu:after {
	display: block;
	content: " ";
	position: absolute;
	width: 180px;
	height: 5px;
	background: url(../images/submenuBg.png) 50% 0 no-repeat;
	background-size: 11px 5px;
	top: -5px;
	left: 0;
}
.submenuItem {
	border-bottom: 1px dashed #ffffff;
}
.submenuItem a {
	line-height: 27px;
	color: #FFF;
	display: block;
}
.submenuItem a:hover {
	font-style: italic;
}
.search {
	display: block;
	float: right;
	width: 235px;
	height: 62px;
	background: #e7696d;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}
.searchForm {
	display: block;
	height: 21px;
	margin: 20px 0 0;
	padding: 0 30px;
}
.searchForm .input {
	display: block;
	height: 21px;
	border: 0;
	float: left;
	font: normal 300 13px/21px 'Muli';
	color: #FFF;
	-webkit-text-fill-color: #FFF;
	width: 140px;
	background: none;
	margin: 0;
	padding: 0;
	outline: none;
}
.searachForm input:focus {
	outline: none;
}
.searchForm .input::selection { 
	background: #FFF; 
	color: #e7696d; 
}
.searchForm .input::-moz-selection { 
	background: #FFF; 
	color: #e7696d; 
}
.searchForm .input::-webkit-selection { 
	background: #FFF; 
	color: #e7696d; 
}
.searchForm .submit {
	display: block;
	height: 21px;
	width: 24px;
	border: 0;
	margin: 0;
	padding: 0;
	background: url(../images/iconGlass.jpg) 0 0 no-repeat;
	background-size: 24px 21px;
	float: right;
}
/* ============================================================================
   Breadcrumbs
============================================================================ */
.breadcrumbs {
	margin: 0 0 15px 15px;
}
.breadcrumb {
	margin-left: 5px;
	text-transform: lowercase;
}
.breadcrumbText a {
	color: #6b6b6b;
	position: relative;
	padding-right: 15px;
	font-weight: 400;
}
.breadcrumbText a:hover {
	text-decoration: underline;
}
.breadcrumbText a:after {
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/arrowGrey.png) 0 50% no-repeat;
	background-size: 6px 9px;
	width: 6px;
	height: 17px;
}
/* ============================================================================
    Top Content
============================================================================ */
.topContent {
	display: block;
	width: 100%;
}
.topContentLeft {
	display: block;
	background: #FFF;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	float: left;
	padding: 12px;
	margin-right: 20px;
	width: 459px; /* width: 336px; */
}
.topContentRight {
	display: block;
	background: #FFF;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	float: left;
	padding: 12px;
	width: 459px; /* width: 582px; */
}
.agendaItem {
	display: block;
	height: 54px;
	position: relative;
	background: url(../images/arrowGrey.png) no-repeat 620px 50%;
	background-size: 6px 9px;
	margin-top: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.agendaItem:first-child {
	margin: 0;
}
.agendaItem:hover {
	background-position: 630px 50%;
}
.topContentLeft .agendaItem {
  background: url(../images/arrowGrey.png) no-repeat 443px 50%;
}
.topContentLeft .agendaItem:hover {
	background-position: 453px 50%;
}
.agendaItem:hover .agendaItemDate {
	background: #e7696d;
}
.agendaItemDate {
	float: left;
	display: block;
	background: #CCCCCC;
	width: 110px;
	height: 54px;
	margin-right: 6px;
	padding-left: 8px;
	color: #FFF;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.agendaItemDate .date {
	font: normal 400 15px/33px 'Muli';
	text-transform: lowercase;
	color: #e7696d;
  white-space: nowrap;
  overflow: hidden;
}
.agendaItemDate .time {
	font: normal 300 12px/14px 'Muli';
	display: block;
	padding-left: 18px;
	background: url(../images/iconClock.png) 0 0 no-repeat;
	height: 14px;
	background-size: 14px 14px;
  white-space: nowrap;
  overflow: hidden;
}
.agendaItemTitles {
	float: left;
	display: block;
	width: 485px;
	height: 54px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
	overflow: hidden;
}
.topContentLeft .agendaItemTitles {
  width:  308px; /* 185px; */
}
.agendaItemTitles .title {
	font: normal 400 17px/33px 'Muli';
	color: #000;
	height: 33px;
	display: block;
	overflow: hidden;
}
.agendaItemTitles .subtitle {
	font: normal 300 12px/15px 'Muli';
	display: block;
	height: 15px;
	overflow: hidden;
	color: #6b6b6b;
}
.topContent {
	display: block;
	margin: 0 0 25px;
}
.topContentPhoto {
	display: block;
  height: 408px;
	max-width: 582px;
	max-height: 408px;
	position: relative;
	overflow: hidden;
}
.topContentPhoto img {
	display: block;
}
.topContentPhotoOverlay {
	display: block;
	position: absolute;
	background: #FFF;
	bottom: 40px;
	left: 0;
	height: 42px;
	padding: 0 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.topContentPhotoTitle {
	font: normal 400 17px/42px 'Muli';
	display: block;
	padding: 0 25px 0 0;
	background: url(../images/arrowGrey.png) no-repeat 100% 50%;
	background-size: 6px 9px;
	color: #6b6b6b;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.topContentPhotoOverlay:hover {
	padding-right: 15px;
}
.topContentPhotoTitle:hover {
	padding-right: 30px;
}
.topContent .item:nth-child(3), .topContent .item.last {
	margin-right: 0;
	width: 280px;
}
/* ============================================================================
    Main Content
============================================================================ */
.mainContentLeft {
	display: block;
	float: left;
	width: 680px;
	margin-right: 6px;
}
.mainContentRight {
	display: block;
	float: right;
	width: 300px;
}
.item {
	display: block;
	position: relative;
	background: #FFF;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	width: 298px;
	padding: 13px;
	margin: 0 16px 16px 0;
	float: left;
	height: 400px;
	overflow: hidden;
}
.itemLabel {
	position: absolute;
	top: 0;
	left: 17px;
	display: block;
	background: #e7696d;
	height: 30px;
	padding: 0 12px;
	color: #FFF;
	font: normal 300 12px/30px 'Muli';
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	z-index: 5;
}
.itemPhoto {
	display: block;
	height: 240px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.itemPhoto img {
	display: block;
	max-width: inherit;
	width: auto;
	max-height: 100%;
}
.itemContent {
	display: block;
	overflow: hidden;
	position: relative;
	height: 140px;
}
.itemTitle {
	font: normal 400 18px/20px 'Muli';
	color: #000;
	display: block;
	position: relative;
}
.itemSubtitle {
	font: normal 300 11px/15px 'Muli';
	margin-bottom: 20px;
	display: block;
	position: relative;
	overflow: hidden;
	height: 15px;
}
.itemDesc {
	display: block;
	position: relative;
	overflow: hidden;
	height: 85px;
}
/* ============================================================================
   Event
============================================================================ */
.event {
	display: block;
	position: relative;
	background: #FFF;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	width: 638px;
	padding: 13px;
	margin: 0 16px 16px 0;
	float: left;
	overflow: hidden;
}
.eventTop {
	margin-bottom: 28px;
}
.eventDates {
	display: block;
	float: left;
	width: 168px;
	margin-right: 6px;
}
.eventDate {
	display: block;
	width: 152px;
	margin: 0 0 6px;
	padding: 14px 8px;
	background: #FC9A3C;
    color: #FFF;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.dateTitle {
	font: 400 18px/22px 'Muli';
	margin-bottom: 13px;
	text-transform: uppercase;
}
.eventDate .date {
	font: 400 15px/14px 'Muli';
	text-transform: lowercase;
	background: url(../images/iconCal.png) no-repeat  0 0;
	background-size: 14px 14px;
    display: block;
    height: 14px;
    padding-left: 22px;
    margin-bottom: 10px;
}
.eventDate .time {
	font: 400 15px/14px 'Muli';
	text-transform: lowercase;
	background: url(../images/iconClock.png) no-repeat  0 0;
	background-size: 14px 14px;
    display: block;
    height: 14px;
    padding-left: 22px;
}
.eventContent {
	float: left;
	display: block;
	width: 464px;
}
.eventPhoto {
	display: block;
	position: relative;
	width: 464px;
	margin-bottom: 8px;
}
.eventPhoto img {
	width: 100%;
}
.eventTitle {
	font: 400 17px/33px 'Muli';
	color: #000;
}
.eventSubtitle {
	font: 300 10px/15px 'Muli';
	color: #6B6B6B;
	margin-bottom: 15px;
}
.eventDesc {

}
/* ============================================================================
    Article
============================================================================ */
.article {
	display: block;
	position: relative;
	background: #FFF;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	width: 638px;
	padding: 13px;
	margin: 0 16px 16px 0;
	float: left;
	overflow: hidden;
}
.upcoming {
	margin-bottom: 28px;
}
.upcoming .agendaItem {
	height: 100px;
	background-position: 620px 50%;
	margin-top: 8px;
}
.upcoming .agendaItem:hover {
	height: 100px;
	background-position: 630px 50%;
}
.upcoming .agendaItemPhoto {
	display: block;
	float: left;
	margin-right: 8px;
	width: 100px;
	height: 100px;
	position: relative;
	overflow: hidden;
}
.upcoming .agendaItemPhoto img {
	display: block;
	max-height: 100%;
	max-width: inherit;
	width: auto;	
}
.upcoming .agendaItemDate {
	width: 110px;
	height: 100px;
}
.upcoming .agendaItemDate .date {
	margin: 22px 0 0 5px;
}

.upcoming .agendaItemDate .time {
	margin-left: 5px;
}
.upcoming .agendaItemTitles {
	height: 100px;
	width: 390px;
}
.upcoming .agendaItemTitles .subtitle {
	font-size: 10px;
}
.upcoming .agendaItemTitles .desc {
	height: 34px;
	overflow: hidden;
	margin-top: 18px;
	color: #6b6b6b;
}
.yearAgendaBar {
	display: block;
	background: #CCCCCC;
	height: 54px;
	width: 100%;
	margin-bottom: 7px;
}
.agendaMonth {
	float: left;
	font: normal 400 12px/54px 'Muli';
	text-align: center;
}
.agendaMonth:first-child {
	margin-left: 10px;
}
.agendaMonth a {
	display: block;
	height: 54px;
	padding: 0 5px;
	color: #FFF; /* #6b6b6b; */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.agendaMonth a.active {
	background: #e7696d;
	color: #FFF;
}
.agendaMonth a:hover, .agendaMonth a.active:hover {
	background: #e7696d;
	color: #FFF;
}
.multipleDay {
	font: normal 400 18px/23px 'Muli';
	color: #000;
	margin: 15px 0 10px;
}
.multipleDays .agendaItemDate {
	width: 110px;
}
.agendaItemDate .dateEnd {
	font: normal 300 12px/14px 'Muli';
	position: relative;
	padding-left: 22px;
}
.agendaItemDate .dateEnd:after {
	position: absolute;
	display: block;
	height: 14px;
	content: "t/m";
	font-size: 11px;
	left: 0;
	top: 0;
}
/* ============================================================================
    Accordion
============================================================================ */
.accordion {
	border: 1px solid #E5E5E5;
	margin-bottom: 28px;
}
.accordion a {
	outline: 0 none;
}
.ui-accordion-header {
	padding: 5px;
	background: url() no-repeat 10px -33px #e7696d; /* ../images/iconsAccordion.png */
	background-size: 18px 120px;
	text-indent: 10px;
	font-size: 14px;
	cursor: pointer;
	border-bottom: 1px solid #FFF;
  color: #c0c0c0;
}
.ui-accordion-header-active {
	background-color: #009ee3;
	background-position: 10px -59px;
	color: #FFF;
}
.ui-accordion-header:hover {
	background-color: #e7696d;
	background-position: 10px -93px;
	color: #FFF;
}
.ui-accordion-header-active:hover {
	background-position: 10px -59px;
}
.ui-accordion-content {
	padding: 10px;
}
.ui-helper-reset {
	outline: 0 none;
}

/* ============================================================================
    Tabs
============================================================================ */
/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
*/
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0px;
	padding: 1em 1.4em;
	background: none;
}

.tabs { 
    background: transparent; 
    border: none;
}
.tabs .ui-widget-header { 
    background: transparent; 
    border: none; 
    border-bottom: 1px solid #c0c0c0; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 
.tabs .ui-tabs-nav .ui-state-default { 
    background: transparent; 
    border: none; 
} 
.tabs .ui-tabs-nav .ui-state-active { 
    background: transparent url(../images/uiTabsArrow.png) no-repeat bottom center; 
    border: none; 
} 
.tabs .ui-tabs-nav .ui-state-default a {
    color:  #666666; /*#c0c0c0*/ 
} 
.tabs .ui-tabs-nav .ui-state-active a { 
    color: #e7696d; 
}


/* ============================================================================
    Side Content
============================================================================ */
.calendar {
	margin-bottom: 30px;
}
.calendarTitle {
	font: normal 400 18px/50px 'Muli';
	color: #000;
}
.calendarDay {
	display: block;
	float: left;
}
.calendarDay a {
	display: block;
	color: #FFF;
	width: 48px;
	height: 34px;
  background: #CCCCCC;
	text-align: center;
	margin: 0 1px 2px;
	padding: 6px 0
}
.calendarDay.inactive a {
	background: #DDDDDD;
}
.calendarDay a:hover {
	background: #e7696d;
}
.adsTitle {
	font: normal 300 12px/16px 'Muli';
	text-align: right;
	margin-bottom: 5px;
}
.ad {
	display: block;
	position: relative;
	overflow: hidden;
	width: 300px;
	/*height: 250px;*/
	margin-bottom: 16px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
}
.sideFooter {
	background: #e7696d;
	padding: 25px;
	text-align: center;
	color: #FFF;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
}
.sideFooterTitle {
	font: normal 400 18px/24px 'Muli';
}
.sideFooterSubtitle, .sideFooterSubtitle a {
	font: normal 300 13px/17px 'Muli';
	color: #FFF;
}
.sideFooterSubtitle a:hover {
	text-decoration: underline;
}
.sideFooterTitle::selection, .sideFooterSubtitle::selection, .sideFooterSubtitle a::selection { 
	background: #FFF; 
	color: #e7696d; 
}
.sideFooterTitle::-moz-selection, .sideFooterSubtitle::-moz-selection, .sideFooterSubtitle a::-moz-selection { 
	background: #FFF; 
	color: #e7696d; 
}
.sideFooterTitle::-webkit-selection, .sideFooterSubtitle::-webkit-selection, .sideFooterSubtitle a::-webkit-selection { 
	background: #FFF; 
	color: #e7696d; 
}
/* ============================================================================
    Footer
============================================================================ */
.footer {
	display: block;
	height: 165px;
	width: 100%;
	position: relative;
	bottom: 0;
	background: #FFF;
	padding-top: 30px;
	margin-top: -195px;
	clear: both;
	-webkit-box-shadow: 0 -1px 0 0 #c9c9c9, inset 0 1px 0 0 #ededed;
	box-shadow: 0 -1px 0 0 #c9c9c9, inset 0 1px 0 0 #ededed;
}
.footerContent {
	display: block;
	max-width: 950px;
	min-height: 90px;
	margin: 0 auto;
}
.footerTitle {
	color: #000;
	font: normal 400 18px/30px 'Muli';
	margin-bottom: 10px;
}
.footerText {
	width: 250px;
	margin-bottom: 15px;
}
.footerLink {
	font: normal 300 12px/15px 'Muli';
	background: url(../images/arrowBlue.png) no-repeat 100% 50%;
	background-size: 6px 9px;
	padding-right: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.footerLink:hover {
	padding-right: 30px;
}
/* ============================================================================
   Retina Images
============================================================================ */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
	body {
		background-image: url(../images/bg@2x.jpg);
	}
	.menuItem.first a {
		background-image: url(../images/iconHome@2x.png);
	}
	.menuItem.first a.active, .menuItem.first a:hover {
		background-image: url(../images/iconHomeActive@2x.png);
	}
	.header .logo {
		/*background-image: url('../images/logo.gif');*/
	}
	.searchForm .submit {
		background-image: url(../images/iconGlass@2x.jpg);
	}
	.submenu:after {
		background-image: url(../images/submenuBg@2x.png);
	}
	.footerContent {
	}
	.footerLink {
		background-image: url(../images/arrowBlue@2x.png);
	}
	.agendaItem, .topContentPhotoTitle, .breadcrumbText a:after {
		background-image: url(../images/arrowGrey@2x.png);
	}
	.agendaItemDate .time {
		background-image: url(../images/iconClock@2x.png);
	}
	.menuItem > a {
		background-image: url(../images/menuActive@2x.jpg);
	}
}

/**
* Extra
*
**/
.mainContentStreched {
	display: block;
	float: left;
	width: 960px;
	background: #FFF;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	overflow: hidden;
	padding: 13px;
}
a.button {
  text-decoration: none;
  padding:5px;
  background-color: #FFFFFF;
  margin: 0px 5px 5px 0px;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  border: 1px solid #6B6B6B;
}
a.button:hover {
  border: 1px solid #00A1E1; 
}
div .article p
{
 margin: 1em 0px;
}

div .article img 
{
	float:right;
	padding: 5px;
}

div .article .upcoming img 
{
  clear: both;
  padding: 0;
  margin: 0;
}


/* Tweets */
#twitterbird
{
 width: 32px;
 height: 32px;
 background: #e7696d;
 display:block;
 float:left;
 margin-bottom: 10px;
 margin-right: 5px;
 background-image: url('../images/twitter_bird.png');
 background-size: 32px 32px;
}

#tweets 
{
  height: 400px;
  margin-bottom: 10px;
  overflow: auto;
  padding: 5px;
  background: #FFF;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
}
#tweets ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#tweets ul li 
{
	padding-top: 5px;
	margin-bottom: 0;
	border-bottom: 1px solid #E5E5E5;
}
#tweets ul li { background: #efefef; }
#tweets ul li:nth-child(odd) { background: #fff; }
#tweets li .timestamp 
{
  text-align: right;
}
#tweets a, #tweets span 
{
	color:#0099CC;
	text-decoration:none;
	font-size: 14px;
}
#tweets a:hover, #tweets span:hover 
{
  text-decoration:underline;
}


/* Aanpassingen juli 2017 */
.wrapper {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	width: 1086px;
}
.wrapperInner {
	padding: 0 50px;
	position: relative;
	z-index: 1;
}
.header {
	width: 1084px;
	height: 339px;
	background: url(../images/header2018.jpg) no-repeat 50% 50%;
	position: relative;
	z-index: 0;
	margin: 0 0 -30px;
}
.header .logo {
	position: absolute;
	/*background-image: url('../images/logo-2017.png');*/
	background-size: contain;
	width: 355px;
	height: 99px;
	top: 50px;
	left: 50px;
}
.topmenu {
	right: 30px;
	bottom: 50px;
	position: absolute;
	margin: 0;
}
.topmenuItem a {
	color: #FFF;
}
.searchForm .submit {
	background: none;
	color: #FFF;
	cursor: pointer;
}
.submenu:after {
	background: none;
	width: 0;
	height: 0;
	border-bottom: 5px solid #e7696d;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 50%;
	margin-left: -5px;
}
.menuItem > a {
	position: relative;
	overflow: hidden;
	background-image: none !important;
}
.menuItem.first a {
	background-image: url(../images/iconHome.png) !important;
}
.menuItem.first a.active, .menuItem.first a:hover {
	background-image: url(../images/iconHomeActive.png) !important;
}
.menuItem > a.active:before {
	position: absolute;
	display: block;
	content: "";
	left: 50%;
	bottom: -5px;
	width: 26px;
	height: 13px;
	background-color: #e7696d;
	margin-left: -13px;
	-webkit-border-radius: 13px 13px 0 0;
	border-radius: 13px 13px 0 0;
}
.footerLink {
	position: relative;
	background: none !important;
}
.footerLink:before {
	position: absolute;
	display: block;
	content: "\f054";
	font-family: "FontAwesome";
	right: 0;
	top: 0;
	width: 20px;
	height: 15px;
	line-height: 15px;
	text-align: right;
	color: #e7696d;
	font-size: 10px;
}
.agendaItemDate, .calendarDay a {
	background-color: #6a7785;
}
.agendaItemDate .date {
	color: #FFF;
}
.menuItem > a.first.active:before {
	display: none;
}
.ui-accordion-header {
	color: #FFF;
	background-color: #6a7785;
}
.ui-accordion-header-active {
	color: #FFF;
	background-color: #e7696d;
}
/* 
.menuItem.first a {
	height: 62px;
	line-height: 62px;
	margin: 0;
	padding: 0 15px;
	position: relative;
}
.menuItem.first a:before {
	position: absolute;
	display: block;
	content: "\f054";
	font-family: "FontAwesome";
	right: 0;
	top: 0;
	width: 20px;
	height: 15px;
	line-height: 15px;
	text-align: right;
	color: #e7696d;
	font-size: 10px;
}
 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
	.header .logo { /*background-image: url('../images/logo-2017.png');*/ }
	.menuItem.first a {
		background-image: url(../images/iconHome@2x.png) !important;
	}
	.menuItem.first a.active, .menuItem.first a:hover {
		background-image: url(../images/iconHomeActive@2x.png) !important;
	}
}