/* edit theming here */
/* end theming */
.bg-gray {
  background-color: grey; }
.bg-gray-lighter {
  background-color: #ccc; }
.bg-gray-lightest {
  background-color: #f2f2f2; }
.bg-orange {
  background-color: #f39200; }
.bg-blue {
  background-color: #0069b0; }
.bg-none {
  background-color: transparent; }

.body {
  padding-top: 75px; }

@media (min-width: 768px) {
  .body {
    padding-top: 150px; } }

.container {
  padding-left: 30px;
  padding-right: 30px; }

@media (max-width: 767.98px) {
  .container {
    max-width: none; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1360px; } }

.page-footer {
  padding: 30px 0;
  text-align: center; }

@media (min-width: 768px) {
  .page-footer {
    padding: 60px 0; } }

@media (min-width: 1200px) {
  .page-footer {
    padding: 90px 0; } }

@media (min-width: 1400px) {
  .page-footer {
    padding: 120px 0; } }

.footer-navigation {
  display: block;
  margin-top: 15px; }
  .footer-navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .footer-navigation ul li {
      display: inline-block;
      margin: 0 5px; }
      .footer-navigation ul li a {
        color: #1d1d1d;
        font-family: oswald, arial, sans-serif;
        font-weight: 200;
        font-size: 14px;
        text-transform: uppercase; }
        .footer-navigation ul li a:hover {
          color: #1d1d1d; }

@media (min-width: 768px) {
  .footer-navigation ul li a {
    font-size: 16px; } }

@media (min-width: 992px) {
  .footer-navigation {
    margin-top: 30px; }
    .footer-navigation ul li {
      margin: 0 20px; }
      .footer-navigation ul li a {
        font-size: 20px; } }

.page-header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  background-color: #fff; }
  .page-header .logo-link {
    outline: 0; }

@media (min-width: 992px) {
  .page-header {
    padding: 60px 0; }
    .page-header .container {
      position: relative; } }

.page-logo {
  width: auto;
  height: 16px; }
  .page-header .page-logo {
    float: left; }
  .page-logo--invisible {
    opacity: 0; }

@media (min-width: 768px) {
  .page-logo {
    height: 20px; } }

@media (min-width: 992px) {
  .page-logo {
    height: 26px; } }

.main-navigation {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  background-color: #fff; }
  .main-navigation ul {
    margin: 0;
    padding: 28px 30px 0 30px;
    list-style-type: none; }
    .main-navigation ul li {
      float: left;
      margin-right: 30px; }
      .main-navigation ul li a {
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -ms-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
        display: block;
        height: 20px;
        line-height: 20px;
        opacity: 0.4;
        color: #1d1d1d;
        font-family: oswald, arial, sans-serif;
        font-size: 20px;
        font-weight: 200;
        text-transform: uppercase; }
        .main-navigation ul li a:hover {
          opacity: 1;
          color: #1d1d1d;
          text-decoration: none; }
      .main-navigation ul li.active a {
        opacity: 1; }
  .main-navigation.active {
    left: 0;
    opacity: 1; }

@media (min-width: 992px) {
  .main-navigation {
    opacity: 1;
    left: auto;
    right: 0; }
    .main-navigation ul {
      padding: 0; }
    .main-navigation.active {
      left: auto; } }

@media (min-width: 992px) {
  .main-navigation ul li a {
    height: 30px;
    /* line-height: 30px;*/
    font-size: 30px; } }

.navigation-toggle {
  display: none; }

@media (max-width: 991.98px) {
  .navigation-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 85px;
    padding: 0;
    border: 0;
    background-color: transparent; }
    .navigation-toggle--show .navigation-toggle__bar {
      position: absolute;
      left: 30px;
      right: 30px;
      height: 1px;
      background-color: #000; }
      .navigation-toggle--show .navigation-toggle__bar:first-child {
        top: 30px; }
      .navigation-toggle--show .navigation-toggle__bar:nth-child(2) {
        top: 50%; }
      .navigation-toggle--show .navigation-toggle__bar:last-child {
        bottom: 30px; }
  .navigation-toggle--hide .navigation-toggle__bar {
    position: absolute;
    left: 30px;
    right: 30px;
    height: 1px;
    background-color: #000; }
    .navigation-toggle--hide .navigation-toggle__bar:first-child {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45deg), M12=-1*sin(45deg), M21=sin(45deg), M22=cos(45deg))";
      filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45deg), M12=-1*sin(45deg), M21=sin(45deg), M22=cos(45deg)); }
    .navigation-toggle--hide .navigation-toggle__bar:last-child {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45deg), M12=-1*sin(-45deg), M21=sin(-45deg), M22=cos(-45deg))";
      filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45deg), M12=-1*sin(-45deg), M21=sin(-45deg), M22=cos(-45deg)); }
  .navigation-toggle:hover {
    cursor: pointer; } }

