html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, main, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.burger-icon {
  display: none;
  position: absolute;
  top: 27px;
  right: 20px;
  z-index: 1000;
  min-width: 20px;
  height: 24px;
  font-size: 1.3rem;
  font-family: "Arsenal SC", sans-serif;
  color: #757D5E;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 950px) {
  .burger-icon {
    display: block;
  }
}
.burger-icon:hover .meat,
.burger-icon:hover .meat::after,
.burger-icon:hover .meat::before {
  background-color: #000;
}
.burger-icon:hover span {
  color: #000;
}
.burger-icon .meat {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 4px;
  margin: 10px 0;
  background-color: #757D5E;
  border-radius: 20px;
}
.burger-icon .meat::after {
  position: absolute;
  top: -8px;
  left: 0;
  display: block;
  width: 28px;
  height: 4px;
  content: "";
  background-color: #757D5E;
  border-radius: 20px;
  transition: top 0.3s, transform 0.3s;
}
.burger-icon .meat::before {
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block;
  width: 28px;
  height: 4px;
  content: "";
  background-color: #757D5E;
  border-radius: 20px;
  transition: bottom 0.3s, transform 0.3s;
}
.burger-icon span {
  display: inline-block;
  vertical-align: top;
  line-height: 22px;
  margin-left: 5px;
}
.show-menu .burger-icon .meat {
  background-color: transparent;
}
.show-menu .burger-icon .meat::after {
  top: 0;
  transform: rotate(45deg);
  transition: top 0.3s, transform 0.3s;
}
.show-menu .burger-icon .meat::before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 0.3s, transform 0.3s;
}

.show-menu #page header {
  z-index: 990;
}
.show-menu #page header .inner nav {
  position: fixed;
  z-index: 112;
  background-color: #fff;
  display: block !important;
  top: 81px !important;
  left: 0;
  height: auto;
  width: 100%;
  padding: 15px;
}
.show-menu #page header .inner nav a {
  display: block;
  margin: 10px 0;
  font-size: 2rem;
}
.show-menu #overlay {
  display: block !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}

::-webkit-input-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa;
}

:-moz-placeholder {
  color: #aaa;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1;
  width: 100%;
  background-color: #fff;
  background-image: url(../images/bg.png);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #222;
  font-size: 1rem;
  line-height: 1.5;
}
body.noscroll {
  overflow-y: hidden;
}

input, textarea {
  font-family: "Roboto", sans-serif;
}

h1 {
  font-family: "Arsenal SC", sans-serif;
  font-size: 2.6rem;
  line-height: 1;
}
@media (max-width: 950px) {
  h1 {
    font-size: 2.3rem;
  }
}

h2 {
  font-family: "Arsenal SC", sans-serif;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 15px;
}

h3 {
  font-family: "Arsenal SC", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 15px;
}

h4 {
  font-family: "Arsenal SC", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 5px;
}

sup {
  vertical-align: super;
  font-size: 0.9rem;
  line-height: 0.5;
}

b {
  font-weight: bold;
}

.heighlight {
  padding: 30px;
  font-family: "Arsenal SC", sans-serif;
  font-size: 1.4rem;
}

a {
  color: #757D5E;
}
a:hover {
  text-decoration: none;
  color: #222;
}

input[type=text], textarea {
  padding: 15px;
  width: 280px;
  font-size: 1rem;
  background-color: #fff;
  border-radius: 0;
  border: solid 1px rgba(117, 125, 94, 0.5);
  appearance: none;
  -webkit-appearance: none;
}
@media (max-width: 768px) {
  input[type=text], textarea {
    width: 100%;
  }
}

textarea {
  height: 150px;
  resize: none;
}

.btn, input[type=submit] {
  display: inline-block;
  padding: 18px 20px 20px;
  font-family: "Arsenal SC", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #fff;
  border: solid 1px #757D5E;
  border-radius: 0;
  font-weight: normal;
  color: #757D5E;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.btn:hover, input[type=submit]:hover {
  background-color: #656F47;
  color: #fff;
}

