html, body {
	height: 100%;
}

body {
	font-family: "ff-meta-web-pro", helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #000;
	margin: 0;
	font-weight: 400;
	text-align: center;
	background-color: #ddd;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

body > .push {
	min-height: 100%;
	height:  auto !important;
	height: 100%;
	margin-bottom: -128px;
}

body > .push > .end {
	height: 128px;
}

nav ul, fieldset {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
}

.wrapper {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

div.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	float: none !important;
}

th {
	text-align: left;
}

input, textarea {
	font-family: "ff-meta-web-pro", helvetica, arial, sans-serif;
	font-size: 14px;
}

section.top {
	height: 50px;
	background: #111;
	box-shadow: 0 0 3px #000;
	font-size: 14px;
	text-shadow: 0 1px 1px #000;
	margin: 0 0 60px;
}

nav.main {
	float: left;
}

nav.main li {
	float: left;
	padding-right: 20px;
	line-height: 50px;
}

nav.main a {
	color: #bbb;
	text-decoration: none;
}

nav.main a:hover {
	color: #fff;
}

nav.main li.active a {
	color: #fff;
}

form#search {
	float: right;
	position: relative;
	margin: 10px 0;
}

form#search input[type=text] {
	background: #111 url('../img/input-gradient.png') 0 0 repeat-x;
	height: 30px;
	border-radius: 3px;
	border: 0;
	outline: none;
	width: 135px;
	padding: 0 10px;
	margin: 0;
	color: #bbb;
}

::-webkit-input-placeholder {
   color: #bbb;
}

:-moz-placeholder {
   color: #bbb;
}

form#search .submit {
	width: 17px;
	height: 17px;
	background: url('../img/magnifier.png') 0 0 no-repeat;
	position: absolute;
	right: 9px;
	top: 7px;
	cursor: pointer;
}

form#search .submit:hover {
	background-position: -30px 0;
}

header.bluebar {
	width: 960px;
	height: 60px;
	background: url('../img/bluebar.png?') 0 0 no-repeat;
	font-size: 14px;
	color: #fff;
	margin: 0 0 40px;
	position: relative;
}

header.bluebar .logo {
	display: block;
	top: -50px;
	position: absolute;
	left: 10px;
}

header.bluebar p {
	position: absolute;
	left: 10px;
	margin: 0;
	bottom: 2px;
	z-index: 1;
	width: 200px;
	text-align: center;
}

header.bluebar nav {
	position: absolute;
	right: 0;
	top: 0;
}

header.bluebar nav li {
	float: left;
}

header.bluebar nav li {
	background: url('../img/bluebar-divider.png') 0 0 repeat-y;
	padding: 0 0 0 2px;
}

header.bluebar nav a {
	display: block;
	line-height: 60px;
	padding: 0 20px;
	height: 58px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 17px;
}

header.bluebar nav li.active a, header.bluebar nav a:hover {
	background: url('../img/bluebar-active.png?') 0 0 no-repeat;
}

header.bluebar nav li.last-child-active a, header.bluebar nav li.last-child a:hover {
	background: url('../img/bluebar-active.png?') right 0 no-repeat;
}

nav.submenu {
	width: 220px;
	float: left;
	text-shadow: 0 1px 1px #000;
	font-size: 14px;
	margin: 0 10px 0 0;
}

nav.submenu h3 {
	height: 40px;
	background: url('../img/submenu-top.png') 0 0 no-repeat;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	padding: 14px 20px 0;
}

nav.submenu h3 a {
	color: #53C201;
	text-decoration: none;
}

nav.submenu > ul {
	background: #111 url('../img/submenu-gradient.png') center 0 no-repeat;
	padding: 11px 20px 20px;
}

nav.submenu ul ul {
	padding: 9px 0 0 20px;
	font-size: 12px;
}

nav.submenu li a {
	color: #bbb;
	text-decoration: none;
}

nav.submenu li {
	padding: 5px 0;
}

