/* Sticky footer styles
-------------------------------------------------- */

html,
body {	
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {	
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  background-color: #f5f5f5;
  min-height: 60px;
}

#footer ul.menu a{
  font-weight: bold;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  padding: 5px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

code {
  font-size: 80%;
}


/* DH, styling navbar e.d. */

.navbar{
	background: #FFFFFF;
}

.navbar .navbar-nav > .active > a{
	background-color: #0088CC;
	color: #FFFFFF;
	font-weight: bold;
}

.navbar-default .navbar-nav > .active > a .caret{
	border-top-color: #FFFFFF;
}

.col-lg-8 p{
	font-size: 12px;
}

.col-lg-8 h2{
	font-size: 20px;
}

ul.breadcrumb{
	display: none;
}

body {
  	background: url('/templates/wiw2014/images/wergea_herfst2013.jpg');
	background-attachment: fixed;
	background-color: #0088CC;	
  	background-position: 50% 50%;
  	background-repeat: no-repeat;
	
}

.container{
	background-color: #F2F2F2;
}

div#footer div.container{
	background-color: #F5F5F5;
}
/*
.wiw_modwrapper_header{
	display: none;
}
*/

.wiw_modwrapper{
	background-color: #FFF;
}

.wiw_modwrapper_content{
	padding: 15px;
}

.wiw_modwrapper_bottom{
	height: 15px;
}

.navbar{
	background-color: #F2F2F2;
	font-weight: bold;
}

@media (min-width: 768px) {
	#top .navbar-nav{
		text-align: left;
		width: 100%;
	}
	
	#top .navbar-nav > li{
		display: inline-block;
		float: none;
	}
}

article img:nth-of-type(1){
	float: left;
}

@media (max-width: 768px) {
	#footer{
		position: relative;
	}
	#footer li{
		display: block;
		margin: auto;
	}
	article img:nth-of-type(1){
		display: block;
		clear: both;
		float: none;
	}
}

/* article part */
article{
	background-color: #FFF;
	padding: 15px;
	overflow: hidden;
}

.article_bottom{
	background-position: 50% 0%;
	background-repeat: no-repeat;
	height: 19px;
	clear: both;
	margin-bottom: 10px;			
}

@media (min-width: 790px) {
	.article_bottom{
		background-image: url('/templates/wiw2014/images/textblock_bottom.png');
	}	
	
	ul.breadcrumb{
		display: inline-block;
	}
}

.breadcrumb li, a.pathway{
	font-size: 16px;
}

.breadcrumb > .active{
	color: #428BCA;
	font-weight: bold;
}

div.carousel{
	padding-bottom: 5px;
}

dd.create, dd.createdby{
	float: left;
}

div.articlefooter{
	background-color: transparent;
	border-top: 1px dotted #999; 
	color: #428BCA;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
}

div.articlereadmore{
	background-color: transparent;	
}

p.readmore{
	float: right;
}

.wiw_modwrapper_header > span{
	background-color: #FFF;
	color: #428BCA;
	display: inline-block;
	font-weight: bold;	
	margin-top: 0px;
	text-align: center;
	width: 100%;
}

div.banneritem{
	text-align: center;
}
.banneritem > img{
	max-width: 250px;
	width: 100%;
}

#mainwrapcontainer{
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */	
}
div.pagination{
	width: 100%;
}
div.pagination p.pull-right{
	clear: both;
	float: right;
}
div.pagination ul{
	display: block;
	float: right;
	margin-top: 15px;	
}
div.pagination ul li{
	float: left;
	list-style: none;
	margin: 10px;
}

dd{
	display: inline-block;
	margin-right: 20px;
}

dl{
	clear: both;
	float: left;
	width: 100%;
}

dt > hr{
	margin-bottom: 10px;
	padding: 0px;
}

/* com_eventlist */
table.eventtable{
	float: left;
}

#eventlist_wiw div{
	margin-bottom: 5px;
}
#eventlist_wiw div#el_date{
	font-weight: bold;
}
#eventlist_wiw div#el_title{
	font-weight: bold;
}
#eventlist_wiw div#el_location{
	font-weight: bold;
}
#eventlist_wiw div#el_city{
	font-weight: bold;
}
#eventlist_wiw div#el_state{
	font-weight: bold;
}
#eventlist_wiw div#el_category{
	font-weight: bold;
}
@media (max-width: 768px) {
	#eventlist_wiw div#el_date{
		display: none;
	}
	#eventlist_wiw div#el_title{
		display: none;
	}
	#eventlist_wiw div#el_location{
		display: none;
	}
	#eventlist_wiw div#el_city{
		display: none;
	}
	#eventlist_wiw div#el_state{
		display: none;
	}
	#eventlist_wiw div#el_category{
		display: none;
	}	
}

.element-invisible{
	display: none;
}

#dsbs_rotatorhorizontal{
	overflow: hidden;
}

ul.dropdown-menu{
	background-color: #F2F2F2;
}

ul.dropdown-menu li.odd{
	background-color: #e7e7e7;
}

ul.dropdown-menu li{
	border-bottom: dotted 1px #000;
}

ul.dropdown-menu li:last-child{
	border-bottom: none;
}


article{
	position: relative;
}

.article-info-term hr{
	margin-top: 0px;
}

.article-info{
	margin-top: 0px;
}

span.fb_share{
	margin-top:40px;
	z-index:50;
	display:block;
	position:absolute;
}

/**
 * 
 * Custom van JB Stoker
 * 
 **/
ul.main-navigation-menu{
	width: 100%;
	align-items: center!important;

}

.main-navigation-menu a{
	font-size: 14px !important;
}