.featured-wrap ul{
	position:relative;
	overflow:hidden;
}
.featured-wrap ul:before{
	position:absolute;
	left:50%;
	top:0;
	width:2px;
	height:100%;
	background:#04518c;
	content:"";
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
}
.featured-wrap ul li{
	position:relative;
	overflow:hidden;
	padding:60px 0px 10px 0;
}
.featured-wrap ul li:before{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%);
	height:10px;
	width:10px;
	background:#04518c;
	content:"";
	border-radius:50%;
	margin-top:20px;
}
.featured-wrap ul li:last-child{
	padding:17px 0;
}
.featured-wrap ul li h3{
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	position:absolute;
	left:50%;
	top:0;
	padding:10px 30px;
	background:#003056;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	margin:0px;
}
.featured-wrap ul li .featured-content{
	float:right;
	width:43%;
	background:#003056;
	position:relative;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	border-radius:5px;
}
.featured-wrap ul li:hover .featured-content{
	background:#04518c;
}
.featured-wrap ul li .featured-content:before{
	position:absolute;
	top:50%;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	content:"";
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
}
.featured-wrap ul li:nth-child(odd) .featured-content:before{
	border-right:10px solid #003056;
	left:-10px;
}
.featured-wrap ul li:hover:nth-child(odd) .featured-content:before{
	border-right:10px solid #04518c;
}
.featured-wrap ul li:nth-child(even) .featured-content{
	float:left;
}
.featured-wrap ul li:nth-child(even) .featured-content:before{
	right:-10px;
	border-left:10px solid #003056;
	border-right:0px solid #003056;
}
.featured-wrap ul li:hover:nth-child(even) .featured-content:before{
	border-left:10px solid #04518c;
	border-right:0px solid #04518c;
}
.featured-wrap ul li .featured-content .featured-img{
	width:40%;
	position:relative;
}
.featured-wrap ul li .featured-content .featured-img:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	content:"";
	opacity:.2;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
}
.featured-wrap ul li:hover .featured-content .featured-img:before{
	opacity:.5;
}
.featured-wrap ul li:nth-child(odd) .featured-content .featured-img{
	float:right;
}
.featured-wrap ul li:nth-child(even) .featured-content .featured-img{
	float:left;
}
.featured-wrap ul li .featured-content .featured-info{
	width:60%;
	padding:20px;
}
.featured-wrap ul li .featured-content .featured-info.full{
	width: 100%;
}
.featured-wrap ul li:nth-child(odd) .featured-content .featured-info{
	float:left;
}
.featured-wrap ul li:nth-child(even) .featured-content .featured-info{
	float:right;
}
.featured-wrap ul li .featured-content h4{
	font-size:16px;
	margin-bottom:15px;
	color:#fff;
}
.featured-wrap ul li .featured-content p {
	color:#d2d2d2;
	line-height:24px;
}
