

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Content Styles
:: Activity Styles
:: News Styles
:: Members Styles;
:: Calendar Styles;
:: Documents Styles;
:: Extra Media Queries
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

a {
	color: #da1c5f;
	font-weight: 500;
	text-decoration: none;
}
	a:hover {
		color: #00809a;
	}

.clear {
	clear:both;
}

#forgetForm,
#loginForm{
	max-width: 250px;
}
#forgetForm .pull-right,
#loginForm .pull-right{
	float: left !important;
}
#forgetForm input[type="submit"],
#loginForm input[type="submit"]{
	display: block;
	clear: both;
	margin: 5px 0 10px 0;
	border-radius: 0;
	border:1px solid #ccc;
	padding:5px 20px;
	color:#fff;
}
#response.alert-error{
	border:1px solid #ff0000;
	background-color: #FFF0F5;
	max-width: 250px;
	padding: 5px 10px;
}

.socialmedia {
	margin: 20px 0 15px 0;
}
	.socialmedia a {
		color: #f68f23;
	}
	.socialmedia a:hover {
		color: #D62464;
	}
	.socialmedia .profile{
		font-size: 20px;
	}
	.socialmedia .profile i{
		font-size: 20px;
		margin-top: -1px;
		float: left;
	}

.logo {
	margin: 15px 0 15px 10px;
}

.innerbody {
	padding: 0 20px;
}

.innertheme {
	height: 336px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 20px;
}

.footerinfo {
	padding: 0 20px;
	margin-bottom: 20px;
	color: #4a4a4a;
}

	.footerinfogrey {
		border: 1px #d5d5d5 solid;
	}

	.footerinfo .firstcol {
		padding: 20px;
		font-size: 14px;
		line-height: 16px;
	}

		.footerinfo .firstcol h1 {
			font-size: 24px;
			margin-top: 0;
			font-family: "ff-meta-serif-web-pro", "Trebuchet MS", sans-serif;
			color: #00819a;
			margin-bottom: 0;

		}

	.footerinfo .secondcol {
		padding: 20px 0;	
	}

		.footerinfo .secondcol #map_canvas {
			display: block;
			height: 310px;
			width: 100%;
		}

	.footerinfo .thirdcol {
		padding: 40px;
		font-size: 10px;
		line-height:14px;
		color: #999;		
	}		

	.footerinfo .partners {
		padding: 20px;
		color: #4a4a4a;
	}


	.credits {

		color: #bbb;
	
		margin-bottom: 40px;
		font-size: 12px;
		text-align: right;
	}	