#page header {
  position: sticky;
  width: 100%;
  height: 80px;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 110;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
}
#page header .inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
#page header .inner nav {
  position: absolute;
  top: 24px;
  right: 0px;
  max-width: 1100px;
  margin: 0 auto;
  font-family: "Arsenal SC", sans-serif;
}
@media (max-width: 950px) {
  #page header .inner nav {
    display: none;
  }
}
#page header .inner nav a {
  margin: 0 15px;
  color: #757D5E;
  text-decoration: none;
  font-size: 1.2rem;
  cursor: pointer;
}
#page header .inner nav a:hover {
  text-decoration: underline;
}
#page header .inner .logo {
  position: absolute;
  left: 0;
  top: 17px;
  display: block;
  width: 114px;
  height: 46px;
  text-indent: -999em;
  background-image: url(../images/logo.svg);
}
@media (max-width: 1130px) {
  #page header .inner .logo {
    left: 15px;
  }
}
#page .hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 720px;
  background-image: url(../images/hero.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1400px) {
  #page .hero {
    background-size: 120% auto;
  }
}
@media (max-width: 1130px) {
  #page .hero {
    height: 680px;
  }
}
@media (max-width: 950px) {
  #page .hero {
    height: 640px;
  }
}
@media (max-width: 768px) {
  #page .hero {
    background-size: auto 100%;
    height: 100vh;
  }
}
#page .hero .inner {
  position: absolute;
  top: 0;
  z-index: 100;
  height: 100%;
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: 1100px;
}
@media (max-width: 1130px) {
  #page .hero .inner {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  #page .hero .inner {
    padding: 0 30px;
    flex-wrap: wrap;
  }
}
#page .hero .inner .claim {
  flex: 0 0 360px;
  margin-bottom: -100px;
  height: 360px;
  padding: 30px;
  background-color: #757D5E;
  color: #fff;
}
@media (max-width: 768px) {
  #page .hero .inner .claim {
    position: absolute;
    bottom: 90px;
    left: 30px;
    right: 30px;
    flex: 1 1 auto;
    height: auto;
    margin: 0;
  }
}
@media (max-width: 488px) {
  #page .hero .inner .claim {
    left: 10px;
    right: 10px;
    padding: 20px;
  }
}
#page .hero .inner .claim h1 {
  margin: 0 0 10px;
}
#page .hero .inner .claim p {
  margin: 0 0 10px;
}
#page .hero .inner .claim p.address {
  color: rgba(255, 255, 255, 0.7);
}
#page .hero .inner .about {
  flex: 1 1 auto;
  margin-bottom: -150px;
  padding: 30px;
  background-color: #eee;
}
@media (max-width: 768px) {
  #page .hero .inner .about {
    flex: 1 1 auto;
    height: auto;
    margin: 0;
    position: absolute;
    top: calc(100vh - 90px);
    left: 30px;
    right: 30px;
  }
}
@media (max-width: 480px) {
  #page .hero .inner .about {
    left: 10px;
    right: 10px;
    padding: 20px;
  }
}
#page .hero .inner .about h2 {
  margin-bottom: 15px;
  color: #757D5E;
}
#page .visual {
  display: block;
  margin: 50px auto;
  width: 100%;
  max-width: 1000px;
}
#page section {
  width: 100%;
}
#page section .inner {
  margin: 0px auto;
  padding: 50px 0;
  max-width: 1100px;
  text-align: center;
}
@media (max-width: 1130px) {
  #page section .inner {
    padding: 150px 15px;
  }
}
@media (max-width: 768px) {
  #page section .inner {
    padding: 80px 15px;
  }
}
#page section .inner h2 {
  margin: 10px 0 15px;
}
#page section .inner .perex {
  font-size: 1.1rem;
}
#page section .inner .subtitle {
  font-size: 1rem;
  color: #aaa;
}
#page #location {
  margin-top: 150px;
}
@media (max-width: 768px) {
  #page #location {
    margin-top: 240px;
  }
}
@media (max-width: 670px) {
  #page #location {
    margin-top: 300px;
  }
}
#page #location .inner h2 {
  color: #757D5E;
}
#page #location .inner ul {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #page #location .inner ul {
    margin: 30px 0;
  }
}
#page #location .inner ul li {
  position: relative;
  margin: 0 20px;
  display: inline-block;
  font-family: "Arsenal SC", sans-serif;
}
@media (max-width: 640px) {
  #page #location .inner ul li {
    font-size: 1.2rem;
  }
}
#page #location .inner ul li:before {
  content: "";
  position: absolute;
  left: -24px;
  top: 9px;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #DDE0D4;
}
#page #location .inner ul li:first-child:before {
  display: none;
}
#page #location .inner .boxes {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  #page #location .inner .boxes {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
#page #location .inner .boxes .box {
  position: relative;
  flex: 0 0 320px;
  margin: 30px 15px;
  padding: 110px 20px 20px;
  text-align: left;
  background-color: #DDE0D4;
}
@media (max-width: 1130px) {
  #page #location .inner .boxes .box {
    flex: 1 1 33%;
    margin: 30px 0px;
  }
  #page #location .inner .boxes .box:nth-child(1) {
    margin-right: 10px;
  }
  #page #location .inner .boxes .box:nth-child(2) {
    margin: 30px 5px;
  }
  #page #location .inner .boxes .box:nth-child(3) {
    margin-left: 10px;
  }
}
@media (max-width: 950px) {
  #page #location .inner .boxes .box {
    padding: 100px 20px 20px;
  }
}
@media (max-width: 768px) {
  #page #location .inner .boxes .box {
    flex: 1 1 100%;
    margin: 15px 0 0 !important;
  }
}
#page #location .inner .boxes .box.car::after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background-color: #fff;
  background-image: url(../images/car.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 950px) {
  #page #location .inner .boxes .box.car::after {
    left: 20px;
    top: 20px;
  }
}
#page #location .inner .boxes .box.flower::after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background-color: #fff;
  background-image: url(../images/flower.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 950px) {
  #page #location .inner .boxes .box.flower::after {
    left: 20px;
    top: 20px;
  }
}
#page #location .inner .boxes .box.kids::after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background-color: #fff;
  background-image: url(../images/kids.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 950px) {
  #page #location .inner .boxes .box.kids::after {
    left: 20px;
    top: 20px;
  }
}
#page #location .inner .boxes .box h3 {
  color: #757D5E;
}
#page #location .inner .boxes .box p {
  margin-bottom: 10px;
}
#page #offer .inner h2 {
  color: #757D5E;
}
#page #offer .inner .house {
  margin: 30px 0;
  display: flex;
}
@media (max-width: 768px) {
  #page #offer .inner .house {
    flex-direction: column;
  }
}
#page #offer .inner .house .big {
  position: relative;
  flex: 1 1 auto;
  margin: 5px;
  background-color: #eee;
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #page #offer .inner .house .big {
    height: 400px;
    background-size: 100% auto;
    margin: 5px 0;
  }
}
@media (max-width: 640px) {
  #page #offer .inner .house .big {
    background-size: auto 100%;
  }
}
@media (max-width: 640px) {
  #page #offer .inner .house .big {
    height: 500px;
  }
}
#page #offer .inner .house .big span {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px 15px;
  background-color: #757D5E;
  color: #fff;
  font-size: 1.3rem;
  font-family: "Arsenal SC", sans-serif;
}
@media (max-width: 640px) {
  #page #offer .inner .house .big span {
    font-size: 1.1rem;
  }
}
#page #offer .inner .house .big ul {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-align: left;
}
#page #offer .inner .house .big ul li {
  display: inline-block;
  margin: 3px 0;
  padding: 5px 10px 5px 34px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(../images/ok.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 7px 7px;
}
@media (max-width: 640px) {
  #page #offer .inner .house .big ul li {
    font-size: 0.9rem;
    background-size: 16px 16px;
    padding: 5px 10px 5px 30px;
  }
}
#page #offer .inner .house .small {
  flex: 0 0 360px;
  margin: 5px;
  text-align: left;
}
@media (max-width: 768px) {
  #page #offer .inner .house .small {
    margin: 5px 0;
  }
}
#page #offer .inner .house .small .detail {
  padding: 20px;
  margin-bottom: 10px;
  background-color: #757D5E;
}
#page #offer .inner .house .small .detail h3 {
  color: #fff;
}
#page #offer .inner .house .small .detail .btn {
  margin-top: 20px;
}
#page #offer .inner .house .small .detail .row {
  display: flex;
}
#page #offer .inner .house .small .detail .row .cell {
  flex: 1 1 50%;
  padding: 10px;
  margin: 1px;
  background-color: #fff;
}
#page #offer .inner .house .small .detail .row:nth-child(even) .cell {
  background-color: rgba(255, 255, 255, 0.7);
}
#page #offer .inner .house .small .img {
  height: 300px;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border: solid 1px rgba(117, 125, 94, 0.2);
  background-color: #fff;
}
@media (max-width: 768px) {
  #page #offer .inner .house .small .img {
    height: 300px;
  }
}
#page #offer .inner .house .small .gimg {
  display: none;
}
#page #offer .inner .house.h1 .big {
  background-image: url(../gallery/rd1/rd1-1.jpg);
}
#page #offer .inner .house.h1 .small .img {
  background-image: url(../gallery/rd1/rd1-pudorys.jpg);
}
#page #offer .inner .house.h2 .big {
  background-image: url(../gallery/rd2/rd2-1.jpg);
}
#page #offer .inner .house.h2 .small .img {
  background-image: url(../gallery/rd2/rd2-pudorys.jpg);
}
#page #content {
  margin: 0 auto;
  padding: 30px 0;
  max-width: 1100px;
}
@media (max-width: 1130px) {
  #page #content {
    padding: 30px 15px;
  }
}
#page #content ul {
  margin-bottom: 20px;
}
#page #content ul li {
  margin-left: 20px;
  list-style-type: square;
}
#page #content.status {
  padding: 30px;
  text-align: center;
}
#page #content.status h1 {
  margin: 15px;
}
#page #content.status p {
  margin: 10px auto 30px;
  max-width: 620px;
}
#page #content.offer h2 {
  margin-top: 50px;
  padding-bottom: 10px;
  color: #757D5E;
  border-bottom: solid 1px rgba(117, 125, 94, 0.2);
}
#page #content.offer .house {
  margin: 20px 0;
  display: flex;
}
@media (max-width: 768px) {
  #page #content.offer .house {
    flex-direction: column;
  }
}
#page #content.offer .house .big {
  position: relative;
  flex: 1 1 auto;
  margin: 5px;
  background-color: #eee;
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #page #content.offer .house .big {
    height: 400px;
    background-size: 100% auto;
    margin: 5px 0;
  }
}
@media (max-width: 640px) {
  #page #content.offer .house .big {
    background-size: auto 100%;
  }
}
@media (max-width: 640px) {
  #page #content.offer .house .big {
    height: 500px;
  }
}
#page #content.offer .house .big span {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px 15px;
  background-color: #757D5E;
  color: #fff;
  font-size: 1.3rem;
  font-family: "Arsenal SC", sans-serif;
}
@media (max-width: 640px) {
  #page #content.offer .house .big span {
    font-size: 1.1rem;
  }
}
#page #content.offer .house .big span.gallery {
  top: auto;
  left: auto;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
  color: #757D5E;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1rem;
}
#page #content.offer .house .big span.gallery:hover {
  color: #222;
  text-decoration: none;
}
#page #content.offer .house .big ul {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-align: left;
}
#page #content.offer .house .big ul li {
  display: inline-block;
  margin: 3px 0;
  padding: 5px 10px 5px 34px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(../images/ok.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 7px 7px;
}
@media (max-width: 640px) {
  #page #content.offer .house .big ul li {
    font-size: 0.9rem;
    background-size: 16px 16px;
    padding: 5px 10px 5px 30px;
  }
}
#page #content.offer .house .small {
  flex: 0 0 360px;
  margin: 5px;
  text-align: left;
}
@media (max-width: 768px) {
  #page #content.offer .house .small {
    margin: 5px 0;
  }
}
#page #content.offer .house .small .detail {
  padding: 20px;
  margin-bottom: 10px;
  background-color: #757D5E;
}
#page #content.offer .house .small .detail h3 {
  color: #fff;
}
#page #content.offer .house .small .detail .btn {
  margin-top: 20px;
}
#page #content.offer .house .small .detail .row {
  display: flex;
}
#page #content.offer .house .small .detail .row .cell {
  flex: 1 1 50%;
  padding: 10px;
  margin: 1px;
  background-color: #fff;
}
#page #content.offer .house .small .detail .row:nth-child(even) .cell {
  background-color: rgba(255, 255, 255, 0.7);
}
#page #content.offer .house .small .img {
  height: 300px;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #fff;
  border: solid 1px rgba(117, 125, 94, 0.2);
}
@media (max-width: 768px) {
  #page #content.offer .house .small .img {
    height: 400px;
  }
}
#page #content.offer .house.h1 .big {
  background-image: url(../gallery/rd1/rd1-1.jpg);
}
#page #content.offer .house.h1 .small .img {
  background-image: url(../gallery/rd1/rd1-pudorys.jpg);
}
#page #content.offer .house.h2 .big {
  background-image: url(../gallery/rd2/rd2-1.jpg);
}
#page #content.offer .house.h2 .small .img {
  background-image: url(../gallery/rd2/rd2-pudorys.jpg);
}
#page #content.offer .house.h3 .big {
  background-image: url(../gallery/rd3/rd3-1.jpg);
}
#page #content.offer .house.h3 .small .img {
  background-image: url(../gallery/rd3/rd3-pudorys.jpg);
}
#page #content.offer .about {
  padding-bottom: 30px;
}
#page #content.offer .about .pdf {
  padding-left: 24px;
  background-image: url(../images/pdf.svg);
  background-position: 0% 50%;
  background-size: 16px auto;
  background-repeat: no-repeat;
}
#page #content.offer .about a.img {
  display: none;
}
#page #content.offer .about .files li {
  padding: 3px 0;
  margin-left: 0;
  list-style: none;
}
@media (max-width: 500px) {
  #page #content.gallery {
    text-align: center;
  }
}
#page #content.gallery h2 {
  color: #757D5E;
  margin-top: 30px;
}
#page #content.gallery .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
}
@media (max-width: 500px) {
  #page #content.gallery .row {
    justify-content: center;
  }
}
#page #content.gallery .cell.thumbnail {
  width: 200px;
  height: 200px;
  margin: 5px;
  overflow: hidden;
}
@media (max-width: 500px) {
  #page #content.gallery .cell.thumbnail {
    width: 160px;
    height: 160px;
  }
}
#page #content.gallery .cell.thumbnail a,
#page #content.gallery .cell.thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
}
#page #content.gallery .cell.thumbnail img {
  object-fit: cover;
  transition: transform 0.3s ease;
}
#page #content.gallery .cell.thumbnail img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#page #content.standards h2 {
  color: #757D5E;
  margin-top: 30px;
  padding-left: 35px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
