/***   CONTENT   ***/
.large_showcase.slick-slider {
	margin-bottom: 30px;
}

.large_showcase.slick-slider .slick-slide img {
	width: 100%;
}

#slideshow {
	position: relative;
}

#slideshow .slideshow_text {
	position: absolute;
	background: #FFF;
	left: 40px;
	bottom: 20px;
	max-width: 228px;
	text-align: center;
	font-size: 12px;
	padding: 20px;
	color: #333;
}

#slideshow .slideshow_text h2 {
	display: inline-block;
	padding: 3px 10px;
	text-transform: uppercase;
	font-family: 'Museo-300';
	font-size: 12px;
	line-height: 12px;
	background: #0084C9;
}

#slideshow .slideshow_text a.title {
	display: block;
	padding: 12px 0px;
	text-transform: uppercase;
	font-family: 'Museo-500';
	font-size: 20px;
}

.smaller #slideshow .slideshow_text {
	left: 10px;
	bottom: 10px;
	padding: 10px;
	font-size: 11px;
}

.smaller #slideshow .slideshow_text a {
	padding: 6px 0px;
	font-size: 15px;
}

#content {
	min-height: 1135px;
}

/***   LOWER HALF   ***/

.lower_half {
	max-width: 1024px;
	margin: 0 auto;
}

#destaques {	
	clear:both;
	overflow: hidden;
}

#content .left_section {
	float: left;
	width: 50%;
	padding-left: 35px; padding-right: 17px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#content .right_section {
	float: right;
	width: 50%;
	padding-right: 35px; padding-left: 17px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
}

.left_section .left_showcase {
	width: 100%;
}

.right_section .right_showcase {
	width: 100%;
}

.right_section .right_showcase #left_image {
	float: left;
	width: 50%;
	height: 201px;
	/*background: #FFF url('../img/img_small_destaque_left.jpg') top center no-repeat;*/
}

.right_section .right_showcase #right_text {
	float: left;
	width: 50%;
	background-color: #FFFFFF;
	height: 201px;
}

.right_section .patrocinios {
	font-family: 'Museo-500';
}

.patrocinios .promotores {
	float: left;
	padding-left: 40px;
}

.patrocinios .apoios {
	float: right;
	padding-right: 40px;
}

.patrocinios .promotores > span,
.patrocinios .apoios > span {
	display: block;
	text-align: center; color: #9A9A9A;
	margin-bottom: 20px;
}

.patrocinios .promotores > img,
.patrocinios .apoios > img {
	display: block;
	margin-left: auto; margin-right: auto;
}

/***   LEFT SHOWCASE   ***/

/***/
.slick-dots {
	width: auto !important;
	height: 50px;
	top: 15px; right: 10px;
}

.slick-dots li {
	border: 1px solid; border-radius: 100%;
	height: 5px !important; width: 5px !important;
	margin: 0 2px !important;
}

.slick-dots li button:before {
	top: 1px !important; left: -3px !important;
	font-size: 11px !important; line-height: 5px !important;
	opacity: 0 !important;
	width: auto !important;
}

.slick-dots li.slick-active button:before {
	opacity: 1 !important;
}

/***/
.left_showcase {
	background: #FFF;
	margin-bottom: 4px;
}

.left_showcase .item {
	height: 202px;
}

.left_showcase a {
	text-decoration: underline; font-family: 'Museo-500';
	position: absolute;
	bottom: 30px; left: 25px;
}

.left_showcase img {
	float: left;
	padding: 40px 10px 0px 20px;
}

.big_numbers {
	float: left;
	margin-top: 45px;
	text-align: left;
}

.big_numbers > span.title {
	display: block;
	text-transform: uppercase; font-family: 'Museo-300';
	margin-bottom: 12px;
}

.big_numbers > span.count {
	line-height: 50px;
	font-size: 60px; font-family: 'Museo-300';
}

/***/
.right_showcase {
	text-align: left;
	display: block;
}

.smaller .right_showcase {
	margin-top: 20px;
	margin-left: 19px;
}

