body { position: relative; font-family: 'Roboto Slab', Georgia, Times, Serif }
.ral { font-family: 'Raleway', Helvetica, Arial, Sans-Serif }
.rob { font-family: 'Roboto Slab', Georgia, Times, Serif }
.clearfix { clear: both; display: block; }

#bg {
	width: 100%;
	z-index: 10;
	position:relative;
}

#intro {
	max-width: 700px;
	margin: -150px auto 0 auto;
	padding: 40px;
	background: transparent url('../img/sq.png') repeat scroll top left;
	z-index: 20;
	position:relative;
}

.narrow {max-width: 600px; margin: 15px auto; background: #fff}
.wider {max-width: 800px; margin: 15px auto; background: #fff}

.g-unit { 
	padding: 20px 0;
	border-bottom: 1px dotted #ccc;
}

.g-unit:after { display: block; content:''; clear: both}

.g-unit-img {
	width: 401px;
	display: block;
	float: left;
	margin: 0 25px 15px 0;
	position: relative;
}

.g-unit-img-large {
	width: 100%;
	position: relative;
}

.g-unit-img > img { width: 100%; height: auto; }
.g-unit-img-large > img { width: 100%; height: auto;}

.enlarge {
	display: none;
	padding: 6px 8px 6px 26px;
	background: rgba(0,0,0,0.5) url('../img/zoom.png') no-repeat scroll 3px 1px;
	text-decoration: none !important;
	font-weight: 700;
	font-size: 10px;
	font-family: 'Raleway', Helvetica, Arial, Sans-Serif;
	text-transform: uppercase;
	line-height: 12px;
	color: #fff;
	position: absolute;
	border-radius: 2px;
	border: 1px solid #000;
	bottom: 15px;
	left: 10px;
}

.enlarge:hover {
	color: #fff;
}

.g-unit > p {
	font-size: 14px;
	line-height: 20px;
}

.marg { margin-bottom: 10px}

@media only screen and (max-width : 800px) {
	#bg { display: none}
	#intro {
		margin-top: 0px;
	}
}


@media only screen and (max-width : 550px) {
	.g-unit { width: 90%; margin: 0 auto}
	.g-unit-img { float: none !important; width: 100%}
	.enlarge { display: block }
	.g-unit-img-large { max-width: none !important; width: 100%; }
	#cross-section > h2 { position: static !important }
	
}