/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	width:1100px;
	height:285px;
	font-size:12px;
	line-height:20px;
}

.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:25%;
	height:450px;
	text-align:center;
}
.ca-item iframe {
	width:100% !important;
}
.ca-item-main {
	padding:5px;
	position:absolute;
	top:5px;
	left:1px;
	right:1px;
	bottom:5px;
	/*background:#0071c6;*/
	color:#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-item h3 {
   
	text-transform:uppercase;
	font-size:14px;
	line-height:20px;
	text-align:center;
	padding:12px 0px 5px 0px;
}
.ca-item a {
	color:#fff;
}
.ca-item a:hover {
	color:#fff;
}
.ca-item a img {
	width:100%;
	/*background-color:#f77400;*/
}
.ca-item h4 {
	text-align:left;
	line-height:18px;
	padding:0px 8%;
}
.ca-item h4 a {
	
	color:#fff;
}
.ca-item h4 a:hover {
	color:#fff;
}
.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: 990px){
	
.ca-container{
	margin:25px auto 25px auto;
	width:92% !important;
	height:184px;
}
.ca-item{
	width:25.5%;
	height:100%;
}	
	
}

@media only screen and (max-width: 768px){
	
.ca-container{
	height:124px;
}
	
}


@media only screen and (max-width: 524px){
	
.ca-container{
	margin:25px auto 20px auto;
	width:80% !important;
	height:200px;
}
.ca-item a img {
	width:100%;
	background-size:100% 100%;
}

.ca-item{
	width:100%;
	height:100%;
}
	
	
}


