/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	height:370px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:370px;
	height:100%;
	text-align:center;
	margin:10px;
}
 
.ca-item-main{
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#fff;
	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 p{ position:absolute; top:0; left:0; height:100%; width:100%; text-align:center; background:rgba(0, 0, 0, 0) none repeat scroll 0 0; padding-top:40%;font-size:18px;}
.ca-icon p a{ color:#FFF; border:1px solid #FFF; padding:15px 20px;background:rgba(0, 0, 0, 0.6);}
.ca-icon p a:hover{background:rgba(0, 0, 0, 1); text-decoration:none}
.ca-icon{
	position:relative;
	margin:0 auto;
}
 .ca-icon img{ width:100%}
.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:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}
 @media only screen and (max-width: 550px) {.projectswide,.latestnews,.testimonials,.wrapper{ width:100% !important;}
 .testimonials p{ padding:0 15px !important;}
 .projectscover{ font-size:22px !important}
 .ca-item{ margin:0; width:100%}
 }