.top-bar { background-color: #d32464; font-family: "ff-meta-web-pro", sans-serif !important; }
.top-bar ul > li.name { width: 100%;}
.top-bar ul > li.name > h1 { font-family: "ff-meta-web-pro", sans-serif !important;}
.top-bar ul > li.name a { cursor: default; padding-left: 0; }
.top-bar ul > li.name a img { cursor: pointer;  margin-top: 0;}
.top-bar ul > li.name:hover { background-color: #d32464; }
.top-bar ul > li.divider {	border-bottom: none; border-top: 1px solid #a61449; }
.top-bar ul > li:not(.name):hover, .top-bar ul > li:not(.name).active, .top-bar ul > li:not(.name):focus { background: #a61449; }

.top-bar ul > li.has-dropdown .dropdown {
    background: none repeat scroll 0 0 #d32464 !important;
}
.top-bar ul > li.has-dropdown .dropdown li.active a {
    background: none repeat scroll 0 0 #a61449;
}

/* -----------------------------------------
   Content styles
----------------------------------------- */

.content {
	padding: 0 20px 0 20px;
	font-size: 16px;
	color: #3e3e3e;
	font-weight: 500;
	line-height: 24px;		
}

	.content h1 {
		font-family: "ff-meta-serif-web-pro", "Trebuchet MS", sans-serif;
		font-weight: 500;
		font-size: 30px;
		color: #00819a;
		margin-bottom: 0;
		line-height: 34px;
	}

	.content h2 {
		font-size: 18px;
		color: #d62464;
		font-weight: 700;	
		margin-bottom: 0;	
	}	

	.content h3 {
		font-size: 18px;
		color: #000000;		
	}	

	.content h4 {
		font-size: 16px;
		color: #555555;
		line-height: 22px;			
		text-transform: uppercase;
	}						

	.content ul {
		list-style: disc;
	}

	.content ul, 
	.content .left ol {
		margin-left: 30px;
	}		

	.content table {
		border-spacing: 0;
		width: 100%;
	}

	.content td {
		padding: 5px;
		font-size: 14px;
		/*border: 1px #bbb solid;*/
		margin: 0;
	}

	.content a {
		text-decoration:underline;
	}


.subnav  {
	border: 1px #d5d5d5 solid;
	font-family: "ff-meta-web-pro", sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
}

	/* hoofdniveau */

	.subnav .menu_wrapper {
		border-bottom: 1px #d5d5d5 solid;
	}

	.subnav .sub_head {
		display: block;
		background-color: #fff;
		/*height: 40px;*/
		padding: 7px 10px 7px 20px;
		line-height: 24px;
		font-size: 16px;
		color: #21201c;
		font-weight: normal;
	}	

	.subnav .sub_head:hover {
		color: #fff;
		background-color: #d62464;
	}		


	.subnav .sub_head.active {
		color: #d62464;
		background-color: #fff;
	}	

	.subnav .sub_head.active:before{
	   content: "\00BB\20";
	}


	.subnav .menu_wrapper:last-child {
		border-bottom: none;
	}

		/* subniveau */

		.subnav .menu_body {
			display: none;
			margin: 0 0 10px 0;
		}

		.subnav .menu_subbody {
			margin: 0 20px 0 20px;
			border-top: 1px #c6c6c6 dotted;
		}


		.subnav .subsub_head {
			display: inline-block;
			padding: 7px 0 7px 0;
			font-size: 14px;
			color: #828282;
			font-style: italic;
			margin-left: 12px;

		}	

		.subnav .subsub_head:hover {
			text-decoration: underline;
		}		

		.subnav .subsub_head.active {
			color: #3f3f3f;
			text-decoration: underline;
		}				

		.subnav .menu_wrapper.active .menu_body {
			display: block;
		}
		/* subsubniveau */
		.subnav .menu_subbody .subsubsubList{
			list-style: none;
			padding:0;
			margin:0 0 10px 20px;
		}
		.subnav .menu_subbody .subsubsubList li a{
			font-size: 12px;
			color: #828282;
			font-style: italic;
		}
		.subnav .menu_subbody .subsubsubList li a:hover,
		.subnav .menu_subbody .subsubsubList li a.active{
			color: #d62464;
		}

.banner {
  margin-bottom: 20px;
}


/* -----------------------------------------
   Activity styles
----------------------------------------- */


.activities .item {
	border-bottom: 1px #ececec solid;
	padding: 20px 0 20px 0;
}

.activities.content img {
	/*float: right;*/
	border: 5px #ecedee solid;
	margin: 0 0 10px 10px;
}

.activities iframe {
	display: block;
	margin-bottom: 5px;
}

.activities .titel {
	font-family: "ff-meta-serif-web-pro", "Trebuchet MS", sans-serif;
	font-size: 24px;
	color: #008aa5;
	margin-bottom: 0;
	line-height: 28px;
	display: block;
}

	.activities .titel a {
		color: #008aa5;
		text-decoration: none;
	}

	.activities .titel a:hover {
		color: #d62464;
	}

.activities .meta {
	display: block;
	padding: 0 0 10px 0;
	font-size: 14px;
	font-family: "ff-meta-web-pro", sans-serif;
	color: #9fa3a6;
	text-transform: uppercase;
}

	.activityrow .rowkop {
		color: #d62464;
		font-weight: 700;
		font-size: 18px;
		margin-bottom: 10px;
	}

	.activityrow .block1 {
		padding: 20px;
		border: 1px #d5d5d5 solid;
		margin-bottom: 20px;		
	}

		.activityrow .block1 #eventmap_canvas {
			width: 100%;
			height: 230px;
		}

	.activityrow .block2 {
		padding: 20px;
		border: 1px #d5d5d5 solid;
		margin-bottom: 20px;		
	}

		.activityrow .block2 img {
			margin: 0 1px 1px 0;
		}

		.activityrow .block2 .gallerylink {
			display:block;
			margin-top:10px;
			font-size: 18px;
			text-align: right;

		}

	.activityrow .block3 {
		padding: 20px;
		border: 1px #d5d5d5 solid;
		margin-bottom: 20px;
	}

.browser {
    border: 1px solid #D5D5D5;
    font-family: "ff-meta-web-pro",sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.browser .sub_head {
    background-color: #f3f3f3;
    color: #d62464;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    padding: 5px 10px 5px 20px;
    cursor: pointer;
}

	.browser .sub_head .icon {
		width: 20px;
		float: left;
	}

.browser .items a {
	border-bottom: 1px solid #D5D5D5;
	color: #21201c;
	display: block;
	line-height: 24px;
    padding: 7px 10px 7px 20px;	
}

.browser .items a:last-child{
	border: none;
}

	.browser .items a:hover {
		background-color: #d62464;
		color: #fff;
	}

.browserStatic {
    border: 1px solid #D5D5D5;
    font-weight: 400;
    margin-bottom: 20px;
}

.browserStatic .sub_head {
    color: #d62464;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    padding: 5px 10px 5px 20px;
    cursor: pointer;
    border-bottom: 1px solid #D5D5D5;
}

	.browserStatic .sub_head .icon {
		width: 20px;
		float: left;
	}

.browserStatic .items a {
    font-family: "ff-meta-web-pro",sans-serif;
	border-bottom: 1px solid #D5D5D5;
	color: #21201c;
	display: block;
	line-height: 24px;
    padding: 7px 10px 7px 20px;	
}

.browserStatic .items a:last-child{
	border: none;
}

	.browserStatic .items a:hover {
		background-color: #d62464;
		color: #fff;
	}


.activities .form-form button,
.activities .form-form .form-submit-button input{
	width: auto;
	background: #2ba6cb;
	border: 1px solid #1e728c;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 10px 20px 11px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
}

.activities .button.grey{
	background: #cccccc;
	border: 1px solid #aaaaaa;
	color:#000;
}

.activities .form-page-labels {
	margin: 0 !important;
	overflow: hidden;
}
.activities .form-page-labels li {
	float: left;
	font-size: 16px;
	list-style: outside none none;
	opacity: 0.5;
	padding: 0 10px 0 0;
}
.activities .form-page-labels li a {
	padding: 10px 15px;
	display: block;
	border: #ccc 1px solid;
	color: #000;
	cursor: text;
	text-decoration: none;
}
.activities .form-page-labels li.current{
	opacity: 1;
}
.activities .form-page-labels li.current a{
	background: #f1f1f1;
}
.activities .form-form select{
	height: 40px;
	background-color: #fff;
	border-radius: 4px;
}
.activities .form-form .error-message{
	width: 100%;
	font-size: 14px;
}

/* -----------------------------------------
   News Styles
----------------------------------------- */

	.newslist.item {
		border-bottom: 1px #ececec solid;
		padding: 20px 0 20px 0;

	}

	.newslist img {
		border: 5px #ecedee solid;
		margin-bottom: 10px;
	}

	.newslist .titel {
		font-family: "ff-meta-serif-web-pro", "Trebuchet MS", sans-serif;
		font-size: 24px;
		color: #008aa5;
		margin-bottom: 0;
		line-height: 28px;
	}

		.newslist .titel a {
			color: #008aa5;
			font-weight: 700;
			text-decoration: none;
		}

		.newslist .titel a:hover {
			color: #d62464;
		}

	.newslist .meta,
	.news .news-meta {
		display: block;
		padding: 0 0 10px 0;
		font-size: 14px;
		font-family: "ff-meta-web-pro", sans-serif;
		color: #9fa3a6;
		text-transform: uppercase;
	}

	.newslist p {
		display: block;
		font-family: "ff-meta-serif-web-pro", "Trebuchet MS", sans-serif;
		font-size: 16px;
		margin-bottom: 0;
		line-height: 22px;
	}	

	.news .image img {
		float: right;
		border: 5px #ecedee solid;
		margin-bottom: 10px;	
		margin-left: 10px;	
	}

.newsright {}


	.newsright .categories {
		position: relative;
		border: 1px solid #D5D5D5;
	    font-family: "ff-meta-web-pro", sans-serif;
	    line-height: 22px;
	    margin-bottom: 20px;
	    width: 100%;	
	    padding: 60px 20px 10px 20px;	
	    list-style: none;
	}

	.newsright #date_browser {
		position: relative;
		border: 1px solid #D5D5D5;
	    font-family: "ff-meta-web-pro", sans-serif;
	    line-height: 22px;
	    margin-bottom: 20px;
	    width: 100%;	
	    padding: 60px 20px 10px 20px;	    
	}	

	.newsright .categories .sub_head,
	.newsright #date_browser .sub_head {
		display: inline-block;
		font-size: 16px;
		color: #3f3f3f;
	}	

		.newsright .categories .sub_head:hover,
		.newsright #date_browser .sub_head:hover {
			cursor: pointer;
			text-decoration: underline;
		}		

		.newsright .categories .sub_head.active,
		.newsright #date_browser .sub_head.active {
			font-weight: 700;
		}	


	.newsright .sub_head .icon {
		float: left;
		width: 16px;
	}

	.newsright .months {
		display: none;
		padding: 10px 0;
	}

	.newsright .year.active .months {
		display: block;
	}


	.newsright .categories .subsub_head,
	.newsright #date_browser .subsub_head {
		display: block;
		font-size: 16px;
		color: #3f3f3f;
		margin-left: 15px;
	}	

		.newsright .categories .subsub_head:hover,
		.newsright #date_browser .subsub_head:hover {
			text-decoration: underline;
		}		

		.newsright .categories .subsub_head.active,
		.newsright #date_browser .subsub_head.active {
			font-weight: 700;
		}		

