@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
/* line 3, ../sass/_common.sass */
html {
  font-size: 100%;
}

/* line 5, ../sass/_common.sass */
body {
  position: relative;
  font-size: 100%;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  background: #ffffff;
  color: #000000;
  text-align: left;
  margin: 0;
  padding: 0;
}

/* line 16, ../sass/_common.sass */
h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 400;
  color: #2a450c;
}

/* line 22, ../sass/_common.sass */
h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  color: #2a450c;
}

/* line 28, ../sass/_common.sass */
h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  color: #2a450c;
}

/* line 35, ../sass/_common.sass */
p {
  margin-bottom: 0;
}

/* line 37, ../sass/_common.sass */
a {
  text-decoration: none;
}
/* line 40, ../sass/_common.sass */
a:hover, a:focus {
  text-decoration: underline;
}

/* line 43, ../sass/_common.sass */
.bg-green {
  background: #89a831;
}

/* line 45, ../sass/_common.sass */
.bg-green1 {
  background: #598527;
}

/* line 48, ../sass/_common.sass */
.green {
  color: #89a831;
}

/* line 50, ../sass/_common.sass */
.hover-green:hover,
.hover-green:focus {
  color: #89a831;
}

/* line 53, ../sass/_common.sass */
.green1 {
  color: #598527;
}

/* line 55, ../sass/_common.sass */
.light-green {
  color: #cfe79d;
}

/* line 57, ../sass/_common.sass */
.dark-green {
  color: #2a450c;
}

/* line 59, ../sass/_common.sass */
.hover-dark-green:hover,
.hover-dark-green:focus {
  color: #2a450c;
}

/* line 62, ../sass/_common.sass */
.light-grey {
  color: #898989;
}

/* line 64, ../sass/_common.sass */
.light-grey1 {
  color: #b0b0b0;
}

/* line 67, ../sass/_common.sass */
.breadcrumbs {
  font-weight: bold;
  color: #89a831;
}
/* line 71, ../sass/_common.sass */
.breadcrumbs a {
  font-weight: bold;
  color: #89a831;
}

/* line 75, ../sass/_common.sass */
.top-picture {
  margin-top: 50px;
  height: 280px;
  background: center center no-repeat;
  background-size: cover;
}

/* line 81, ../sass/_common.sass */
.animated-marker {
  width: 30px;
  height: 30px;
  left: -15px;
  top: -15px;
}
/* line 87, ../sass/_common.sass */
.animated-marker .marker {
  position: absolute;
  width: 21px;
  height: 21px;
  left: 0;
  top: 0;
  background: url(/images/marker.png) center center no-repeat;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
/* line 97, ../sass/_common.sass */
.animated-marker .pulse-1,
.animated-marker .pulse-2,
.animated-marker .pulse-3 {
  position: absolute;
  background-color: #89a831;
  width: 180px;
  pointer-events: none;
  height: 180px;
  border-radius: 200px;
  left: -80px;
  top: -80px;
  opacity: 0;
  transform-origin: 50% 50%;
  -moz-animation: animationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
  -webkit-animation: animationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
  animation: animationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.78s;
  animation-iteration-count: infinite;
}
/* line 114, ../sass/_common.sass */
.animated-marker .pulse-2 {
  animation-delay: 1s;
}
/* line 116, ../sass/_common.sass */
.animated-marker .pulse-3 {
  animation-delay: 1.22s;
}

@keyframes animationSignal {
  0% {
    opacity: 0;
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  1% {
    opacity: 0.25;
  }
  20% {
    opacity: 0.25;
  }
  60% {
    opacity: 0;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/* line 3, ../sass/partials/_header.sass */
#header-sticky-wrapper {
  position: absolute;
  top: 37px;
  left: 0;
  right: 0;
  z-index: 1;
}
/* line 10, ../sass/partials/_header.sass */
#header-sticky-wrapper #header {
  background: #598527;
}
/* line 13, ../sass/partials/_header.sass */
#header-sticky-wrapper #header .navbar {
  border-radius: 0;
  min-height: 0;
  margin-bottom: 0;
  border: none;
}
/* line 19, ../sass/partials/_header.sass */
#header-sticky-wrapper #header .navbar #navbar {
  padding-right: 0;
}
/* line 22, ../sass/partials/_header.sass */
#header-sticky-wrapper #header .navbar #navbar .nav {
  float: right;
}
/* line 26, ../sass/partials/_header.sass */
#header-sticky-wrapper #header .navbar #navbar .nav > li > a {
  color: #ffffff;
}
/* line 29, ../sass/partials/_header.sass */
#header-sticky-wrapper #header .navbar #navbar .nav > li > a:hover, #header-sticky-wrapper #header .navbar #navbar .nav > li > a:focus {
  background: #89a831;
}
/* line 33, ../sass/partials/_header.sass */
#header-sticky-wrapper #header .navbar #navbar .nav > li.active > a {
  font-weight: 700;
}
/* line 36, ../sass/partials/_header.sass */
#header-sticky-wrapper #header .navbar #navbar .nav > li.active > a.dropdown-link {
  background: #ffffff;
  color: #89a831;
  font-weight: 400;
}
/* line 40, ../sass/partials/_header.sass */
#header-sticky-wrapper #header .sub-menu-wrapper {
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
}
/* line 43, ../sass/partials/_header.sass */
#header-sticky-wrapper #header .sub-menu-wrapper .sub-menu {
  display: none;
  background: #ffffff;
  padding-top: 22px;
  padding-bottom: 27px;
}
/* line 49, ../sass/partials/_header.sass */
#header-sticky-wrapper #header .sub-menu-wrapper .sub-menu a {
  color: #2a450c;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}
