@charset "utf-8";
@import url('_.css');

#content > div {
	display: block;
	position: relative;
}

#content > *:first-child {
	display: none;
}

#content h3, #content p {
	margin-left: 0px;
}

#content h3 {
	font-size: 2rem;
	line-height: 1.4em;
}

#content p {
	position: relative;
	max-width: 470px;
}

#content > *:nth-child(n+3) p {
	position: relative;
	margin-left: 0px;
	max-width: 470px;
}

#content > *:nth-child(2) {
	padding-top: 15px;
	margin-top: -15px;
	width: 1000px;
	height: 585px;
	float: left;
}

#content > *:nth-child(2) img {
	width: 1000px;
	height: 600px;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

#content > *:nth-child(2) div {
	margin-left: 500px;
	width: 500px;
	display: block;
	position: relative;
	background-color:rgba(255, 255, 255, 0.9);
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}

@media screen and (max-width: 999px) {
	#content > *:nth-child(2) {
		width: 100%;
		height: auto;
		padding-top: 0;
	}
	
	#content > *:nth-child(2) img {
		width: 100%;
		height: auto;
		position: static;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		border-bottom-right-radius: 10px;
	}
	
	#content > *:nth-child(2) div {
		margin-left: 0px;
		width: auto;
		padding: 15px;
		position: relative;
		margin-top: -67px;
	}
	
	#content > *:nth-child(2) h3, #content > *:nth-child(2) p {
		width: auto;
		max-width: none;
		padding: 0px;
	}
}

#content > *:nth-child(n+3) {
	float:left;
	width: 100%;
	max-width: 500px;
	height: 300px;
	padding-left: 0px;
}

#content > *:nth-child(3) {
	height: 285px;
}

#content > *:nth-child(n+3) img {
	width: 500px;
	height: 300px;
	margin-top: -30px;
}