/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	width:950px;
	height:350px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:240px;
	height:100%;
	text-align:center;
}
.ca-more1{
	position: absolute;
	bottom: 5px;
	right:20px;
	padding:4px 15px;
	font-weight:lighter;
	background: #9fa9a5;
	text-align:center;
	color: white;
	font-family: segoe ui, verdana, arial, sans-serif;
}
.ca-more2{
	position: absolute;
	bottom: 5px;
	right:20px;
	padding:4px 15px;
	font-weight:lighter;
	background: #0eb5ea;
	text-align:center;
	color: white;
	font-family: segoe ui, verdana, arial, sans-serif;
}
.ca-more3{
	position: absolute;
	bottom: 5px;
	right:20px;
	padding:4px 15px;
	font-weight:lighter;
	background: #fec425;
	text-align:center;
	color: white;
	font-family: segoe ui, verdana, arial, sans-serif;
}
.ca-more4{
	position: absolute;
	bottom: 5px;
	right:20px;
	padding:4px 15px;
	font-weight:lighter;
	background: #ee3226;
	text-align:center;
	color: white;
	font-family: segoe ui, verdana, arial, sans-serif;
}
.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{
}
.ca-icon{
	width:200px;
	height:180px;
	position:relative;
	margin:0 auto;
	background:transparent no-repeat center center;
}
.ca-icon img{
	max-width:200px;
    max-height:190px;
}


.ca-item-2 .ca-icon{
	/*background-image:url(../images/animal2.png);*/
}
.ca-item-3 .ca-icon{
	/*background-image:url(../images/animal3.png);*/
}
.ca-item-4 .ca-icon{
	/*background-image:url(../images/animal4.png);*/
}
.ca-item-5 .ca-icon{
	/*background-image:url(../images/animal5.png);*/
}
.ca-item-6 .ca-icon{
	/*background-image:url(../images/animal6.png);*/
}
.ca-item-7 .ca-icon{
	/*background-image:url(../images/animal7.png);*/
}
.ca-item-8 .ca-icon{
	/*background-image:url(../images/animal8.png);*/
}
.ca-item h3{
	font-family: segoe ui, verdana, arial, sans-serif;
	text-transform:uppercase;
	font-size:16px;
	margin-bottom:20px;
	text-align:center;
    height:40px;
}
.AgendaTitle-1
{
    color: #9fa9a5;
}
.AgendaTitle-2
{
    color: #0eb5ea;
}
.AgendaTitle-3
{
    color: #fec425;
}
.AgendaTitle-4
{
    color: #ee3226;
}
.ca-item h4{
	font-family: segoe ui, verdana, arial, sans-serif;
	font-size:12px;
	text-align:left;
	padding-left:10px;
	line-height:24px;
	margin:10px;
	position:relative;
}
.AgendaResumo-1
{
    border-left:2px solid #9fa9a5;
}
.AgendaResumo-2
{
	border-left:2px solid #0eb5ea;
}
.AgendaResumo-3
{
	border-left:2px solid #fec425;
}
.AgendaResumo-4
{
	border-left:2px solid #ee3226;
}
.ca-item h4 span{
}
.ca-item h4  span.ca-quote{

}

    .ca-item h4 span.ca-quotesummary
    {
    display: block;
    display: -webkit-box;
    max-width: 180px;
    height: 50px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    }

.ca-content-wrapper{
	background:#eaeaea;
	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-content{
	width:480px;
    height: 355px;
	overflow:hidden;
    position: relative;
}
.ca-content-text{
	/*font-size: 14px;
	font-family: segoe ui, verdana, arial, sans-serif;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;*/

    /*display: block;
    display: -webkit-box;
    max-width: 500px;
    height: 200px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/

    display: block;
    /*display: -webkit-box;*/
    max-width: 455px;
    height: 220px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:32px;
	padding-bottom:5px;
	font-family: segoe ui, verdana, arial, sans-serif;
}

.AgendaTitleContent-1
{
    color:#9fa9a5;
    border-bottom:2px solid #9fa9a5;
}
.AgendaTitleContent-2
{
    color:#0eb5ea;
    border-bottom:2px solid #0eb5ea;
}
.AgendaTitleContent-3
{
    color:#fec425;
    border-bottom:2px solid #fec425;
}
.AgendaTitleContent-4
{
    color:#ee3226;
    border-bottom:2px solid #ee3226;
}

.ca-content ul{
	height:32px;
    width: 100%;
    list-style-type: none;
    position:absolute;
    bottom:0;
    background: #eaeaea;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
    width:32px;
    height:32px;

}
.ca-content ul li a{


}
.ca-content ul li a:hover{

}
/*==================== MULTIMEDIA - GALERIAS IMG/VID =============================*/
/* Metro 32 */
.tsc_social_metro { display: inline-block; text-indent: -999em;height:32px; width:32px; text-decoration: none; padding:2px; vertical-align:middle; }
.tsc_social_metro:hover{ opacity:0.7; }

.facebook_metro{ background:url(../images/facebook-metro.png) no-repeat;}
.google_plus_metro{ background:url(../images/google_plus-metro.png) no-repeat; }
.twitter_alt_metro{ background:url(../images/twitter_alt-metro.png) no-repeat; }

.ca-nav span{
	width:28px;
	height:28px;
	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:100;
}