/* line 55, ../sass/partials/_header.sass */
#header-sticky-wrapper #header .sub-menu-wrapper .sub-menu a span {
  font-size: 16px;
  font-weight: 400;
}
/* line 58, ../sass/partials/_header.sass */
#header-sticky-wrapper #header .sub-menu-wrapper .sub-menu a:hover, #header-sticky-wrapper #header .sub-menu-wrapper .sub-menu a:focus {
  color: #89a831;
}
/* line 61, ../sass/partials/_header.sass */
#header-sticky-wrapper #header .sub-menu-wrapper .sub-menu a.active {
  text-decoration: none;
}
/* line 63, ../sass/partials/_header.sass */
#header-sticky-wrapper #header .sub-menu-wrapper .sub-sub-menu {
  display: none;
  background: #ffffff;
  padding-bottom: 30px;
}
/* line 68, ../sass/partials/_header.sass */
#header-sticky-wrapper #header .sub-menu-wrapper .sub-sub-menu a {
  color: #2a450c;
  text-decoration: underline;
}
/* line 72, ../sass/partials/_header.sass */
#header-sticky-wrapper #header .sub-menu-wrapper .sub-sub-menu a:hover, #header-sticky-wrapper #header .sub-menu-wrapper .sub-sub-menu a:focus {
  font-weight: 700;
  text-decoration: none;
}

/* line 4, ../sass/partials/_footer.sass */
#footer .top {
  padding-top: 40px;
  padding-bottom: 12px;
  background: #252525;
  color: #ffffff;
}
/* line 10, ../sass/partials/_footer.sass */
#footer .top .container {
  background: url(/images/logo.png) right 15px bottom 35px no-repeat;
}
/* line 13, ../sass/partials/_footer.sass */
#footer .top .container a {
  color: #898989;
}
/* line 15, ../sass/partials/_footer.sass */
#footer .top .container .second-line {
  margin-top: 37px;
}
/* line 17, ../sass/partials/_footer.sass */
#footer .bottom {
  background: #000000;
  color: #b0b0b0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
}
/* line 24, ../sass/partials/_footer.sass */
#footer .bottom a {
  color: #b0b0b0;
}

/* line 4, ../sass/pages/_index.sass */
.index-page .top-picture {
  position: relative;
  height: 410px;
}
/* line 8, ../sass/pages/_index.sass */
.index-page .top-picture .overlay {
  opacity: 0.6;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
/* line 11, ../sass/pages/_index.sass */
.index-page .top-picture .content {
  position: relative;
  padding-top: 50px;
}
/* line 15, ../sass/pages/_index.sass */
.index-page .top-picture .content h1 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
/* line 17, ../sass/pages/_index.sass */
.index-page .top-picture .content a {
  display: inline-block;
  border-radius: 20px;
  padding: 7px 20px;
  font-weight: 700;
}
/* line 22, ../sass/pages/_index.sass */
.index-page .welcome-block {
  height: 388px;
  padding-top: 50px;
  color: #ffffff;
  background: url("/images/pages/index/1.png") right top -16px no-repeat #89a831;
}
/* line 28, ../sass/pages/_index.sass */
.index-page .welcome-block .inner {
  background: url(/images/icons/list-item-white.png) left top 10px no-repeat;
  padding-left: 55px;
}
/* line 31, ../sass/pages/_index.sass */
.index-page .categories {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
}
/* line 36, ../sass/pages/_index.sass */
.index-page .categories .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 40, ../sass/pages/_index.sass */
.index-page .categories .row .column {
  position: relative;
  background: center center no-repeat;
  background-size: cover;
  height: 300px;
}
/* line 46, ../sass/pages/_index.sass */
.index-page .categories .row .column .overlay {
  background: #000000;
  opacity: 0.3;
}
/* line 49, ../sass/pages/_index.sass */
.index-page .categories .row .column .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  text-align: center;
}
/* line 56, ../sass/pages/_index.sass */
.index-page .categories .row .column .content img {
  margin-right: 8px;
  width: 30px;
}
/* line 59, ../sass/pages/_index.sass */
.index-page .get-in-touch {
  color: #ffffff;
  background: #2a450c;
}
/* line 63, ../sass/pages/_index.sass */
.index-page .get-in-touch .inner {
  background: url(/images/icons/list-item-white-small.png) left top 55px no-repeat;
  padding-left: 60px;
  padding-top: 50px;
}
/* line 68, ../sass/pages/_index.sass */
.index-page .get-in-touch .inner a {
  color: #ffffff;
  font-size: 20px;
  border-radius: 20px;
  padding: 5px 40px 7px 20px;
  background: url(/images/icons/arrow-right.png) center right 20px no-repeat #89a831;
}
/* line 74, ../sass/pages/_index.sass */
.index-page .get-in-touch #map {
  height: 400px;
}

/* line 4, ../sass/pages/_lakenham_blend_paver.sass */
.lakenham-blend-paver-page .slider {
  margin-left: auto;
  margin-bottom: 45px;
  max-width: 485px;
}
/* line 9, ../sass/pages/_lakenham_blend_paver.sass */
.lakenham-blend-paver-page .thumbs img {
  margin-right: 18px;
  cursor: pointer;
}
/* line 13, ../sass/pages/_lakenham_blend_paver.sass */
.lakenham-blend-paver-page .thumbs img:last-child {
  margin-right: 0;
}
