/* Circular Content Carousel Style - Featured Services Projects */
.ca-container{
	position:relative;
	margin:0px auto 0px auto;
	width:980px;
	height:360px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}

/* Individual Sections */
.ca-item{
	position:relative;
	float:left;
	width:305px;
	height:100%;margin-left:-3px;
	text-align:center;
}

/* More Button Link */
.ca-more{
	-moz-border-radius: 5px; -webkit-border-radius:5px;
	border-radius:5px;
	position: absolute;
	bottom: 10px;
	right:30px;
	background-color: #3ea99f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#44a49b), to(#3ea99f));
  	/* Saf4+, Chrome */
  	background-image: -webkit-linear-gradient(top, #44a49b, #3ea99f);
  	background-image: -moz-linear-gradient(top, #44a49b, #3ea99f);
  	background-image: -ms-linear-gradient(top, #44a49b, #3ea99f);
  	background-image: -o-linear-gradient(top, #44a49b, #3ea99f);
 	 background-image: linear-gradient(top, #44a49b, #3ea99f);
  	border: 1px solid #3ea99f;
  	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  	-ms-border-radius: 3px;
  	-o-border-radius: 3px;
  	border-radius: 3px;
  	color: #fff;
  	font: bold 12px "helvetica neue", arial, sans-serif;
  	line-height: 1;
  	padding: 5px 10px;
  	text-align: center;
  	text-shadow: 0px 1px 0px #666;
}

.ca-more:hover {
   	background-color: #40968e;
   	background-image: -webkit-gradient(linear, left top, left bottom, from(#3ea99f), 			   	to(#357f78));
   	/* Saf4+, Chrome */
   	background-image: -webkit-linear-gradient(top, #3ea99f, #357f78);
   	background-image: -moz-linear-gradient(top, #3ea99f, #357f78);
   	background-image: -ms-linear-gradient(top, #3ea99f, #357f78);
   	background-image: -o-linear-gradient(top, #3ea99f, #357f78);
   	background-image: linear-gradient(top, #3ea99f, #357f78);
   	border: 1px solid ##3ea99f;
   	cursor: pointer;
   	text-shadow: 0 1px 0 #666; 
}

.ca-item a{
   	color: #fff;
}
.ca-item a:hover{
   	color: #eee;
}

/* Close button */
.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:0px;
  	position:absolute;
   	top:0px;
   	left:0px;
   	right:0px;
   	bottom:0px;
   	overflow:hidden;
}

/* Project Pictures + Add yours below */
.ca-icon{
  	border:1px solid #fff; padding:5px;
   	-moz-box-shadow: 0 1px 3px #888; 
   	-webkit-box-shadow: 0 1px 3px #888; 
   	-moz-border-radius: 5px; -webkit-border-radius:5px;
   	border-radius:5px; 
   	background-color: #eee; 
  	width:233px;
   	height:159px;
   	position:relative;
   	margin:10px auto 0px auto;
   	background: #eee url(../images/featured1.jpg) no-repeat center center;
}

.ca-item-2 .ca-icon{
   	background-image:url(../images/featured2.jpg);
}
.ca-item-3 .ca-icon{
   	background-image:url(../images/featured3.jpg);
}
.ca-item-4 .ca-icon{
   	background-image:url(../images/featured4.jpg);
}
.ca-item-5 .ca-icon{
   	background-image:url(../images/featured5.jpg);
}
.ca-item-6 .ca-icon{
   	background-image:url(../images/featured6.jpg);
}

#ca-container h3{
   	font: 18px 'BebasNeueRegular', Arial, sans-serif;
   	color: #b9340b;margin:15px 0px 10px 0px;
   	text-align:center;
}

/* Container for quote with the left border */
#ca-container h4{color:#313131;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-align:left;
	padding-left:10px;
	line-height:20px;
	margin:0px 30px 0px 30px;
	position:relative;
}

/* Content with teal background colour */
.ca-content-wrapper{
	background:#cba674;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:360px;
	top:0px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}

.ca-content{
	width:590px;
	overflow:hidden;
}

/* Content text */
.ca-content-text{
	font-style: normal;
	padding:10px 35px 10px 35px;
}

.ca-content-text p{
	font:13px/20px Helvetica Neue, helvetica, arial, sans-serif;
	color: #3e3e3e;
}

/* Content Heading */
#ca-container h6{
	margin:20px 20px 0px 35px;
	font-size:18px;
	color:#313131;
	font-weight;normal;
	font: 25px/30px 'Helvetica Neue', Arial, sans-serif;
	border-bottom:1px solid #999;
}

/* Arrows */
.ca-nav span{
	width:15px;
	height:30px;
	background:transparent url(../images/arrows.png) no-repeat top left;
	position:absolute;
	top:0%;
	margin-top:5px;
	left:0px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-3px;
}
.ca-nav span:hover{
	opacity:1.0;
}