/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	width:80%;
	height:200px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:100%;
	height:100%;
	text-align:center;
}


.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}

.ca-item-main{
	padding:30px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:none;
	overflow:hidden;
	
	border-left: 0;
	padding-left: 35%;
	
	border-width: 1px;
  	border-style: solid;
    -webkit-border-image: -webkit-linear-gradient(right, #ff6037, #0071bc)  100% 2;
    -o-border-image: -o-linear-gradient(right, #ff6037, #0071bc)  100% 2;
    border-image: linear-gradient(to left, #ff6037, #0071bc)  100% 2;
}


.ca-item-main p{
	color: #fff;
	text-align: left;
	font-size: 25px;
	line-height: 35px;
}

.ca-item-main h2{
	color: #ff6037;
	text-align: left;
}

#fotoR{
	width: 200px;
	height: 200px;
	overflow: hidden;
	border-radius: 100px;
	position: absolute;
	left: 10%;
	z-index: 99;
}


.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:767px){
	
.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	width:80%;
	height:350px;
}
	
.ca-item-main{
	padding:30px;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	padding-left: 30px;
	padding-top: 170px;
}


.ca-item-main p{
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
	
.ca-item-main h2{
	text-align: center;
}


#fotoR{
	width: 120px;
	height: 120px;
	border-radius: 100px;
	left: 0%;
	top: 20px;
	position: relative;
	margin: 0 auto;
}
	
}


@media only screen and (min-width:768px) and (max-width:1023px){
	
.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	width:80%;
	height:350px;
}
	
.ca-item-main{
	padding:30px;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	padding-left: 30px;
	padding-top: 200px;
}


.ca-item-main p{
	font-size: 17px;
	line-height: 27px;
	text-align: center;
}
	
.ca-item-main h2{
	text-align: center;
}


#fotoR{
	width: 150px;
	height: 150px;
	border-radius: 100px;
	left: 0%;
	top: 20px;
	position: relative;
	margin: 0 auto;
}
	
}

@media only screen and (min-width:1024px) and (max-width:1199px){
	
.ca-item-main{
	padding:30px;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	padding-left: 28%;
}


.ca-item-main p{
	font-size: 20px;
	line-height: 30px;
}


#fotoR{
	width: 190px;
	height: 190px;
	border-radius: 100px;
	left: 0%;
}
	
}

@media only screen and (min-width:1200px) and (max-width:1400px){
	
	
.ca-item-main{
	padding:30px;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	padding-left: 30%;
}


.ca-item-main p{
	font-size: 20px;
	line-height: 30px;
}


#fotoR{
	width: 200px;
	height: 200px;
	border-radius: 100px;
	left: 5%;
}
	
}