html {
  font-size: 18px; }

body {
  font-family: proxima-nova, arial, sans-serif;
  font-weight: 300; }

strong {
  font-weight: 400; }

a {
  color: #000; }
  a:hover {
    color: #1a1a1a; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: oswald, arial, sans-serif;
  font-weight: 300; }

h1, .h1 {
  margin-bottom: 30px;
  font-size: 25px; }

h2, .h2 {
  font-size: 22px; }

h3, .h3 {
  font-size: 20px; }

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 30px; }
  h2, .h2 {
    font-size: 26px; }
  h3, .h3 {
    font-size: 22px; } }

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 35px; }
  h2, .h2 {
    font-size: 30px; }
  h3, .h3 {
    font-size: 26px; } }

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 40px; }
  h2, .h2 {
    font-size: 34px; }
  h3, .h3 {
    font-size: 30px; } }

@media (min-width: 1400px) {
  h1, .h1 {
    font-size: 45px; }
  h2, .h2 {
    font-size: 40px; }
  h3, .h3 {
    font-size: 34px; } }

.accordion .card .card-header {
  position: relative; }
  .accordion .card .card-header.collapsed::after {
    position: absolute;
    font-family: "FontAwesome";
    content: '\f067';
    top: 15px;
    right: 15px; }
  .accordion .card .card-header::after {
    position: absolute;
    font-family: "FontAwesome";
    content: '\f068';
    top: 15px;
    right: 15px; }

button:focus {
  outline: none; }