.bdv_calendar {
	display: block;
	float: left;
	width: 235px;
	background: #FFF;
	border-right: 1px solid #EEE;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Museo-300';
	color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.small .bdv_calendar {
	float: none;
	width: auto;
}

	.bdv_calendar table {
		line-height: 15px;
		font-size: 13px;
		width: 100%;
	}

	.bdv_calendar table th,
	.bdv_calendar table td {
		padding: 5px;
	}

	.bdv_calendar table th {
		background: #333;
		font-weight: normal;
	}

	.bdv_calendar table th.title {
		background: #FFF;
		color: #333;
		font-family: 'Museo-700';
		font-size: 15px;
		padding-top: 7px;
	}

	.bdv_calendar table th.month {
		background: #EE2F50;
	}

	.bdv_calendar table th.month .arrow {
		display: block;
		height: 100%;
		padding: 1px 3px;
	}

	.bdv_calendar table th.month .arrow.prev { float: left; }
	.bdv_calendar table th.month .arrow.next { float: right; }

	.bdv_calendar table th.month .arrow img {
		display: block;
	}

	.bdv_calendar table th.weekday {
		font-size: 12px;
		color: #E6E6E6;
	}

	.bdv_calendar table td {
		background: #EE2F50;
		font-size: 13px;
	}

	.bdv_calendar table td.empty {
		background: none;
	}

	.bdv_calendar table td.current {
		background: #333;
	}

.bdv_calend_events {
	display: block;
	overflow: auto;
	background: #FFF;
	border-right: 1px solid #EEE;
	font-family: 'Museo-300';
	font-size: 12px;
	min-width: 225px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.small .bdv_calend_events {
	margin-top: 20px;
}

	.bdv_calend_events .event {
		display: block;
		border-bottom: 1px solid #EEE;
	}

	.bdv_calend_events .event_image {
		display: table-cell;
		vertical-align: middle;
		width: 97px;
	}

	.bdv_calend_events .event_title {
		display: table-cell;
		vertical-align: middle;
	}

	.bdv_calend_events .more {
		display: block;
		text-align: right;
		text-transform: uppercase;
		font-size: 11px;
		padding: 11px 11px 10px;
	}

	.bdv_calend_events .more img {
		vertical-align: middle;
		padding-left: 8px;
	}

/***   FOOTER   ***/

/***/
/*
#footer #social_links {
	display: inline-block;
	text-align: center;
}

#footer #social_links #social {
	width: auto;
}

#footer #social_links #contacte-nos {
	text-align: right;
	margin-left: 30px;
	width: auto;
	display: block;
}

#footer #social_links #siga-nos {
	margin-left: 75px;
	width: 135px;
	display: block;
}

#footer #social_links h4 {
	float: right;
	margin: 20px 15px -10px 0px;
}
*/
/***/
/*
.fb_widget {
	background: #FFF;
	width: auto !important;
	margin-top: 25px;
}
*/

/***   RIGHT SHOWCASE   ***/
#content .lower_half #destaques .right_showcase .testemunho_info {
	margin-top: 10px; margin-left: 10px;
}

#content .lower_half #destaques .right_showcase .testemunho_info .testemunho_titulo {
	display: block;
	font-weight: bold;
}

#content .lower_half #destaques .right_showcase .testemunho_info .testemunho_data {
	display: block;
	color: #b2b2b2;	font-size: 12px;
}

#content .lower_half #destaques .right_showcase .testemunho_info .testemunho_texto {
	display: block;
	padding: 15px 0;
	font-size: 14px;
	color:#333333;
}

#content .lower_half #destaques .right_showcase .testemunho_info > a {
	display: block;
	margin-top: 20px;
}

#content .lower_half #destaques .right_showcase .testemunho_info > a > span {
	padding-right: 10px;
	vertical-align: top;
	color: #0084C9;
	font-size: 12px;
}

#content .lower_half #destaques .right_showcase .testemunho_info > a > img.ler_mais {
	margin-top: -8px;
}



/***   RESPONSIVE   ***/
.small .right_section .right_showcase #left_image,
.small .right_section .right_showcase #right_text {
	width: 100%;
}

.small .right_section .right_showcase #left_image {
	/*background: #FFF url('../images/img_small_destaque_left.jpg') center center no-repeat;*/
	padding-top: 10px;
}

.smaller .right_section .right_showcase #left_image,
.smaller .right_section .right_showcase #right_text {
	min-width: 251px;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
