#filterModal {
    width: 90%; 
    margin-left:  -45% !important; 
} 

.centered {
	text-align: center;
}

.text-black {
	color:black;
}

.mentions-press .pub {
  max-width: 100%;
}

.dropdown-toggle:hover > .dropdown-menu {
  display: block;
}

.carousel-control {
  width: 5%;
  min-width: 50px;
}

.carousel-control span {
  top: 50%;
  position: absolute;
  margin-top: -50px;
  font-size: 60px;
}

.carousel-control.left span {
  left: 50%; margin-left: -10px;
}

.carousel-control.right span {
  right: 50%; margin-right: -10px;
}

.carousel-inner .list-group {
  margin: 20px 0;
}

.text-overflow { 
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nav-tabs.tabs-left {
  padding-right: 0;
  padding-left: 0;
}

.footer {
  border-top: 1px #DEDEDE solid;
  min-height: 8em;
  padding: 1em 0;
  margin: 1em 0 0;
  clear: both;
}

.footer-content {
  width: 100%;
}

img {
  width: auto\9;
  /* height: auto; */
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.navbar-inverse .navbar-brand {
  font-size: 20px;
  color: #c6cecc;
  font-weight: 200;
}

.with-support-of {
  text-align: center;
  padding-bottom: 1em;
}

.with-support-of .caption {
  color: rgb(153, 153, 153);
  text-transform: uppercase;
  margin-bottom: 5px;
}

.with-support-of .supporters img {
  max-width: 120px;
  max-height: 25px;
  margin: 5px 10px;
  opacity: 0.5;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 20px;
  margin-bottom: 3px;
}
     