.comments .info {
	display: block;
	margin-bottom: 15px;
}

.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
}

/* -----------------------------------------
   Members styles
----------------------------------------- */

#members_canvas {
	display: block;
	height: 410px;
	width: 100%;
	margin-bottom: 20px;
}

#member_canvas {
	display: block;
	height: 350px;
	width: 100%;	
}

/* fixes voor foundation probleem met google maps */

#members_canvas div.
#member_canvas div {
	-moz-box-sizing: content-box;
}

#members_canvas img,
#member_canvas img { 
	max-width: none; 
}

.members {

}

	.members .subtitle {
		font-style: italic;
		color: #008ea9;
		display:block;
		margin-bottom: 20px;
	}

	.members .memberlist {
		border: 1px #d5d5d5 solid;
		margin-bottom: 20px;
		padding: 20px;
	}

		.members .memberlist .columns {
			padding: 0;
		}

	.members .memberlist .titel {
		display: block;
		font-size: 18px;
		font-weight: 700;
		text-decoration: none;
	}

	.members .memberlist .secondname, .members .role, .members .institute  {
		font-style: italic;
		color: #008ea9;
	}

	.members .memberlist img {
		margin: 0;
	}

	.members .memberlist .newmember {
		width: 97px;
		height: 97px;
		position: absolute;
		z-index: 100;
		right: -19px;
		top: -19px;
		background: url('../images/main/newmember.png');

	}

