@charset "UTF-8";
.normal-colour {
  color: #929393 !important;
  font-weight: 300;
}

h1, h2, h3, h4, p {
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  margin-top: 0;
}

h1 {
  font-family: "azo-sans-web", sans-serif;
  color: #c8934d;
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 30px;
}

h2 {
  font-family: "azo-sans-web", sans-serif;
  color: #c8934d;
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 30px;
}

h3 {
  font-family: "azo-sans-web", sans-serif;
  color: #c8934d;
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 30px;
}

h4 {
  font-family: "azo-sans-web", sans-serif;
  color: #c8934d;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 30px;
}

p {
  font-family: "azo-sans-web", sans-serif;
  color: #929393;
  font-size: 16px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
}

p a {
  color: #e7c888;
  text-decoration: none;
}

.subtitle {
  color: #e7c888;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
}
.subtitle a {
  color: #e7c888;
  margin: 0 15px;
  transition: all ease 0.5s;
}
.subtitle a:hover {
  color: #fff;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.grey-light {
  color: #c3c3c3 !important;
}

.d-brown {
  color: #7e5e35;
}

.small {
  font-size: 12px;
  line-height: 24px;
}

.large {
  font-size: 30px;
  line-height: 34px;
}

.uppercase {
  text-transform: uppercase;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.justified {
  text-align: justify;
}

html {
  margin: 0;
  padding: 0;
  background-color: #7e5e35;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #fff;
}

.break {
  width: 100%;
  height: 30px;
}

.clear {
  clear: both;
}

.section, .main {
  *zoom: 1;
}

.main:before, .main:after, .dark-section:before, .dark-section:after, .menu-section:before, .menu-section:after {
  display: table;
  content: "";
  line-height: 0;
}

.main:after, .dark-section:after, .menu-section:after {
  clear: both;
}

::selection {
  background: #f5d8a7;
  color: #fff;
}

::-moz-selection {
  background: #f5d8a7;
  color: #fff;
}

::-webkit-selection {
  background: #f5d8a7;
  color: #fff;
}

.main, .full, .half, .third, .quarter, .fifth, .three-quarters, .one-quarter, .one-third, .two-thirds, .eighth, .sixth, .left, .right, .form-input, .form-select, .form-textarea, .cookiePolicy, .half-list li, .text-image-split, .hero-left, .hero-right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main {
  width: 1320px;
  padding: 0 10px;
  margin: auto;
}

.full {
  width: 100%;
  padding: 0 10px;
}

.half {
  width: 50%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
  position: relative;
}

.third {
  width: 33.3%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}

.quarter {
  width: 25%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}

.fifth {
  width: 20%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}

.sixth {
  width: 16.6666667%;
  padding: 0 10px;
  float: left;
}

.eighth {
  width: 12.5%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}

.three-quarters {
  width: 75%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}

.one-quarter {
  width: 25%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}

.one-third {
  width: 33.3%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}

.two-thirds {
  width: 66.6%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}

.single-row .half, .single-row .third, .single-row .quarter, .single-row .fifth, .single-row .sixth, .single-row .eighth {
  margin-bottom: 0;
}

#mobile-menu > ul > li > a > img {
  width: 150px;
  height: 75px;
  float: left;
}

#mobile-menu > ul > li > a {
  width: 90% !important;
  float: left;
  margin: 0px;
  display: inline-block !important;
  box-sizing: border-box;
  text-align: right;
  overflow: hidden;
  font-family: "azo-sans-web", sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 77px;
  margin-top: 0;
  transition: all ease 0.5s;
  padding-right: 10px !important;
}

#mobile-menu > ul > li > #nodropdown {
  padding-right: 20px !important;
}

#mobile-menu > ul > li > i {
  width: 10% !important;
  display: inline-block !important;
  color: #fff !important;
  cursor: pointer !important;
  margin-top: 0px;
  float: right;
  font-size: 16px;
  width: 50px;
  text-align: center;
  line-height: 77px !important;
}

#mobile-menu > ul > li > ul > li a {
  width: 100%;
  margin: 0px;
  display: block;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  font-family: "azo-sans-web", sans-serif;
  color: #795f3b;
  font-size: 20px;
  line-height: 40px;
  margin-top: 0;
  transition: all ease 0.5s;
}

#mobile-menu > ul > li > ul > li {
  text-align: center !important;
  background-color: #e7c888;
  margin-top: 2px;
  margin-bottom: 2px;
}

#mobile-menu > ul > li > ul {
  padding: 0px;
}

#mobile-menu > ul > li > a:hover {
  color: #7e5e35;
}

#mobile-menu > ul > li > i:hover {
  color: #7e5e35 !important;
}

#mobile-menu.open {
  right: 0;
}

.padded {
  padding: 120px 10px;
}

.padded-more {
  padding: 250px 10px;
}

.padded-content {
  width: 50%;
  margin: auto;
  display: block;
}

.center {
  margin: auto;
}

.none {
  display: none !important;
}

img {
  border: none;
}

.full-image {
  width: 100%;
  display: block;
}

.half-image {
  width: 50%;
}

.quarter-image {
  width: 25%;
}

.no-bottom {
  margin-bottom: 0 !important;
}

.small-top {
  margin-top: 5px !important;
}

.float-image {
  float: right;
  margin: 0 0 20px 20px;
}

.float-image-small {
  float: right;
  margin: 0 0 20px 20px;
}

hr {
  width: 100%;
  background: transparent;
  border: none;
  border-top: 2px dotted #e7c888;
  margin: 30px auto 40px auto;
}

.mobile-hr {
  display: none;
}

.border {
  border: 1px solid #ccc;
}

.end {
  margin-right: 0 !important;
}

.rounded-hidden {
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}

.i-margin {
  margin-right: 10px;
}

.relative {
  position: relative;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.block {
  display: block;
}

.vertical-align {
  vertical-align: middle;
}

.display-table {
  display: table;
}

.display-table-cell {
  display: table-cell;
}

.text-image-split {
  width: 50%;
  padding: 30px;
  display: table-cell;
}

.text-image-split-bg {
  width: 100%;
  display: table-cell;
}

.table-white {
  width: 100%;
}
.table-white th {
  font-family: "azo-sans-web", sans-serif;
  color: #fff;
  padding: 15px 10px;
}
.table-white td {
  font-family: "azo-sans-web", sans-serif;
  color: #fff;
  padding: 5px 10px;
}

.list {
  padding: 0;
  margin: 0;
  overflow: auto;
  margin-bottom: 20px;
  list-style: none;
}
.list li {
  padding-left: 1em;
  text-indent: -0.7em;
  font-family: "azo-sans-web", sans-serif;
  color: #929393;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  margin: 7px 0;
}

.half-list {
  padding: 0 0 0 30px;
  margin: 0;
  overflow: auto;
  margin-bottom: 20px;
  list-style: none;
}
.half-list li {
  width: 100%;
  float: left;
  padding-left: 1em;
  text-indent: -0.7em;
  font-family: "azo-sans-web", sans-serif;
  color: #929393;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin: 10px 0;
  padding-right: 40px;
}
.half-list li::before {
  content: "• ";
  color: #c8934d;
  font-weight: bold;
  padding-right: 5px;
}

.full-list {
  padding: 0 0 0 30px;
  margin: 0;
  margin-bottom: 20px;
  list-style: none;
}
.full-list li {
  width: 70%;
  float: left;
  padding-left: 1em;
  text-indent: -0.7em;
  font-family: "azo-sans-web", sans-serif;
  color: #929393;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin: 10px 0;
  padding-right: 40px;
}
.full-list li::before {
  content: "• ";
  color: #c8934d;
  font-weight: bold;
  padding-right: 5px;
}

.log-splitter {
  width: 300px;
  position: absolute;
  top: -51px;
  right: 0;
  left: 0;
  margin: auto;
}

.animation {
  -webkit-animation: animation 2s;
  /* Safari 4+ */
  -moz-animation: animation 2s;
  /* Fx 5+ */
  -o-animation: animation 2s;
  /* Opera 12+ */
  animation: animation 2s;
  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes animation {
  0% {
    top: -50%;
  }
  100% {
    top: 50%;
  }
}
@-moz-keyframes animation {
  0% {
    top: -50%;
  }
  100% {
    top: 50%;
  }
}
@-o-keyframes animation {
  0% {
    top: -50%;
  }
  100% {
    top: 50%;
  }
}
@keyframes animation {
  0% {
    top: -50%;
  }
  100% {
    top: 50%;
  }
}
.stock-last {
  position: absolute;
  display: block;
  top: -20px;
  left: -10px;
  width: 210px;
}

.christmas-tree-div {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: block;
  -webkit-animation: christmas-tree 12s;
  background: #c8934d;
  -webkit-box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.31);
  z-index: 1000;
  padding: 10px 0;
  -moz-animation: christmas-tree 9s;
  -o-animation: christmas-tree 9s;
  animation: christmas-tree 9s;
}
.christmas-tree-div h4 {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  margin-bottom: 10px;
  color: #7e5e35;
  text-align: center;
}
.christmas-tree-div h4 span {
  color: #7e5e35;
}
.christmas-tree-div h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0px;
}