nav.submenu li li {
	padding: 2px 0;
}

nav.submenu li.active > a, nav.submenu li a:hover {
	color: #fff;
}

.has-subs section.content {
	background: url('../img/content-top.png') right 0 no-repeat;
	float: left;
	width: 730px;
	padding-top: 11px;
}

section.content > .text {
	background: #fff;
	padding: 20px 40px 40px;
	border-radius: 11px 11px 0 0;
}

section.content h1 {
	margin: 0 0 20px;
	font-weight: 700;
	font-size: 30px;
	color: #FE7600;
	text-transform: uppercase;
}

section.content h1 a, section.content h1 a:hover {
	color: #FE7600;
	text-decoration: none;
}

section.content h2 {
	font-weight: 700;
	font-size: 13px;
	color: #333;
	margin: 20px 0 10px;
	text-transform: uppercase;
}

section.content h2 a {
	color: #333;
}

section.content p {
	margin: 0 0 10px;
}

section.content a {
	color: #0079C2;
	text-decoration: none;
}

section.content a:hover {
	text-decoration: underline;
}

section.random-sponsors {
	width: 100%;
	height: 120px;
	border-radius: 0 11px 11px 11px;
	background: #fff;
	position: relative;
	margin: 60px 0 0;
}

section.sponsors {
	height: 120px;
	width: 730px;
	background: url('../img/sponsors.png') 0 0 no-repeat;
	float: right;
	margin: 60px 0 0;
}

section.content section.sponsors {
	width: 715px;
	background: url('../img/sponsors-home.png') 0 0 no-repeat;
}

section.sponsors > a {
	float: left;
	position: relative;
	width: 242px;
	height: 120px;
	text-decoration: none !important;
}

section.content section.sponsors > a {
	width: 237px;
	display: block;
}

section.sponsors > a h3 {
	text-decoration: none !important;
}

section.sponsors > a.sponsor-1, section.sponsors > a.sponsor-2 {
	margin: 0 2px 0 0;
}

section.sponsors h3, section.random-sponsors h3 {
	background: #fe7600 url('../img/sponsor-tab.png') 0 bottom repeat-x;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	line-height: 27px;
	color: #fff;
	border-radius: 3px 3px 0 0;
	padding: 0 10px;
	position: absolute;
	top: -27px;
	left: 0;
	margin: 0;
}

section.sponsors .sponsor-1 {
	background: url('../img/sponsor-maasenwaal.png') center center no-repeat;
}

section.sponsors .sponsor-2 {
	background: url('../img/sponsor-rabobank.png') center center no-repeat;
}

section.sponsors .sponsor-3 {
	background: url('../img/sponsor-nieuw.png') center center no-repeat;
}

div.has-subs {
	background: url('../img/content-repeat.png') 0 0 repeat-y;
}

body > footer {
	background: #fff url('../img/footer-shadow.png') 0 0 repeat-x;
	margin: 40px 0 0;
	color: #999;
	padding: 20px 0;
	height: 48px;
}

body > footer p {
	margin: 0;
}

body > footer a {
	color: #777;
	text-decoration: none;
}

body > footer .adecon {
	float: right;
}

body > footer ul, .social ul {
	margin-left: 4px;
}

body > footer li:last-child {
/*	display: none;*/
}

body > footer p, body > footer nav, body > footer li, .social li, .social p, .social nav {
	float: left;
}

body > footer .social {
	clear: both;
	margin-top: 10px;
}

body > footer a:hover {
	color: #fe7600;
	cursor: pointer;
}

section.content .social p {
	margin: 0 10px 0 0;
	color: #999;
	float: left;
}

section.content .social > div {
	float: left;
	margin-right: 15px;
}

.social a {
	display: block;
	cursor: pointer;
	margin: 0 8px 0 4px;
	color: #777 !important;
}

.social a:hover {
	color: #fe7600 !important;
	text-decoration: none !important;
}

.social .twitter a {
	padding-left: 24px;
	background: url('../img/social-twitter.png') 0 0 no-repeat;
}