.membersright {}

	.membersright form {
		margin-bottom: 0;
	}

	.membersright .membersearch {
		position: relative;
		border: 1px solid #D5D5D5;
	    font-family: "ff-meta-web-pro", sans-serif;
	    line-height: 22px;
	    margin-bottom: 20px;
	    width: 100%;	
	    padding: 60px 20px 10px 20px;	
	    list-style: none;
	}

	.membersright .listbar {
		position:relative; 
		padding-top:60px;
		border: 1px solid #D5D5D5;
		margin-bottom: 20px;
	}

		.membersright .listbar .list {
			border: none;
			padding-top: 0;
		}

		.membersright .listbar .list.scroll {
			display: block;
		    height: 240px;
		    overflow-x: hidden;
		    overflow-y: scroll;
		}

	.membersright .list {
		position: relative;
		border: 1px solid #D5D5D5;
	    font-family: "ff-meta-web-pro", sans-serif;
	    line-height: 20px;
	    margin-bottom: 20px;
	    width: 100%;	
	    padding: 60px 20px 10px 20px;	
	    list-style: none;
	}

	.membersright .list .sub_head {
		display: inline-block;
		font-size: 14px;
		color: #3f3f3f;
	}	

		.membersright .list .indent {
			padding-left: 20px;
			text-indent: -20px;
		}

		.membersright .list .sub_head:hover {
			cursor: pointer;
			text-decoration: underline;
		}		

		.membersright .list .sub_head.active {
			font-weight: 700;
		}	

	.membersright .list .subsub_head {
		display: block;
		font-size: 16px;
		color: #3f3f3f;
		margin-left: 15px;
	}	

		.membersright .list .subsub_head:hover {
			text-decoration: underline;
		}		

		.membersright .list .subsub_head.active {
			font-weight: 700;
		}		

	.membersright .alphabet {
		position:relative; 
		padding-top:60px;
		padding-bottom:20px;
		border: 1px solid #D5D5D5;
		margin-bottom: 20px;
	}

		.membersright .alphabet ul {
			border: none;
			position: relative;
		    font-family: "ff-meta-web-pro", sans-serif;
		    line-height: 20px;
		    margin-bottom: 20px;
		    width: 100%;	
		    padding: 0 20px 10px 20px;	
		    list-style: none;			
		}

			.membersright .alphabet li {
				float:left;
				margin-right: -1px;
				margin-bottom: -1px;
				width: 20%;
				border: 1px solid #D5D5D5;
				text-align: center;
			}
			.membersright .alphabet li a {
				display: inline-block;
				font-size: 16px;
				width: 100%;
				height: 30px;
				color: #3f3f3f;
				padding-top:5px;
				font-style: italic;
				color: #7b7b7b;
			}	

				.membersright .alphabet li a:hover {
					cursor: pointer;
					background-color: #d62464;
					color: #fff;
				}		

				.membersright .alphabet li a.active {
					background-color: #d62464;
					color: #fff;
				}


