a:hover, button:hover {
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
  -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
  -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
  text-decoration: none;
}

a:active, a:focus {
  outline: none;
  text-decoration: none;
}

.input-validation-error {
  border: 1px solid #d7013e !important;
  color: #a94442 !important;
}

#spinnercontainer {
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #212121;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  display: none;
}

#spinner {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.spinner_ball {
  position: absolute;
  display: block;
  background-color: #131a38;
  left: 24px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}

#ball_1 {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.3, 0.9, 0.9);
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 6px 30px;
}

#ball_2 {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.5, 0.9, 0.9);
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 6px 30px;
}

#ball_3 {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.7, 0.9, 0.9);
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 6px 30px;
  background-color: #b89965;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(1440deg) scale(1);
  }
}
/* Page overlay */
#page-overlay {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  bottom: 0px;
  z-index: 1200;
  background: #fff;
}

html, body {
  font-family: "Oswald", sans-serif;
  position: relative;
}
@media (max-width: 767px) {
  html, body {
    font-size: 10px;
  }
}

#main {
  overflow-x: hidden;
}

section {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  section {
    margin-bottom: 15px;
  }
}

.wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.wrapper.lighter {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .wrapper.lighter {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto 15px;
  }
}
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

#home {
  /*@include media($media-xs){
    height: 480px;
    background-image: url('/Media/img/headerimg.jpg');
    background-position: 32% 50%;
    @include bg-cover();
    .img-box {
      height: 480px;
      display: table;
      .r {
        display: table-row;
        .c {
          display: table-cell;
          padding-bottom: 40px;
          p {
            font-size: 13px;
          }
          h1 {
            font-size: 21px;
            letter-spacing: 4px;
            margin-top: 10px;
          }
        }
      }
    }
  }
  @include media($media-sm){
    .img-box .r .c {padding-top:55px;}
  }*/
}
@media (max-width: 991px) {
  #home .video-wrap {
    margin-top: 0;
    margin-bottom: 45px;
  }
  #home .video {
    margin-bottom: 0;
  }
  #home p {
    font-size: 13px;
  }
  #home h1 {
    font-size: 21px;
    letter-spacing: 4px;
    margin-top: 10px;
  }
}

#o-nas .box.bordered.tabled.vid {
  margin-bottom: 20px;
  margin-left: 30%;
}
@media (max-width: 991px) {
  #o-nas .box.bordered.tabled.vid {
    margin-left: 20px;
    margin-right: 20px;
  }
  #o-nas .box.bordered.tabled.vid h2.deco {
    color: black;
  }
}
@media (max-width: 991px) {
  #o-nas .img-box .r .c .box h2.deco {
    color: black;
  }
}

.about-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-wrap .section-intro {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(45% - 8px);
}
@media (max-width: 767px) {
  .about-wrap .section-intro {
    margin-bottom: 20px;
  }
}
.about-wrap__image {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(55% - 7px);
}
.about-wrap__img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .about-wrap {
    display: block;
  }
}

@media (max-width: 767px) {
  #homestaging {
    margin-bottom: 0;
  }
}

#klienci .clients {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#klienci .clients__item {
  margin-bottom: 40px;
  flex: 0 1 12.5%;
  order: 99999999;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #klienci .clients__item {
    flex: 0 1 20%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #klienci .clients__item {
    flex: 0 1 25%;
  }
}
@media (max-width: 767px) {
  #klienci .clients__item {
    flex: 0 1 25%;
    margin-bottom: 25px;
  }
}
#klienci .clients__item-wrap {
  padding: 0 15px;
}
@media (max-width: 767px) {
  #klienci .clients__item-wrap {
    padding: 0 5px;
  }
}

