/*
	Front-End Boilerplate
	Author: Ruben Vaes - www.rubenvaes.be
*/
/* Core Imports */
/* ----- Functions Library ------------------------------------------------ *
 * ------------------------------------------------------------------------ */
/* Converts pixels to em measurement */
/* converts pixel to percents */
/* responsive helpers */
@font-face {
  font-family: "gf-bold";
  src: url("../fonts/gf-bold-webfont.woff2") format("woff2"), url("../fonts/gf-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gf-light";
  src: url("../fonts/gf-light-webfont.woff2") format("woff2"), url("../fonts/gf-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gf-medium";
  src: url("../fonts/gf-medium-webfont.woff2") format("woff2"), url("../fonts/gf-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gf-regular";
  src: url("../fonts/gf-regular-webfont.woff2") format("woff2"), url("../fonts/gf-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* ==|== Primary Styles =====================================================
   ========================================================================== */
/* Fonts */
/* Colors */
/* Grid */
/* ==|== Primary Styles =====================================================
   ========================================================================== */
::-moz-selection, ::selection {
  background: #56857F;
  color: #fff;
}

body {
  background: white;
  color: #56857F;
  font: normal 16px "gf-regular";
  position: relative;
}

.container,
.container-fluid {
  padding: 0px;
}

a {
  color: #56857F;
  text-decoration: none;
}
a:hover {
  color: #4c7670;
}

strong, b {
  font-family: "gf-bold";
}

img {
  max-width: 100%;
}
img.mh-100 {
  max-height: 100%;
  height: auto;
  width: auto;
}
img.grey {
  filter: grayscale(100%);
}

.arrow, footer h3:after, .projects-filter .filter ul li:before, .projects-filter .filter ul.list-group-vertical li.active:after, .more-link:after, .page .share-block .share .heateor_sss_horizontal_sharing:before, .page .main .text .page-title:before, .page .back a:before, .page .back a:after, .page .project-link .title:after, header .navbar .navbar-nav .nav-item:before {
  content: " ";
  margin-left: 33px;
  display: inline-block;
  margin-right: 18px;
  transform: rotate(45deg);
  font-size: 29px;
  font-family: "gf-light";
  vertical-align: top;
  color: #56857F;
  height: 34px;
  border-left: 1px solid #56857F;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-135 {
  margin-top: 135px;
}

.ml-10pc {
  margin-left: 10%;
}

.pl-85 {
  padding-left: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

/* ----- Header ----------------------------------------------------------- *
 * ------------------------------------------------------------------------ */
header {
  height: 154px;
  z-index: 1;
}
header .navbar {
  padding: 0 93px;
  background: white;
}
header .navbar .navbar-brand {
  height: 154px;
  padding-left: 85px;
  font-size: 2.4rem;
  line-height: 80%;
  padding-top: 0px;
  padding-bottom: 0px;
}
header .navbar .navbar-brand span {
  display: block;
}
header .navbar .navbar-nav {
  margin-top: -45px;
  text-transform: lowercase;
}
header .navbar .navbar-nav .nav-item:first-child:before {
  display: none;
}
header .navbar .navbar-nav .nav-item .nav-link {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  border-bottom: 1px solid #56857F;
}
header .navbar .navbar-nav .nav-item.current-menu-item a {
  border-bottom: 1px solid #56857F;
}
header #logo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 93px;
}
header #logo img {
  width: 93px;
  height: auto;
}

/* ----- Page ------------------------------------------------------------- *
 * ------------------------------------------------------------------------ */
.page {
  padding: 0 93px;
  overflow: hidden;
}
.page .page-intro {
  height: calc(100vh - 150px);
  position: relative;
  display: block;
}
.page .page-intro:before {
  content: "";
  background: #EAEFF2;
  width: 2000px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.page .page-intro .main {
  height: 80%;
}
.page .image {
  position: relative;
  display: inline-block;
}
.page .image .project-image {
  display: block;
}
.page .image .project-image:not(.colorize) {
  filter: grayscale(100%);
}
.page .image:hover .project-image {
  filter: none;
}
.page .project-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.page .project-link:before {
  content: " ";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 150px 150px;
  border-color: transparent transparent #56857F transparent;
  opacity: 0.5;
  /*mix-blend-mode: multiply;*/
}
.page .project-link .title {
  display: block;
  position: absolute;
  bottom: 40px;
  right: 33px;
  background: white;
  color: #56857F;
  padding: 20px 30px 15px 20px;
  opacity: 0;
}
.page .project-link .title:after {
  margin-top: -9px;
}
.page .project-link:hover .title {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.page .image-grid-overview {
  margin-top: -40px;
  padding-bottom: 70px;
  position: relative;
}
.page .image-grid-overview .grid {
  position: relative;
}
.page .image-grid-overview .project-link {
  position: absolute;
  top: 0px;
  left: 0px;
}
.page .image-grid-overview:before {
  content: " ";
  position: absolute;
  background: #EAEFF2;
  height: 300px;
  width: 2000px;
  left: 0px;
  bottom: 0px;
}
.page .back {
  position: absolute;
  bottom: 30px;
  left: 85px;
}
.page .back a {
  display: block;
  padding-left: 30px;
  line-height: 23px;
}
.page .back a:after {
  height: 20px;
  position: absolute;
  transform: rotate(-45deg);
  left: -25px;
  top: 9px;
}
.page .back a:before {
  height: 20px;
  position: absolute;
  left: -25px;
  top: -5px;
}
.page .back a:hover {
  font-family: "gf-bold";
}
.page .image-grid-detail {
  width: 69%;
  float: right;
  margin-top: -60px;
  padding-bottom: 70px;
}
.page .image-grid-detail .image {
  width: 100%;
  margin-bottom: 60px;
}
.page .image-grid-detail .image .project-image {
  width: 100%;
}
.page .image-grid-detail .image .project-image img {
  width: 100%;
}
.page .news-detail {
  width: 69%;
  float: right;
  background: white;
  padding-bottom: 170px;
  margin-top: -60px;
  z-index: 9;
  position: relative;
  padding: 40px;
  margin-bottom: 80px;
}
.page .news-detail .date {
  position: absolute;
  top: 50px;
  right: 40px;
}
.page .news-detail h1 {
  padding-right: 100px;
}
.page .news-detail h2 {
  font-family: "gf-light";
  font-size: 2.1rem;
  margin-left: 20px;
  text-align: right;
  margin: 30px 0;
}
.page .news-detail p {
  margin: 0 0 30px;
}
.page .main .text {
  position: relative;
  width: 31%;
  height: 100%;
}
.page .main .text .entry {
  padding: 0 25px 0 85px;
}
.page .main .text .entry p {
  margin-bottom: 0px;
}
.page .main .text .page-title {
  position: absolute;
  top: 0px;
  left: 85px;
  font-size: 2.3rem;
  padding-top: 37px;
}
.page .main .text .page-title:before {
  margin-left: 0px;
  margin-top: 0px;
  display: block;
  position: absolute;
  top: 5px;
  left: 12px;
}
.page .main .image {
  width: 69%;
  height: 100%;
}
.page .main .image .project-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
}
.page .main .image .project-image:not(.colorize) {
  filter: grayscale(100%);
}
.page .main .image:hover .project-image {
  filter: none;
}
.page .main .img-small {
  width: 24%;
  height: 100%;
}
.page .main .text-small {
  width: 22%;
  height: 100%;
}
.page .main .text-small:not(.last-text) {
  width: 24%;
}
.page .main .text-small:not(.last-text) .entry {
  padding-right: 25px;
}
.page .page-content {
  margin-top: -80px;
  padding-bottom: 50px;
  position: relative;
  min-height: 300px;
}
.page .page-content:before {
  content: "";
  background: #EAEFF2;
  width: 2000px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.page .slogan {
  width: 45%;
  height: 100%;
  z-index: 1;
}
.page .slogan h3 {
  font-family: "gf-light";
  font-size: 2.1rem;
  margin-left: 20px;
}
.page .share-block {
  margin-top: -80px;
  padding-bottom: 50px;
  position: relative;
  min-height: 300px;
  float: left;
  width: 100%;
}
.page .share-block:before {
  content: "";
  background: #EAEFF2;
  width: 2000px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.page .share-block .slogan {
  width: 100%;
}
.page .share-block .slogan h3 {
  margin-left: 85px;
  margin-top: 65px;
  line-height: 3rem;
}
.page .share-block .share {
  margin: 60px 0 0 31%;
  display: inline-block;
  background: white;
  padding: 20px 20px 10px;
}
.page .share-block .share .heateor_sss_horizontal_sharing {
  display: inline-block;
  margin-bottom: 0px;
  position: relative;
  padding-left: 42px;
  vertical-align: text-top;
}
.page .share-block .share .heateor_sss_horizontal_sharing:before {
  position: absolute;
  left: -12px;
  top: -9px;
}
.page .share-block .share ul {
  display: inline-block;
  margin-bottom: 0px;
  margin-top: -10px !important;
  position: relative;
}
.page .share-block .share ul li {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page .share-block .share ul li a {
  border: 1px solid #ccc;
  border-radius: 50%;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  text-align: center;
  line-height: 25px;
}
.page .share-block .share ul li a:hover i.fa-facebook-f {
  color: #4267B2;
}
.page .share-block .share ul li a:hover i.fa-twitter {
  color: #1DA1F2;
}
.page .share-block .share ul li a:hover i.fa-linkedin-in {
  color: #0072b1;
}
.page .share-block .share ul li a:hover i.fa-whatsapp {
  color: #34B7F1;
}
.page .share-block .share ul li a:hover i.fa-envelope {
  color: black;
}

/* ----- Components ------------------------------------------------------- *
 * ------------------------------------------------------------------------ */
.wrapper {
  position: relative;
}

.more-link {
  display: inline-block;
  background: white;
  color: #56857F;
  padding: 20px 30px 15px 20px;
}
.more-link:after {
  margin-top: -9px;
}
.more-link:hover {
  background: #56857F;
  color: white;
}
.more-link:hover:after {
  border-color: white;
}

#logo-btm {
  position: absolute;
  z-index: 999;
  right: 85px;
  bottom: 199px;
  width: 375px;
}
#logo-btm:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 30px;
  display: block;
  background: #2e302e;
  z-index: -1;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -60px;
}

.social {
  width: 92px;
  position: fixed;
  bottom: 0px;
  left: 0px;
}
.social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social ul li {
  display: block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 8px;
}

.projects-filter {
  position: absolute;
  bottom: 0px;
  left: 85px;
  width: 70%;
}
.projects-filter form.form-inline {
  position: relative;
}
.projects-filter form.form-inline .form-control {
  width: 100%;
  font-family: "gf-light";
  color: #56857F;
  border-radius: 0 !important;
  border: none;
}
.projects-filter form.form-inline .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #56857F;
}
.projects-filter form.form-inline .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #56857F;
}
.projects-filter form.form-inline .form-control::placeholder {
  color: #56857F;
}
.projects-filter form.form-inline .btn {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #56857F;
  opacity: 0.7;
}
.projects-filter .filter.m-detail {
  margin: 0 0 20px -20px;
}
.projects-filter .filter label {
  font-family: "gf-bold";
  margin-top: 20px;
  margin-bottom: 15px;
}
.projects-filter .filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.projects-filter .filter ul.list-group-vertical li {
  line-height: 30px;
  position: relative;
}
.projects-filter .filter ul.list-group-vertical li.active:after {
  position: absolute;
  left: 0px;
  transform: rotate(-45deg);
}
.projects-filter .filter ul.list-group-vertical li a:hover {
  font-family: "gf-bold" !important;
}
.projects-filter .filter ul li {
  margin: 0;
  padding: 0;
}
.projects-filter .filter ul.list-group-horizontal {
  margin-left: 20px;
}
.projects-filter .filter ul.list-group-horizontal li {
  background: transparent;
  border: none;
  line-height: 35px;
}
.projects-filter .filter ul.list-group-horizontal li:first-child:before {
  display: none;
}
.projects-filter .filter ul.list-group-horizontal li:before {
  margin-left: 25px !important;
}
.projects-filter .filter ul.list-group-horizontal li a:hover {
  border-bottom: 1px solid #56857F;
}

.team {
  padding-left: 85px;
  padding-top: 50px;
  padding-bottom: 120px;
}
.team .item {
  width: 26%;
  padding-right: 2.5%;
  padding-left: 0.5%;
  line-height: 150%;
  position: relative;
}
.team .item > div {
  position: relative;
}
.team .item:first-child {
  width: 25%;
  padding-left: 0%;
  padding-right: 2%;
}
.team .item:last-child {
  padding-right: 0;
  padding-left: 0%;
  width: 23%;
}
.team .item:nth-child(3) {
  padding-left: 0;
  padding-right: 3%;
}
.team .item strong {
  display: block;
}
.team .item a {
    margin-left: 15px;
    vertical-align: middle;
}
.team .item a i {
  font-size: 1.5rem;
}
.team .item img {
  filter: grayscale(100%);
}
.team .item figure {
  position: relative;
}
.team .item figure:after {
  content: " ";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100px;
  border-color: transparent transparent #56857f transparent;
  opacity: 0.5;
}

.google-map {
  height: 100%;
}

input.button {
  background: #56857F;
  border: none;
  color: white;
  padding: 8px 20px;
}

.hideRows {
  display: none;
}

.news-detail .image {
  height: calc(80vh - 150px);
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.news-detail .project-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
}

.gform_body input, .gform_body textarea {
  border: 1px solid #CCC;
  border-radius: 0;
}

/* ----- Footer ----------------------------------------------------------- *
 * ------------------------------------------------------------------------ */
footer {
  background: #2E302E;
  padding: 0 93px;
  position: relative;
  z-index: 2;
}
footer .contactdetails {
  padding: 70px 85px;
}
footer h3 {
  font-size: 1.9rem;
  margin-bottom: 40px;
  position: relative;
}
footer h3:after {
  margin-left: 0px;
  margin-top: 0px;
  display: block;
  position: absolute;
  left: 14px;
}
footer address {
  margin-bottom: 100px;
}

/* ----- Responsive ----------------------------------------------------------- *
 * ---------------------------------------------------------------------------- */
@media screen and (max-width: 1199px) {
  header #logo img {
    width: 60px;
  }

  header, header .navbar .navbar-brand {
    height: 100px;
  }

  .page,
footer,
header .navbar {
    padding: 0 60px;
  }

  .social {
    width: 60px;
  }

  .pl-85,
header .navbar .navbar-brand,
footer .contactdetails,
.page .page-intro .main .text .entry,
.page .main .text .entry,
.team {
    padding-left: 60px;
  }

  .page .share-block .slogan h3 {
    margin-left: 65px;
  }

  #logo-btm {
    right: 60px;
    z-index: 2;
  }

  .page .page-intro .main .text .page-title,
.projects-filter,
.page .back {
    left: 60px;
  }

  .page .page-intro .main .text {
    width: 31%;
  }

  .page .page-intro .main .image {
    width: 69%;
  }

  header .navbar .navbar-nav {
    margin-top: -10px;
  }

  .projects-filter .filter ul.list-group-horizontal {
    margin-left: 0px;
  }

  .projects-filter .filter ul.list-group-horizontal li:before {
    margin-left: 16px !important;
  }

  .more, .share {
    position: relative;
    z-index: 4;
  }
}
@media screen and (max-width: 991px) {
  header .navbar .navbar-nav {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 41px !important;
  }
  header .navbar .navbar-nav .nav-item:first-child:before {
    display: inline-block;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    padding-bottom: 0.25rem;
  }

  header #logo img {
    width: 40px;
  }

  .page,
footer,
header .navbar {
    padding: 0 40px;
  }

  .social {
    width: 40px;
  }

  .pl-85,
header .navbar .navbar-brand,
footer .contactdetails,
.page .page-intro .main .text .entry,
.page .main .text .entry,
.team {
    padding-left: 40px;
  }

  .page .share-block .slogan h3 {
    margin-left: 45px;
  }

  #logo-btm {
    right: 40px;
  }

  .page .page-intro .main .text .page-title,
.projects-filter,
.page .back {
    left: 40px;
  }

  .page .page-intro {
    height: auto;
  }
  .page .page-intro .main {
    height: auto;
  }
  .page .page-intro .main .text {
    width: 100%;
    margin-bottom: 30px;
  }
  .page .page-intro .main .text .entry {
    padding-top: 110px;
  }
  .page .page-intro .main .image {
    width: 100%;
    min-height: 400px;
  }

  .page .project-link {
    position: absolute;
  }

  .page .page-intro:before {
    height: calc(100vh - 100px);
  }

  .page .image-grid-overview {
    margin-top: 40px;
  }

  .image.w50 {
    width: 85%;
  }

  .page .main .text .page-title {
    position: relative;
  }

  .projects-filter {
    position: relative;
    bottom: auto;
    width: 90%;
    margin-top: 40px;
  }

  .page .news-detail {
    margin-top: 0px;
    width: 100%;
  }

  .page .share-block .share {
    margin: 60px 0 0 40px;
  }

  .page .page-content {
    margin-top: 40px;
    padding-top: 50px;
    padding-left: 40px;
  }
  .page .page-content .text,
.page .page-content .text-small {
    padding: 0 !important;
    width: 25% !important;
  }
  .page .page-content .text .entry,
.page .page-content .text-small .entry {
    padding: 0px;
    padding-right: 25px !important;
  }

  .team .item {
    width: 25% !important;
    padding: 0 25px 0 0 !important;
  }

  .page .image-grid-detail {
    width: 100%;
    margin-top: 60px;
  }

  .page .back {
    position: relative;
    bottom: -30px;
  }
}
@media screen and (max-width: 767px) {
  .page .page-intro .main .text {
    width: 100%;
  }

  .page .page-intro .main .image {
    widows: 100%;
  }

  .page .page-content .text, .page .page-content .text-small {
    padding: 0 !important;
    width: 100% !important;
    margin-bottom: 30px;
  }

  .team .item {
    width: 100% !important;
    padding: 0 0px 0 0 !important;
    margin-bottom: 30px;
  }

  .page .share-block .slogan h3 {
    font-size: 1.5rem;
  }

  #logo-btm {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  header, header .navbar .navbar-brand {
    height: 70px;
  }

  header .navbar .navbar-brand,
.page .main .text .page-title {
    font-size: 1.7rem;
  }

  .page .page-intro .main .text .entry {
    padding-top: 60px;
  }

  header .navbar .navbar-nav {
    margin-left: 20px !important;
  }

  .image.w70 {
    width: 90%;
  }

  .page .share-block .share {
    padding: 15px;
    margin-left: 20px;
  }

  .page .image-grid-overview:before {
    height: 260px;
  }

  .page, footer, header .navbar {
    padding: 0 20px 0 40px;
  }
}
