/*
	This file is loaded on full width pages, it fixes the spacing implemented by Bootstrap
*/

.articlemain { /* Removes white background */
	background: none;
	padding-bottom: 0;
	margin-bottom: 15px;
}

.articlemain .article-inner { /* Removes default left and right padding */
	width: 100%;
}

.subbanner {
	-webkit-border-radius: 5px 0 5px 5px;
	-moz-border-radius: 5px 0 5px 5px;
	border-radius: 5px 0 5px 5px;	
}


.featurescontainer {
    	-webkit-border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;	
}


@media (max-width: 810px) {

.subbanner {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

}

.footermain {
    	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	border-radius: 5px;
}

@media (max-width: 500px) {

.subbanner,
.footermain {
	border-radius: 0;		
}
	
}

@media (max-width: 510px) {

	.featurescontainer {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;		
	}

}

@media (max-width: 400px) { /* Removes white background */
	
.subpage .subbanner {
		background: none;
	}
}