.btn {
  border-radius: 0;
  font-weight: 200; }
  .btn.btn-primary {
    background: #000;
    border-color: #000; }
  .btn.btn-secondary {
    background: #f39200;
    border-color: #f39200; }
  .btn.btn-light {
    background: #eeeeee;
    border-color: #eeeeee; }
  .btn.btn-dark {
    background: #1d1d1d;
    border-color: #1d1d1d; }
  .btn:focus {
    box-shadow: none; }

.carousel.stage-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center; }
  .carousel.stage-carousel .owl-dots .owl-dot > span {
    background-color: #dedede; }
    .carousel.stage-carousel .owl-dots .owl-dot.active > span {
      background-color: #c5c5c5; }

.contact-card {
  margin-top: 20vh;
  margin-bottom: 20vh; }

.contact {
  margin: 0 -14px;
  line-height: 1.8;
  font-size: 16px;
  font-family: oswald, arial, sans-serif;
  font-weight: 200;
  text-transform: uppercase; }
  .contact__image {
    position: relative;
    margin-bottom: 15px;
    padding-top: 68%;
    overflow: hidden; }
    .contact__image > img {
      transform: translateY(-50%);
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 100%; }

.c-icon {
  opacity: 1; }

.c-text {
  min-width: 18rem;
  max-width: 92%;
  font-weight: 100; }

@media (max-width: 1199.98px) {
  .c-text {
    min-width: 17rem; } }

.c-first-row {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 0.5rem; }
@media (min-width: 768px) {
  .c-first-row {
    margin-left: 0rem;
    margin-right: 0rem; } }

.c-row {
  margin-right: unset; }
  .c-row .bio-trigger {
    position: absolute;
    right: 1rem; }
  @media (max-width: 991.98px) {
    .c-row {
      flex-direction: row-reverse;
      justify-content: flex-end; } }

.bio {
  visibility: hidden;
  background-color: #E5E5E5;
  z-index: 8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  color: #000;
  transition-duration: 0.5s;
  display: flex;
  align-items: center;
  justify-items: baseline;
  /** justify-content: space-around;  **/
  display: grid;
  white-space: pre;
  tab-size: 9;
  font-size: 0.9rem;
  line-height: 1.4rem;
  text-transform: initial;
  white-space: pre-wrap;
  overflow-y: scroll;
  direction: ltr;
  scrollbar-color: #222 #e5e5e5;
  scrollbar-width: thin; }
  .bio > table td {
    padding-left: 2vw;
    min-width: 5em;
    vertical-align: top;
    font-family: proxima-nova, arial, sans-serif; }
  .bio table tbody tr td:nth-child(2) {
    padding-right: 1vw; }

.bio:hover {
  visibility: visible; }

.bio-trigger:hover + .bio {
  visibility: visible; }

.bio::-webkit-scrollbar {
  width: 20px; }

.bio::-webkit-scrollbar-track {
  background-color: #e5e5e5;
  border-radius: 100px; }

.bio::-webkit-scrollbar-thumb {
  border-radius: 100px;
  border: 5px solid transparent;
  background-clip: content-box;
  background-color: #fff; }

@media (max-width: 991.98px) {
  .bio > table td {
    padding-left: 6vw !important; } }

@media (max-width: 991.98px) {
  .contact {
    margin-bottom: 40px; } }

@media (min-width: 576px) {
  .contact {
    font-size: 18px; } }

@media (min-width: 768px) {
  .contact__image-placeholder {
    margin-bottom: 15px;
    padding-top: 65%; } }

@media (min-width: 992px) {
  .contact-card {
    padding-top: 50px; }
  .contact {
    font-size: 20px; } }

@media (min-width: 1200px) {
  .contact-card {
    padding-top: 60px; } }

.toggle-vita {
  display: flex;
  flex-flow: row nowrap;
  font-size: 30px;
  line-height: 1.5;
  padding: 15px 0;
  color: #1D1D1D; }
  .toggle-vita:hover {
    text-decoration: none; }
    .toggle-vita[aria-expanded="true"] i {
      transform: rotate(180deg); }
  .toggle-vita i {
    font-size: inherit;
    line-height: inherit;
    height: fit-content;
    color: inherit;
    transition: transform 0.3s linear; }
  .toggle-vita p {
    margin-left: 15px;
    margin-bottom: 0;
    color: inherit; }

.card {
  border: none;
  padding: 0;
  text-transform: none;
  font-size: 18px;
  font-family: proxima-nova, arial, sans-serif; }
  .card table td:first-child {
    width: 100px; }
  @media (min-width: 576px) {
    .card table td:first-child {
      width: 115px; } }
@media (min-width: 992px) {
  .card table td:first-child {
    width: 130px; } }

.cookie-popup {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 15px;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-size: 12px;
  line-height: 1.25; }
  .cookie-popup a {
    color: #fff;
    text-decoration: underline; }
  .cookie-popup .btn {
    margin-top: 15px; }
    .cookie-popup .btn:hover {
      cursor: pointer; }

@media (min-width: 992px) {
  .cookie-popup .btn {
    margin-top: 0;
    float: right; } }

.image-gallery__image {
  padding: 0 15px 0 0; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center; }
  .pagination li {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
    .pagination li:first-child {
      margin-right: 1rem; }
    .pagination li:last-child {
      margin-left: 1rem; }
    .pagination li.active {
      font-weight: bold; }

.jarallax {
  position: relative;
  z-index: 0;
  height: 450px; }
  .jarallax .section {
    width: 100%; }

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.project-list {
  margin: 0 -30px; }

.project-list-item {
  position: relative;
  height: 300px;
  border-bottom: 5px solid #fff;
  background-size: cover;
  background-position: center; }
  .project-list-item__title {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 20px; }
    .project-list-item__title > a {
      width: 0;
      height: 0;
      text-indent: -10000px;
      outline: 0; }
      .project-list-item__title > a:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .project-list-item:last-child {
    margin-bottom: 0; }
    .project-list-item.active .project-list-item__title, .project-list-item:hover .project-list-item__title {
      visibility: visible;
      opacity: 1; }
  .project-list-item.active .project-list-item__title > a {
    display: inline-block;
    width: auto;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    padding: 0 10px;
    background-color: #000;
    color: #fff;
    text-indent: 0;
    font-size: 16px; }
    .project-list-item.active .project-list-item__title > a:hover {
      background-color: #000;
      color: #fff;
      text-decoration: none; }

@media (min-width: 768px) {
  .project-list {
    margin: 0; } }

@media (min-width: 992px) {
  .project-list {
    margin: 0 -5px 0 0; }
    .project-list--grid .project-list-item:first-child {
      width: 66.66666%;
      height: 500px; }
  .project-list-item {
    float: left;
    width: 33.33333%;
    height: 250px;
    border-width: 0 5px 5px 0;
    border-style: solid;
    border-color: #fff; } }

@media (min-width: 1200px) {
  .project-list--grid .project-list-item:first-child {
    height: 600px; }
  .project-list-item {
    height: 300px; }
    .project-list-item__title {
      font-size: 25px; } }

@media (min-width: 1400px) {
  .project-list-item__title {
    font-size: 30px; } }

.project-gallery figure {
  margin: 5px 0 0 0; }
  .project-gallery figure img {
    width: 100%;
    height: auto; }

@media (max-width: 767.98px) {
  .project-gallery {
    margin-left: -30px;
    margin-right: -30px; } }

.facts {
  font-weight: 100;
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #000;
  padding: 45px;
  padding-left: 4vw;
  margin-bottom: 4rem;
  background-color: #E5E5E5;
  display: grid;
  font-family: proxima-nova, arial, sans-serif; }
  .facts table tbody tr td:first-child {
    /** padding-right: 4vw; **/
    width: 45%; }
  .facts table tbody tr td {
    /** padding-right: 4vw; **/
    vertical-align: top; }

details {
  display: block;
  position: relative; }
  details .content {
    padding-bottom: 3rem; }

summary {
  list-style: none;
  cursor: pointer;
  user-select: none;
  position: relative;
  display: block;
  color: #1d1d1d;
  font-family: oswald, arial, sans-serif;
  line-height: 30px;
  font-size: 30px;
  font-weight: 200;
  padding-bottom: 3rem;
  padding-left: 15px;
  text-transform: uppercase; }

summary::-webkit-details-marker {
  display: none; }

summary i {
  position: absolute;
  opacity: 0.4;
  right: 1em;
  transition: transform 0.3s ease; }

details[open] summary i {
  transform: rotate(180deg);
  opacity: 1; }

/*
 * emcgn adjustments
 */
.content p {
  margin-bottom: 2rem; }

h1 {
  margin-bottom: 2rem; }
@media (min-width: 1200px) {
  h1 {
    margin-bottom: 4rem; } }

.facts {
  padding: 0;
  background: none;
  font-size: 18px;
  font-family: proxima-nova, arial, sans-serif;
  line-height: 1.5; }
  .facts.project-gallery {
    margin-left: 0;
    margin-right: 0; }
  .facts table tbody tr td:first-child {
    width: 145px; }

table * {
  vertical-align: baseline !important; }

summary p {
  margin-left: 30px;
  margin-bottom: 0;
  color: inherit; }
summary i {
  position: absolute;
  left: 15px;
  right: auto;
  font-size: inherit; }

@media (min-width: 992px) {
  .section--padding-top {
    padding-top: 30px; }
  .section--padding-bottom {
    padding-bottom: 30px; } }

.page-stage {
  border-bottom: 2px solid #eeeeee; }

.stage-carousel__item {
  position: relative; }

.stage-carousel__text {
  position: absolute; }
  .stage-carousel__text.center-top {
    top: 0;
    left: 50%;
    transform: translate(-50%, 50px); }
  .stage-carousel__text.center-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .stage-carousel__text.center-bottom {
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, 0); }
  .stage-carousel__text.left-top {
    left: 10%;
    top: 90px; }
  .stage-carousel__text.left-center {
    top: 50%;
    left: 10%;
    transform: translate(0, -50%); }
  .stage-carousel__text.left-bottom {
    left: 30px;
    bottom: 30px; }
  .stage-carousel__text.right-top {
    right: 10%;
    top: 90px; }
  .stage-carousel__text.right-center {
    right: 10%;
    top: 50%;
    transform: translate(0, -50%); }
  .stage-carousel__text.right-bottom {
    right: 10%;
    bottom: 30px; }

@media (max-width: 991.98px) {
  .stage-carousel__text .display-1 {
    font-size: 3rem; }
  .stage-carousel__text .display-2 {
    font-size: 2.5rem; }
  .stage-carousel__text .display-3 {
    font-size: 2rem; }
  .stage-carousel__text .display-4 {
    font-size: 1.5rem; } }

.routing {
  position: relative; }
  .routing #routing-form {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 60px);
    min-width: 50%; }

#routing-map {
  height: 350px;
  width: 100%; }

@media (min-width: 768px) {
  #routing-map {
    height: 550px; } }

body {
  overflow-y: scroll; }

/**
 @media (max-width: 1279px) {
 .page-logo {
 height: 26px;
 }
 .main-navigation ul li a {
 height: 26px;
 line-height: 26px;
 font-size: 26px;
 }
 }
 @media (max-width: 1099px) {
 .page-logo {
 height: 24px;
 }
 .main-navigation ul li a {
 height: 24px;
 line-height: 24px;
 font-size: 24px;
 }
 }
 @media (min-width: 768px) and (max-width: 989px) {
 .page-logo {
 height: 22px;
 }
 .main-navigation ul li a {
 height: 22px;
 line-height: 22px;
 font-size: 22px;
 }
 }
 **/
@media screen and (max-width: 419px) {
  .main-navigation ul li {
    margin-right: 18px; } }

@media screen and (max-width: 320px) {
  .main-navigation ul li a {
    height: 18px;
    line-height: 18px;
    font-size: 18px; } }