/* -----------------------------------------
   Calendar styles
----------------------------------------- */
/*

	.agenda aside .normalkop {
		padding-left: 10px;
	}

*/

	.calendarleft .extraright {
		text-align: right;
	}

	.calendarleft .prevMonth {
		display: inline-block;
		height: 24px;
		width: 25px;
		background:transparent url('../images/main/calendar_arrow_left.png') no-repeat center top;
		cursor: pointer;
		margin: 12px 0 0 0;
	}

	.calendarleft .nextMonth {
		display: inline-block;
		height: 26px;
		width: 25px;
		background:transparent url('../images/main/calendar_arrow_right.png') no-repeat center top;
		cursor: pointer;
		margin: 12px 0 0 0;
	}

	.calendarleft .theMonth {
		text-align: center;
	}

	.calendarleft .date {
		display: inline-block;
		height: 64px;
		width: 60px;
		background:transparent url('../images/main/calendar_date.png') no-repeat center top;
		cursor: pointer;
		font-size: 24px;
		text-align: center;
		padding-top: 28px;
		font-weight: 700;
		color: #999;
	}		

	.calendarleft .caltitel {
		font-family: "ff-meta-serif-web-pro", "Trebuchet MS", sans-serif;
		font-size: 24px;
		color: #008aa5;
		margin-bottom: 0;
		line-height: 28px;
	}

	.calendarleft .eliaevent {
		display: inline-block;
		font-size: 12px;
		color: #fff;
		background-color: #008aa5;
		line-height: auto;
		text-transform: uppercase;
		padding: 2px 5px 0 5px;
		/*padding: 0 5px;*/
		margin-bottom: 3px;
	}

	.calendarright form {
		margin-bottom: 0;
	}

	.calendarright .calendarsearch {
		position: relative;
		border: 1px solid #D5D5D5;
	    font-family: "ff-meta-web-pro", sans-serif;
	    line-height: 22px;
	    margin-bottom: 20px;
	    width: 100%;	
	    padding: 60px 20px 10px 20px;	
	    list-style: none;
	}	

 



