.row-fluid .firstinrow {
	margin-left: 0;
}

.thumbnail {
	background: #fff;
}

.thumbnail:hover {
	text-decoration: none;
}

.thumbnail h5,
.thumbnail p {
	margin: 0;
}

body {
    background-color: #006631;
    font-family: 'Roboto', sans-serif;
    color: #333333;
}

body#tinymce {
	background-color: #EDEDED;
}

.container {
    margin: 0 auto;
    max-width: 960px;
}

.container.corpo {
	background-color: #FFF;
	padding: 14px 14px 0;
}

.well {
    background-color: #FFFFFF;
    text-align: center;
}

h3 [class^="icon-"] {
	line-height: 30px;
	width: 30px;
}

.footer {
	text-align: center;
}

@media (max-width: 980px) {
	body {
		padding-top: 0px;
	}
}

.header {
	background: url('../images/bg-header.png') top center repeat-x;
	width: 100%;
	height: 100%;
	max-height: 236px;
}

.logo {
	margin: 0 auto;
	max-width: 1015px;
	width: 100%;
}

.navmenu {
	background: url('../images/menu.jpg') top center repeat-x;	
	height: 51px;	
	border: none;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;	
}

.navbar {
	margin-bottom: 0;
}

#header input {
	width: 85%;
}

#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

#header {
	  margin-bottom: 20px;
}

.item-home {
	max-width: 46%;
	float: left;
	margin: 0 18px 50px 0;
}

.item-home img {
	height: 134px;
	width: 190px;
	margin-bottom: 10px;
	margin-left: 51px;
}

.item-home p {
	text-align: justify;
	font-size: 13px;
}

.ultimas-noticias ul li{
	line-height: 170%;
	margin-bottom: 4px;
}

.span4.ultimas-noticias h3, .span0 .custom h3 {
	padding-left: 40px;
	background: url('../images/icon-formacao.jpg') center left no-repeat;
	font-size: 18px;
	border-bottom: 1px solid #333;
	clear: both;
}

.links-rodape {
	float: left;
	margin-right: 20px;
	margin-top: 30px
}

.somos-mediadores h3{
	margin-top: 30px;
	margin-left: -60px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	color: #1a6783;
}

.navbar .nav>li>a {
	color: #FFF;
	text-shadow: none;
	font-weight: normal;
	padding: 15px 15px 15px;
}

.custom.rodape-azul {
	height: 160px;
background: rgba(0,132,211,1);
background: -moz-linear-gradient(top, rgba(0,132,211,1) 0%, rgba(0,90,145,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,132,211,1)), color-stop(100%, rgba(0,90,145,1)));
background: -webkit-linear-gradient(top, rgba(0,132,211,1) 0%, rgba(0,90,145,1) 100%);
background: -o-linear-gradient(top, rgba(0,132,211,1) 0%, rgba(0,90,145,1) 100%);
background: -ms-linear-gradient(top, rgba(0,132,211,1) 0%, rgba(0,90,145,1) 100%);
background: linear-gradient(to bottom, rgba(0,132,211,1) 0%, rgba(0,90,145,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0084d3', endColorstr='#005a91', GradientType=0 );	


-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;

color: #FFF;

}

.custom.rodape-azul a {
	color: #FFF;	
}

.social {
	float: right;
	margin: -145px 10px 0 0;
}

.social img{
	margin-right: 7px;
}

.blog {
	margin-bottom: 80px;
}

.contact h3 {
	display: none;
}

.tradutor {
	position: absolute;
	margin-left: 470px; 
	margin-top: 9px;
}

.tradutor img {
	height: 20px;
}

.gbs3 .gcore-display-table {
    display: inherit;
}

.chrono_credits{
    display: none;
}

#chronoform-fichaInscricaoCorridaAlegria  input[type="text"],
#chronoform-fichaInscricaoCorridaAlegria textarea {
	width: 440px !important;
}

#chronoform-fichaInscricaoCorridaAlegria textarea {
	height: 400px;
}

.modalPopup {
	visibility: hidden;
}

.box {
  width: 20%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
  display: none;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid orange;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: orange;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 0 20px;
  border-radius: 5px;
  width: 38%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index: 11;
  animation: pulse 1.5s infinite;
}

.popup h2 {
  margin-top: 0;
  margin-left: -20px;
  padding: 20px 0;
  border-bottom: 1px solid #f3f3f3;
  /*background: rgb(242, 198, 54);*/
  display: block;
  width: 340px;
  text-align: center;
  /*font-family: Tahoma, Arial, sans-serif;*/
}
.popup .close {
  position: absolute;
  top: 0;
  right: 20px;
  transition: all 200ms;
  font-size: 60px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  opacity: .8;
}
.popup .close:hover {
  color: orange;
}
.popup .content {
  overflow: auto;
  padding: 10px;
  min-height: 30%;
}

.popup:hover {
	animation-play-state: paused;
}

.close {
    display: block
}


/* PULSE ANIMATION */

@-webkit-keyframes pulse {
	0%, 100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-o-keyframes pulse {
	0%, 100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-moz-keyframes pulse {
	0%, 100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes pulse {
	0%, 100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.iframe-form-voluntarios {
  width: 100%;
height: 1500px;
  border: none;

}