#mobile {
  margin-left:-10px;
}

/*MENU*/
.accordeonck {
  line-height:24px;
  text-transform:uppercase;
}

.accordeonck li li {
  margin-left: 20px;
}

.cover {
  height: 100vh; 
  background-size: cover;
  background-position:center bottom;
}

.ba-album .ba-album-items .ba-caption h3, .ba-album .ba-album-items .ba-caption p, .ba-gallery-items .ba-caption h3, .ba-gallery-items .ba-caption .image-category, .ba-gallery-items .ba-caption .short-description {
    overflow: auto !important;
    white-space: normal !important;
}

/*CONTENT*/
.tck-article-title,
.tck-article-body {
  padding-right:50px;
}

#menu {
  height:35vh;
}

#teaser {
  position: absolute;
  width:500px;
  height:150px;
  padding:20px;
  left:50%;
  top:40%;
  margin-left: -200px;
  margin-top:-125px;
  background-color:rgba(148, 197, 000, 0.7);
  color: #ffffff;
  text-transform:uppercase;
  font-size:140%;
  line-height:140%;
}
#teaser h1 {
  font-size: 24px !important;
}

.page-header {
  margin: 0;
  padding:0;
}

.item-image img {
  width:100%;
}

.pull-left {
  float:none;
}

.footer {
  font-size: 13px;
  position:absolute;
  bottom:0;
}