@import url("http://fonts.googleapis.com/css?family=Oswald");
@import url("http://fonts.googleapis.com/css?family=Abel");
@import url("http://fonts.googleapis.com/css?family=Lobster");
@import url(http://fonts.googleapis.com/css?family=Montez);

.ca-container{
	position:relative;
	margin:25px auto 0px auto;
	width:990px;
	height:450px;
	top:50px;
	
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:330px;
	height:100%;
	text-align:center;
	z-index:999;
}
.ca-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:4px 15px 6px 15px;
	font-weight:bold;
	text-align:center;
	color: white;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	text-shadow:1px 1px 1px #897c63;
	border-radius:5px 0 0 5px;
}

a:hover.ca-more {color: #2bd1cb; }

.ca-close{
	position:absolute;
	top:20px;
	right:22px;
	background:#2bd1cb 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; background:#fff url(images/cross.png) no-repeat center center;
}
.ca-item-main{
	padding:0 20px 20px 20px;
	position:absolute;
	top:85px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#3e3e3e;
	overflow:hidden;
	border:1px solid #333;

}
.ca-icon{
	width:333px;
	height:230px;
	position:relative;
	margin:0 auto;
	top:-30px; left:-30px;
	background:#d5d5d5 url(../admin_testimonials/bhumi.jpg) no-repeat center center;
}
.ca-item-2 .ca-icon{
	background-image:url(../admin_testimonials/simbacabs.jpg);
}
.ca-item-3 .ca-icon{
	background-image:url(../admin_testimonials/ayyappatemple.jpg);
}
.ca-item-4 .ca-icon{
	background-image:url(../admin_testimonials/ayyappaschool.jpg);
}
.ca-item-5 .ca-icon{
	background-image:url(../admin_testimonials/ksworld.jpg);
}
.ca-item-6 .ca-icon{
	background-image:url(../admin_testimonials/hotpot.jpg);
}

.ca-item-7 .ca-icon{
	background-image:url(../admin_testimonials/sahyadriLogo.jpg);
}

.ca-item-8 .ca-icon{
	background-image:url(../admin_testimonials/vintage-builders.jpg);
}


.ca-item-9 .ca-icon{
	background-image:url(../admin_testimonials/ayurmitram.jpg);
}

.ca-item h3{
	font-family: "Georgia","Times New Roman",serif;
	font-size:20px;
	color: #fff;
	height:45px;
	text-align:center;
	
}
.ca-item h4{
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	font-size:12px;
	font-smooth:always;
	text-align:left;
	padding-left:10px;
	line-height:24px;
	margin:10px;
	position:relative;
	text-align:justify;
	text-shadow:1px 1px 2px #333;
}
.ca-item h4 span{
	text-indent:25px;
	display:block;
	font-size:22px;
	text-align:center;
	line-height:30px;
}
.ca-item  span.ca-quote{
	color:#2bd1cb;
	font-size:60px;
	position:absolute;
	top:0px;
	left:0px;
	text-indent:0px;
}
.ca-content-wrapper{
	background:url(images/portfolio.jpg) repeat-x;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:360px;
	top:85px;
	text-align:justify;
	z-index:10000;
	overflow:hidden;
	
}
.ca-content{
	width:660px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 13px;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	margin:10px 20px;
	padding:30px 20px;
	line-height:25px;
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:22px;
	padding-bottom:5px;
	color:#fff;
	height:2px;
	position:relative;
	top:10px;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
	list-style:none;
}
.ca-content ul li a{
	color:#000;
	background:#2bd1cb;
	padding:3px 6px;
	font-size:14px;
	float:right;
	position:relative;
	right:-430px;
	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:-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;
}