/* ------------------------------------- 
		Override Bootstrap 
------------------------------------- */  
a[href]:after {
    content: "";
}
abbr[title]:after {
    content: "";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
}
.navbar {
    display: block;
}
.col-xs-12,
.col-sm-12,
.col-md-12 {
  width: 100%;
  float: left;
}
.col-xs-11,
.col-sm-11,
.col-md-11 {
  width: 91.66666667%;
  float: left;
}
.col-xs-10,
.col-sm-10,
.col-md-10 {
  width: 83.33333333%;
  float: left;
}
.col-xs-9,
.col-sm-9,
.col-md-9 {
  width: 75%;
  float: left;
}
.col-xs-8,
.col-sm-8,
.col-md-8 {
  width: 66.66666667%;
  float: left;
}
.col-xs-7,
.col-sm-7,
.col-md-7 {
  width: 58.33333333%;
  float: left;
}
.col-xs-6,
.col-sm-6,
.col-md-6 {
  width: 50%;
  float: left;
}
.col-xs-5,
.col-sm-5,
.col-md-5 {
  width: 41.66666667%;
  float: left;
}
.col-xs-4,
.col-sm-4,
.col-md-4 {
  width: 33.33333333%;
  float: left;
}
.col-xs-3,
.col-sm-3,
.col-md-3 {
  width: 25%;
  float: left;
}
.col-xs-2,
.col-sm-2,
.col-md-2 {
  width: 16.66666667%;
  float: left;
}
.col-xs-1,
.col-sm-1,
.col-md-1 {
  width: 8.33333333%;
  float: left;
}

/* ------------------------------------- 
		Header 
------------------------------------- */

  #pageHeader {
      margin-bottom: 70px;
  }

  #pageHeader .navbar-collapse {
      display: none!important;
  }

  .teaser-colored {
      margin-top: 60px;
  }

  .navbar-brand {
      text-align: center;
      position: static;
      width: 100%;
  }

  .navbar-brand img {
      display: inline-block;
  }

/* ------------------------------------- 
		Footer 
------------------------------------- */

  .footer-top {
      padding: 20px 0;
      float: none;
  }

  .footer-top .col-sm-4 {
      width: 100%;
  }

  .footer-boilerplate {
      max-width: inherit;
  }

  .footer-top .col-sm-8 {
      width: 100%;
      float: none;
  }

  .footer-bottom {
       border: none;
  }

  .footer-bottom .col-sm-9 {
      display: none;
  }

  .footer-bottom .col-sm-3 {
       width: 100%;
  }

  .col-copyright {
      text-align: left;
  }

/* ------------------------------------- 
		Frontpage
------------------------------------- */

  .carousel-frontpage-wrap {
      display: none;
  }

/* ------------------------------------- 
		One pagers 
------------------------------------- */

  .section-carousel {
      display: none;
  }

  #fp-nav {
      display: none;
  }

  .nav-history {
      display: none;
  }

/* ------------------------------------- 
		Others
------------------------------------- */

  .section-intro h1 {
      margin: 0 0 30px 0;
  }

  .section-title {
      margin: 30px 0;
  }

  .section-title span {
      padding: 0;
      border: none;
  }

  .container-hr {
      display: none;
  }

  .filter-location,
  .section-menu,
  .social-box,
  .teaser-collection,
  .section-filter,
  .img-component,
  .filter-locations-mobile {
      display: none;
  }

  table, table td, table th, table tr {
      border: 1px solid black!important;
  }

  .row-narrow > .col-sm-8 {
      width: 100%;
      margin-left: 0;
  }