img {
  width: 100%;
}

.fr {
  float: right;
}

.banner {
  background: url(../img/about.jpg) no-repeat;
  background-size:100% 100%;
  height: 360px;
  padding: 180px 0 0 60px;
}

.banner h2 {
  border-top: 3px solid #000;
  color: #000;
  display: inline;
  font-weight: bold;
  font-size: 34px;
  line-height: 66px;
  padding-top: 13px;
}

.nav.nav-tabs {
  /*font-size: 12px;*/
  font-weight: bold;
}

.nav.nav-tabs li a{
  line-height: 2;
}

.tab-content {
  color: #000;
  font-family: centrale_sans_book,tahoma,arial,helvetica,sans-serif;
  font-size: 17px;
  margin: 30px auto 40px auto;
  padding: 20px 20px 120px 20px;
}

.tab-pane {
  max-width: 900px;
  /*margin-right: 15%;*/
}

.tab-pane h3{
  padding-bottom: 1%;
}