
section#shadowbox {
	overflow: hidden;
	background-color: #d0d0d0;
	background-position: center top;
	background-size: cover;
}
section#shadowbox .wrapper {
	max-width: 1170px;
	margin: 0 auto;
	padding: 45px 0;
}
section#shadowbox + section#shadowbox .wrapper {
	padding-top: 0;
}
section#shadowbox .item {
	position: relative;
	overflow: hidden;
	margin: 0 10px 45px;
	padding-bottom: 15px;
	border: 1px solid #bbb;
	background: #fff;
}
section#shadowbox .item:last-child {
	margin-bottom: 0;
}
section#shadowbox .item img {
	display: block;
	width: 100%;
}
section#shadowbox .item .inner-box {
	margin-bottom: 20px;
	padding: 15px;
	background: #2a9b44;
}
section#shadowbox .item .inner-box span {
	display: block;
	font: 18px/20px roman;
	color: #fff;
	text-transform: uppercase;
}
section#shadowbox .item.half .inner-box span br {
	display: none;
}
section#shadowbox .item h3,
section#shadowbox .item p,
section#shadowbox .item ol,
section#shadowbox .item ul {
	position: relative;
	margin: 0 13px 0px 13px;
	z-index: 12;
}
section#shadowbox .item h3 {
	font: 18px/20px heavy;
	text-transform: uppercase;
}
section#shadowbox .item p {
	margin-bottom: 5px;
	font: 16px/18px roman;
	z-index: 10;
}
section#shadowbox .item a {
	color: #106d3b;
}
section#shadowbox .item ul li,
section#shadowbox .item ol li {
	position: relative;
	padding-left: 20px;
	font: 14px/19px roman;
}
section#shadowbox .item ul li:before {
	position: absolute;
	top: 5px;
	left: -2px;
	display: block;
	width: 8px;
	height: 8px;
	content: '';
	border-top: 2px solid #dc3c36;
	border-right: 2px solid #dc3c36;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
section#shadowbox .item ol {
	position: relative;
	left: 20px;
	list-style: decimal;
}
section#shadowbox .item ol li { padding-left: 0; }
@media (min-width: 768px) {
	section#shadowbox .wrapper { padding: 45px 15px; }
	section#shadowbox .item { width: 100%; }
	section#shadowbox .item .half { width: 242px; }
	section#shadowbox .item {
		margin-bottom: 0;
	}
}

@media (min-width: 970px) {
	section#shadowbox .item {
		float: left;
		display: inline-block;
	}
	section#shadowbox .item.half { width: 524px; }
	section#shadowbox .item.third { width: 342px; }
	section#shadowbox .item.half .img-container,
	section#shadowbox .item.third .img-container {
		width: 100%;
		position: relative;
		padding-bottom: 69%;
		overflow: hidden;
		margin-bottom: 20px;
	}
	section#shadowbox .item.third .img-container {
		padding-bottom: 66%;
		margin-bottom: 10px;
	}
	section#shadowbox .item img {
		position: absolute;
		z-index: 8;top: -9999px;
		bottom: -9999px;
		left: -9999px;
		right: -9999px;
		min-height: 100%;
		min-width: 100%;
		height: auto;
		width: 100%;
		margin: auto;
	}
	section#shadowbox .item .inner-box {
		position: absolute;
		left: 15px;
	}
	section#shadowbox .item.half .inner-box {
		top: 241px;
		width: 147px;
		height: 147px;
		overflow: hidden;
		padding: 18px 15px;
		z-index: 12;
	}
	section#shadowbox .wrapper .item.half:before {
		content: '';
		position: absolute;
		top: 0px;
		display: block;
		width: 100%;
		height: 100%;
		background: url(/static/g/pic-box-shadow.png) no-repeat;
		z-index: 9;
	}
	section#shadowbox .item.third:before {
		content: '';
		position: absolute;
		top: 0px;
		display: block;
		width: 100%;
		height: 100%;
		background: url(/static/g/pic-box-shadow-small.png) no-repeat;
		z-index: 9;
	}
	section#shadowbox .item.half .inner-box span {
		font: 24px/28px roman;
	}
	section#shadowbox .item.half .inner-box span br {
		display: inline;
	}
	section#shadowbox .item.third .inner-box {
		top: 147px;
		width: 88px;
		height: 88px;
		overflow: hidden;
		padding: 13px 11px;
		z-index: 12;
	}
	section#shadowbox .item.third .inner-box span { font: 14px/16px roman; }

	section#shadowbox .item.half h3,
	section#shadowbox .item.half p,
	section#shadowbox .item.half ul {
		margin-left: 173px;
	}
	section#shadowbox .item.half ol {
		left: 0;
		margin-left: 192px;
	}
	section#shadowbox .item.third h3,
	section#shadowbox .item.third p,
	section#shadowbox .item.third ul {
		margin-left: 113px;
	}
	section#shadowbox .item.third ol {
		left: 0;
		margin-left: 128px;
	}
	section#shadowbox .item.third h3 {
		font-size: 16px;
		line-height: 18px;
	}
	section#shadowbox .item.third p,
	section#shadowbox .item.third ul li,
	section#shadowbox .item.third ol li {
		font-size: 14px;
		line-height: 16px;
	}
}

@media (min-width: 1170px) {
	section#shadowbox .wrapper .item.half:before { top: 65px; }
	section#shadowbox .item.third:before { top: 42px; }
	section#shadowbox .item.half .inner-box { top: 305px; }
	section#shadowbox .item.third .inner-box { top: 190px; }
}