.contact {
  margin: 40px 0 80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact {
    margin: 25px 0 50px;
  }
}
@media (max-width: 767px) {
  .contact {
    margin: 15px 0 30px;
  }
}
.contact h2 {
  font-size: 38px;
  color: #b89965;
  font-weight: 700;
}
@media (max-width: 767px) {
  .contact h2 {
    font-size: 22px;
  }
}
.contact p {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .contact p {
    font-size: 14px;
  }
}
.contact p a {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 46px;
  color: #000;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact p a {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact p a {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .contact p a {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 15px;
  }
}
.contact .phone, .contact .email {
  font-size: 46px;
  font-weight: 700;
  color: black;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact .phone, .contact .email {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact .phone, .contact .email {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .contact .phone, .contact .email {
    font-size: 18px;
    font-weight: 900;
  }
}

.bluebg {
  padding: 85px 0 70px;
  margin-bottom: 60px;
  background-color: #064635;
}
@media (max-width: 767px) {
  .bluebg {
    padding: 15px 0 0;
  }
}
.bluebg section {
  margin-bottom: 0;
}
.bluebg p {
  color: white;
}

.paddedbg {
  padding: 15px 0 35px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .paddedbg {
    padding: 15px 0 0;
  }
}
.paddedbg section {
  margin-bottom: 0;
}

.t {
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  .t {
    display: block;
  }
}
.t .r {
  display: table-row;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .t .r {
    display: block;
  }
}
.t .r .c {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .t .r .c {
    display: block;
  }
}

.img-box {
  width: 100%;
  height: 600px;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .img-box {
    height: 400px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .img-box {
    padding: 0 30px;
    max-width: 480px;
    margin: 0 auto;
    height: auto;
    background: none !important;
  }
}
.img-box.to-right {
  background-position: right center;
}
.img-box.to-right > .r > .c {
  padding-left: 14%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .img-box.to-right > .r > .c {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .img-box.to-right > .r > .c {
    padding-left: 0;
  }
}
.img-box.to-right > .r > .c.header-img {
  padding-left: 18%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .img-box.to-right > .r > .c.header-img {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .img-box.to-right > .r > .c.header-img {
    padding-left: 0;
  }
}
.img-box.to-center {
  background-position: center;
}
.img-box.to-center > .r > .c {
  text-align: center;
}
.img-box.to-left > .r > .c {
  padding-left: 46.5%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .img-box.to-left > .r > .c .box.tabled {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .img-box.to-left > .r > .c {
    padding-left: 0;
  }
}
.img-box h1 {
  font-size: 41px;
  font-weight: bold;
  letter-spacing: 8px;
  color: black;
  text-transform: uppercase;
}

.box {
  position: relative;
  padding: 30px;
}
.box .c {
  width: 50%;
}
@media (max-width: 767px) {
  .box .c {
    width: 100%;
  }
}
.box h2 {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 8px;
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .box h2 {
    font-size: 22px;
    letter-spacing: 5px;
  }
}
@media (max-width: 767px) {
  .box h2 {
    font-size: 19px;
    letter-spacing: 4px;
  }
}
.box h2.deco {
  color: white;
  text-shadow: 3px 11px 11px rgba(0, 15, 26, 0.6);
  text-align: center;
}
@media (max-width: 767px) {
  .box h2.deco {
    text-shadow: none;
    text-align: left;
  }
}
.box.tabled {
  max-width: 50vw;
}
@media (min-width: 768px) and (max-width: 991px) {
  .box.tabled {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .box.tabled {
    max-width: 100%;
  }
}
.box.bordered::before, .box.bordered::after {
  content: "";
  position: absolute;
  bottom: -3px;
  height: 3px;
  background-color: #b89965;
}
.box.bordered::before {
  right: 40%;
  width: 0%;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.box.bordered::after {
  right: 0px;
  width: 0%;
  -webkit-transition: width 0.3s ease-in-out 1.2s;
  -moz-transition: width 0.3s ease-in-out 1.2s;
  -o-transition: width 0.3s ease-in-out 1.2s;
  transition: width 0.3s ease-in-out 1.2s;
}
.box.bordered .border-inner_1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.box.bordered .border-inner_1::before, .box.bordered .border-inner_1::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 3px;
  background-color: #b89965;
}
.box.bordered .border-inner_1::before {
  left: 0;
  bottom: 0;
  -webkit-transition: height 0.3s ease-in-out 0.3s;
  -moz-transition: height 0.3s ease-in-out 0.3s;
  -o-transition: height 0.3s ease-in-out 0.3s;
  transition: height 0.3s ease-in-out 0.3s;
}
.box.bordered .border-inner_1::after {
  right: 0;
  top: 0;
  -webkit-transition: height 0.3s ease-in-out 0.9s;
  -moz-transition: height 0.3s ease-in-out 0.9s;
  -o-transition: height 0.3s ease-in-out 0.9s;
  transition: height 0.3s ease-in-out 0.9s;
}
.box.bordered .border-inner_2 {
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #b89965;
  position: absolute;
  -webkit-transition: width 0.3s ease-in-out 0.6s;
  -moz-transition: width 0.3s ease-in-out 0.6s;
  -o-transition: width 0.3s ease-in-out 0.6s;
  transition: width 0.3s ease-in-out 0.6s;
}
.box.bordered.in-view::before {
  width: 60%;
}
.box.bordered.in-view::after {
  width: 15%;
}
.box.bordered.in-view .border-inner_1::before, .box.bordered.in-view .border-inner_1::after {
  height: 100%;
}
.box.bordered.in-view .border-inner_2 {
  width: 100%;
}

@media (max-width: 767px) {
  .section-intro {
    margin-bottom: 15px;
  }
}
.section-intro h2 {
  font-size: 44px;
  line-height: 1em;
  font-weight: 800;
  margin: 0 0 0.5em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-intro h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-intro h2 {
    font-size: 22px;
  }
}
.section-intro p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4em;
}
.section-intro p:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-intro p {
    font-size: 13px;
  }
}

.tiles {
  margin-top: 30px;
  text-align: right;
}
@media (max-width: 767px) {
  .tiles {
    margin-top: 7px;
  }
}
.tiles > div {
  margin-bottom: 15px;
  display: inline-block;
}
@media (max-width: 767px) {
  .tiles > div {
    margin-bottom: 0;
  }
}

.tile {
  text-align: left;
  position: relative;
  padding-bottom: 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tile {
    padding-bottom: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .tile {
    margin-bottom: 15px;
  }
}
.tile h3 {
  margin: 0 auto;
  color: white;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-height: 140px;
}
.tile p {
  color: transparent;
  font-size: 14px;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tile p {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .tile p {
    margin-top: 5px;
    font-size: 9px;
  }
}
.tile .tile-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px 10px;
  background-color: rgba(6, 70, 53, 0);
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tile .tile-inner:focus {
  outline: none;
}
.tile__header {
  display: flex;
  width: 140px;
  height: 140px;
  max-height: 140px;
  margin: 0 auto;
  padding: 0 10px;
  align-items: center;
  background-color: #064635;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tile__header {
    width: 100px;
    height: 100px;
    max-height: 100px;
  }
  .tile__header h3 {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tile__header {
    width: 100px;
    height: 100px;
    max-height: 100px;
  }
  .tile__header h3 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tile__header {
    width: 80px;
    height: 80px;
    max-height: 80px;
    padding: 0 5px;
  }
  .tile__header h3 {
    font-size: 12px;
  }
}
.tile__header h3 {
  flex: 1 1 auto;
  text-align: center;
}

.projects {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .projects {
    margin: 15px auto;
  }
}
.projects .project {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .projects .project {
    margin-bottom: 15px;
  }
}

.project-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .project-tiles .project {
    flex-grow: 0;
    flex-shrink: 0;
  }
  .project-tiles .project:first-of-type {
    flex: 1 0 100%;
  }
  .project-tiles .project:first-of-type .tile {
    min-height: 0;
    padding-bottom: 45.8794%;
  }
  .project-tiles .project:nth-of-type(4n - 2), .project-tiles .project:nth-of-type(4n + 1):not(:first-of-type) {
    flex-basis: calc(45% - 8px);
  }
  .project-tiles .project:nth-of-type(4n - 1), .project-tiles .project:nth-of-type(4n) {
    flex-basis: calc(55% - 7px);
  }
  .project-tiles .project:nth-of-type(4n - 1) .tile, .project-tiles .project:nth-of-type(4n) .tile {
    padding-bottom: 54.4741%;
  }
  .project-tiles .project .tile {
    min-height: 100%;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .project-tiles .project {
    flex: 1 0 100%;
  }
  .project-tiles .project .tile {
    padding-bottom: 50%;
  }
}

@media (max-width: 767px) {
  #oferta .row.tiles {
    margin-bottom: 20px;
  }
  #oferta .row.tiles > div:nth-of-type(2n - 1) {
    padding-right: 7px;
  }
  #oferta .row.tiles > div:nth-of-type(2n) {
    padding-left: 7px;
  }
}

#realizacje {
  position: relative;
  z-index: 1;
}

a.tile {
  display: block;
  overflow: hidden;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  a.tile {
    margin-bottom: 0;
  }
}
a.tile .tile-inner:hover, a.tile .tile-inner:focus, a.tile .tile-inner.active {
  background-color: rgba(6, 70, 53, 0.8);
}
a.tile .tile-inner:hover .tile__header, a.tile .tile-inner:hover h3, a.tile .tile-inner:focus .tile__header, a.tile .tile-inner:focus h3, a.tile .tile-inner.active .tile__header, a.tile .tile-inner.active h3 {
  color: transparent;
  padding: 0;
  max-height: 0;
  opacity: 0;
}
a.tile .tile-inner:hover p, a.tile .tile-inner:focus p, a.tile .tile-inner.active p {
  color: white;
}
a.tile .tile-inner .tile__header {
  margin: 0 20px 0 auto;
  word-break: break-word;
}
@media (max-width: 767px) {
  a.tile .tile-inner .tile__header {
    margin: 0 0 0 auto;
  }
}
a.tile .tile-inner h4 {
  position: absolute;
  top: 100%;
  left: 50%;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #878787;
  font-weight: bold;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  a.tile .tile-inner h4 {
    font-size: 10px;
  }
}
a.tile .tile-inner::before, a.tile .tile-inner::after {
  position: absolute;
  bottom: -3px;
  height: 3px;
  background-color: #b89965;
}
a.tile .tile-inner::before {
  left: -3px;
  width: 60%;
}
a.tile .tile-inner::after {
  right: -3px;
  width: 15%;
}
a.tile:hover .tile-inner {
  top: 0;
  opacity: 1;
}
a.tile:hover .tile-inner h4 {
  top: 50%;
  opacity: 1;
}
@media (max-width: 991px) {
  a.tile .tile-inner {
    top: 0;
    opacity: 1;
  }
}

header {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 55px;
  overflow: visible;
  z-index: 100;
}
@media (min-width: 768px) and (max-width: 991px) {
  header {
    height: 60px;
  }
}
@media (max-width: 767px) {
  header {
    height: 60px;
    padding: 0 12px 0 15px;
  }
}
header .logobadge {
  width: 140px;
  height: 140px;
  display: block;
  position: relative;
  align-self: flex-start;
  background-color: #064635;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .logobadge {
    height: 110px;
    width: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .logobadge {
    height: 85px;
    width: 85px;
  }
}
@media (max-width: 767px) {
  header .logobadge {
    height: 70px;
    width: 70px;
  }
}
header .logobadge a {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: margin-top 0.3s ease-in-out;
  -moz-transition: margin-top 0.3s ease-in-out;
  -o-transition: margin-top 0.3s ease-in-out;
  transition: margin-top 0.3s ease-in-out;
}
header .logobadge a img {
  margin: 0 auto;
  width: 115px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .logobadge a img {
    width: 85px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .logobadge a img {
    width: 60px;
  }
}
@media (max-width: 767px) {
  header .logobadge a img {
    width: 55px;
  }
}
header #burger {
  display: none;
}
@media (max-width: 767px) {
  header #burger {
    display: block;
    width: 30px;
    height: 19px;
    background-image: url("/Media/img/burger2.png");
    background-position: center center;
    background-repeat: no-repeat;
  }
}
header nav {
  vertical-align: top;
  text-align: right;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  header nav {
    margin: 0;
    top: 60px;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    display: block;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    background-color: white;
  }
}
header nav a {
  display: inline-block;
  color: black;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
header nav a:not(:first-of-type) {
  margin: 0 0 0 35px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header nav a {
    font-size: 15px;
  }
  header nav a:not(:first-of-type) {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 767px) {
  header nav a {
    display: block;
    margin: 5px 12px 5px auto;
    text-align: right;
  }
  header nav a:not(:first-of-type) {
    margin: 5px 12px 5px auto;
  }
}
@media (max-width: 767px) {
  header.menuOpen nav {
    padding: 10px 0;
    max-height: 300px;
  }
}

#headHolder {
  height: 80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #headHolder {
    height: 60px;
  }
}
@media (max-width: 767px) {
  #headHolder {
    height: 60px;
  }
}

footer {
  position: relative;
  z-index: 10;
  background-color: #064635;
  color: white;
  padding: 35px 0;
}
@media (max-width: 767px) {
  footer {
    padding: 10px 0;
  }
}
footer img {
  width: 115px;
  height: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer img {
    width: 85px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer img {
    width: 60px;
  }
}
@media (max-width: 767px) {
  footer img {
    width: 75px;
    margin-bottom: 20px;
  }
}
footer .footnote {
  margin: 0;
  font-size: 20px;
  line-height: 1.3em;
}
footer .footnote--bold {
  font-weight: 700;
}
@media (max-width: 767px) {
  footer .footnote--bold {
    margin-bottom: 5px;
  }
}
footer .footnote--hilight {
  color: #b89965;
}
@media (max-width: 767px) {
  footer .footnote--hilight {
    font-weight: 700;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .footnote {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .footnote {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  footer .footnote {
    max-width: 60%;
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .links {
    display: block;
  }
}
@media (max-width: 767px) {
  footer .links {
    display: block;
  }
}
footer .links a {
  height: 50px;
  width: 50px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  vertical-align: middle;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .links a {
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .links a {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 767px) {
  footer .links a {
    margin-top: 10px;
    width: 45px;
    height: 45px;
  }
}
footer .links a:hover, footer .links a:focus, footer .links a:active {
  background-color: #ffffff;
}
footer .links a.fb {
  background-image: url("/Media/face.png");
}
footer .links a.insta {
  background-image: url("/Media/insta.png");
}
footer .links a.pin {
  background-image: url("/Media/pin.png");
}
footer .copy {
  margin: -30px 0 0 0;
  font-size: 14px;
  line-height: 1em;
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .copy {
    margin: -20px 0 0 0;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  footer .copy {
    margin: 20px 0 0 0;
    font-size: 12px;
  }
}
footer .footer {
  display: flex;
}
@media (max-width: 767px) {
  footer .footer {
    display: block;
  }
}
@media (min-width: 768px) {
  footer .footer__column {
    flex: 0 0 auto;
  }
  footer .footer__column:not(:first-of-type):not(:last-of-type) {
    margin-top: 10px;
    margin-right: 30px;
    align-self: center;
  }
  footer .footer__column:first-of-type {
    margin-right: 100px;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  footer .footer__column:first-of-type {
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  footer .footer__column:first-of-type {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  footer .footer__column:last-of-type {
    flex: 1 0 auto;
    text-align: right;
    align-self: flex-end;
  }
}

.design-line {
  stroke-dasharray: 523.7607421875;
  stroke-dashoffset: 523.7607421875;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.design-line.backwards {
  stroke-dashoffset: 523.7607421875;
}

.svg-wrap {
  position: absolute;
  display: inline-block;
  max-width: 33%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .svg-wrap {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .svg-wrap {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .svg-wrap {
    display: none;
  }
}
.svg-wrap img {
  max-width: 100%;
}
.svg-wrap svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.svg-wrap.first {
  -webkit-transform: translate(-58%);
  -moz-transform: translate(-58%);
  -o-transform: translate(-58%);
  -ms-transform: translate(-58%);
  transform: translate(-58%);
  top: 3%;
  display: none;
}
.svg-wrap.second {
  -webkit-transform: translate(35%);
  -moz-transform: translate(35%);
  -o-transform: translate(35%);
  -ms-transform: translate(35%);
  transform: translate(35%);
  right: 0;
}
.svg-wrap.third {
  -webkit-transform: translate(-40%);
  -moz-transform: translate(-40%);
  -o-transform: translate(-40%);
  -ms-transform: translate(-40%);
  transform: translate(-40%);
}
.svg-wrap.fourth {
  -webkit-transform: translate(-15%);
  -moz-transform: translate(-15%);
  -o-transform: translate(-15%);
  -ms-transform: translate(-15%);
  transform: translate(-15%);
  left: 0;
}
.svg-wrap.fifth {
  -webkit-transform: translate(40%, -25%);
  -moz-transform: translate(40%, -25%);
  -o-transform: translate(40%, -25%);
  -ms-transform: translate(40%, -25%);
  transform: translate(40%, -25%);
  right: 0;
}
.svg-wrap.sixth {
  -webkit-transform: translate(-54%);
  -moz-transform: translate(-54%);
  -o-transform: translate(-54%);
  -ms-transform: translate(-54%);
  transform: translate(-54%);
  bottom: 0;
}
.svg-wrap.seventh {
  -webkit-transform: translate(30%, -25%);
  -moz-transform: translate(30%, -25%);
  -o-transform: translate(30%, -25%);
  -ms-transform: translate(30%, -25%);
  transform: translate(30%, -25%);
  right: 0;
}

.in-view .design-line {
  stroke-dashoffset: 0;
}
.in-view .design-line.backwards {
  stroke-dashoffset: 1047.521484375;
}

.timeline {
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeline {
    display: none;
  }
}
@media (max-width: 767px) {
  .timeline {
    display: none;
  }
}
.timeline h2 {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 8px;
  margin-top: 0;
}
.timeline p {
  font-size: 25px;
  margin-top: 20px;
  font-weight: 100;
  color: #383838;
  width: 50%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .timeline p {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline p {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeline p {
    font-size: 18px;
  }
}
.timeline .circle {
  width: 300px;
  height: 300px;
  padding-right: 15px;
  text-align: right;
  line-height: 300px;
  font-size: 125px;
  font-weight: bold;
  color: #383838;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #b89965;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .timeline .circle {
    width: 250px;
    height: 250px;
    line-height: 250px;
    font-size: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline .circle {
    width: 200px;
    height: 200px;
    line-height: 200px;
    font-size: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeline .circle {
    width: 200px;
    height: 200px;
    line-height: 200px;
    font-size: 80px;
  }
}
.timeline .circle .smaller {
  font-size: 41px;
}
.timeline .circle.huge {
  color: #b89965;
  font-size: 200px;
  position: relative;
  text-shadow: white 7px 0px 0px, white 6.93333px 1px 0px, white 6.71667px 1.96667px 0px, white 6.36667px 2.91667px 0px, white 5.88333px 3.78333px 0px, white 5.28333px 4.58333px 0px, white 4.58333px 5.3px 0px, white 3.78333px 5.88333px 0px, white 2.9px 6.36667px 0px, white 1.96667px 6.71667px 0px, white 1px 6.93333px 0px, white 0px 7px 0px, white -1px 6.93333px 0px, white -1.98333px 6.71667px 0px, white -2.91667px 6.36667px 0px, white -3.78333px 5.88333px 0px, white -4.58333px 5.28333px 0px, white -5.3px 4.58333px 0px, white -5.9px 3.78333px 0px, white -6.36667px 2.9px 0px, white -6.71667px 1.96667px 0px, white -6.93333px 0.983333px 0px, white -7px -0.0166667px 0px, white -6.93333px -1px 0px, white -6.71667px -1.98333px 0px, white -6.36667px -2.91667px 0px, white -5.88333px -3.8px 0px, white -5.28333px -4.6px 0px, white -4.58333px -5.3px 0px, white -3.76667px -5.9px 0px, white -2.9px -6.36667px 0px, white -1.96667px -6.71667px 0px, white -0.983333px -6.93333px 0px, white 0.0166667px -7px 0px, white 1.01667px -6.93333px 0px, white 1.98333px -6.71667px 0px, white 2.91667px -6.36667px 0px, white 3.8px -5.88333px 0px, white 4.6px -5.28333px 0px, white 5.3px -4.56667px 0px, white 5.9px -3.76667px 0px, white 6.36667px -2.9px 0px, white 6.71667px -1.95px 0px, white 6.93333px -0.983333px 0px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .timeline .circle.huge {
    font-size: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline .circle.huge {
    font-size: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeline .circle.huge {
    font-size: 100px;
  }
}
.timeline .circle.huge .huge-inner {
  position: absolute;
  right: 60px;
  top: 20px;
}
.timeline .timeline-wrapper {
  position: relative;
  z-index: 1;
}
.timeline .timeline-wrapper .timeline-draw {
  position: absolute;
  width: 15%;
  top: 0;
  height: 100%;
  left: 35%;
  border-top: 3px solid #b89965;
  border-right: 3px solid #b89965;
}
.timeline .timeline-wrapper .timeline-draw::after {
  content: attr(data-source);
  position: absolute;
  bottom: 0;
  left: 100%;
  font-size: 10px;
  white-space: nowrap;
  -webkit-transform: translate(-15px, 15px) rotate(-90deg);
  -moz-transform: translate(-15px, 15px) rotate(-90deg);
  -o-transform: translate(-15px, 15px) rotate(-90deg);
  -ms-transform: translate(-15px, 15px) rotate(-90deg);
  transform: translate(-15px, 15px) rotate(-90deg);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  color: #b89965;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .timeline .timeline-wrapper img {
    max-width: 250px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline .timeline-wrapper img {
    max-width: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeline .timeline-wrapper img {
    max-width: 180px;
  }
}
.timeline .timeline-row {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 40px;
  position: relative;
}
.timeline .timeline-row::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3%;
  min-width: 25px;
  height: 3px;
  background: #b89965;
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  transform: translateX(-40%);
}
.timeline .timeline-row:after {
  content: "";
  display: table;
  clear: both;
}
.timeline .timeline-row .row-cell {
  width: 50%;
  vertical-align: top;
  display: inline-block;
}
.timeline .timeline-row.clock-right .with-circle {
  float: right;
  padding-left: 60px;
}
.timeline .timeline-row.clock-right .with-circle .circle {
  float: left;
}
.timeline .timeline-row.clock-right .with-text {
  float: right;
  padding-right: 70px;
  text-align: right;
}
.timeline .timeline-row.clock-right .with-text p {
  margin: 20px 0 0 auto;
}
.timeline .timeline-row.clock-left .with-circle {
  float: left;
  padding-right: 70px;
}
.timeline .timeline-row.clock-left .with-circle .circle {
  float: right;
}
.timeline .timeline-row.clock-left .with-text {
  float: left;
  padding-left: 60px;
  text-align: left;
}
.timeline .timeline-row.clock-left .with-text p {
  margin: 20px auto 0 0;
}

body.lb-open {
  overflow: hidden;
}

.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}

.lightbox-wrapper {
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  width: 0%;
  z-index: 10000;
  overflow: auto;
  -webkit-transition: opacity 0.3s ease-in-out, height 0s linear 0.4s, width 0s linear 0.4s;
  -moz-transition: opacity 0.3s ease-in-out, height 0s linear 0.4s, width 0s linear 0.4s;
  -o-transition: opacity 0.3s ease-in-out, height 0s linear 0.4s, width 0s linear 0.4s;
  transition: opacity 0.3s ease-in-out, height 0s linear 0.4s, width 0s linear 0.4s;
}
.lightbox-wrapper .lightbox-body {
  opacity: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .lightbox-wrapper .lightbox-body {
    padding: 60px 25px;
  }
}
@media (max-width: 767px) {
  .lightbox-wrapper .lightbox-body {
    padding: 40px 0;
  }
  .lightbox-wrapper .lightbox-body .section-intro {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.lightbox-wrapper #spinner {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.lightbox-wrapper.active, .lightbox-wrapper.loading {
  opacity: 1;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.lightbox-wrapper.loading .lightbox-body {
  opacity: 0;
}
.lightbox-wrapper.loading #spinner {
  opacity: 1;
}
.lightbox-wrapper.active .lightbox-body {
  opacity: 1;
}
.lightbox-wrapper.active #spinner {
  opacity: 0;
}

.lb-header {
  position: relative;
  margin-bottom: 30px;
}
.lb-header .lb-name {
  font-size: 41px;
  font-weight: bold;
  background-color: #064635;
  line-height: 1em;
  color: white;
  text-transform: uppercase;
  padding: 25px 35px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .lb-header .lb-name {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .lb-header .lb-name {
    font-size: 16px;
    padding: 10px 130px 10px 35px;
  }
}
.lb-header .lb-name::after {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ffffff;
  width: 130px;
  height: 100%;
  content: "";
}
.lb-header .lb-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  display: block;
  z-index: 2;
  background-color: #064635;
}
.lb-header .lb-close img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.box-wrapper {
  max-width: 83%;
  background-color: #d4c2a3;
  padding: 35px;
  float: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-wrapper {
    max-width: 100%;
    padding: 20px;
    float: none;
  }
}
@media (max-width: 767px) {
  .box-wrapper {
    max-width: 100%;
    padding: 15px;
    float: none;
  }
}
.box-wrapper h2 {
  text-align: right;
  color: white;
}
.box-wrapper p {
  font-size: 13px;
  text-align: justify;
}

@media (max-width: 767px) {
  .comparison-wrapper {
    padding: 0 15px;
  }
}

.comp-box-wrapper {
  position: relative;
  width: 100%;
  border: 0;
  margin-top: 30px;
}
.comp-box-wrapper .comp-slider {
  position: absolute;
  background-color: #b89965;
  z-index: 10;
}
.comp-box-wrapper .comp-slider .comp-slider-dragger {
  width: 70px;
  height: 70px;
  background-image: url("/Media/slider.png");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.comp-box-wrapper.vertical .comp-box-before,
.comp-box-wrapper.vertical .comp-box-after {
  width: 100%;
  background-position: center top;
}
.comp-box-wrapper.vertical .comp-box-after {
  height: 50%;
}
.comp-box-wrapper.vertical .comp-box-before {
  padding-bottom: 150%;
  height: 0;
  position: relative;
}
.comp-box-wrapper.vertical .comp-slider {
  height: 10px;
  width: 100%;
  top: 50%;
}
.comp-box-wrapper.horizontal .comp-box-before,
.comp-box-wrapper.horizontal .comp-box-after {
  height: 100%;
  background-position: left center;
}
.comp-box-wrapper.horizontal .comp-box-after {
  width: 50%;
}
.comp-box-wrapper.horizontal .comp-box-before {
  padding-bottom: 66.6666%;
  height: 0;
  position: relative;
}
.comp-box-wrapper.horizontal .comp-slider {
  width: 10px;
  height: 100%;
  left: 50%;
  top: 0;
}
.comp-box-wrapper.horizontal .comp-slider .comp-slider-dragger {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.comp-box-wrapper .comp-box-before,
.comp-box-wrapper .comp-box-after {
  position: absolute;
  top: 0;
  left: 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.comp-box-wrapper .comp-box-before {
  z-index: 1;
}
.comp-box-wrapper .comp-box-after {
  z-index: 2;
}

.video {
  width: 100%;
  object-fit: cover;
}
.video-wrap {
  position: relative;
}
.video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 991px) {
  .video-content {
    display: none;
  }
}
.video-content h1 {
  font-size: 41px;
  font-weight: bold;
  letter-spacing: 8px;
  color: black;
  text-transform: uppercase;
}

/* Scroll to top */
div#totop {
  display: none;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  color: #8c8c8c;
  padding: 10px 0 6px;
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
}
div#totop a {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: #333636;
}
div#totop a span {
  color: #d70000;
}

/*# sourceMappingURL=site.css.map */
