/* -- This is the place to add your own style modifications without touching the original styles -- */

.featured.pages .entry {
	float:none;
	width:28%;
	margin:0;
	position:absolute;
	bottom:0px;
	top:0px;
	left:0px;
	background:#000;
	background: rgba(0,0,0,0.7);
	z-index:4;
	padding:30px;
	}

#footer-widgets {
	clear: both;
	margin: 0 auto;
	padding:40px 0 30px;
	width:100%;
	background:#407090;
	color:#999;
	}