@media (max-width: 979px){
	.navigation .nav-child {
		position: relative;
		width: 100%;
		display:block;
		float: none;
		webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2);
		-moz-box-shadow: 0 0 0 rgba(0,0,0,0.2);
		box-shadow: 0 0 0 rgba(0,0,0,0.2);
		overflow:hidden;
	}
	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
		padding: 9px 15px;
		font-weight: bold;
		color: #fff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background-color:rgb(0,99,46);
		margin:3px 0px 0px 0px;
	}
}



/************************/
/*** raector most read ***/
/************************/





ul.mostreadmrc,
ul.latestnewsln,
ul.newsfeedsolarfeed{
    display: block;
    list-style-type: none;
    margin:0px;
}

.mostreadmrc li ,
.latestnewsln li ,
.feedsolarfeed li {
	margin:2px 0px 2px 0px;
	padding:0px;
}


.mostreadmrc a:visited, .mostreadmrc a:active,.mostreadmrc a:link,
.latestnewsln a:visited, .latestnewsln a:active,.latestnewsln a:link,
.feedsolarfeed a:visited, .feedsolarfeed a:active,.feedsolarfeed a:link{

	padding:4px 15px 4px 8px;
	background:url("../images/lbluedot.png") repeat scroll 0 0 transparent;
    color:rgb(3,69,87);
    font-weight: bold;
    text-decoration: none;
	width:auto;
	display:block;
}


.mostreadmrc a:hover ,
.latestnewsln a:hover ,
.feedsolarfeed a:hover {
	background:none;
	padding: 4px 15px 4px 8px;
    background-color: rgb(3,69,87);
    color: rgb(255,255,255);
    font-weight: bold;
    text-decoration: none;
    width: auto;
    display: block;
    text-shadow: 0px 0px 0px rgb(3,69,87);}
a.languageswtop:visited, a.languageswtop:active, a.languageswtop:link{

    color:rgb(3,69,87);
    font-weight: bold;
    text-decoration: none;

}

a.languageswtop:hover {

    color:rgb(255,255,255);
    font-weight: bold;
    text-decoration: none;
	text-shadow: 1px 1px 1px rgb(3,69,87);

}
.well.mrc, .well.ln, .well.solarfeed, .well.twitter{
	padding:0;
	border: 0px solid #e3e3e3;

	width: 100%;
}
.well.mrc h3, .well.ln h3, .well.solarfeed h3, .well.twitter h3{
	padding:10px 0px 0px 10px;
}
.custom.twitter{
	max-width: 500px;
    margin: 0px auto;
}
.moduletable{
	background-color:#fff;
	margin:0px 0px 10px 0px;
	
}
/** content **/

.items-leading [class^="leading"] {
	background: #fff;
    margin-bottom: 75px;
    padding: 10px 10px;
}
.items-leading [class^="leading"]::after {
	background-image: url("../images/articlebottom.png");
    margin: 10px 0px 0px -10px;
    padding: 0px 10px 0px 10px;
    width: 100%;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
}
.items-row::after {
	background-image: url("../images/articlebottom.png");
    margin: -10px 0px 0px 0px;
    /* padding: 0px 10px 0px 10px; */
    width: 100%;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
}

.articleBody{
	background: #fff;
    margin-bottom: 10px;
    padding: 10px 10px;
}
.item{
	background: #fff;
    margin-bottom: 10px;
    padding: 10px 10px;
}
/* custom css html ovveride*/
.items-raec-sep {
	    background-image: url("../images/articlebottom.png");
    margin: -10px 0px 20px 0px;
    /* padding: 0px 10px 0px 10px; */
    width: 100%;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
    background-color: transparent;
}
.items-raec-sep-cat {
    background-image: url("../images/articlebottom.png");
    margin: -75px 0px 20px 0px;
    /* padding: 0px 10px 0px 10px; */
    width: 100%;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
    background-color: transparent;
}
.item-page{
	background: #fff;

    padding: 0px 10px;
}
.row-fluid {
	float: left;
}
.items-more, .content-links {
    float: left;
}
/** joeswordcloud **/
#joeswordcloud{
	padding:10px;
}
#joeswordcloud p{
	text-align: center !important;
}
#joeswordcloud a:visited, #joeswordcloud a:active, #joeswordcloud a:link{
	color:rgb(3,69,87);
}
#joeswordcloud a:hover{
	color:rgb(0,99,46);
}
/* media breedte */

@media (max-width: 979px) and (min-width: 768px){
	.row-fluid .span3 {
		width: 100%;
	}
	.row-fluid .span6 {
		width: 100%;
	}
	
	.row-fluid [class*="span"] {
		
		margin-left: 0;
	}
}