/* -----------------------------------------
   Documents styles
----------------------------------------- */

.documents {

}

	.documents .documentlist {
		padding: ;
		margin-bottom: 20px;
	}

		.documents .documentlist .columns {
			padding-bottom: 40px;
			padding-left: 0;
		}

	.documents .documentlist .titel {
		display: block;
		font-size: 22px;
		font-weight: 500;
		color: #00819a;
		margin-bottom: 10px;
		text-decoration: none;
	}

	.documents .documentlist .intro {
		font-size: 14px;
		line-height: 20px !important;
		display: block;
	}

	.documents .documentlist .listimage {
		display: table-cell;
		margin: 0;
		border: 1px solid #D5D5D5;
		padding: 20px;
		width: 134px;
		height: 180px;
		margin-bottom: 20px;
		background-color: #fff;
		vertical-align: middle;
		border-spacing-bottom: 20px;

	}

	.documents .documentlist .listimage img {
		display: block;
		margin: 0;
		background-color: #fff;
	}

	.documents .documentlist .newproduct {
		width: 97px;
		height: 97px;
		position: absolute;
		z-index: 100;
		left: 1px;
		top: 1px;
		background: url('../images/main/mostrecent.png');
	}

	.documents .documentlist .documentsborder {
		width: 134px;
		height: 180px;
		position: absolute;
		z-index: -1;
		left: 2px;
		top: 2px;
		background: #fff;
		border: 1px solid #D5D5D5;
	}		

.documentright {}

	.documentright form {
		margin-bottom: 0;
	}

	.documentright .documentsearch {
		position: relative;
		border: 1px solid #D5D5D5;
	    font-family: "ff-meta-web-pro", sans-serif;
	    line-height: 22px;
	    margin-bottom: 20px;
	    width: 100%;	
	    padding: 60px 20px 10px 20px;	
	    list-style: none;
	}

	.documentright .listbar {
		position:relative; 
		padding-top:60px;
		border: 1px solid #D5D5D5;
		margin-bottom: 20px;
	}

		.documentright .listbar .list {
			border: none;
			padding-top: 0;
		}

		.documentright .listbar .list.scroll {
			display: block;
		    height: 240px;
		    overflow-x: hidden;
		    overflow-y: scroll;
		}

	.documentright .list {
		position: relative;
		border: 1px solid #D5D5D5;
	    font-family: "ff-meta-web-pro", sans-serif;
	    line-height: 20px;
	    margin-bottom: 20px;
	    width: 100%;	
	    padding: 60px 20px 10px 20px;	
	    list-style: none;
	}

	.documentright .list .sub_head {
		display: inline-block;
		font-size: 14px;
		color: #3f3f3f;
	}	

		.documentright .list .sub_head:hover {
			cursor: pointer;
			text-decoration: underline;
		}		

		.documentright .list .sub_head.active {
			font-weight: 700;
		}	

	.documentright .list .subsub_head {
		display: block;
		font-size: 16px;
		color: #3f3f3f;
		margin-left: 15px;
	}	

		.documentright .list .subsub_head:hover {
			text-decoration: underline;
		}		

		.documentright .list .subsub_head.active {
			font-weight: 700;
		}		

