/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:25px 0;
	max-width:900px;
	height:640px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:300px;
	height:100%;
	text-align:center;
}
.ca-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:2px 15px;
	background: #015289;
	text-align:center;
	color: white;
	font-style:italic;
	text-shadow:1px 1px 1px #003c64;
}
.ca-more:hover {
	color:#fff;
	background: #004472;
}
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(images/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main {
	padding:20px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#f3f3f3;
	overflow:hidden;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.ca-icon{
	width:240px;
	height:240px;
	position:relative;
	margin:0 auto 20px;
	background:transparent url(../images/image-ph.png) no-repeat center center;
}

.ca-item h3{
	text-transform:uppercase;
	font-size:30px;
	color:#015289;
	margin-bottom:20px;
	/*height:85px;*/
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
}
.ca-item h4{
	font-style:italic;
	font-size:12px;
	text-align:left;
	padding-left:10px;
	line-height:24px;
	margin:10px;
	position:relative;
}
.ca-item h4 span{
	text-indent:40px;
	display:block;
}
.ca-item h4  span.ca-quote{
	color:#015289;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}
.ca-content-wrapper{
	background:#015289;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:630px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	max-width:600px;
	overflow:hidden;
}
.ca-content-text {
	font-style: normal;
	font-size:14px;
	color: #fff;
	line-height: 20px;
	margin: 12px 34px 0px 34px;
}

.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6 {
	margin: 25px 20px 0px 35px;
	font-size: 21px;
	padding-bottom: 5px;
	color: #fff !important;
	color: #60817a;
	border-bottom: 2px solid #fff;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a{
	color:#fff;
	background:#0C66C1;
	padding:3px 6px;
	font-size:14px;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(images/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:10px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:20;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:10px;
}
.ca-nav span:hover{
	opacity:1.0;
}

@media only screen and (max-width :960px) {
	.ca-content-wrapper { max-width:340px;}
}

@media only screen and (max-width :480px) {
	.ca-container { margin:25px 0;}
	.ca-nav span { left:10px;}
	.ca-nav span.ca-nav-next { right:10px;}
	
	.ca-content-wrapper { max-width:100%; left:0!important; }
	
	.ca-item-main { padding:10px;}
	.ca-icon { width:200px;}
	.ca-item { width:250px;}
}