@media (max-width: 560px) {
  #page #content.standards h2 {
    padding-top: 30px;
    padding-left: 0;
    background-position: 0 0;
  }
}
#page #content.standards h2.home {
  background-image: url(../images/house.svg);
  background-size: auto 26px;
}
#page #content.standards h2.floor {
  margin-top: 50px;
  background-image: url(../images/floor.svg);
  background-size: auto 30px;
}
#page #content.standards h2.bulp {
  margin-top: 50px;
  background-image: url(../images/bulp.svg);
  background-size: auto 30px;
}
#page #content.standards h2.tree {
  margin-top: 50px;
  background-image: url(../images/tree.svg);
  background-size: auto 30px;
}
#page #content.standards p {
  margin: 10px 0;
}
#page #content.standards b {
  font-weight: 500;
}
#page #content.location h2, #page #content.location h3 {
  color: #757D5E;
  margin-top: 30px;
}
#page #content.location p {
  margin: 10px 0;
}
#page #content.location img {
  width: 100%;
}

footer {
  padding: 20px;
  background-color: #757D5E;
}
footer .inner {
  display: flex;
  margin: 0 auto;
  max-width: 1100px;
  color: #fff;
}
@media (max-width: 768px) {
  footer .inner {
    flex-direction: column;
  }
}
footer .inner .contact {
  padding-top: 70px;
  flex: 0 0 280px;
  background-image: url(../images/logo-light.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 120px auto;
}
@media (max-width: 768px) {
  footer .inner .contact {
    margin-bottom: 20px;
    flex: 1 1 auto;
  }
}
footer .inner .copy {
  padding-left: 30px;
}
@media (max-width: 768px) {
  footer .inner .copy {
    padding: 0;
  }
}
footer .inner .copy p {
  font-size: 0.8rem;
}
footer .inner .copy ul {
  margin: 10px 0;
}
footer .inner .copy ul li {
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 768px) {
  footer .inner .copy ul li {
    margin: 10px 10px 10px 0;
  }
}
footer .inner .copy ul li a {
  color: #fff;
}

#overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.5);
}

