/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	width:90%;
	height:900px;
	margin-top: -150px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:33.3%;
	height:100%;
	text-align:center;
}
.ca-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:4px 15px;
	font-weight:bold;
	background: #ccbda2;
	text-align:center;
	color: white;
}
.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{
	position:absolute;
	text-align: center;
	padding: 0 2%;
}



.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 (min-width:0px) and (max-width:550px){
	
	.ca-item{
	position:relative;
	float:left;
	width:100%;
	height:100%;
	text-align:center;
}
	
	.ca-container{
	width:80%;
	height:800px;
	margin-top: -150px;
	
}

}


@media only screen and (min-width:551px) and (max-width:767px){
	
	.ca-item{
	position:relative;
	float:left;
	width:50%;
	height:100%;
	text-align:center;
}
	
	.ca-container{
	width:90%;
	height:700px;
	margin-top: -150px;
	
}

}

@media only screen and (min-width:768px) and (max-width:1023px){
	
	.ca-container{
	width:90%;
	height:680px;
	margin-top: -150px;
	
}


@media only screen and (min-width:1024px) and (max-width:1199px){
	
	.ca-container{
	width:90%;
	height:800px;
	margin-top: -150px;
}
}

