/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:10px auto;
	width:795px;
	height:450px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:265px;
	height:100%;
	text-align:center;
}
.ca-more1{
	color:#060;
	position: absolute;
	bottom: 20px;
	right:0px;
	padding:4px 15px;
	background: #dcff57;
	text-align:center;
	font-size:14px;
}
.ca-more1:hover{
	color:#FFF;
	background: #060;
}
.ca-more2:hover{
	color:#060;
}
.ca-item-main{
	padding:20px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#fff;
	overflow:hidden;
	-moz-box-shadow:0px 0px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
}
.ca-icon{
	width:215px;
	height:215px;
	position:relative;
	margin:0px auto 20px;
	background-image:url(../images/p1.jpg);
	border:1px solid #dcff57;
    background-size:cover}
.ca-item-2 .ca-icon{
	background-image:url(../images/p2.jpg);
}
.ca-item-3 .ca-icon{
	background-image:url(../images/p3.jpg);
}
.ca-item-4 .ca-icon{
	background-image:url(../images/p4.jpg);
}
.ca-item-5 .ca-icon{
	background-image:url(../images/p5.jpg);
}
.ca-item-6 .ca-icon{
	background-image:url(../images/p6.jpg);
}
.ca-item-7 .ca-icon{
	background-image:url(../images/p7.jpg);
}
.ca-item-8 .ca-icon{
	background-image:url(../images/p8.jpg);
}
.ca-item-9 .ca-icon{
	background-image:url(../images/p9.jpg);
}
.ca-item-10 .ca-icon{
	background-image:url(../images/p10.jpg);
}
.ca-item-11 .ca-icon{
	background-image:url(../images/p11.jpg);
}
.ca-item-12 .ca-icon{
	background-image:url(../images/p12.jpg);
}
.ca-item-13 .ca-icon{
	background-image:url(../images/p13.jpg);
}
.ca-item-14 .ca-icon{
	background-image:url(../images/p14.jpg);
}
.ca-item-15 .ca-icon{
	background-image:url(../images/p15.jpg);
}
.ca-item-16 .ca-icon{
	background-image:url(../images/p16.jpg);
}
.ca-item-17 .ca-icon{
	background-image:url(../images/p17.jpg);
}
.ca-item-18 .ca-icon{
	background-image:url(../images/p18.jpg);
}

.ca-item h3{
	font-family: 'Coustard', sans-serif;
	text-transform:uppercase;
	font-size:18px;
	color:#000;
	margin-top:10px;
	margin-bottom:20px;
	height:26px;
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
}
.ca-item h3:hover{
	color:#060;
}
.ca-item h4{
	font-size:12px;
	text-align:left;
	line-height:24px;
	position:relative;
}
.ca-item h4 span{
/*	text-indent:40px;*/
	display:block;
}
.ca-item h4  span.ca-quote{
	color:#f4eee3;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}

.workphoto{
	width:200px;
	height:310px;
	display:block;
	position:absolute;
	top:95px;
	right:0px;
	}