.social .twitter a:hover {
	background-position: 0 -20px;
}

.social .facebook a {
	padding-left: 15px;
	background: url('../img/social-facebook.png') 0 -1px no-repeat;
}

.social .facebook a:hover {
	background-position: 0 -21px;
}

.social .youtube a {
	padding-left: 23px;
	background: url('../img/social-youtube.png') 0 0 no-repeat;
}

.social .youtube a:hover {
	background-position: 0 -20px;
}

.social .instagram a {
	padding-left: 24px;
	background: url('../img/social-instagram.png') 0 -1px no-repeat;
}

.social .instagram a:hover {
	background-position: 0 -20px;
}

section.content .youtube {
	border: 1px solidd #d1d1d1;
	margin: 0 !important;
	height: 18px;
	padding-top: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

section.content .instagram {
	margin: 0 !important;
	width: 100px;
	height: 18px;
	padding-top: 1px;
}

section.content .youtube:hover {
	border-color: #bebebe;
}

article.intro {
	width: 390px;
	padding: 30px 40px 0;
	background: #fff;
	border-radius: 11px;
	height: 240px;
	float: left;
	margin: 0 0 20px;
}

article.intro .wrap {
	height: 180px;
	margin: 0 0 10px;
}

section.content article.intro h1 {
	font-size: 20px;
	margin: 0 0 15px;
}

.latestnews, .event {
	float: left;
	margin: 0 0 20px 20px;
	width: 225px;
	background: #fff;
	border-radius: 0 0 11px 11px;
	height: 270px;
}

section.content .latestnews h2 {
	margin-top: 0;
}

section.content .latestnews > h1, section.content .event > h1, section.content .featured-news h1, section.content .mailing h1 {
	background: #111;
	color: #fff;
	text-transform: none;
	font-size: 20px;
	height: 38px;
	line-height: 40px;
	border-bottom: 2px solid #000;
	padding: 0 20px;
}

.latestnews p {
	height: 76px;
	overflow: hidden;
}

time {
	display: block;
	color: #999;
	margin: 10px 0;
}

section.content .latestnews .wrap {
	padding: 0 20px;
	height: 150px;
	margin: 0 0 20px;
}

.wrap {
	overflow: hidden;
	position: relative;
}

.wrap .fadeout {
	background: url('../img/wrap.png') 0 0 repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 14px;
}

.latestnews a.arrow {
	margin: 0 0 0 20px;
}

section.content .event > h1 {
	padding-left: 49px;
	margin: 0 0 10px;
}

section.content .event > h1 em {
	font-style: normal;
	font-size: 13px;
	font-weight: 400;
	float: right;
}

section.content .genieten > h1 {
	background: #515da2 url('../img/event-genieten.png') 10px 5px no-repeat;
	border-color: #223189;
}

section.content .wandelen {
	margin-left: 0;
}

section.content .wandelen > h1 {
	background: #99c951 url('../img/event-bourgondisch.png') 5px 5px no-repeat;
	border-color: #7eba22;
	padding-left: 70px;
	font-size: 17px;
}

section.content .wielrennen > h1 {
	background: #f6ab3c url('../img/event-wielrennen.png') 10px 5px no-repeat;
	border-color: #f39508;
}

section.content .skeeleren > h1 {
	background: #e8363d url('../img/event-skeeleren.png') 10px 5px no-repeat;
	border-color: #e20009;
}

section.content .hardlopen > h1 {
	background: #36b3e8 url('../img/event-hardlopen.png') 10px 5px no-repeat;
	border-color: #009fe2;
}

section.mailing {
	background: #fff;
	border-radius: 11px;
	float: left;
	width: 225px;
	height: 120px;
	overflow: hidden;
	margin: 60px 0 0;
}

section.mailing form {
	display: block;
	padding: 16px 20px 0;
}

section.mailing h2 {
	margin: 0;
}

section.mailing p {
	margin: 5px 0 10px;
}

::-webkit-input-placeholder {
   color: #777;
}

:-moz-placeholder {
   color: #777;
}

section.mailing input.email, .contactform input[type=text], textarea, .contactform input[type=password], .contactform input.email {
	font-family: "ff-meta-web-pro";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	border: 1px solid #bbb;
	padding: 4px 6px;
	display: block;
	float: left;
	width: 126px;
	margin: 0;
}

.contactform input[type=text], .contactform input[type=password], .contactform input.email {
	float: none;
	width: 250px;
}

.contactform textarea {
	float: none;
	width: 250px;
	line-height: 1.5;
}

input.error {
	border: 1px solid #E20009 !important;
	background: #ffe9e9 !important;
}

input.error::-webkit-input-placeholder {
	color: #E20009;
}

input.error:-moz-placeholder {
	color: #E20009;
}

section.mailing input[type=submit], .contactform input[type=submit], section.content .inschrijven a, .photo-buttons a, input[type=button] {
	font-family: "ff-meta-web-pro";
	font-style: normal;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	padding: 5px 6px;
	background: #0079C2;
	color: #fff;
	border: 1px solid #005FB0;
	display: block;
	margin: 0 0 0 5px;
	width: 40px;
	float: left;
	cursor: pointer;
}

section.content .inschrijven p {
	margin: 10px 0 20px;
	color: #999;
	font-size: 12px;
}

section.content .inschrijven a {
	display: inline-block;
	width: auto;
	margin: 0 10px 0 0;
	padding: 5px 15px;
	float: none;
}

section.content .inschrijven a:hover {
	text-decoration: none;
}

.contactform input[type=submit] {
	width: auto;
	margin: 0;
	padding: 5px 15px;
}

.event .wrap {
	padding: 0 10px;
}

.event .wrap {
	height: 166px;
	margin: 0 0 14px;
	overflow: hidden;
}

.event img {
	margin: 0 0 10px;
}

.event a.arrow {
	margin: 0 0 0 20px;
}

a.arrow {
	background: url('../img/arrow.png') 0 5px no-repeat;
	padding: 0 0 0 11px;
}

nav.breadcrumbs li {
	float: left;
}

nav.breadcrumbs {
	height: 19px;
	margin: -20px 0 20px 20px;
	font-size: 13px;
}

nav.breadcrumbs a {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 1px #000;
	font-weight: bold;
}

nav.breadcrumbs a:hover {
	text-decoration: underline;
}

nav.breadcrumbs li {
	padding-left: 20px;
	background: url('../img/arrow-white.png') 7px 4px no-repeat;
}

nav.breadcrumbs li:first-child {
	padding: 0;
	background: none;
}

section.content .sponsor {
	margin: 0 0 -20px;
	min-height: 80px;
}

section.content .sponsor a {
	display: block;
	margin: 0 30px 30px 0;
	width: 140px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	position: relative;
}

section.content .hoofdsponsors a {
	margin: 0 40px 100px 0;
	width: 190px;
	height: 110px;
}

section.content .hoofdsponsors a p {
	text-align: center;
	position: absolute;
	top: 140px;
	width: 190px;
}

section.content .stersponsors a, section.content .sponsors a {
	margin: 0 0 100px 0;
	width: 313px;
}

section.content .stersponsors a p, section.content .sponsors a p {
	width: 215px;
	padding: 0 50px;
}

section.content .sponsor a:hover {
	text-decoration: none;
}

section.content .vriend a {
	height: auto;
	width: 325px;
	margin: 0 0 3px;
}

section.content .vriend a:hover, section.content .hoofdsponsors a:hover p {
	text-decoration: underline !important;
}

.contactform-check-input {
	display: none;
}

.contactform-fields > div {
	float: left;
	min-width: 264px;
}

.contactform .field-3 {
	float: left;
}

.contactform .field-3 textarea {
	width: 562px;
	height: 240px;
	margin: 0 40px 0 0;
}

.contactform .contactform-label {
	margin: 0 0 5px;
}

.contactform .contactform-field {
	margin: 0 0 15px;
}

.contactform .contactform-submit {
	clear: both;
}

.contactform .message {
	display: none;
}

.contactform-error input, .contactform-error textarea, .contactform-error select {
	border: 1px solid #E20009 !important;
	background: #FFE9E9 !important;
	color: #E20009;
}

.addthis_toolbox {
	float: right;
	margin: 9px 0 0;
}

table.afstanden {
	width: 100%;
}

table.afstanden td, table.afstanden th {
	padding: 0 30px 0 0;
}

table.afstanden th {
	padding-bottom: 5px;
	color: #222;
}

td.right, th.right {
	text-align: right;
	white-space: nowrap;
}

table.afstanden td.more {
	white-space: nowrap;
	padding: 0;
	text-align: right;
}

nav.submenu ul.afstanden {
	font-size: 12px;
}

table.afstanden td em {
	font-size: 12px;
	font-style: normal;
	color: #999;
	margin: 0 0 0 3px;
}

.sitemap ul {
	list-style: none;
	padding: 0 0 0;
}

.sitemap li {
	background: url('../img/arrow.png') 0 5px no-repeat;
	padding: 0 0 0 11px;
	margin: 10px 0;
}

.sitemap li ul {
	margin: 0 0 0 10px;
}

.sitemap {
	overflow: auto;
}

section.content .col-1, section.content .col-2 {
	width: 420px;
	float: left;
}

section.content .col-1 {
	margin: 0 40px 0 0;
}

.photos {
	margin: 0 0 -32px;
}

.photos .thumb {
	float: left;
	display: block;
	margin: 0 32px 32px 0;
	border: 1px solid #bbb;
	padding: 5px;
	width: 108px;
	height: 108px;
}

.photos .thumb:hover {
	border-color: #0079C2;
	box-shadow: 0 0 5px #79bfea;
}

.photos .thumb img {
	display: block;
}

.photo-detail {
	margin: 0 0 30px;
	text-align: center;
	border: 1px solid #bbb;
	padding: 10px;
	display: inline-block;
	min-height: 300px;
	min-width: 500px;
}

.photo-buttons {
	position: relative;
	height: 30px;
	margin: 0 0 20px;
	font-weight: 700;
	font-family: "futura-pt", helvetica, arial, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 14px;
}

.photo-buttons .photo-album-button {
	display: block;
	margin: 0 auto;
	width: 200px;
	text-align: center;
}

.previous-photo-button {
	float: left;
}

.next-photo-button {
	float: right;
}

.photo-buttons a {
	color: #fff !important;
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 5px 15px;
	float: none;
}

.photo-buttons a:hover {
	text-decoration: none !important;
}

.photo-album {
	width: 280px;
	margin: 0 20px 20px 0;
	float: left;
	position: relative;
}

.photo-album > div > div {
	background: #eee;
	height: 150px;
	width: 262px;
}

.photo-album p {
	margin: 175px 0 0 !important;
	text-align: center;
}

.photo-front, .photo-back {
	width: 262px;
	border: 1px solid #bbb;
	height: 150px;
	position: absolute;
	top: 6px;
	left: 6px;
	background: #fff;
	z-index: 2;
	padding: 5px;
}

.photo-back {
	top: 0;
	left: 0;
	z-index: 1;
}

a:hover .photo-front, a:hover .photo-back {
	border-color: #0079C2;
	box-shadow: 0 0 5px #79bfea;
}

.photo-albums {
	margin-bottom: -20px;
}

section.content form.search {
	display: none;
}

.searchResults .overview th {
	padding-bottom: 5px;
	color: #222;
}

.searchResults .overview-paging {
	margin: 10px 0 0;
}

img.silk-icon {
	float: left;
	margin: 0 5px 00 ;
}

img.news-photo, a img.news-photo {
	float: right;
	border: 1px solid #ddd;
	padding: 5px;
}

a:hover img.news-photo {
	border-color: #0079C2;
}

.page-img {
	float: right;
	margin: 0 0 20px 20px;
}

label {
	cursor: pointer;
}

.mailing-popup {
	position: fixed;
	top: -9999px;
	left: 0;
	width: 100%;
	min-height: 100%;
	background-color: rgba(0,0,0,0);
	transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	z-index: 2;
}

.mailing-popup form {
 	margin: -800px auto 0;
	background: #fff;
	border-radius: 11px;
	padding: 20px;
	width: 456px;
	transition: margin-top 0.5s ease;
	-moz-transition: margin-top 0.5s ease;
	-webkit-transition: margin-top 0.5s ease;
	-o-transition: margin-top 0.5s ease;
	-ms-transition: margin-top 0.5s ease;
	box-shadow: 0 3px 15px rgba(0,0,0,0.4);
}

.mailing-popup-active {
	background-color: rgba(0,0,0,0.4);
	opacity: 1;
	top: 0;
}

.mailing-popup-active form {
	margin-top: 40px;
}

.mailing-popup-active p {
	font-weight: 700;
	color: #333;
	margin: 15px 0 5px !important;
}

.mailing-submit {
	margin: 15px 0 0;
}

.mailing-popup .contactform input[type=text], .mailing-popup .contactform input.email {
	width: 200px;
}

.mailing-submit input[type=button].cancel {
	background: #ccc;
	border-color: #a7a7a7;
	width: 100px;
}

.sponsors-has-subs {
	width: 730px;
	margin-left: 230px;
}

.random-sponsors > div {
	float: left;
	width: 33.3333333%;
}

.random-sponsors > div > div {
	border-left: 1px solid #ddd;
	height: 120px;
}

.random-sponsors > div.random-1 > div {
	border-left: 0;
}

.random-container {
	position: relative;
}

.random-container > div {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.6s ease 0s;
	-webkit-transition: opacity 0.6s ease 0s;
	-moz-transition: opacity 0.6s ease 0s;
	-o-transition: opacity 0.6s ease 0s;
	-ms-transition: opacity 0.6s ease 0s;
	width: 100%;
}

.random-container a {
	height: 120px;
	width: 100%;
	text-decoration: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 11px;
	display: block;
}

.random-container h3 {
	display: none !important;
}

.random-container .active h3 {
	display: block !important;
	transition: display 0s ease 0.6s;
	-webkit-transition: display 0s ease 0.6s;
	-moz-transition: display 0s ease 0.6s;
	-o-transition: display 0s ease 0.6s;
	-ms-transition: display 0s ease 0.6s;
}

.random-container .active {
	z-index: 2;
	opacity: 1;
}

.random-container a:hover {
	text-decoration: none;
}

.random-sponsors a {
	text-decoration: none !important;
}

nav.lang {
	float: right;
	margin: 0 10px 0 0;
	width: 60px;
	position: relative;
}

nav.lang > a {
	cursor: pointer;
	display: block;
	line-height: 50px;
	padding: 0 10px;
	height: 50px;
}

nav.lang > a img.flag {
	float: left;
	margin: 13px 0 0;
}

nav.lang > a img.arrow {
	float: right;
	margin: 23px 0 0;
	opacity: 0.5;
}

nav.lang > a:hover img.arrow {
	opacity: 1;
}

nav.lang ul {
	display: none;
	padding: 0 0 11px;
	box-shadow: 0 2px 10px rgba(0,0,0, 0.5);
}

nav.lang ul.active {
	display: block;
	position: absolute;
	left: 0;
	top: 50px;
	background: #111;
	z-index: 1;
	-webkit-border-radius: 0 0 6px 6px;
	   -moz-border-radius: 0 0 6px 6px;
	        border-radius: 0 0 6px 6px;
}

nav.lang li {
	padding: 5px 25px 0 10px;
	white-space: nowrap;
	line-height: 28px;
}

nav.lang li img {
	margin: 0 10px 0 0;
	display: inline-block;
	position:relative;
	top: -5px;
}

nav.lang li a {
	color: #bbb;
	text-shadow: 0 1px 1px #000;
	font-size: 14px;
	text-decoration: none;
}

nav.lang li a:hover, nav.lang li.active {
	color: #fff;
}

.featured-news {
	background: #fff;
	padding: 0 40px 25px;
	-webkit-border-radius: 0 0 11px 11px;
	-moz-border-radius: 0 0 11px 11px;
	border-radius: 0 0 11px 11px;
	margin: 0 0 20px;
	height: 270px;
}

.featured-news img {
	float: left;
	margin: 0 40px 0 0;
}

section.content .featured-news h2 {
	margin: 0;
	font-size: 20px;
	white-space: nowrap;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
}

section.content .featured-news p {
	height: 95px;
	overflow: hidden;
	margin-bottom: 19px;
}

section.content .featured-news h1 {
	background: #888;
	border-color: #777;
	margin: 0 -40px 25px;
}

.headline {
	line-height: 19px;
	margin: 0 0 2px;
}

.headline time {
	margin: 0;
	font-size: 11px;
}

.twitter-feed {
	margin: 40px 20px 0 0;
	float: left;
}

.facebook-feed {
	line-height: 0;
	background: #fff;
	padding: 5px;
	float: left;
	margin: 40px 0 0;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}

/* nieuwe indeling homepage 2013.07.19 */

.featured-news {
	float: left;
	padding: 0 20px 25px 14px;
	width: 681px;
}

section.content .featured-news h1 {
	margin: 0 -20px 25px -14px;
}

.featured-news img {
	margin: 0 20px 0 0;
}

.latestnews {
	margin: 0 0 20px 20px;
	height: 295px;
}

.headline {
	margin: 0 0 5px;
}

section.content .event.skeeleren > h1 {
	background-image: url('../img/event-skeeleren.png');
}

section.content .event span.date {
	float: right;
	display: block;
	margin: 0 20px 0 0;
	color: #7dba23;
	font-weight: bold;
}

section.content .event.wielrennen span.date {
	color: #f4960a;
}

section.content .event.skeeleren span.date {
	color: #e3020a;
}

section.content .event.hardlopen span.date {
	color: #009fe2;
}

section.content .event.genieten span.date {
	color: #223189;
}

section.content .event.genieten {
	margin: 0 20px 20px 0;
}

section.mailing {
	background: #fff;
	border-radius: 0 0 11px 11px;
	float: left;
	margin: 0 0 0 20px;
	width: 225px;
	height: 270px;
	overflow: hidden;
}

section.content section.mailing > h1 {
	background: #0079c2;
	border-color: #005eb0;
	margin: 0;
}

.page-nieuwsbrief {
	padding: 25px 45px 10px;
	width: 560px;
}

.page-nieuwsbrief img {
	margin: 10px 0 15px;
}

section.mailing .wrap {
	padding: 0 20px;
}

section.mailing ul {
	height: 38px;
	list-style: square;
	margin: 0 0 13px;
	overflow: hidden;
	padding: 0 0 0 20px;
}

section.content section.sponsors {
	background: url('../img/sponsors-home-wide.png') 0 0 no-repeat;
	height: 150px;
	margin: 40px 0 0;
	width: 100%;
}

section.content section.sponsors > a {
	width: 320px;
}

section.sponsors > a {
	height: 150px;
}

section.sponsors .sponsor-1 {
	background-image: url('../img/sponsor-maasenwaal-big.png');
}

section.sponsors .sponsor-3 {
	background-image: url('../img/sponsor-rabobank.png');
}

section.sponsors .sponsor-2 {
	background-image: url('../img/sponsor-nieuw.png');
}

/*  nieuwe indeling homepage 2013.07.19  [eind] */

ul.social-sharing {
    list-style: none;
    margin: 20px 0 25px;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

ul.social-sharing li {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

ul.social-sharing li:last-child {
    margin: 0;
}