/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	width:90%;
	height:600px;
	margin-top: 80px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:100%;
	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;
}

.itemFoto{
	width: 50%;
	float: left;
}

.itemFoto img{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.itemFoto img:hover{
	filter: grayscale(70%);
	transform: scale(1.03);
}

.itemTexto{
	width: 50%;
	float: left;
	text-align: left;
}

.itemTexto h1{
	font-weight: 500;
}

.padText{
	padding: 80px;
}


@media only screen and (min-width:0px) and (max-width:499px){

.ca-container{
	width:80%;
	height:670px;
	margin-top: 70px;
}
	
.itemFoto{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.itemTexto{
	width: 100%;
	float: left;
	text-align: left;
}
	
.padText{
	padding: 0;
}


}




@media only screen and (min-width:500px) and (max-width:767px){

.ca-container{
	width:90%;
	height:660px;
	margin-top: 70px;
}
	
.itemFoto{
	width: 100%;
	float: left;
	overflow: hidden;
	height: 330px;
	margin-bottom: 20px;
}

.itemTexto{
	width: 100%;
	float: left;
	text-align: left;
}
	
.padText{
	padding: 0;
}


}


@media only screen and (min-width:768px) and (max-width:1023px){
	
.ca-container{
	width:90%;
	height:370px;
	margin-top: 70px;
}
.padText{
	padding: 0 0 0 30px;
}

}

@media only screen and (min-width:1024px) and (max-width:1300px){
	
.ca-container{
	width:90%;
	height:420px;
	margin-top: 70px;
}
	.padText{
	padding: 0 50px;
}
}

@media only screen and (min-width:1300px) and (max-width:1500px){
	
.ca-container{
	width:90%;
	height:480px;
	margin-top: 70px;
}
	.padText{
	padding: 70px;
}
}
	
	
	