/* Elastislide Style */
.es-carousel-wrapper{
	padding:0 0 30px 0;
	position:relative;
	width: 100%;
	border-bottom: 2px solid #013976;
	margin-bottom: 25px
}
.es-carousel{
	overflow:hidden;
	padding: 0 9px 0 16px
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.es-carousel h2{
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	font-family: 'BebasNeueRegular';
	font-weight: normal;
}
.es-carousel h6{
	font-size: 14px;
	line-height: 18px;
	color: #c5e0f0;
	font-weight: 300;
}

.es-carousel ul li a{}

.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
