* {
  box-sizing: border-box;
}
html {
  font-size: 1.25rem;
}
body {
  margin: 0;
  font-family: 'Calibri', sans-serif;
  line-height: 1.5;
  color: #222;
  overflow-y: scroll;
}
body > section {
  width: 100%;
}
body.nav-open {
  overflow: hidden;
}
h1 {
  padding: 1rem 0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  color: #fff;
}
.title--container {
  background: linear-gradient(to top right, #63b32e, #aeca09);
}
.title--container .width--container {
  display: table;
  width: 100%;
  max-width: 1100px;
  padding: 0 1rem;
}
@media (max-width: 550px), (max-height: 550px) {
  .title--container .width--container {
    padding: 0 0.5rem;
  }
}
.title--container .width--container h1 {
  width: 100%;
}
.title--container .width--container h1,
.title--container .width--container .hamburger--wrapper {
  display: table-cell;
  vertical-align: middle;
}
h2 {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 1rem 0;
}
p {
  margin: 0 0 1.25rem;
}
p:last-of-type {
  margin: 0;
}
.cta {
  display: inline-block;
  padding: 0.75rem 1rem;
  background: linear-gradient(to top right, #63b32e, #aeca09);
  color: #fff;
  line-height: 1rem;
  text-decoration: none;
  border-radius: 5px;
}
.cta:hover {
  background: linear-gradient(to top right, #6ec733, #c3e20a);
}
main a:not(.tel):not(.cta) {
  color: #366219;
  text-decoration: underline;
}
main a:not(.tel):not(.cta):hover {
  color: #20390f;
}
img {
  max-width: 100%;
  height: auto;
}
#LABC-logo {
  float: right;
  margin-top: 1rem;
}
iframe {
  float: left;
  max-width: 100%;
  background-color: #fff;
}
.width--container {
  display: table;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  box-sizing: border-box;
}
.width--container.inner {
  max-width: 1100px;
}
.width--container.inner:not(.no-bottom) {
  padding: 1rem 1rem 2rem;
}
.width--container.inner.no-bottom {
  padding: 1rem 1rem 0;
}
@media (max-width: 550px), (max-height: 550px) {
  .width--container.inner,
  .width--container.inner:not(.no-bottom),
  .width--container.inner.no-bottom {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
header .width--container.inner:not(.no-bottom) {
  display: table;
  padding: 1rem;
}
@media (max-width: 550px) {
  header .width--container.inner:not(.no-bottom) {
    padding: 0.5rem;
  }
}
header .width--container.inner:not(.no-bottom) .table-cell {
  display: table-cell;
  vertical-align: top;
}
header .width--container.inner:not(.no-bottom) .table-cell:last-of-type {
  padding-left: 1rem;
}
header img {
  float: left;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
}
header a {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 450px) {
  .hamburger--wrapper.mobile-show-hamburger {
    display: table-cell !important;
  }
}
.hamburger {
  float: right;
  color: #fff;
  background-color: #000;
  padding: 0.75rem;
  border-radius: 8px;
  cursor: pointer;
}
.hamburger span {
  position: relative;
  float: left;
  width: 1.5rem;
  height: 1.5rem;
  transition: 0.6s;
  transform-origin: center;
}
.hamburger span:before,
.hamburger span:after {
  display: block;
  position: absolute;
  content: "";
  border-top: 0.2rem solid #fff;
  left: 0;
  right: 0;
  box-sizing: border-box;
}
.hamburger span:before {
  height: 1.5rem;
  border-bottom: 0.2rem solid #fff;
}
.hamburger span:after {
  top: 0.65rem;
}
nav {
  position: relative;
}
nav ul {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  min-height: 100vh;
  display: table;
  width: 100%;
  max-width: 400px;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #000;
}
@media (max-width: 450px) {
  nav ul {
    max-width: 450px;
  }
}
nav li {
  float: left;
  width: 100%;
  padding: 0.25rem 0.5rem;
  box-sizing: border-box;
  border-bottom: 2px solid #fff;
}
nav a {
  float: left;
  width: 100%;
  padding: 0.5rem 0.5rem 0.4rem;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  text-align: left;
  font-size: 1rem;
  transition: padding-left 0.2s ease-in-out;
}
@media (min-width: 451px) {
  nav a:hover {
    padding-left: 1.5rem;
  }
}
#nav-close {
  display: table-cell;
  padding: 0.75rem 1rem 0.4rem;
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  text-align: right;
}
#nav-close .close {
  padding-right: 0.25rem;
}
#nav-close .cross {
  right: -0.4rem;
}
#nav--wrapper {
  width: 100%;
  max-width: 400px;
  display: block;
  position: fixed;
  top: 0;
  bottom: -5rem;
  right: -450px;
  padding-bottom: 5rem;
  background-color: #000;
  float: left;
  clear: both;
  z-index: 99;
  transition: right 0.6s ease-in-out;
}
#nav--wrapper.open {
  right: 0;
  overflow-y: auto;
  max-height: 100vh;
}
@media (max-width: 450px) {
  #nav--wrapper {
    max-width: 450px;
  }
}
#nav-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
main {
  min-height: calc(100vh - 151.2px - 168.8px);
}
#contact-info {
  font-size: 1.2rem;
}
#contact-info a {
  display: inline-block;
  margin-bottom: 20px;
}
footer {
  background-color: #000;
  color: #fff;
}
footer ul {
  padding-left: 1rem;
  margin: 0;
}
footer li:not(:last-of-type) {
  padding-bottom: 0.5rem;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer p {
  text-align: right;
  margin: 0;
  font-size: 0.8rem;
}
footer .footer-right {
  padding-top: 1rem;
}
@media (min-width: 601px) {
  footer ul,
  footer .footer-right {
    display: table-cell;
    vertical-align: bottom;
  }
}
@media (max-width: 600px) {
  footer br {
    display: none;
  }
}
.white-bg {
  background-color: #fff;
}
.green-top {
  border-top: 3px solid #63b32e;
}
.profile {
  display: flex;
  float: left;
  width: 20%;
  padding: 0 0.5rem;
  box-sizing: border-box;
  cursor: pointer;
}
.profile:nth-of-type(5n+1) {
  clear: both;
}
.profile .portrait {
  width: 100%;
}
.profile .portrait-icon-outer {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
.profile .portrait-icon {
  width: 100%;
  filter: grayscale(1);
  transition: 0.8s ease-in-out;
  transition-property: filter;
}
.profile:hover .portrait-icon {
  filter: grayscale(0);
}
.profile > p {
  display: none;
  padding: 0.5rem 0 0;
}
@media (max-width: 1020px) {
  .profile {
    width: 25%;
  }
  .profile:nth-of-type(4n+1) {
    clear: both;
  }
  .profile:nth-of-type(5n+1) {
    clear: none;
  }
}
@media (max-width: 820px) {
  .profile {
    width: 33.33333333%;
    width: calc(100% / 3);
  }
  .profile:nth-of-type(3n+1) {
    clear: both;
  }
  .profile:nth-of-type(4n+1) {
    clear: none;
  }
}
@media (max-width: 670px) {
  .profile {
    width: 50%;
  }
  .profile:nth-of-type(2n+1) {
    clear: both;
  }
  .profile:nth-of-type(3n+1) {
    clear: none;
  }
}
@media (max-width: 450px) {
  .profile {
    width: 100%;
  }
  .profile:not(:last-of-type) {
    border-bottom: 4px solid #63b32e;
    margin-bottom: 1rem;
  }
}
#profile-table {
  background-color: #fff;
}
#profiles--container .width--container {
  max-width: 1100px;
  padding: 1rem 0.5rem 1rem;
}
@media (max-width: 550px) {
  #profiles--container .width--container {
    padding: 1rem 0 1rem;
  }
}
.portrait .name {
  padding: 0.5rem;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.portrait .name h2 {
  font-size: 1rem;
  font-weight: bold;
  color: #000;
}
.portrait .name h2,
.portrait .name p {
  margin: 0 0 0.25rem;
}
.portrait .name p {
  font-size: 0.8rem;
}
.modal--outer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  overflow-x: hidden;
}
.modal--outer .width--container.inner {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 1rem;
}
@media (max-width: 550px), (max-height: 550px) {
  .modal--outer .width--container.inner {
    padding: 0.5rem;
  }
}
.modal--outer .cta {
  float: right;
  margin-top: 1rem;
}
@media (max-width: 500px) {
  .modal--outer .cta {
    width: 100%;
    text-align: center;
  }
}
.modal--inner {
  position: relative;
  height: 100%;
  width: 100%;
  margin: auto;
}
.modal--column {
  float: left;
  width: 50%;
  vertical-align: top;
}
@media (max-width: 550px) {
  .modal--column {
    width: 100%;
  }
}
.modal--column:first-of-type {
  background-color: #fff;
}
.modal--column:first-of-type img {
  display: block;
  max-width: 100%;
}
@media (min-width: 551px) {
  .modal--column:first-of-type img {
    top: 0;
  }
}
.modal--column:last-of-type {
  padding: 1rem;
  background-color: #fff;
}
.modal--column:last-of-type .name {
  border-bottom: 3px solid #63b32e;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.modal--column:last-of-type h2,
.modal--column:last-of-type p {
  margin: 0;
}
.modal-close-cross {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #000;
  font-size: 1.5rem;
  line-height: 2.5rem;
  cursor: pointer;
  box-shadow: 0px 0px 10px 1px #555;
  text-align: center;
  transition: 0.1s;
}
.modal-close-cross:hover {
  background: #333;
}
.modal-close-cross .cross {
  transform: rotate(45deg);
  transform-origin: center;
}
.modal-close-cross .cross:before,
.modal-close-cross .cross:after {
  border-color: #fff;
}
.cross {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  transform: rotate(-45deg);
  transform-origin: bottom;
}
.cross:before,
.cross:after {
  display: block;
  content: "";
  position: absolute;
  transform-origin: center;
}
.cross:before {
  border-bottom: 0.2rem solid #000;
  top: 0.4rem;
  left: 0;
  right: 0;
}
.cross:after {
  border-right: 0.2rem solid #000;
  left: 0;
  right: 0.4rem;
  top: 0;
  bottom: 0;
}
#project-expanded h2 {
  margin: 0;
}
#project-table {
  margin: auto;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  flex-grow: 1;
}
#project-picture {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  flex-grow: 1;
  position: relative;
  padding: 1rem;
  background-color: #000;
}
#project-image {
  min-height: 350px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  flex: 1 0 0;
  flex-grow: 1;
}
#project-images {
  background: #000;
  padding: 0 0.8rem 0.8rem;
  overflow-y: hidden;
}
#project-images img {
  height: 100px;
  margin-right: 0.5rem;
  cursor: pointer;
  border: 0.2rem solid transparent;
  transition: 0.3s;
}
#project-images img.selected {
  border-color: #63b32e;
}
#project-images--inner {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
#project--prev,
#project--next {
  position: absolute;
  top: 45%;
  top: calc(50% - (2.5rem / 2));
  width: 0;
  height: 0;
  border: 1.25rem solid transparent;
  cursor: pointer;
  opacity: 0.75;
  transition: 0.1s;
}
#project--prev:hover,
#project--next:hover {
  opacity: 1;
}
#project--prev {
  left: calc((2.5rem * -0.5) + 10px);
  border-right-color: #fff;
}
#project--next {
  right: calc((2.5rem * -0.5) + 10px);
  border-left-color: #fff;
}
#projects {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 550px), (max-height: 550px) {
  #projects {
    padding-left: 0;
    padding-right: 0;
  }
}
.project--container {
  float: left;
  width: 33.33333%;
  width: calc(100% / 3);
  padding: 0 0.5rem;
  margin: 0 0 1rem;
}
.project--container img {
  display: block;
  width: 100%;
  max-width: 340px;
  cursor: pointer;
}
.project--container img,
.project--container .project--description {
  margin: auto;
}
@media (max-width: 600px) {
  .project--container {
    width: 50%;
  }
  .project--container:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media (max-width: 500px) {
  .project--container {
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 2px solid #63b32e;
  }
  .project--container img {
    margin-bottom: 0.5rem;
  }
  .project--container .cta {
    width: 100%;
    text-align: center;
  }
}
.project--container h2 {
  display: inline;
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.4;
}
.project--container h2 span {
  display: inline;
  font-style: italic;
  font-size: 1rem;
}
.project--container .cta {
  color: #fff;
  text-decoration: none;
}
.project--description {
  display: inline-block;
  padding: 1rem 0;
}
#project-name h2 {
  position: absolute;
  top: 10px;
  padding-right: 1.5rem;
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
  text-shadow: -1px -1px 10px #000, -1px 1px 10px #000, 1px -1px 10px #000, 1px 1px 10px #000;
}
#project-name h2 span {
  display: block;
  font-size: 0.8rem;
}
#show-full-screen {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  height: 2.25rem;
  width: 2.25rem;
  cursor: pointer;
}
#show-full-screen:before {
  display: block;
  content: "";
  width: 1rem;
  height: 0.2rem;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 0.1rem;
  bottom: 0;
  transform-origin: right;
}
#show-full-screen:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 0.2rem solid #fff;
  border-radius: 50%;
  background-color: #000;
  transition: 0.2s;
}
#show-full-screen:hover:after {
  background-color: #404040;
}
#full-screen-image {
  background-color: #000;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#full-screen-image .modal-close-cross {
  top: 0.25rem;
  right: 0.25rem;
}
#terms > li {
  margin-bottom: 0.5rem;
}
#terms ul {
  list-style: none;
}
#opening-hours--header {
  float: left;
  margin: 1rem 1rem 0 0;
  font-weight: bold;
}
#opening-hours {
  float: left;
  display: table;
  width: 260px;
  max-width: 100%;
  margin-top: 1rem;
}
#opening-hours .table-row {
  display: table-row;
}
#opening-hours .table-row:not(:last-of-type) {
  padding-bottom: 0.25rem;
}
#opening-hours .table-cell {
  display: table-cell;
  vertical-align: middle;
}
#opening-hours .table-cell:first-of-type {
  padding-right: 1rem;
  text-align: right;
}
#homepage {
  position: relative;
}
#homepage header {
  background: rgba(255, 255, 255, 0.7);
}
#homepage main .width--container {
  min-height: calc(100vh - 151.2px - 168.8px);
}
#homepage main .table-cell {
  display: table-cell;
  vertical-align: bottom;
}
#homepage .homepage-content {
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 0.5rem;
  text-align: center;
  opacity: 0;
  animation: fadeIn 1s linear 1s forwards;
}
@media (min-width: 550px) {
  #homepage .homepage-content {
    font-size: 1.2rem;
  }
}
#homepage footer {
  background-color: rgba(0, 0, 0, 0.7);
}
#homepage-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../img/hero/hero-1.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
  transition: 1s;
}
@media (max-width: 767px) {
  .tablet-hide {
    display: none !important;
  }
  .tablet-show {
    display: inline !important;
  }
}
@media (max-width: 451px) {
  .mobile-hide {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