/* -----------------------------------------
   Search Styles
----------------------------------------- */

.search {
	margin-bottom: 30px;
}

	.search #searchResultList {
		list-style: none;
		margin: 0;
	}

		.search #searchResultList li {
			margin-bottom: 20px;
		}

	.search .url {
		font-size: 14px;
		color: #888;
	}

	.searchright form {
		margin-bottom: 0;
	}

	.searchright .documentsearch {
		position: relative;
		border: 1px solid #D5D5D5;
	    font-family: "ff-meta-web-pro", sans-serif;
	    line-height: 22px;
	    margin-bottom: 20px;
	    width: 100%;	
	    padding: 60px 20px 10px 20px;	
	    list-style: none;
	}
	.search .filterSearch{
		float: right;
		width: 100px;
	}
	.search .filterSearch table{
		width: 200px;
		margin: 0 0 0 -100px;
	}


/* -----------------------------------------
   Extra Media Queries
----------------------------------------- */

@media only screen and (max-width: 981px) {
	#homefirstrow .becomeMemberWrapper .becomeMember {
		font-size: 24px;
	}

	.infoBlock {
	  top: 70px !important;
	}

}

@media only screen and (max-width: 891px) {
	#homefirstrow .becomeMemberWrapper .becomeMember {
		font-size: 22px;
	}

	.infoBlock {
	  top: 70px !important;
	}

}

@media only screen and (max-width: 875px) {

	#homefirstrow .becomeMemberWrapper .becomeMember {
		font-size: 20px;
	}

	.infoBlock {
		top: 70px !important;
	}

	.infoBlock span {
		font-size: 18px;
		line-height: 1.5;
	}

	.infoBlock span strong{
		font-size: 35px;
		line-height: 1.1;
	}


}

@media only screen and (max-width: 767px) {

	.footerinfo .thirdcol {
		padding: 20px;		
	}	

	.footerinfo .secondcol {
		padding: 0;	
	}	

	#homefirstrow .becomeMemberWrapper .becomeMember {
		font-size: 26px;
	}

	/* hide-for-small klasse werkt niet in verband met meerdere tabs */
	.tab { 
		display:none !important; 
	}

	.logo {
		margin: 15px 0 15px 0;
	}

	.rsNav {
		display: none;
	}

	.innerbody {
		padding: 0 10px;
	}

	ul.hometabs {
		margin: 0 0 0 0px;
	}

	#searchBox {
		width: 100%;
	}
}

.grid .item {
	min-height: 210px;
}


div.userGrid{
	font-size: 10px !important;
}
div.userGrid .columns .column{
	max-height: 250px;
	min-height: 250px;
}
	div.userGrid .meta{
		padding: 10px;
		font-size: 12px
	}

.mobile-log-container{
	padding: 20px 0 20px 20px;
}

.loader{
	position: fixed;
	width: 150px;
	z-index: 15;
	top: 30px;
	left: 50%;
	margin: 0 0 0 -75px;
	background: rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
	padding: 20px;
	text-align: center;
	display: none;
}
.chosen-container{
	margin:0 0 8px 0 !important;
}
.chosen-container-single .chosen-single{
	height: 40px !important;
}
.chosen-container-single .chosen-single span{
	line-height: 40px !important;
}