#modal {
  display: none;
  padding: 40px 40px 20px;
  position: fixed;
  top: 120px;
  left: 50%;
  z-index: 1000;
  width: 400px;
  margin-left: -200px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
}
@media (max-width: 420px) {
  #modal {
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
  }
  #modal form {
    display: block;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 20px;
  }
}
#modal .close {
  display: block;
  width: 24px;
  height: 24px;
  float: right;
  cursor: pointer;
  background-image: url(../images/close.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
#modal .close:hover {
  opacity: 0.8;
}
#modal .row {
  margin: 10px 0 20px;
}
#modal label {
  color: #757D5E;
}
#modal label.error {
  font-size: 0.8rem;
  color: #ff0000;
}
#modal input[type=text] {
  width: 100%;
  border: solid 1px rgba(117, 125, 94, 0.5);
}
#modal input[type=text].error {
  border-color: #ff0000;
  background-color: rgba(255, 0, 0, 0.1);
}
#modal textarea {
  width: 100%;
  height: 120px;
  border: solid 1px rgba(117, 125, 94, 0.5);
}
#modal textarea.error {
  border-color: #ff0000;
  background-color: rgba(255, 0, 0, 0.1);
}
#modal input[type=submit] {
  width: 100%;
  cursor: pointer;
  background-color: #757D5E;
  color: #fff;
}
#modal input[type=submit]:hover {
  background-color: #fff;
  color: #757D5E;
}

