@font-face {
  font-family: 'stencil';
  src: url('../fonts/stencil/stencil-webfont.woff2') format('woff2'), url('../fonts/stencil/stencil-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/************************************
  @media (max-width: 1219px) {
  }
  @media (max-width: 959px) {
  }
  @media (max-width: 767px) {
  }
@media (max-width:479px) {
}
 ************************************
  @media (min-width: 480px) {
  }
  @media (min-width: 768px) {
  }
  @media (min-width: 960px) {
  }
  @media (min-width: 1220px) {
  }
************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 16.5px;
  font-style: normal;
  color: #222;
  background: white;
  left: 0 !important;
  margin-left: 0 !important;
}
strong {
  font-weight: 600;
}
noscript {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1000;
}
.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-total-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#cookie-policy-message {
  display: none !important;
  background: rgba(255, 255, 255, 0.8) !important;
  color: #333 !important;
  max-width: 400px !important;
  bottom: 20px !important;
  left: 50% !important;
  margin-left: -200px !important;
  padding: 30px !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
@media (max-width: 479px) {
  #cookie-policy-message {
    margin: 0 20px !important;
    left: auto !important;
    padding: 20px !important;
  }
}
#cookie-policy-message > div {
  width: 100% !important;
  margin: auto !important;
}
#cookie-policy-message p {
  color: #333 !important;
}
#cookie-policy-message a {
  color: #b6daa8 !important;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map {
  height: 580px;
  margin-bottom: 30px;
}
.global {
  position: relative;
  z-index: 0;
}
@media (min-width: 960px) {
  .global {
    padding: 15px 15px;
  }
}
@media (min-width: 1200px) {
  .global {
    padding: 15px 50px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Karla', sans-serif;
}
h1.stencil,
h2.stencil,
h3.stencil,
h4.stencil,
h5.stencil,
h6.stencil {
  font-family: 'stencil', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 50px;
}
.uk-container {
  max-width: 1360px;
}
.gl-headerbar-top {
  border-bottom: 1px solid #E5E5E5;
}
.gl-headerbar-top {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #FFF;
}
.gl-navbar-nav > li.uk-active a:before {
  right: 0;
  left: 0;
  background-color: #BFA279;
}
.gl-navbar-nav > li > a {
  font-family: 'Karla', sans-serif;
  color: #262626;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 0 40px;
  height: 70px;
}
@media (max-width: 1320px) {
  .gl-navbar-nav > li > a {
    padding: 0 30px;
  }
}
@media (max-width: 1219px) {
  .gl-navbar-nav > li > a {
    padding: 0 20px;
  }
}
@media (max-width: 959px) {
  .gl-navbar-nav > li > a {
    padding: 0 15px;
  }
}
.gl-navbar-nav > li > a:hover:before {
  right: 0;
  left: 0;
  background-color: #b6daa8;
}
.gl-navbar-nav > li > a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  height: 2px;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  left: 50%;
  right: 50%;
}
.gl-offcanvas-bar {
  background: #b6daa8;
}
.gl-offcanvas-bar a {
  color: #ffffff !important;
}
.gl-phone {
  font-size: 40px;
  font-weight: bold;
}
.gl-phone a {
  color: #111;
  text-decoration: none;
}
.gl-phone a:hover {
  color: #a4d55d;
}
.gl-info-phone {
  display: inline-block;
  background-color: #b6daa8;
  padding: 5px 10px;
  margin: 0;
  margin-top: 5px;
  font-weight: bold;
}
.gl-slideshow h1 {
  color: #fff;
  font-size: 60px;
}
@media (max-width: 959px) {
  .gl-slideshow h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .gl-slideshow h1 {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  .gl-slideshow h1 {
    font-size: 35px;
  }
}
.gl-slideshow p {
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .gl-slideshow p {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .gl-slideshow p {
    font-size: 16px;
  }
}
.gl-info-slider img *,
.gl-info-slider svg * {
  fill: #ffffff !important;
}
.gl-slidenav {
  padding: 0;
  color: #FFD49B;
  width: 70px;
  color: white;
  visibility: visible !important;
  line-height: 70px;
  text-align: center;
  height: 70px;
  background: #a4d55d;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
}
.gl-slidenav svg {
  width: 15px;
}
.gl-slidenav:hover {
  color: white;
  background-color: rgba(182, 218, 168, 0.9);
}
.gl-slidenav:active {
  color: white;
  background-color: rgba(182, 218, 168, 0.9);
}
.gl-slidenav:focus {
  color: white;
  background-color: rgba(182, 218, 168, 0.9);
}
.gl-box:hover img {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.gl-box h3 a {
  color: #333;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.gl-green {
  color: #a4d55d;
}
@media (max-width: 1199px) {
  .gl-bnnr {
    color: white !important;
  }
  .gl-bnnr h2 {
    color: white !important;
  }
  .gl-bnnr p {
    color: white !important;
  }
}
.gl-logo-mobile {
  width: 250px;
}
@media (max-width: 767px) {
  .gl-logo-mobile {
    width: 250px;
  }
}
@media (max-width: 479px) {
  .gl-logo-mobile {
    width: 150px;
  }
}
.gl-phone-mobile {
  font-size: 25px;
  font-weight: bold;
}
@media (max-width: 479px) {
  .gl-phone-mobile {
    font-size: 18px;
  }
}
.uk-button-primary {
  background: #a4d55d;
}
.uk-button-primary:hover,
.uk-button-primary:active,
.uk-button-primary:focus,
.uk-button-primary:visited {
  background: #b6daa8;
}
.gl-tags span {
  text-transform: lowercase !important;
}
.gl-tags span:first-letter {
  text-transform: uppercase !important;
}
.gl-button {
  border-radius: 500px;
  font-weight: 400;
  letter-spacing: 1px;
}
.gl-button.gl-button-primary {
  background-color: #4d64b0;
  color: white;
}
.gl-button.gl-button-dark {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
}
.gl-button.gl-red {
  background-color: #a4d55d;
  color: white;
  text-transform: none;
  font-size: 15px;
  padding: 0 20px;
}
.gl-button.gl-red img {
  width: 20px !important;
}
.gl-button.gl-red:hover {
  color: white;
}
.gl-modal {
  border-top: 5px solid #b6daa8;
}
@media (min-width: 960px) {
  .gl-modal {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 50px;
  }
}
.gl-section-green {
  background-color: #f2f8f0;
}
.gl-logo > img,
.gl-logo svg {
  width: 500px;
}
@media (max-width: 1350px) {
  .gl-logo > img,
  .gl-logo svg {
    width: 440px;
  }
}
@media (max-width: 1250px) {
  .gl-logo > img,
  .gl-logo svg {
    width: 380px;
  }
}
/*# sourceMappingURL=main.css.map */