.b-scheme3 {
	position: relative;
	overflow: hidden;
	text-align: center;
}
	.b-scheme3 .bs-line {
		margin-top: 30px;
	}
	.b-scheme3 .bs-title {
		position: relative;
		width: 414px;
		padding: 2px;
		background: #fff;
		border: 1px solid #7dc4ec;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		text-transform: uppercase;
		display: inline-block;
		vertical-align: top;
		z-index: 1;
	}
		.b-scheme3 .bs-title-holder {
			position: relative;
			padding: 20px;
			background: #146ac0;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			display: block;
		}
	.b-scheme3 .bs-item {
		position: relative;
		width: 308px;
		padding: 15px;
		background: #d2ebff;
		border: 1px solid #7dc4ec;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		font-size: 12px;
		color: #35565d;
	}
	.b-scheme3 .bs-item.t-left {
		float: left;
	}
	.b-scheme3 .bs-item.t-left:before {
		content: "";
		position: absolute;
		right: -30px;
		bottom: 50%;
		height: 500px;
		border-left: 1px solid #7dc4ec;
	}
	.b-scheme3 .bs-item.t-left:after {
		content: "";
		position: absolute;
		right: -30px;
		bottom: 50%;
		width: 30px;
		border-top: 1px solid #7dc4ec;
	}
	.b-scheme3 .bs-item.t-right {
		float: right;
	}
	.b-scheme3 .bs-item.t-right:before {
		content: "";
		position: absolute;
		left: -30px;
		bottom: 50%;
		height: 500px;
		border-left: 1px solid #7dc4ec;
	}
	.b-scheme3 .bs-item.t-right:after {
		content: "";
		position: absolute;
		left: -30px;
		bottom: 50%;
		width: 30px;
		border-top: 1px solid #7dc4ec;
	}
	.b-scheme3 .bs-item.t-b.t-left {
		margin-left: 40px;
	}
	.b-scheme3 .bs-item.t-b.t-right {
		margin-right: 40px;
	}
	.b-scheme3 .bs-item.t-c.t-left {
		margin-left: 80px;
	}
	.b-scheme3 .bs-item.t-c.t-right {
		margin-right: 80px;
	}
	.b-scheme3 .bs-item.t-a {
		height: 40px;
		line-height: 40px;
	}
	.b-scheme3 .bs-item.t-b {
		height: 60px;
		line-height: 60px;
	}
	.b-scheme3 .bs-item.t-c {
		height: 60px;
		line-height: 60px;
	}
		.b-scheme3 .bs-item-holder {
			line-height: 1.4;
			display: inline-block;
			vertical-align: middle;
		}
	.b-scheme3 a {
		color: inherit;
	}



