html {
  position: relative;
  min-height: 100%;
}

body {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 60px;
	color: #FFF;
	text-shadow: 0 1px 3px rgba(0,0,0,.5);
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	background-position: center center;
	background-color: #000;
}

/* Links */
a, a:focus, a:hover {
	color: #fff;
}

label {
	font-weight: normal;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
  font-weight:bold;
}

.checkbox-inline{
padding-top:5px;
}

/* CENTRAL O CONTEUDO VERTICAL + HORIZONTAL NO ECRAN */

.jumbotron {
    margin: 0; /* Remove the default bottom margin of .jumbotron */
	background:transparent;
}

.vertical-center {
/*  77% é calculado em funcao do cabeçalho e do rodapé .... MUITO IMPORTANTE !!!! */  	
    min-height: 77%;  /* Fallback for vh unit */
    min-height: 77vh; /* You might also want to use 'height' property instead.
                        
                        Note that for percentage values of 'height' or 'min-height' properties, the 'height' of the parent element should be specified explicitly.
  
                        In this case the parent of '.vertical-center' is the <body> element */

    /* Make it a flex container */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
  
    /* Align the bootstrap's container vertically */
    -webkit-box-align   : center;
    -webkit-align-items : center;
       -moz-box-align   : center;
       -ms-flex-align   : center;
          align-items   : center;
  
    /* In legacy web browsers such as Firefox 9 we need to specify the width of the flex container */
    width: 100%;
  
    /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers hence the bootstrap's container won't be aligned to the center anymore.
  
       Therefore, we should use the following declarations to get it centered again */
           -webkit-box-pack : center;
              -moz-box-pack : center;
              -ms-flex-pack : center;
    -webkit-justify-content : center;
            justify-content : center;
}

/* CENTRAL O CONTEUDO VERTICAL + HORIZONTAL NO ECRAN */
#navbar {
	margin-top:10px;	
/*	border: 1px solid #fff; */
}


.navbar {
	border: 0;
	background:transparent;
	margin:0;
	padding:0;
}

.navbar-brand {
  margin:0px;
}

.navbar .navbar-nav > li {
  display: inline-block;
  margin: 20px;
}
.navbar .navbar-nav > li + li {
  margin: 20px;
}
.navbar .navbar-nav > li > a {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #fff; 
  border-bottom: 2px solid transparent;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  color:#a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
    background:transparent;
}

.meio p {
	line-height:160%;
	color:#FFF;
}

.meio h2{
	padding-top:40px;
	padding-bottom:20px;
	margin-bottom:30px;
	color:#FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C2C2C;
}

#map-container { 
    height: 150px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  color:#666;
}

.footer a {
 color:#666;	
}

.footer a:hover {
	color: #fff;
}

