
.index #logo {
	display: inline-block;
}
#byfccn {
	left: 30px;
	bottom: 35px;
	display: inline-block;
	position: relative;
	width: 196px;
	height: 42px;
}

.center-align {
	text-align: center;
}

/*  
    Footer promoters and funding 
*/
.promotors > a {
  margin-right: 30px;
}

.sponsors {
  padding-left: 0px;
}

.sponsors > a {
  margin-right: 0px;
}

.sponsors p, .promotors p {
  color: #999;
  font-size: 0.75em;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.logos {
  background-image: url(../_img/logos/logos-small.png);
  background-repeat: no-repeat;
  display: inline-block;
  /* IE 6-9 */
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.logos-gray {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

.logos:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -o-filter: grayscale(0%);
}

.logos-logo-fct-fccn-uminho {
  width: 196px;
  height: 42px;
  background-position: -2px -48px;
}

.logos-logo-fct-fccn-uminho-negative {
  width: 134px;
  height: 42px;
  background-position: -2px -2px;
}

.logos-logo-fct {
  width: 134px;
  height: 42px;
  background-position: -2px -2px;
}

.logos-logo-rp-mctes {
  width: 182px;
  height: 42px;
  background-position: -2px -94px;
}

.logos-logo-uminho {
  width: 44px;
  height: 42px;
  background-position: -2px -140px;
}

.logos-logo_FEDER {
  width: 99px;
  height: 42px;
  background-position: -50px -140px;
}

footer {
    width: 100%;
    clear: both;
    position: relative;
    padding: 30px 0;
}

@media (min-width: 768px) {
    footer .container {
        max-width: 750px;
    }
}
@media (min-width: 992px) {
    footer .container {
        max-width: 970px;
    }
}
@media (min-width: 1200px) {
    footer .container {
        max-width: 1000px;
    }
}

footer div {
    margin-left: 0;
    margin-right: 0;
}


footer:before, footer .container:before, footer .row:before,
footer:after, footer .container:after, footer .row:after {
    content: " ";
    display: table;
}


footer .container {
  margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

footer .row {
    margin-left: -15px;
    margin-right: -15px;
}

footer .col-md-6 {
   width: 50%;
   float: left;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}