
/*
	Theme Name: SBGG
	Theme URI: http://www.itargettecnologia.com.br
	Description: SBGG Theme
	Version: 1.0
	Author: Elvis Helry
	Author URI: http://www.itargettecnologia.com.br
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Raleway:700,400);
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* -webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility; */
}
/* html element 62.5% font-size for REM use */
html {  }
body {
	font-family: 'Raleway', sans-serif !important;
	color: #666666 !important;
}
/* clear */
.clear:before,
.clear:after {
	content: ' ';
	display: table;
}
.clear:after { clear: both; }
.clear { *zoom:1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a {
	color: #444;
	text-decoration: none;
	outline: none !important;
}
a:hover { color: #444; }
a:focus { outline: none; }
a:hover,
a:active { outline: none; }
input:focus {
	outline: none;
	border: 1px solid #04A4CC;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
#main { position: relative }
section {
	margin-bottom: 40px;
	padding-bottom: 20px;
}
.section-cinza {
    background: #ededed;
    border: none;
    padding: 20px 0 0;
}
/* preloader */
#preloader {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
}
#status {
    font-size: 50px;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 200px;
}
#status i { color: #0C85CC; }
/* container */
div.container { max-width: 960px; }
/* wrapper */
.wrapper {
	max-width: 1280px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}
/* busca e login */
.busca-site,
.login-site {
	background-color: #015290;
	display: none;
	padding: 10px;
	text-align: right;
}
.login-site p { 
	color: #fff;
	font-family:Arial, sans-serif;
	text-align: right;
}
.login-site p a { color: #AADBF9; }
.busca-site form,
.login-site form {
	display: block;
	margin: 0 auto;
}
.busca-site form input,
.login-site form input {
	border: none;
	height: 28px;
	margin: 3px;
	min-width: 200px;
	padding: 0 5px;
}

@media (max-width: 520px) {
	.busca-site form input,
	.login-site form input { width: 100% }
	.busca-site form,
	.login-site form { text-align: center; }
}
.login-site form a { color: #FFF; }
.login-site form span {
	display: block;
	margin: 3px;
}
button.btn-topo {
	background-color: #FFF;
	border: none;
	border-radius: 0;
	font-size: 15px !important;
	height: 28px;
	margin: 3px;
}
.smap-modal {
	font-family: "Raleway",sans-serif !important;
	text-align: center;
}
.smap-modal i  { font-size: 22px; }
.smap-modal h4 { 
	color: #055280;
	font-weight: bold;
}
.smap-modal p { 
	color: #444;
	padding: 5px;
	text-align: center;
}
/* header */
.header {
	background-color: #FFF;
	border-bottom: 1px solid #E2E2E2;/* height: 100px; */
}

@media (max-width: 992px) {
	header .container div.logo {
		text-align: center;
		width: 100%;
	}
	header .container div.caixa-header-direita {
		display: block;
		float: none;
		margin: 0 auto;
		max-width: 510px;
		text-align: center;
	}
	header .container div.caixa-header-direita > div {
		display: block;
		text-align: center;
	}
}
/* logo */
.logo { float: left; }
.logo-img {
	max-width: 100%;
	padding: 10px;
}
/* header */
.caixa-header-direita { float: right; }
.caixa-header-direita i {
	color: #0D85CC;
	-webkit-transition: color .25s ease-in;
	-moz-transition: color .25s ease-in;
	-ms-transition: color .25s ease-in;
	-o-transition: color .25s ease-in;
	transition: color .25s ease-in;
}
.caixa-header-direita a:hover i { color: #67BFF3; }
.logos-header { padding: 13px 10px }
.logos-header img { max-width: 100% }
.logos-header,
.redes-sociais,
.login-busca { float: left }

@media (max-width: 992px) { .logos-header, .redes-sociais, .login-busca { float: center !important } }
.redes-sociais { padding: 12px }
.redes-sociais ul {
	margin: 20px 0;
	padding: 0;
}
.redes-sociais ul li { font-size: 1.8em }
.redes-sociais ul li,
.login-busca ul li { display: inline-block; }
.login-busca { padding: 11px 0; }
.login-busca ul {
	margin: 20px 0;
	padding: 0;
}
.login-busca ul li { border-left: 1px solid #E1E1E1; }
.login-busca ul li:hover { background-color: #D1EEFF }
.login-busca ul li i { font-size: 1.4em }
.login-busca ul li a {
	color: #999;
	display: block;
	font-size: 14px;
	padding: 8px;
	text-decoration: none;
}
.error-message {
	background-color: #ffcc44;
    color: #000;
    margin: 3px;
    padding: 2px;
}

/* slider */
.slider {
	margin-bottom: -46px;
	position: relative;
	z-index: 0;
}

/* nav */

#btn-menu {
	color: #FFF;
	display: block;
	font-size: 30px;
	padding: 5px 0;
	width: 100%;
}

.menu-principal {
	background: #0f86ce; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmODZjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzBlNzdiNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #0f86ce 0%, #0e77b6 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f86ce), color-stop(99%,#0e77b6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0f86ce 0%,#0e77b6 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0f86ce 0%,#0e77b6 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0f86ce 0%,#0e77b6 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #0f86ce 0%,#0e77b6 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f86ce', endColorstr='#0e77b6',GradientType=0 ); /*
	 IE6-8 */
	z-index: 9999999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}
@media (min-width: 993px) { .nav { display: block !important; } }
@media (max-width: 992px) { .nav { display: none; } }
.nav ul,
.home-menu ul {
	margin: 0;
	padding: 0;
	position: relative;
}

.nav ul li {
	background: url(images/separador_menu.png) right no-repeat;
	display: table-cell;
	list-style: none;
	padding: 5px 0;
	vertical-align: middle;
}
.nav ul li:last-child { background: none }
.nav ul li:hover, .nav ul li:active, .nav ul li:focus { background-color: #1192DF; }
.nav ul li a:hover { text-decoration: none; }
.nav ul li.active { background-color: #29a5ef; }

@media (max-width: 992px) {
	.nav ul { text-align: center; }
	.nav ul li { display: list-item; }
}
.nav ul li a {
	color: #FFF;
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	margin: 0 10px;
	padding: 0;
	text-align: center;
	text-decoration: none;
}

.ui-state-active { display: inline-block; }
/* .nav ul li:hover .sub-menu,
.nav ul li .sub-menu:hover { display: inline-block; } */
.nav ul li .sub-menu {
	background-color: #29A5EF;
	border-bottom: 1px solid #2685BE;
	display: none;
	left: 4px;
	margin-left: -4px;
	position: absolute;
	right: 0;
	top: 46px;
	z-index: 99999;
}
.nav ul li .sub-menu li { background: url(images/separador_submenu.png) right no-repeat; }
.nav ul li .sub-menu li:last-child { background: none; }
@media (max-width: 992px) {
	.nav ul li .sub-menu {
		position: relative;
		top: 0px;
		width: 100%;
	}
}
.nav ul li .sub-menu li {
	display: inline-block;
	list-style: none;
	vertical-align: middle;
}
.nav ul li .sub-menu li a { padding: 4px; }
.home-menu ul li {
	display: inline-table;
	height: 60px;
	list-style: none outside none;
	margin-bottom: 20px;
	vertical-align: middle;
	width: 33%;
}

@media (max-width: 565px) { .home-menu ul li { width: 46% } }
@media (max-width: 490px) { .home-menu ul li { width: 100% } }
.home-menu ul li a {
	display: table-cell;
	font-size: 20px;
	height: 55px;
	line-height: 28px;
	max-width: 100%;
	padding-left: 60px;
	vertical-align: middle;
	white-space: normal;
}

#breadcrumbs { padding: 15px 0 0; }
/* menu home */
.item-revista { background: url(images/ico_revista.png) no-repeat; }
.item-titulo-especialista { background: url(images/ico_titulo_especialista.png) no-repeat; }
.item-educacao-continuada { background: url(images/ico_educacao_continuada.png) no-repeat; }
.item-secoes-estaduais { background: url(images/ico_secoes_estaduais.png) no-repeat; }
.item-ligas-academicas { background: url(images/ico_ligas_academicas.png) no-repeat; }
.item-associe-se { background: url(images/ico_associe-se.png) no-repeat; }
/* calendário de eventos */
.calendario-eventos {
	margin: 0;
	padding: 0;
	text-align: center;
}
.calendario-eventos li { 
	display: inline-table; 
	padding: 0 25px;
}
.calendario-eventos > li > p {
	display:block;
	float: left;
	max-width: 400px;
	padding: 0 0 20px;
	text-align: center;
}

@media (max-width: 992px) {
	.calendario-eventos > li > p {
		float: none;
		max-width: 100%;
		text-align: center;
	}
}
.calendario-eventos li p img { 
	height: 300px;
	padding: 8px;
	width: 400px;
}

@media (max-width: 420px) { .calendario-eventos li p img { max-width: 120px; } }
.calendario-eventos li p span { font-size: 18px; }
.calendario-eventos-dias {
	display: table;
    list-style: outside none none;
	margin: 0 auto;
    padding: 90px 0;
    text-align: center;
    max-width: 464px;
}
.calendario-eventos-dias li { padding: 4px; }
.calendario-eventos-dias li span {
	/* background: #0f86cd; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmODZjZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBhNzFiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTcxYjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	/* background: -moz-linear-gradient(top, #0f86cd 0%, #2989d8 50%, #0a71b4 50%, #0a71b4 100%); /* FF3.6+ */
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0f86cd), color-stop(50%, #2989d8), color-stop(50%, #0a71b4), color-stop(100%, #0a71b4)); /* Chrome,Safari4+ */
	/* background: -webkit-linear-gradient(top, #0f86cd 0%, #2989d8 50%, #0a71b4 50%, #0a71b4 100%); /* Chrome10+,Safari5.1+ */
	/* background: -o-linear-gradient(top, #0f86cd 0%, #2989d8 50%, #0a71b4 50%, #0a71b4 100%); /* Opera 11.10+ */
	/* background: -ms-linear-gradient(top, #0f86cd 0%, #2989d8 50%, #0a71b4 50%, #0a71b4 100%); /* IE10+ */
	/* background: linear-gradient(to bottom, #0f86cd 0%, #2989d8 50%, #0a71b4 50%, #0a71b4 100%); /* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f86cd', endColorstr='#0a71b4', GradientType=0 ); /* IE6-8 */
	background-color: #f4f5f5;
	border: 3px solid #3dacef;
	border-radius: 50%;
	box-shadow: 0 0 10px #adadad;
	color: #0f86cd;
	display: block;
	font-size: 40px;
	font-weight: normal;
	height: 85px;
	margin: 10px 10px 0;
	padding-top: 10px;
	text-align: center;
	width: 85px;
}
.calendario-eventos-dias p {
	color: #999;
	font-size: 22px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
.detalhes-evento h3 { 
 	color: #055280;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px;
}
/* carrossel */
.carousel-eventos,
.carousel-parceiros { position: relative; }
.carousel-eventos div.caroufredsel_wrapper { height: 380px !important; }
@media (max-width: 991px) { .carousel-eventos div.caroufredsel_wrapper { min-height: 300px !important; } }
.carousel-parceiros div.caroufredsel_wrapper { height: 140px !important; }
.carousel-slider .caroufredsel_wrapper { width: auto !important }
.carousel-slider,
.carousel-parceiros { background: none; }
.carousel-slider ul,
.carousel-parceiros ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.carousel-parceiros li {
	display: block;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 5px;
	text-align: center;
}
.carousel-slider li {
	border-bottom: 1px solid #e0e0e0;
    display: list-item;
    min-height: 131px !important;
    padding: 20px 0;
}
.carousel-slider li p {
	font-size: 16px;
	/* font-style: italic; */
	line-height: 20px;
	margin: 0;
	overflow: hidden;
	padding: 0 8px;
	text-align: left;
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
}
.carousel-slider li p > b { font-size: 16px }
.carousel-slider.responsive {
	margin-left: 0;
	position: relative;
	width: auto;
	z-index: 99;
}
.cnext,
.cprev {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 40px;
	margin-top: -74px;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 15px;
}
.cprev {
	background: url(images/seta_esq_azul.png) no-repeat;
	left: -10px;
}
.cprev-noticias {
	background: url(images/seta_cima_azul.png) no-repeat !important;
	left: auto;
    right: 15px;
    top: 40px;
    width: 20px;
}
.cnext-noticias {
	background: url(images/seta_baixo_azul.png) no-repeat !important;
	right: 0;
    top: 40px;
    width: 20px;
}
.carousel-eventos .cprev {
	background: url(images/seta_esq_azul.png) no-repeat;
	top: 68%;
}

@media (max-width: 992px) { .carousel-eventos .cprev { left: -15px; } }
.cnext {
	background: url(images/seta_dir_azul.png) no-repeat;
	right: -10px;
}
.carousel-eventos .cnext {
	background: url(images/seta_dir_azul.png) no-repeat;
	right: -15px;
	top: 68%;
}
.ctimer {
	background-color: #999;
	height: 6px;
	max-width: 960px;
	width: 0px;
}
.imagem-glow {
	background: radial-gradient(ellipse farthest-corner at center center, transparent 50%, rgba(206, 206, 206, 1) 140%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.2s ease 0s;
	width: 100%;
}
.imagem-glow:hover { background: radial-gradient(ellipse farthest-corner at center center, transparent 50%, rgba(255, 255, 255, 1) 140%) repeat scroll 0 0 rgba(0, 0, 0, 0); }
.noticias-destaque {
	float: left;
	max-width: 440px;
	padding: 20px;
}
@media (max-width: 991px) {
	.noticias-destaque {
		float: none;
		max-width: 100%;
	}
}
.noticias-destaque a {
	display: block;
	position: relative;
	width: auto;
}
.noticias-destaque p {
	text-overflow: ellipsis;
	font-size: 18px;
	margin-top: 10px;
}
.data-noticia { font-size: 14px }
.noticias-slider  { width: auto !important }
.noticias-slider li > a {
	display: inline-block;
	float: left;
	position: relative;
}
.noticias-slider li > a img {
	height:90px;
	width: 140px;
}
/* box */
.box-encontre-especialista {
	background: url(images/bg_encontre_especialista.jpg) center center;
	background-attachment: fixed;
	height: 150px;
	text-align: center;
}

@media (max-width: 768px) {
	.box-encontre-especialista {
		background: #C5DBE9;
		height: auto;
	}
}
.box-encontre-especialista h3 {
	color: #FFF;
	text-shadow: 2px 2px 0 #0F86CD;
}
.box-encontre-especialista input {
	display: block;
	width: 450px;
}

@media (max-width: 991px) { .box-encontre-especialista input { width: 100% !important } }
.box-encontre-especialista input,
.box-encontre-especialista select {
	border: none;
	box-shadow: 2px 2px 0 #0F86CD;
	color: #666;
	font-size: 20px;
	height: 31px;
	margin-right: 10px;
	padding: 2px 10px;
}
.box-encontre-especialista button,
.box-encontre-especialista button:hover {
	background: transparent;
	border: none;
	color: #63E1FF;
}
.box-encontre-especialista button i {
	font-size: 25px;
	text-shadow: 2px 3px 0px #0A3773;
}
/* sidebar */
.sidebar { }
/* footer */
.footer {
	background: url(images/bg_barra_footer.png) repeat-x top center #EBEBEB;
	min-height: 200px;
}
.footer .menus-footer .widget_nav_menu {
	float: left;
	margin: 20px 5px 5px 5px;
	min-height: 265px;
	width: 222px;
}
@media (max-width: 492px) { .footer .menus-footer .widget_nav_menu { min-height:150px } }
.footer .menus-footer .widget_nav_menu h3 {
	color: #0D85CC;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
.footer .menus-footer .widget_nav_menu ul { padding: 0 }
.footer .menus-footer .widget_nav_menu ul li { list-style: none; }
.footer .menus-footer .widget_nav_menu ul li a {
	color: #999;
	font-size: 13px;
}
.copyright {
	background-color: #fff;
	color: #666666;
	font-size: 12px;
	margin: 0;
	min-height: 78px;
	padding: 20px 0;
	text-align: center;
}
.assinatura { padding: 20px 15px; }
table:target { 
	background-color: #D6EEFC; 
	-webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 2;

    -moz-animation-name: blinker;
    -moz-animation-duration: 0.6s;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 2;

    animation-name: blinker;
    animation-duration: 0.6s;
    animation-timing-function: ease;
    animation-iteration-count: 2;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* espaço do associado *\
\* icase iframes */
iframe#sistema {
	border:none;
	display:block;
	min-height:650px;
	width:100%;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
.thumb-noticias {
	float: left;
	margin-right: 10px;
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/

form label {
	font-size: 16px;
	font-weight: normal;
}
input,
select,
textarea {
	background-color: #FFF;
	border: 1px solid #0F86CD;
	color: #000;
	font-family: Tahoma, Helvetica, Arial, sans-serif !important;
	padding: 4px 3px;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

.titulo-destaque {
	background: url(images/bg_titulo_destaque.png) repeat-x;
	color: #055280;
	font-size: 28px;
	text-align: center;
}
.titulo-modal { background: none }
.titulo-tema-webcast { 
    font-size: 18px;
    font-weight: 700;
}
.titulo-destaque span {
	background-color: #FFF;
	padding: 0 20px;
}
.destaque-central p { font-size: 21px; }
.destaque-central > p > .view-article { display: none; }
.titulo-destaque-central {
	color: #fff;
	display: block;
	font-size: 32px;
	left: 33px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
	z-index: 999;
}

@media (max-width: 991px) { .destaque-central, .destaque-central-mobile { text-align: center !important; } }
article p { font-size: 16px }
article h1,
section h1 {
	color: #055280;
	font-size: 35px;
	font-weight: 700;
}
article h3 { font-size: 22px; }
section.section-eventos article { font-size:18px; }
.readmore {
	color: #666;
	font-size: 14px; 
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
 background:#04A4CC;
 color:#FFF;
 text-shadow:none;
}
::-moz-selection {
 background:#04A4CC;
 color:#FFF;
 text-shadow:none;
}

::-webkit-input-placeholder {
 color: #444444;
}

:-moz-placeholder {
 color: #444444;
}

::-moz-placeholder {
 color: #444444;
}

:-ms-input-placeholder {
 color: #444444;
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.3; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.3; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.3; }
    100% { opacity: 1.0; }
}
.bandeira-estado-atividades { padding: 15px 0; }
.bandeira-estado-atividades a img { border: 1px solid #ccc; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone { margin: 5px 20px 20px 0; }
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.sticky { }
.bypostauthor { }

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
* {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a,
 a:visited { text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after,
 a[href^="javascript:"]:after,
 a[href^="#"]:after { content: ""; }
pre,
blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead { display: table-header-group; }
tr,
img { page-break-inside: avoid; }
img { max-width: 100% !important; }
@page { margin: 0.5cm; }
p,
 h2,
 h3 {
	orphans: 3;
	widows: 3;
}
h2,
 h3 { page-break-after: avoid; }
}
.animated-hidden { opacity: 0; }
.animated-visible { opacity: 1; }

/*------------------------------------*\
		BOOTSTRAP
\*------------------------------------*/

.btn-sbgg, .button, .piereg_submit_button > input, .fields > input[type="submit"], .fields > input[type="button"] {
	color: #0D85CC !important;
	background-color: #FFFFFF !important;
	border-color: #0D85CC !important;
	border-radius: 0 !important;
	font-size: 17px !important;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.btn-sbgg:hover,
.btn-sbgg:focus,
.btn-sbgg:active,
.btn-sbgg.active,
.open .dropdown-toggle.btn-sbgg,
.button:hover, .piereg_submit_button > input:hover, .fields > input[type="submit"]:hover, .fields > input[type="button"]:hover {
	color: #FFFFFF !important;
	background-color: #0D85CC !important;
	border-color: #0D85CC !important;
}
.btn-sbgg:active,
.btn-sbgg.active,
.open .dropdown-toggle.btn-sbgg { background-image: none; }
.btn-sbgg.disabled,
.btn-sbgg[disabled],
fieldset[disabled] .btn-sbgg,
.btn-sbgg.disabled:hover,
.btn-sbgg[disabled]:hover,
fieldset[disabled] .btn-sbgg:hover,
.btn-sbgg.disabled:focus,
.btn-sbgg[disabled]:focus,
fieldset[disabled] .btn-sbgg:focus,
.btn-sbgg.disabled:active,
.btn-sbgg[disabled]:active,
fieldset[disabled] .btn-sbgg:active,
.btn-sbgg.disabled.active,
.btn-sbgg[disabled].active,
fieldset[disabled] .btn-sbgg.active {
	background-color: #FFFFFF;
	border-color: #0D85CC;
}
.btn-sbgg .badge {
	color: #FFFFFF;
	background-color: #0D85CC;
}
.pagination > li > a { font-size: 14px !important; }
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > li > a:hover {
	background-color: #0D85CC !important;
	border-color: #0D85CC !important;
	color: #FFF !important;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.form-control { border-radius: 0 !important }

.modal-content { border-radius: 0 !important; }
.close { opacity: 1 !important; }
.close i { color: #0F86CD; }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { 
	background-color: transparent;
	border: none;
}
#formLocalizadorProfissional label { 
	color: #FFF;
	display:block;
	font-weight:bold;
	text-align:left
}
#formLocalizadorProfissional label span a i { color: #FFF; }
.page-busca #formLocalizadorProfissional label, .page-busca #formLocalizadorProfissional label span a i { color: #000; }
/*------------------------------------*\
		WPCF7
\*------------------------------------*/

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="password"],
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap textarea { width: 100% }

/*------------------------------------*\
		Timelinr
\*------------------------------------*/

.timeline, .timeline .issues li, .timeline .issues li p  {
	height: auto !important;
	text-align: center !important;
}
.timeline .dates .selected { color: #0D85CC !important; }
.timeline .dates a {
	color: #666 !important;
	transition: all 0.5s ease 0s; }
.timeline .issues li span, .timeline .issues li a {
    color: #015290 !important;
    font-size: 62px !important;
	text-shadow: none !important;
}
.timeline .issues li p  { font-size: 20px !important; }
.timeline .issues li img {
	float: none !important;
	width: auto !important;
}

.subtitulo{
	color: rgb(94, 173, 242);
	font-size: 18px;
	font-weight:700;
}
/*------------------------------------*\
		Digg Digg Plugin
\*------------------------------------*/
.twitter-share-button, .fb_iframe_widget > span { width: 95px !important }

/*------------------------------------*\
		Pie Register
\*------------------------------------*/

.piereg_container p { margin: 0 0 9px !important; }
.piereg_login_container .piereg_login_wrapper label { margin: 0 0 2px !important; }

.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {width: 100% !important;}
.fb-comments, .fb-comments span, .fb-comments span iframe, html#facebook, .fb-comments span iframe > html > body  { min-height: 200px !important }

.piereg_container .piereg_login_wrapper .submit input[type="submit"], .pieregWrapper input[type="submit"], .pieregWrapper .piereg_cancel_profile_edit_btn{
	padding: 6px 10px;
	font-size: 15px;
	color:#fff}

#facebook { overflow: visible !important }


/*------------------------------------*\
		Tip
\*------------------------------------*/

.tip {
	color: #fff;
	background: #1B84C1;
	display: none; /*--Hides by default--*/
	padding: 10px;
	position: absolute;
	z-index: 1000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;   
}
.tip_trigger{
	font-weight: normal;
	text-decoration: none; 
}
.titulado{
	background-color: #005EB2 !important;
}
.tip b { color: #F4B50A }