.christmas-tree {
  position: fixed;
  right: 20px;
  width: 300px;
  padding-bottom: 81px;
  z-index: 1001;
  -webkit-animation: christmas-tree 4s ease 1s;
  -moz-animation: christmas-tree 4s ease 1s;
  -o-animation: christmas-tree 4s ease 1s;
  animation: christmas-tree 4s ease 1s;
}

@-webkit-keyframes christmas-tree {
  0% {
    bottom: -600px;
  }
  10% {
    bottom: 0px;
  }
  25% {
    bottom: 0px;
  }
  85% {
    bottom: 0px;
  }
  100% {
    bottom: 0px;
  }
}
@-moz-keyframes christmas-tree {
  0% {
    bottom: -600px;
  }
  10% {
    bottom: 0px;
  }
  25% {
    bottom: 0px;
  }
  85% {
    bottom: 0px;
  }
  100% {
    bottom: 0px;
  }
}
@-o-keyframes christmas-tree {
  0% {
    bottom: -600px;
  }
  10% {
    bottom: 0px;
  }
  25% {
    bottom: 0px;
  }
  85% {
    bottom: 0px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes christmas-tree {
  0% {
    bottom: -600px;
  }
  10% {
    bottom: 0px;
  }
  25% {
    bottom: 0px;
  }
  85% {
    bottom: 0px;
  }
  100% {
    bottom: 0px;
  }
}
.mgn-right-15 {
  margin-right: 15px;
}

.white-section {
  width: 100%;
  background-color: #fff;
}

.grey-section {
  width: 100%;
  background-color: #d9d8d8;
}

#google-map {
  width: 100%;
  height: 400px;
}

.google-map {
  width: 100%;
  height: 300px;
  border: none;
}

.l-brown-section {
  width: 100%;
  background: #c8934d;
}

.selection {
  margin-top: 70px;
}
.selection .quarter {
  width: 100%;
}
.selection .white-bg {
  width: 100%;
  display: block;
  background: #fff;
  -webkit-box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.23);
}
.selection .white-bg img {
  width: 100%;
  display: block;
  transition: all ease 0.5s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.selection .white-bg .content {
  padding: 30px;
  box-sizing: border-box;
  text-align: left;
}
.selection .white-bg h3 {
  margin-bottom: 15px;
}
.selection .white-bg p {
  font-size: 13px;
  line-height: 26px;
}
.selection .white-bg:hover img {
  opacity: 0.7;
}

.listing {
  margin-top: 70px;
}
.listing .white-bg {
  width: 100%;
  display: block;
  background: #fff;
  -webkit-box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.23);
}
.listing .white-bg img {
  width: 100%;
  display: block;
  transition: all ease 0.5s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.listing .white-bg .content {
  padding: 30px;
  box-sizing: border-box;
  text-align: left;
}
.listing .white-bg h3 {
  margin-bottom: 15px;
}
.listing .white-bg p {
  font-size: 13px;
  line-height: 26px;
}
.listing .white-bg:hover img {
  opacity: 0.7;
}

.blog {
  margin-top: 80px;
}
.blog a {
  width: 100%;
  background: #fff;
  display: block;
  height: 100%;
  cursor: pointer;
}
.blog a .content {
  padding: 30px;
  box-sizing: border-box;
}
.blog a .button {
  width: 100%;
}
.blog a p {
  color: #666 !important;
}
.blog a img {
  width: 100%;
  transition: all ease 0.5s;
}
.blog a .subtitle {
  margin-bottom: 0;
  color: #e7c888 !important;
  line-height: 0;
}
.blog .third {
  padding: 0 25px;
}
.blog a:hover img {
  opacity: 0.4;
}

.other-service {
  width: 100%;
  display: block;
  background: #fff;
  -webkit-box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.23);
}
.other-service img {
  width: 100%;
  display: block;
  transition: all ease 0.5s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.other-service .content {
  padding: 30px;
  box-sizing: border-box;
  text-align: left;
}
.other-service h3 {
  margin-bottom: 15px;
}
.other-service p {
  font-size: 13px;
  line-height: 26px;
  color: #929393 !important;
}

.other-service:hover img {
  opacity: 0.7;
}

.latest-p-image {
  height: 100%;
  background: url(../img/projects/latest-project/1.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
}

.lpi-2 {
  background: url(../img/projects/latest-project/2.jpg) center no-repeat;
  background-size: cover;
}

.did-you-know {
  background: url(../img/backgrounds/did-you-know.jpg) center no-repeat;
  background-size: cover;
}

.need-a-quote {
  background: #c8934d;
  padding: 30px 10px;
}
.need-a-quote h3 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 30px;
}
.need-a-quote p {
  color: #fff;
  margin-bottom: 0;
  line-height: 20px;
}
.need-a-quote .half {
  margin-bottom: 0;
}
.need-a-quote .form-input {
  float: left;
  width: 290px;
  margin-right: 20px;
  background-color: #e4b578;
  text-align: left;
  font-size: 14px;
  padding-left: 20px;
  border: none;
}
.need-a-quote .button {
  margin-top: 10px;
}
.need-a-quote .float-right {
  width: 600px;
}

.detail-page {
  background: #c8934d !important;
}
.detail-page .intro-padded {
  padding: 0 10px 130px 10px;
}
.detail-page .intro-padded .padded-content {
  width: 80%;
}
.detail-page .intro-padded .subtitle {
  font-size: 18px;
  margin-bottom: 20px;
  color: #e7c888;
}
.detail-page .intro-padded h1 {
  color: #fff;
  font-size: 45px;
  line-height: 60px;
}
.detail-page .intro-padded p {
  color: #fff;
}
.detail-page .white-text h1 {
  color: #fff;
  font-size: 45px;
  line-height: 60px;
}
.detail-page .white-text h3 {
  color: #e7c888;
  font-size: 25px;
  line-height: 30px;
}
.detail-page .white-text h4 {
  color: #e7c888;
  font-size: 25px;
  line-height: 30px;
}
.detail-page .white-text p {
  color: #fff;
}

.detail-page-carousel {
  background: #e7c888;
  padding: 10px 0 1px 0;
}
.detail-page-carousel img {
  display: block;
}

.loaction-split {
  margin-top: 30px;
}
.loaction-split .half {
  padding: 0 30px;
}

.location-img {
  width: 100%;
  height: 100%;
  background: url(../img/backgrounds/location.jpg) center no-repeat;
  background-size: cover;
}

.products {
  margin-top: 60px;
}
.products .background {
  width: 75%;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.products .background .img-bg {
  width: 38%;
  float: left;
  background-color: #e5e5e5;
}
.products .background .content {
  width: 62%;
  float: left;
  padding: 40px;
  box-sizing: border-box;
}
.products .background .prod-desc {
  font-size: 15px;
  line-height: 24px;
}
.products .background h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}
.products .background h5 {
  font-family: "azo-sans-web", sans-serif;
  color: #c8934d;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}
.products .background .half-list {
  padding: 0;
  margin: 15px 0 5px 0;
}
.products .background .half-list li {
  width: 50%;
  font-size: 16px;
  padding-right: 10px;
}
.products .background .keywords {
  color: #c3c3c3;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.products .background p {
  color: #333;
}
.products .item .container {
  padding: 20px;
  box-sizing: border-box;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.products .item .container .img-bg {
  width: 30%;
  float: right;
  background-color: transparent;
}
.products .item .container .content {
  width: 70%;
  float: left;
  padding: 40px;
  box-sizing: border-box;
}
.products .item .container .prod-desc {
  font-size: 15px;
  line-height: 24px;
}
.products .item .container h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}
.products .item .container h5 {
  font-family: "azo-sans-web", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}
.products .item .container .half-list {
  padding: 0;
  margin: 15px 0 5px 0;
}
.products .item .container .half-list li {
  width: 50%;
  font-size: 16px;
  padding-right: 10px;
  color: #fff;
}
.products .item .container .keywords {
  color: #fff;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.products .item .container p {
  color: #333;
}

.prod-img-fencing-supalap {
  background: url(../img/products/fencing/supalap.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-fencing-supalap-half {
  background: url(../img/products/fencing/supalap-half.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-fencing-vertilap {
  background: url(../img/products/fencing/vertilap.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-fencing-single-standard-gap {
  background: url(../img/products/fencing/single-sided-standard.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-fencing-single-2-gap {
  background: url(../img/products/fencing/fencing-single-2-gap.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-fencing-single-side-1 {
  background: url(../img/products/fencing/single-side-1.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-fencing-double-sided {
  background: url(../img/products/fencing/double-sided.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-fencing-double-sided-1 {
  background: url(../img/products/fencing/double-sided-1.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-fencing-double-sided-2 {
  background: url(../img/products/fencing/double-sided-2.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-fencing-double-sided-board {
  background: url(../img/products/fencing/double-sided-board.jpg) center no-repeat;
  background-size: contain;
}

.prod-img-fencing-colour-dip {
  background: url(../img/products/fencing/colour-dip.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-single-sided-contemporary {
  background: url(../img/products/fencing/single-sided-contemporary.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-solid-contemporary {
  background: url(../img/products/fencing/solid-contemporary.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-fencing-madrid {
  background: url(../img/products/fencing/madrid.jpg) center no-repeat;
  background-size: contain;
}

.prod-img-fencing-oasis {
  background: url(../img/products/fencing/oasis.jpg) center no-repeat;
  background-size: contain;
}

.prod-img-fencing-bow-trellis {
  background: url(../img/products/fencing/bow-trellis.jpg) center no-repeat;
  background-size: contain;
}

.prod-img-fencing-flat-trellis {
  background: url(../img/products/fencing/flat-trellis.jpg) center no-repeat;
  background-size: contain;
}

.prod-img-fencing-budget-panels {
  background: url(../img/products/fencing/budget-panels.jpg) center no-repeat;
  background-size: contain;
}

.prod-img-timber-22mmx100mm {
  background: url(../img/products/timber/22mmx100mm.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-22x150 {
  background: url(../img/products/timber/22x150.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-gate-post {
  background: url(../img/products/timber/gate-post.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-featheredge-board {
  background: url(../img/products/timber/featheredge-board.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-18-x-18-PlainPaver {
  background: url(../img/products/paving/18-x-18-PlainPaver-Natural.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-24-x-24-PlainPaver {
  background: url(../img/products/paving/24-x-24-PlainPaver-Natural.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-18-stepping-stone {
  background: url(../img/products/paving/18-stepping-stone-round-grey.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-pattern-kit-1-grey {
  background: url(../img/products/paving/pattern-kit-1-grey-natural-colour-1000x700.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-small-log-stepper {
  background: url(../img/products/paving/small-log-stepper.jpg) left center no-repeat;
  background-size: cover;
}

.prod-img-large-moon-stepper {
  background: url(../img/products/paving/large-moon-stepper.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-indian-sandstone-autumn-brown {
  background: url(../img/products/paving/indian-sandstone-autumn-brown.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-indian-sandstone-kandla-grey {
  background: url(../img/products/paving/indian-sandstone-kandla-grey.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-indian-sandstone-mint-shotblasted {
  background: url(../img/products/paving/indian-sandstone-mint-shotblasted.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-indian-sandstone-modak {
  background: url(../img/products/paving/indian-sandstone-modak.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-indian-sandstone-raj-green {
  background: url(../img/products/paving/indian-sandstone-raj-green.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-indian-sandstone-ravina {
  background: url(../img/products/paving/indian-sandstone-ravina.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-indian-sandstone-rippon {
  background: url(../img/products/paving/indian-sandstone-rippon.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-porcelain-aged-anthracite {
  background: url(../img/products/paving/porcelain-aged-anthracite.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-porcelain-aged-black-sandstone {
  background: url(../img/products/paving/porcelain-aged-black-sandstone.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-porcelain-aged-crema {
  background: url(../img/products/paving/porcelain-aged-crema.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-porcelain-aged-honed-kandla-grey {
  background: url(../img/products/paving/porcelain-aged-honed-kandla-grey.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-porcelain-aged-kandla-grey {
  background: url(../img/products/paving/porcelain-aged-kandla-grey.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-porcelain-aged-quartz-grey {
  background: url(../img/products/paving/porcelain-aged-quartz-grey.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-porcelain-aged-quartz-white {
  background: url(../img/products/paving/porcelain-aged-quartz-white.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-porcelain-aged-raj-green {
  background: url(../img/products/paving/porcelain-aged-raj-green.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-porcelain-earth-anthracite {
  background: url(../img/products/paving/porcelain-earth-anthracite.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-porcelain-earth-bone {
  background: url(../img/products/paving/porcelain-earth-bone.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-porcelain-earth-grey {
  background: url(../img/products/paving/porcelain-earth-grey.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-composite-trellis-palm {
  background: url(../img/products/composite/trellis/palm-black.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-composite-trellis-cathedral {
  background: url(../img/products/composite/trellis/cathedral-black.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-composite-trellis-script {
  background: url(../img/products/composite/trellis/script-black.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-composite-trellis-diamond {
  background: url(../img/products/composite/trellis/diamond.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-composite-trellis-contemporary {
  background: url(../img/products/composite/trellis/contemporary.jpg) left center no-repeat;
  background-size: contain;
}

.prod-img-bespoke-shevles-pine {
  background: url(../img/products/bespoke/pine-shelves.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-bespoke-shevles-oak {
  background: url(../img/products/bespoke/oak-shelves.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-50mm-rounds {
  background: url(../img/products/timber/50mm-rounds.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-sleepers {
  background: url(../img/products/timber/sleepers.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-scaffold-boards {
  background: url(../img/products/timber/scaffold-boards.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-45x45 {
  background: url(../img/products/timber/45x45.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-70x45 {
  background: url(../img/products/timber/70x45.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-95x45 {
  background: url(../img/products/timber/95x45.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-145x45 {
  background: url(../img/products/timber/145x45.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-63x38 {
  background: url(../img/products/timber/63x38.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-89x38 {
  background: url(../img/products/timber/89x38.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-torus {
  background: url(../img/products/timber/torus.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-1-round-edge {
  background: url(../img/products/timber/1-round-edge.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-plywood {
  background: url(../img/products/timber/plywood.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-fencing-rail {
  background: url(../img/products/timber/fencing-rail.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-16-100 {
  background: url(../img/products/timber/16X100.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-contemporary-lats {
  background: url(../img/products/timber/contemporary-lats.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-oak-sleepers {
  background: url(../img/products/timber/oak-sleepers.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-oak-posts {
  background: url(../img/products/timber/oak-posts.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-oak-boards {
  background: url(../img/products/timber/oak-boards.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-10-125 {
  background: url(../img/products/timber/10-125.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-post-75 {
  background: url(../img/products/timber/post-75.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-post-100 {
  background: url(../img/products/timber/post-100.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-post-4x3 {
  background: url(../img/products/timber/post-4x3.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-25-50 {
  background: url(../img/products/timber/25-50.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-38-25 {
  background: url(../img/products/timber/38-25.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-round-top-palin {
  background: url(../img/products/timber/round-top-palin.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-tanalised-post-caps {
  background: url(../img/products/timber/tanalised-post-caps.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-70mm-planned-post {
  background: url(../img/products/timber/70mm-planned-post.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-pallet-board {
  background: url(../img/products/timber/pallet-board.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-door-casings {
  background: url(../img/products/timber/door-casing.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-osb3 {
  background: url(../img/products/timber/osb3.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-marine-plywood {
  background: url(../img/products/timber/marine-plywood.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-hardwood-faced-plywood {
  background: url(../img/products/timber/hardwood-faced-plywood.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-phenolic-plywood {
  background: url(../img/products/timber/phenolic-plywood.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-planed-tanalised-rail {
  background: url(../img/products/timber/planed-rail.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-round-timber-poles {
  background: url(../img/products/timber/round-timber-poles.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-100mm-machine-round {
  background: url(../img/products/timber/100mm-machine-round.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-75mm-machine-round {
  background: url(../img/products/timber/75mm-machine-round.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-pointed-posts {
  background: url(../img/products/timber/pointed-posts.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-log-effect-stepping-stone {
  background: url(../img/products/paving/log-effect-stepping-stone.jpg) center no-repeat;
  background-size: contain;
}

.prod-img-patio-circles {
  background: url(../img/products/paving/patio-circle.jpg) center no-repeat;
  background-size: contain;
}

.prod-img-riven-paver {
  background: url(../img/products/paving/riven-paver.jpg) center no-repeat;
  background-size: contain;
}

.prod-img-concrete-single-wall-topper {
  background: url(../img/products/concrete/single-wall-topper.jpg) center no-repeat;
  background-size: contain;
}

.prod-img-concrete-double-wall-topper {
  background: url(../img/products/concrete/double-wall-topper.jpg) center no-repeat;
  background-size: contain;
}

.prod-img-concrete-pillar-caps {
  background: url(../img/products/concrete/pillar-caps.jpg) center no-repeat;
  background-size: contain;
}

.prod-img-concrete-pier-caps {
  background: url(../img/products/concrete/pier-caps.jpg) center no-repeat;
  background-size: contain;
}

.prod-img-concrete-rope-edging {
  background: url(../img/products/concrete/rope-edging.jpg) center no-repeat;
  background-size: contain;
}

.prod-img-concrete-log-roll-edging {
  background: url(../img/products/concrete/log-roll-edging.jpg) center no-repeat;
  background-size: contain;
}

.prod-img-concrete-bull-nose-edging {
  background: url(../img/products/concrete/bull-nose-edging.jpg) center no-repeat;
  background-size: contain;
}

.prod-img-concrete-sleeper {
  background: url(../img/products/concrete/sleeper.jpg) center no-repeat;
  background-size: contain;
}

.prod-img-concrete-posts {
  background: url(../img/products/concrete/posts.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-concrete-gravel-board {
  background: url(../img/products/concrete/gravel-board.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-concrete-plain-gravel-board {
  background: url(../img/products/concrete/plain-gravel-board.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-medium-rockface {
  background: url(../img/products/concrete/medium-rockface.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-cladding-untreated-shiplap {
  background: url(../img/products/cladding/untreated-shiplap.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-cladding-pressure-treated-loglap {
  background: url(../img/products/cladding/pressure-treated-loglap.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-cladding-untreated-matchboard {
  background: url(../img/products/cladding/untreated-matchboard.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-cladding-tanalised-matchboard {
  background: url(../img/products/cladding/tanalised-matchboard.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-cladding-pressure-treated-shiplap {
  background: url(../img/products/cladding/pressure-treated-shiplap.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-cladding-floorboards {
  background: url(../img/products/cladding/floorboards.jpg) center no-repeat;
  background-size: contain;
}

.prod-img-coming-soon {
  background: url(../img/products/coming-soon.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-pyramid-caps {
  background: url(../img/products/timber/pyramid-caps.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-245-30 {
  background: url(../img/products/timber/245x30.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-100-25 {
  background: url(../img/products/timber/100x25.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-50-25 {
  background: url(../img/products/timber/50x25.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-6-1 {
  background: url(../img/products/timber/6x1.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-timber-3-1 {
  background: url(../img/products/timber/3x1.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-decking-33 {
  background: url(../img/products/decking/33.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-decking-30 {
  background: url(../img/products/decking/30-1.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-decking-3-2 {
  background: url(../img/products/decking/3x2.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-decking-4-2 {
  background: url(../img/products/decking/4x2.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-decking-6-2 {
  background: url(../img/products/decking/6x2.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-decking-newels {
  background: url(../img/products/decking/newels.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-decking-spindle {
  background: url(../img/products/coming-soon.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-7x2-carcassing {
  background: url(../img/products/coming-soon.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-8x2-carcassing {
  background: url(../img/products/timber/8x2-carcassing.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-9x2-carcassing {
  background: url(../img/products/timber/9x2-carcassing.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-pressure-treated-shiplap {
  background: url(../img/products/timber/pressure-treated-shiplap.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-chipboard {
  background: url(../img/products/timber/chipboard.png) center no-repeat;
  background-size: cover;
}

.prod-img-hook-and-bands {
  background: url(../img/products/accessories/hook-and-bands.png) center no-repeat;
  background-size: cover;
}

.prod-img-adjustable-hook-and-bands {
  background: url(../img/products/accessories/adjustable-hook-and-bands.png) center no-repeat;
  background-size: cover;
}

.prod-img-coil-nails {
  background: url(../img/products/accessories/coil-nails.png) center no-repeat;
  background-size: cover;
}

.prod-img-suffolk-latch {
  background: url(../img/products/accessories/suffolk-latch.png) center no-repeat;
  background-size: cover;
}

.prod-img-decking-hand-rail {
  background: url(../img/products/decking/hand-rail.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-decking-end-grain {
  background: url(../img/products/decking/end-grain.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-decking-stop-chamfered {
  background: url(../img/products/decking/stop-chamfered.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-fixing-galvanised-nails {
  background: url(../img/products/fixings/galvanised-nails.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-fixing-wood-screws {
  background: url(../img/products/fixings/wood-screws.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-fixing-concrete-screws {
  background: url(../img/products/fixings/concrete-screws.jpg) left center no-repeat;
  background-size: cover;
}

.prod-img-fixing-decking-screw {
  background: url(../img/products/fixings/decking-screw.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-fixing-landscape-screw {
  background: url(../img/products/fixings/landscape-screw.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-fixing-zinc-gate-hinges {
  background: url(../img/products/fixings/zinc-gate-hinges.jpg) left center no-repeat;
  background-size: cover;
}

.prod-img-fixing-lockable-bolt {
  background: url(../img/products/fixings/lockable-bolt.jpg) left center no-repeat;
  background-size: cover;
}

.prod-img-fixing-ring-latch {
  background: url(../img/products/fixings/ring-latch.jpg) left center no-repeat;
  background-size: cover;
}

.prod-img-fixing-auto-catch {
  background: url(../img/products/fixings/auto-catch.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-fixing-concrete {
  background: url(../img/products/fixings/concrete.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-fixing-met-posts {
  background: url(../img/products/fixings/met-posts.jpg) center no-repeat;
  background-size: contain;
}

.prod-img-fixing-galvanised-drive {
  background: url(../img/products/fixings/galvanised-drive.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-fixing-gate-spring {
  background: url(../img/products/fixings/gate-spring.png) center no-repeat;
  background-size: cover;
}

.prod-img-fixing-padlock {
  background: url(../img/products/fixings/padlock.png) center no-repeat;
  background-size: cover;
}

.prod-img-fixing-deck-oil {
  background: url(../img/products/fixings/deck-oil.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-fixing-paint-brush {
  background: url(../img/products/fixings/paint-brush.png) center no-repeat;
  background-size: cover;
}

.prod-img-fixing-felt-nails {
  background: url(../img/products/fixings/felt-nails.png) center no-repeat;
  background-size: cover;
}

.prod-img-fixing-cabin-hook {
  background: url(../img/products/fixings/cabin-hook.png) center no-repeat;
  background-size: cover;
}

.prod-img-5x2-carcassing {
  background: url(../img/products/timber/5x2-carcassing.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-7x2-carcassing {
  background: url(../img/products/timber/7x2-carcassing.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-4x3-carcassing {
  background: url(../img/products/timber/4x3-carcassing.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-9x3-carcassing {
  background: url(../img/products/timber/9x3-carcassing.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-composite-fencing {
  background: url(../img/products/composite/composite-fencing.jpg) center no-repeat;
  background-size: cover;
}

.aluminium-fence-posts {
  background: url(../img/products/aluminium-fence-posts/1.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-composite-decking {
  background: url(../img/products/composite/decking.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-composite-accessories {
  background: url(../img/products/composite/posts.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-aggregates-plumb {
  background: url(../img/products/aggregates/decorative/plum.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-aggregates-golden {
  background: url(../img/products/aggregates/decorative/golden.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-aggregates-green {
  background: url(../img/products/aggregates/decorative/green.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-aggregates-blue {
  background: url(../img/products/aggregates/decorative/blue.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-aggregates-10mgolden {
  background: url(../img/products/aggregates/decorative/10mgolden.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-aggregates-green {
  background: url(../img/products/aggregates/decorative/green.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-aggregates-green {
  background: url(../img/products/aggregates/decorative/green.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-aggregates-red {
  background: url(../img/products/aggregates/decorative/red.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-aggregates-sand {
  background: url(../img/products/aggregates/general/sand.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-aggregates-cementmix {
  background: url(../img/products/fixings/concrete.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-aggregates-cement {
  background: url(../img/products/fixings/concrete.jpg) center no-repeat;
  background-size: cover;
}

.prod-img-aggregates-grit {
  background: url(../img/products/aggregates/general/grit.jpg) center no-repeat;
  background-size: cover;
}

.stain-colour {
  width: 23%;
  float: left;
  margin: 0 1% 10px 1%;
}

.stain-colour p {
  font-size: 13px;
  text-align: center;
  margin-top: 50px;
  color: #fff !important;
  display: block;
  width: 100%;
}

.sc-brown {
  background-color: #382119;
}

.sc-red-cedar {
  background-color: #44231c;
}

.sc-dark-oak {
  background-color: #3b312f;
}

.sc-blue {
  background-color: #1e263a;
}

.sc-mocha {
  background-color: #a89a8f;
}

.sc-chocolate {
  background-color: #5c534c;
}

.sc-graphite-grey {
  background-color: #615e59;
}

.sc-silver-grey {
  background-color: #7d7e80;
}

.sc-charcoal-black {
  background-color: #403b37;
}

header {
  width: 100%;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.31);
}

header > .main {
  padding: 0 30px;
}

.top-header {
  width: 100%;
  padding: 0 30px;
  background: #7e5e35;
  box-sizing: border-box;
}
.top-header p {
  margin-bottom: 0;
  font-size: 14px;
}
.top-header p a {
  color: #fff;
  transition: all ease 0.5s;
}
.top-header p a:hover {
  opacity: 0.5;
}
.top-header p img {
  width: 35px;
  display: inline-block;
}
.top-header .float-left {
  padding: 5px 0;
}
.top-header .float-right a {
  display: block;
  height: 46px;
  background: #e7c888;
  float: left;
  padding: 0px 40px;
  line-height: 46px;
}
.top-header .float-right .other {
  background: #c8934d;
}
.top-header .float-right a:hover {
  background-color: #4e3e1e;
  color: #c8934d;
}

.logo {
  width: 80px;
  margin: 10px 0;
  height: 80px;
  float: left;
  display: block;
  position: relative;
}
.logo img {
  position: absolute;
  top: 23px;
  left: 0;
  right: 0;
  margin: auto;
}

.spinning {
  -webkit-animation: rotation 5s infinite linear;
  top: -5px !important;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}
.header-right {
  width: 300px;
  float: right;
  margin-top: 25px;
}

.header-right p {
  font-family: "azo-sans-web", sans-serif;
  font-size: 24px;
  color: #fff;
  text-align: right;
}

.page-header {
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  text-align: center;
}

.ph-fencing {
  background: url(../img/header/fencing.jpg) center bottom no-repeat;
  background-size: cover;
}

.ph-aggregates {
  background: url(../img/header/aggregates.jpg) center bottom no-repeat;
  background-size: cover;
}

.ph-others {
  background: url(../img/header/fencing.jpg) center bottom no-repeat;
  background-size: cover;
}

.ph-decking {
  background: url(../img/header/decking.jpg) center bottom no-repeat;
  background-size: cover;
}

.ph-paving {
  background: url(../img/header/paving.jpg) center bottom no-repeat;
  background-size: cover;
}

.ph-timber {
  background: url(../img/header/timber.jpg) center bottom no-repeat;
  background-size: cover;
}

.ph-concrete {
  background: url(../img/header/concrete.jpg) center bottom no-repeat;
  background-size: cover;
}

.ph-contact {
  background: url(../img/header/contact.jpg) center bottom no-repeat;
  background-size: cover;
}

.ph-fitting {
  background: url(../img/header/fitting.jpg) center bottom no-repeat;
  background-size: cover;
}

.ph-fixings {
  background: url(../img/header/fixings.jpg) center bottom no-repeat;
  background-size: cover;
}

.ph-cladding {
  background: url(../img/header/cladding.jpg) center bottom no-repeat;
  background-size: cover;
}

.ph-blog {
  background: url(../img/header/blog.jpg) center bottom no-repeat;
  background-size: cover;
}

.ph-composite {
  background: url(../img/header/composite.jpg) center bottom no-repeat;
  background-size: cover;
}

#mobile-menu {
  display: none;
}

#megamenu {
  width: 525px;
  height: 100px;
  margin: auto;
  font-family: "azo-sans-web", sans-serif;
  float: right;
}

#megamenu > ul {
  height: 100px;
  padding: 0;
  margin: 0;
  list-style: none;
}

#megamenu > ul > li {
  height: 100px;
  float: left;
  font-size: 14px;
  color: #929393;
  line-height: 100px;
  -webkit-font-smoothing: antialiased;
}

.h-hover {
  position: absolute;
  transition: all ease 0.5s;
  width: 80%;
  margin: auto;
  left: 0;
  right: 0;
  padding-top: 100px;
}

#megamenu > ul > li:hover .h-hover {
  padding-top: 60px;
  color: #c8934d;
}

#megamenu > ul > li > a {
  width: 100%;
  height: 100px;
  padding: 0px 30px;
  box-sizing: border-box;
  margin: 0px;
  display: block;
  color: #929393;
  font-weight: 600;
  text-align: center;
  transition: all ease 0.5s;
  overflow: hidden;
}

#megamenu ul a {
  display: block;
  color: #fff;
  text-decoration: none;
  height: auto;
  width: auto;
  cursor: pointer;
  position: relative;
}

#megamenu > ul > li > a:hover {
  color: #c8934d;
}

#megamenu .quarter {
  margin-bottom: 0;
}

#megamenu > ul > li > ul.mega-dropdown {
  width: 100%;
  background-color: #7e5e35;
  position: absolute;
  top: 135px;
  border-top: 1px solid #c8934d;
  border-bottom: 1px solid #c8934d;
  padding: 30px;
  box-sizing: border-box;
}

#megamenu .productsnav.active ul {
  left: 0;
}

#megamenu > ul > li > ul.mega-dropdown li {
  width: 100%;
}

#megamenu > ul > li > ul.mega-dropdown li:hover {
  background-color: #c8934d;
}

#megamenu > ul > li > ul.mega-dropdown li a {
  color: #fff;
  padding: 15px 10px;
  display: block;
}

#megamenu > ul > li > ul {
  font-family: "azo-sans-web", sans-serif;
  height: auto;
  background-color: #c8934d;
  display: block;
  left: -999em;
  position: absolute;
  list-style: none;
  padding: 0;
  z-index: 999;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  color: #fff;
  top: 94px;
  border-top: 1px solid #c8934d;
  border-bottom: 1px solid #c8934d;
  padding: 15px;
}

#megamenu > ul > li > ul > li {
  float: right;
  clear: both;
  margin-bottom: 0;
}

#megamenu > ul > li > ul > li > a:hover {
  background-color: #c8934d;
}

#megamenu > ul > li > ul.mega-dropdown li a.gold {
  border-bottom: 1px solid #c8934d;
  font-size: 20px !important;
}

#megamenu ul li ul li:hover {
  color: #fff;
  z-index: 30001;
  background-color: #c8934d;
  background-image: none;
}

#mobile-menu-button-container {
  width: 70px;
  height: 70px;
  float: right;
  z-index: 9999;
  margin: 10px 0;
  cursor: pointer;
  padding: 20px 15px;
  padding-right: 0px;
  box-sizing: border-box;
  position: relative;
  display: none;
}

#mobile-menu-button {
  height: 70px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  position: relative;
  z-index: 1002;
}

#mobile-menu-button span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #c8934d;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#mobile-menu-button span:nth-child(1) {
  top: 0px;
}

#mobile-menu-button span:nth-child(2), #mobile-menu-button span:nth-child(3) {
  top: 18px;
}

#mobile-menu-button span:nth-child(4) {
  top: 36px;
}

#mobile-menu-button.open span:nth-child(1) {
  background: #fff;
  top: 18px;
  width: 0%;
  left: 50%;
}

#mobile-menu-button.open span:nth-child(2) {
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobile-menu-button.open span:nth-child(3) {
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mobile-menu-button.open span:nth-child(4) {
  background: #fff;
  top: 18px;
  width: 0%;
  left: 50%;
}

#mobile-menu-button.open {
  margin-top: -25px;
}

#mobile-menu {
  width: 100%;
  height: 100vh;
  overflow: scroll;
  top: 0;
  background-color: #7e5e35;
  background-size: cover;
  position: fixed;
  right: -1000px;
  z-index: 9998;
  transition: 0.25s ease-in-out;
}

#mobile-menu ul {
  float: none;
  list-style: none;
  text-align: right;
  padding-right: 10px;
  padding-left: 10px;
}

#mobile-menu .third {
  width: 33.3% !important;
}

#mobile-menu .logo {
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 10px;
  float: left;
}

#mobile-menu h3 {
  line-height: 24px;
}

#mobile-menu .button-full {
  font-size: 16px;
}

#mobile-menu .button-full:hover {
  background-color: #e7c888;
}

#mobile-menu > ul > li {
  display: block;
  backface-visibility: hidden;
  margin-bottom: unset;
  background-color: #c8934d;
  margin-bottom: 10px;
  padding: 5px 5px;
}

@media only screen and (max-width: 1190px) {
  #megamenu {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1140px) {
  header.active .button {
    width: 130px;
  }
}
@media only screen and (max-width: 1000px) {
  #mobile-menu-button-container {
    display: block;
    margin: 0px 0;
  }
}
@media only screen and (max-width: 550px) {
  #mobile-menu {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  #mobile-menu > ul > li > a img {
    width: 150px;
    height: 75px;
    float: left;
    display: inline;
  }

  #mobile-menu > ul > li > a {
    font-size: 18px;
  }

  #mobile-menu > ul > li > ul > li a {
    font-size: 18px;
  }

  #mobile-menu > ul > li > i {
    line-height: 50px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 325px) {
  #mobile-menu > ul > li > img {
    width: 100px;
    height: 50px;
  }

  #mobile-menu > ul > li > a {
    line-height: 50px;
    padding-right: 20px;
  }

  #mobile-menu > ul > li > i {
    line-height: 50px;
    margin-right: 10px;
  }
}
.hero-section {
  width: 100%;
  height: 700px;
  background: url(../img/backgrounds/hero.jpg) center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.hero-section .hero-img {
  width: 350px;
  height: 350px;
  background: url(../img/header/hero-bg.svg);
  margin: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-box-shadow: 0px 0px 113px -18px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 0px 0px 113px -18px rgba(0, 0, 0, 0.51);
  box-shadow: 0px 0px 113px -18px rgba(0, 0, 0, 0.51);
  border-radius: 100%;
  padding: 30px;
}
.hero-section .hero-img .logo {
  width: 100%;
  float: none;
  height: 100%;
}
.hero-section .hero-img .logo img {
  margin: none;
  top: -8px !important;
  display: block;
}

.hero-section > .main {
  height: 100%;
}

ul.sitemap li {
  font-family: "azo-sans-web", sans-serif;
  color: #e7c888;
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
  text-decoration: none;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 10px;
  list-style: none;
}

ul.sitemap li a {
  color: #e7c888;
  text-decoration: none;
  transition: all ease 0.5s;
}

ul.sitemap li a:hover {
  color: #7e5e35;
}

ul.sitemap > li > ul > li {
  font-style: italic;
}

.form-input {
  width: 100%;
  height: 50px;
  background-color: #e7c888;
  border: none;
  margin: 0;
  padding-left: 20px;
  font-family: "azo-sans-web", sans-serif;
  font-size: 14px;
  line-height: 50px;
  color: #929393;
  text-align: left;
}

.form-select {
  width: 100%;
  height: 50px;
  background-color: #e7c888;
  border: none;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: "azo-sans-web", sans-serif;
  font-size: 14px;
  line-height: 50px;
  color: #929393;
  text-align: left;
}

.form-textarea {
  width: 100%;
  height: 100px;
  background-color: #e7c888;
  border: none;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: "azo-sans-web", sans-serif;
  font-size: 14px;
  line-height: 50px;
  color: #929393;
  text-align: left;
  margin-bottom: 8px;
}

.form-button {
  width: 100%;
  height: 50px;
  background-color: #7e5e35;
  border: none;
  font-family: "azo-sans-web", sans-serif;
  font-size: 16px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.5s ease;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}

.form-button:hover {
  background-color: #e7c888;
}

.qc-ht {
  display: none !important;
}

.error {
  color: red;
  font-weight: bold;
}

.form-input::-webkit-input-placeholder {
  color: #7e5e35;
}

.form-input:-moz-placeholder {
  color: #7e5e35;
}

.form-input::-moz-placeholder {
  color: #7e5e35;
}

.form-input:-ms-input-placeholder {
  color: #7e5e35;
}

.form-textarea::-webkit-input-placeholder {
  color: #7e5e35;
}

.form-textarea:-moz-placeholder {
  color: #7e5e35;
}

.form-textarea::-moz-placeholder {
  color: #7e5e35;
}

.form-textarea:-ms-input-placeholder {
  color: #7e5e35;
}

.contact-form {
  width: 90%;
  margin: 50px auto 0 auto;
}
.contact-form .half {
  padding: 0 5px;
  margin-bottom: 10px;
}
.contact-form .full {
  padding: 0 5px;
  margin-bottom: 10px;
}

.button {
  width: 180px;
  height: 40px;
  display: block;
  background-color: #c8934d;
  cursor: pointer;
  transition: background-color 0.5s ease;
  font-family: "azo-sans-web", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
}

.button:hover {
  background-color: #7e5e35;
}

.button-full {
  width: 100%;
  height: 40px;
  display: block;
  background-color: #c8934d;
  cursor: pointer;
  transition: background-color 0.5s ease;
  font-family: "azo-sans-web", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
}

.button-full:hover {
  background-color: #7e5e35;
}

.db-button {
  background-color: #7e5e35;
}

.db-button:hover {
  background-color: #313131;
}

.image-button {
  width: 180px;
  height: 40px;
  display: inline-block;
  background-color: #c3c3c3;
  cursor: pointer;
  transition: background-color 0.5s ease;
  font-family: "azo-sans-web", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 35px;
  -webkit-font-smoothing: antialiased;
  margin: 5px 5px 5px 0;
  border: 2px solid transparent;
}

.button:hover {
  background-color: #7e5e35;
}

.image-button.active {
  background-color: #7e5e35;
}

footer {
  background-color: #2f2f2f;
}
footer .third {
  text-align: center;
}
footer .third li a {
  color: #929393;
  transition: all ease 0.5s;
}
footer .third li a:hover {
  color: #fff;
}
footer .third p a {
  color: #929393;
  transition: all ease 0.5s;
}
footer .third p a:hover {
  color: #fff;
}
footer .third p {
  margin-bottom: 10px;
}
footer .third a i {
  color: #c8934d;
  transition: all ease 0.5s;
}
footer .third a i:hover {
  opacity: 0.6;
}
footer .third .f-logo {
  width: 40%;
}
footer .logo {
  float: none;
  margin: 0 auto 30px auto;
  width: 95px;
}

.tweet {
  font-family: "azo-sans-web", sans-serif;
  color: #fff;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 26px;
}
.tweet a {
  color: #2e90db;
  text-decoration: none;
}

.sticky-footer-message {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: block;
  -webkit-animation: popup-footer 12s;
  -webkit-box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.31);
  z-index: 99999;
  -moz-animation: popup-footer 9s;
  -o-animation: popup-footer 9s;
  animation: popup-footer 9s;
}
.sticky-footer-message .close-sticky-footer {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 5px;
  top: 5px;
  background: url(../img/backgrounds/close.png) center no-repeat;
  background-size: 35px;
  cursor: pointer;
  z-index: 999999;
}
.sticky-footer-message .covid-footer {
  height: 100%;
  background: #c8934d;
  padding: 20px;
  padding-bottom: 50px;
  margin: 0;
}
.sticky-footer-message .christmas-footer {
  height: 100%;
  background: #27d43e;
  padding: 20px 200px 20px 20px;
  margin: 0;
}
.sticky-footer-message .christmas-footer img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 180px;
  height: 126px;
}
.sticky-footer-message .long-footer {
  height: 100%;
  background: #c8934d;
  padding: 20px 50px 20px 20px;
  margin: 0;
}
.sticky-footer-message .long-footer img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 180px;
  height: 126px;
}
.sticky-footer-message .long-footer h4 span {
  color: #4a6a69;
}
.sticky-footer-message h4 {
  font-size: 15px;
  line-height: 23px;
  margin: 0;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.sticky-footer-message h4 span {
  color: #7e5e35;
}

@-webkit-keyframes popup-footer {
  0% {
    bottom: 0px;
  }
  10% {
    bottom: -800px;
  }
  25% {
    bottom: 0px;
  }
  85% {
    bottom: 0px;
  }
  100% {
    bottom: 0px;
  }
}
@-moz-keyframes popup-footer {
  0% {
    bottom: 0px;
  }
  10% {
    bottom: -800px;
  }
  25% {
    bottom: 0px;
  }
  85% {
    bottom: 0px;
  }
  100% {
    bottom: 0px;
  }
}
@-o-keyframes popup-footer {
  0% {
    bottom: 0px;
  }
  10% {
    bottom: -800px;
  }
  25% {
    bottom: 0px;
  }
  85% {
    bottom: 0px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes popup-footer {
  0% {
    bottom: 0px;
  }
  10% {
    bottom: -800px;
  }
  25% {
    bottom: 0px;
  }
  85% {
    bottom: 0px;
  }
  100% {
    bottom: 0px;
  }
}
#cookie-bar {
  opacity: 0.85 !important;
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #7e5e35 !important;
  z-index: 1002;
}
#cookie-bar p {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  display: block;
  float: left;
  padding: 5px 0;
}
#cookie-bar p a {
  text-decoration: underline;
  color: #fff;
}
#cookie-bar #accept {
  float: right;
  background: #fff;
  color: #000;
  font-family: "azo-sans-web", sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding: 7px 10px;
  text-align: center;
  box-sizing: border-box;
  transition: 1s all;
  cursor: pointer;
}
#cookie-bar #accept:hover {
  background-color: #e7c888;
  color: #fff;
}

@media only screen and (max-width: 650px) {
  #cookie-bar {
    height: auto;
    text-align: left;
  }
  #cookie-bar p {
    display: inline-block;
    float: left;
    padding: 0;
    line-height: 16px;
    margin-bottom: 0;
    width: 70%;
  }
  #cookie-bar #accept {
    display: inline-block;
    float: right;
    margin-left: 10px;
    width: calc(30% - 10px);
  }
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../img/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

@media only screen and (max-width: 1400px) {
  .top-header .main {
    width: 100%;
  }

  .hero-section {
    height: 600px;
  }
  .hero-section .hero-img {
    width: 290px;
    height: 290px;
  }
}
@media only screen and (max-width: 1280px) {
  .main {
    width: 100%;
  }

  .eighth {
    width: 25%;
  }

  nav {
    width: 800px;
  }

  .blog .third {
    width: 50%;
  }
}
@media only screen and (max-width: 1100px) {
  .need-a-quote {
    padding: 40px 10px;
  }
  .need-a-quote .float-left {
    float: none;
    margin: auto;
    width: 360px;
    text-align: center;
    margin-bottom: 30px;
  }
  .need-a-quote .float-right {
    float: none;
    margin: auto;
    width: 600px;
  }

  footer .third {
    width: 300px;
    margin: 30px auto;
    float: none;
  }
  footer .padded {
    padding: 50px 10px;
  }
}
@media only screen and (max-width: 1000px) {
  /*.christmas-tree {width: 200px;}*/
  .quarter {
    width: 50%;
  }

  .eighth {
    width: 25%;
  }

  nav {
    height: auto;
  }

  header .logo {
    margin: 7px 0px 0px 0px;
    height: 73px;
    width: 70px;
  }

  header .logo img {
    top: 17px;
  }

  #desktop-menu {
    display: none;
  }

  #megamenu {
    display: none;
  }

  #mobile-menu {
    display: block;
  }

  header {
    position: fixed;
    z-index: 9999;
    top: 0;
  }

  .selection {
    margin-bottom: 20px;
  }

  .detail-page .mean-bar {
    background: #7a5e31 !important;
  }

  .detail-page .mean-nav {
    background: #7a5e31 !important;
  }

  .single-row {
    padding-bottom: 10px;
  }

  .single-row .quarter {
    margin-bottom: 20px;
  }

  .text-image-split {
    width: 100%;
    display: block;
    padding-top: 0;
    background-position: center;
  }

  .text-image-split .padded-content {
    width: 90%;
    padding: 50px 0;
  }

  #lastest-project .third {
    width: 80%;
    margin: auto;
    float: none;
    text-align: center;
  }
  #lastest-project .third .button {
    margin: auto;
  }
  #lastest-project .third .latest-p-image {
    width: 48%;
    float: left;
    margin: 50px 1% 0 1%;
    height: 200px;
  }

  .hero-section > .main {
    padding-top: 52px;
  }

  .hero-section {
    height: 500px;
  }
  .hero-section .hero-img {
    width: 250px;
    height: 250px;
  }

  .page-header {
    margin-top: 80px;
  }

  .intro-padded .padded-content {
    width: 80%;
  }

  .loaction-split .half {
    padding: 0 10px;
  }

  .products .background {
    width: 90%;
  }
}
@media only screen and (max-width: 900px) {
  h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .blog .third {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  .padded-content {
    width: 80%;
  }
}
@media only screen and (max-width: 750px) {
  .half-list li {
    width: 100%;
    float: none;
  }

  .prod-img-timber-gate-post {
    background: url(../img/products/timber/gate-post-mob.jpg) center no-repeat;
    background-size: cover;
  }

  .detail-page .intro-padded {
    padding: 0 15px 80px 15px;
  }
  .detail-page .intro-padded h1 {
    font-size: 32px;
    line-height: 50px;
  }

  .page-header {
    height: 110px;
  }

  .mobile-br {
    display: block;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .loaction-split .half {
    width: 80%;
    margin: auto;
    float: none;
  }
  .loaction-split .half iframe {
    height: 250px;
    margin-bottom: 15px;
  }

  .location-img {
    height: 250px;
  }

  .products .background {
    width: 70%;
  }
  .products .background .img-bg {
    width: 100%;
    height: 200px;
  }
  .products .background .content {
    width: 100%;
    text-align: center;
  }
  .products .background .content .button {
    margin: auto;
    float: none;
  }
  .products .background .content li {
    width: 100%;
  }

  .sticky-footer-message h4 {
    font-size: 13px;
    line-height: 19px;
  }
  .sticky-footer-message .christmas-footer {
    padding: 20px 20px 70px 20px;
  }
  .sticky-footer-message .christmas-footer img {
    width: 100px;
    height: 70px;
    right: 35%;
  }

  .prod-img-fixing-met-posts, .prod-img-cladding-floorboards, .prod-img-fencing-supalap, .prod-img-fencing-supalap-half, .prod-img-fencing-vertilap, .prod-img-fencing-single-standard-gap, .prod-img-fencing-single-2-gap, .prod-img-fencing-single-side-1, .prod-img-fencing-double-sided, .prod-img-fencing-double-sided-1, .prod-img-fencing-double-sided-2, .prod-img-18-stepping-stone, .prod-img-pattern-kit-1-grey, .prod-img-24-x-24-PlainPaver, .prod-img-18-x-18-PlainPaver, .prod-img-large-moon-stepper, .prod-img-indian-sandstone-autumn-brown, .prod-img-indian-sandstone-kandla-grey, .prod-img-indian-sandstone-mint-shotblasted, .prod-img-indian-sandstone-modak, .prod-img-indian-sandstone-raj-green, .prod-img-indian-sandstone-ravina, .prod-img-indian-sandstone-rippon, .prod-img-porcelain-aged-anthracite, .prod-img-porcelain-aged-black-sandstone, .prod-img-porcelain-aged-crema, .prod-img-porcelain-aged-honed-kandla-grey, .prod-img-porcelain-aged-kandla-grey, .prod-img-porcelain-aged-quartz-grey, .prod-img-porcelain-aged-quartz-white, .prod-img-porcelain-aged-raj-green, .prod-img-porcelain-earth-anthracite, .prod-img-porcelain-earth-bone, .prod-img-porcelain-earth-grey, .prod-img-composite-trellis-palm, .prod-img-composite-trellis-cathedral, .prod-img-composite-trellis-script, .prod-img-composite-trellis-diamond, .prod-img-composite-trellis-contemporary {
    background-position: center;
  }

  .mobile-colour-center {
    margin: auto;
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 700px) {
  .quarter {
    width: 50%;
  }

  .eighth {
    width: 50%;
  }

  .home-slideshow-container, .home-slideshow {
    height: 300px;
    margin-top: 0;
  }

  .slide-container {
    background-size: 1000px;
    height: 300px;
  }

  .float-image {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }

  .float-image-small {
    width: 30%;
  }

  #lastest-project .third .latest-p-image {
    width: 100%;
    height: 200px;
    margin-top: 20px;
  }
  #lastest-project .third .lpi-2 {
    margin-top: 20px;
  }

  /*.christmas-tree {
  	left: 0; right: 0; margin: auto; padding-bottom: 69px;
  }
  .christmas-tree-div h4 {font-size: 14px; line-height: 20px;}
  .christmas-tree-div h3 {font-size: 14px; line-height: 20px;}*/
  .blog .third {
    width: 80%;
    float: none;
    margin: 0 auto 30px auto;
  }

  .detail-page .intro-padded .padded-content {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .need-a-quote {
    padding: 40px 10px;
  }
  .need-a-quote .float-right {
    width: 290px;
  }
  .need-a-quote .float-right .button {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .top-header {
    padding: 0px 0px;
  }

  .half {
    width: 100%;
  }

  .quarter {
    width: 50%;
  }

  .eighth {
    width: 50%;
  }

  .third {
    width: 100%;
  }

  .main-contact .form-field, .main-contact .form-select {
    width: 98%;
    margin-bottom: 20px;
    float: none;
  }

  .mobile-hr {
    display: block;
  }

  .selections .third {
    margin-bottom: 20px;
  }

  .single-row {
    padding-bottom: 10px;
  }

  .single-row .third {
    margin-bottom: 20px;
  }

  h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .blog .third {
    width: 95%;
  }
}
@media only screen and (max-width: 590px) {
  .selection .quarter {
    width: 75%;
    margin: auto;
    float: none;
  }

  .loaction-split .half {
    width: 95%;
  }
  .loaction-split .half iframe {
    height: 175px;
  }

  .location-img {
    height: 175px;
  }

  .products .background {
    width: 100%;
  }

  .listing .button {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .top-header {
    display: none;
  }
}
@media only screen and (max-width: 545px) {
  .christmas-tree {
    padding-bottom: 89px;
  }
}
@media only screen and (max-width: 520px) {
  .christmas-tree {
    padding-bottom: 109px;
  }
}
@media only screen and (max-width: 450px) {
  .quarter {
    width: 100%;
  }

  .eighth {
    width: 100%;
  }

  .selection .quarter {
    width: 85%;
  }

  .third {
    width: 100%;
  }

  .mobile-no-break {
    width: 50%;
  }

  .stain-colour p {
    font-size: 9px;
  }

  .christmas-tree {
    width: 200px;
  }
}

/*# sourceMappingURL=style.css.map */