.content {
  position: absolute;
  width: 100%;
  height: 600px;
  left: 0px;
  top: 0px;
  z-index: 1000;
  font-family: "Arsenal SC", sans-serif;
}

.container h2 {
  position: absolute;
  top: 50%;
  height: 100px;
  font-size: 2rem;
  line-height: 1.3rem;
  width: 100%;
  text-align: center;
  color: transparent;
  animation: blurFadeInOut 3s ease-in backwards;
}

.container h3 {
  position: absolute;
  top: 50%;
  height: 100px;
  font-size: 2rem;
  line-height: 1.3rem;
  width: 100%;
  text-align: center;
  color: transparent;
  animation: fadeIn 3s ease-in forwards;
}

.container h2.frame-1 {
  animation-delay: 0s;
}

.container h2.frame-2 {
  animation-delay: 2.5s;
}

.container h2.frame-3 {
  animation-delay: 5s;
}

.container h3.frame-4 {
  font-size: 3rem;
  animation-delay: 7.5s;
}

.slides {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #757D5E;
}

.slides .slide {
  position: absolute;
  animation: fling-minislide 32s infinite, zoom-in 32s infinite;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@keyframes fling-minislide {
  28% {
    opacity: 1;
  }
  32% {
    opacity: 0;
  }
}
.slides .slide:nth-child(4) {
  animation-delay: 0s;
  background-image: url(../images/hero4.png);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1260px) {
  .slides .slide:nth-child(4) {
    background-size: 120% auto;
  }
}
@media (max-width: 890px) {
  .slides .slide:nth-child(4) {
    background-size: auto 100%;
    background-position: 50% 50%;
  }
}
@media (max-width: 768px) {
  .slides .slide:nth-child(4) {
    background-image: url(../images/hero4m.png);
  }
}

.slides .slide:nth-child(3) {
  animation-delay: 8s;
  background-image: url(../images/hero3.png);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1260px) {
  .slides .slide:nth-child(3) {
    background-size: 120% auto;
  }
}
@media (max-width: 890px) {
  .slides .slide:nth-child(3) {
    background-size: auto 100%;
    background-position: 50% 50%;
  }
}
@media (max-width: 768px) {
  .slides .slide:nth-child(3) {
    background-image: url(../images/hero3m.png);
  }
}

.slides .slide:nth-child(2) {
  animation-delay: 16s;
  background-image: url(../images/hero2.png);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1260px) {
  .slides .slide:nth-child(2) {
    background-size: 120% auto;
  }
}
@media (max-width: 890px) {
  .slides .slide:nth-child(2) {
    background-size: auto 100%;
    background-position: 50% 50%;
  }
}
@media (max-width: 768px) {
  .slides .slide:nth-child(2) {
    background-image: url(../images/hero2m.png);
  }
}

.slides .slide:nth-child(1) {
  animation-delay: 24s;
  background-image: url(../images/hero.png);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1260px) {
  .slides .slide:nth-child(1) {
    background-size: 120% auto;
  }
}
@media (max-width: 890px) {
  .slides .slide:nth-child(1) {
    background-size: auto 100%;
    background-position: 50% 50%;
  }
}
@media (max-width: 768px) {
  .slides .slide:nth-child(1) {
    background-image: url(../images/herom.png);
  }
}

@keyframes zoom-in {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 84%;
  }
  100% {
    transform: scale(1.5) translateY(15px);
    transform-origin: center;
  }
}

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