<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

html, body, h1, h2, h3, h4, img {
    padding:0;
    margin:0;   
}


html, body {
    width:100%;
    height:100%;
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
    position:relative;
  
}

#page {
    overflow-y:hidden;
}

h1, h2, h3 {
    font-weight:normal;
    font-size:1em;
}

.heading1, .heading2, .heading3, .heading4 {
    font-family:'Merriweather', Arial, Helvetica, sans-serif;
}

.heading1 {
    font-size:30px;
    font-weight:400;
    line-height:40px;
}

.heading2 {
    font-size:24px;
}

.heading3 {
    font-size:18px;
    line-height:24px;
}

.heading4 {
    font-size:1em;
    font-weight:normal;
}



a {text-decoration:none;}
a, img, fieldset {border:none;}

.heading3 a {
    color:#d64100;
}

.clear {
	clear: both;
	height: 0;
}

.hidden {
    display:none;
}

.container {
	width: 90%;
    position: relative;
    margin:0 auto;
}

.link {
    margin-top:20px;
    font-family:'Merriweather', Arial, Helvetica, sans-serif;
    }
    .link a {       
        padding:8px 65px;     
        color:#fff;
        cursor:pointer;
        font-weight:300;
    }

        .link a.orange:hover, .link a.hmaroon:hover {
            background-color:#782205;
        }

        .link a.maroon:hover, .btnFilter.maroon:hover {
            background-color:#d64100;
        }

        .link a.hgreen:hover {
            background-color:#0db02b;
        }



.grey {
    background-color:#eeeeee;
    color:#000;
}

.maroon {
    background-color: #782205;
    background-color: rgba(120,34,5,1);   
    color:#fff;
}
    .maroon.opac {
        background-color: rgba(120,34,5,0.75); 
    }

.dgrey {
    background-color:#616161;
    color:#fff;
}


.orange {
    /*background-color: #df661e;*/
    background-color:#d64100;
    /*background-color: rgba(223,102,30,1);*/   
    background-color:rgba(214, 65, 0, 1);
    color:#fff;
}
    .orange.opac {
        /*background-color: rgba(223,102,30,0.75);*/   
         background-color:rgba(214, 65, 0, 0.75);
    }


.green {
    background-color: #0db02b;
    background-color: rgba(13,176,43,1);   
    color:#fff;
}
    .green.opac {
       background-color: rgba(13,176,43,0.75);    
    }

p.ntm {
    margin-top:5px;
}
#cover {
    background:url("../../images/ajax-loader.gif") no-repeat scroll center center #fff;
    position:absolute;
    height:100%;
    width:100%;
    z-index:1000;
}

.covidnotice {
    line-height:30px;
    text-align:center;
}

    .covidnotice h3.heading3 {
        color:#fff;
        line-height:30px;
    }

header {
    width:100%;
    position:absolute;
    z-index:100;
    top:0px;
}

    header.nothome {
        /*background: -moz-linear-gradient(top, rgba(238,238,238,0.75) 25%, rgba(255,255,255,0) 100%); 
        background: -webkit-linear-gradient(top, rgba(238,238,238,0.75) 25%,rgba(255,255,255,0) 100%); 
        background: linear-gradient(to bottom, rgba(238,238,238,0.75) 25%,rgba(255,255,255,0) 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#00ffffff',GradientType=0 );*/ 
        background:#eeeeee;
        }


     header #left {
        float:left;
        width:30%;
    }

        header #left img {
            padding:30px 0;
            border:none;
            width:500px;

        }

    header #right {
        float:right;
        text-align:right;
        width:65%;
    }

#fs-menu &gt; ul {
    padding:40px 0 0;
    margin:0;
}
    #fs-menu &gt; ul &gt; li {
        display: inline-block;
        list-style-type: none;
    }
    #fs-menu&gt;ul&gt;li, #mobile-menu {          
            font-family:'Merriweather', Arial, Helvetica, sans-serif;
            margin:20px 0 0 4%;
            padding-bottom:10px;
            font-weight:400;
            font-size:16px;
            color:#782205;
            cursor: pointer;
            position:relative;

        }
        #fs-menu &gt; ul &gt; li:first-child {
            margin-left:0;
        }
            #fs-menu&gt;ul&gt;li&gt;a {
                color:#782205;
                text-decoration:none;
            }
            
            #fs-menu&gt;ul&gt;li:hover, #fs-menu&gt;ul&gt;li:hover&gt;a:after {
             border-bottom:1px solid #782205;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            }
#fs-menu ul li ul {
  padding: 0;
  text-align:left;
  position: absolute;
  z-index:100;
  top: 30px;
  left: 0;
  width:300px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
}

#fs-menu ul li ul li { 
  background:#782205;
  background-color: rgba(120,34,5,0.75); 
  display: block; 
  color: #fff;
  padding:5px 10px;
  line-height:2em;

}
    #fs-menu ul li ul li a {
        color:#fff;
        display:block;
    }
#fs-menu ul li ul li:hover { background: #3c3c3f; }
#fs-menu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}



        #mobile-menu {
            display:none;
            float:right;
            text-align:right;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

.display {
    max-height:900px;
    min-height:475px;
    position:relative;
    background-size:cover;
    padding-top:100px;
    
    
}

.home .display {
    background-image:url('../../images/display1.jpg');
    background-position:50% 50%;
    height:75vh;
    padding-top:0 !important;
}

.decking .display{
    background-image:url('../../images/decking.jpg');
    background-position: 20% 50%;
    height:50vh;
}

.cladding .display {
     background-image:url('../../images/cladding.jpg');
    background-position: 50% bottom;
    height:50vh;
}

.staircase .display {  
    background-image:url('../../images/stairs.jpg');
    background-position: 50% bottom;
    height:50vh;
}

.flooring .display {
    background-image:url('../../images/flooring.jpg');
    background-position: 50% bottom;
    height:50vh;
}

.linings .display {
    background-image:url('../../images/linings.jpg');
    background-position: right 100px;
    height:50vh;
}

.laminating .display {
    background-image: url('../../images/laminating.jpg');
    background-position: 50% 50%;
    height: 50vh;
}

.pine .display {
    background-image:url('../../images/clearpine.jpg');
    background-position: 50% 50%;
    height:50vh;
}
.treads .display {
    background-image:url('../../images/treads.jpg');
    background-position: 50% 50%;
    height:50vh;
}
.structural .display {
    background-image:url('../../images/f27.jpg');
    background-position: right top;
    height:50vh;
}
.screenings .display {
    background-image:url('../../images/screenings.jpg');
    background-position: right top;
    height:50vh;
}
.machining .display {
    background-image:url('../../images/machining.jpg');
    background-position: 75% 50%;
    height:50vh;
}
.species .display {
    background-image:url('../../images/timber.jpg');
    background-position: 50% 50%;
    height:50vh;
}
.projects .display {
    background-image:url('../../images/project-main.jpg');
    background-position: 50% 50%;
    height:50vh;
}
.work .display {
    background-position: 50% 50%;
    height:50vh;
}
.sustain .display {
    background-image:url('../../images/sustainability.jpg');
    background-position: 50% 50%;
    height:50vh;
}
.accoya .display {
    background-image: url('../../images/accoya/img1.jpg');
    background-position: 50% 50%;
    height: 50vh;
}
.contact .display {
    background-image:url('../../images/contact3.jpg');
    background-position: 50% 50%;
    height:50vh;
}


section.contact {
    height:400px;
    position:relative;
    background-size:cover;
    background-image:url('../../images/contact.jpg');
    background-position:50% 50%;

}

section.timber {
    height:300px;
    position:relative;
    background-size:cover;
    background-image:url('../../images/timber-o.jpg');
    background-position:50% 50%;

}

section.accoya {
    height: 300px;
    position: relative;
    background-size: cover;
    background-image: url('../../images/accoya/img2.jpg');
    background-position: 50% 50%;
}

.center {
    text-align:center;
}
.text {
    padding:50px 0;
    position:relative;
}

    .text.home {
        font-size:18px;
    }

.slant.bottom.grey:after {
  background: inherit;
  bottom: 0;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
  z-index: 10;
  outline: 1px solid transparent;
}

.slant.top.grey:before {
  background: inherit;
  top: 0;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(1.5deg);
  transform-origin: 100%;
  z-index: 10;
  outline: 1px solid transparent;
}

.largetext {
    margin:0px auto;
    max-width: 1200px;
    z-index:11;
}

.largetext .heading2 {
    line-height:32px;
}

    .largetext span.heading3 {
        display:block;
        margin:15px 0;
    }

.otext {
    color: #d64100;
}

    .panels .half {
        position:relative;
        float:right;
        width:50%;
        height:450px;
    }
.projects .panels .half {
    float:left;
}

    .panels.accoya {
        background-size:cover;
        background-position:50% 50%;
        background-image:url('../../images/accoya1.jpg'); 
        position:relative;
        height:450px;
    }

    .panels .half .overlayh {
        position:absolute;
        bottom:0;
        padding:25px 5% 25px 5%;
        z-index:9;
        width:90%;
    }

.panels .half:hover .overhov {
    position:absolute;
    z-index:8;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.3);
    transition: all linear 0.5s;
}

.projects .panels .overlayh {
    bottom:5%;
    width:unset;
}

        .panels .overlayh span, .panels .overlaya span {
            display:block;
            margin-top:10px;
        }

    .panels .overlayv {
        position:absolute;
        right:0;
        padding:75px 25px 0;
        z-index:9;
        height:calc(100% - 75px);
    }
        .panels .overlayv ul {
            margin-top:10px;
            padding-left:20px;
        }
    .panels .overlayv li {
        list-style:none;
        padding:2px 15px;
    }

    .panels .overlayv a {
        color:#fff;
        line-height:1.5em;
    }

        .panels .overlayv li:hover {
            background-color:#616161;
        }

    .panels .overlaya {
        position:absolute;
        left:0;
        padding:125px 2.5% 0;
        z-index:10;
        height:calc(100% - 125px);
        max-width:45%;
    }

        .panels .overlaya img {
            position:absolute;
            right:0;
            bottom:25px;
        }

.panels .heading1 {
    border-bottom:1px solid;
    display:inline-block;
    padding-bottom:5px;
    padding-right:25px;
}

.maroon.opac .heading1 {
    border-bottom-color:#fff;
}
.orange.opac .heading1 {
    border-bottom-color:#fff;
}

.green.opac .heading1 {
    border-bottom-color:#fff;
}

.half.products {
    background-image:url('../../images/product1.jpg');
    background-size:cover;
    background-position:50% 50%;
    height:450px;
}

.half.p1 {
    background-image:url('../../images/projects/warburton/main.jpg');
    background-size:cover;
    background-position:50% 50%;
    height:450px;
}
.half.p2 {
    background-image:url('../../images/projects/staircase/main.jpg');
    background-size:cover;
    background-position:50% 50%;
    height:450px;
}
.half.p3 {
    background-image:url('../../images/projects/bavarian/main.jpg');
    background-size:cover;
    background-position:50% 50%;
    height:450px;
}

.spbox-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    /*justify-content: center;*/
}
.spbox {
    /*display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
    width:calc(20% - 20px);
    padding:0 10px 10px;
    margin-top:25px;
    /*-webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;*/
}

.species .spbox {
    cursor:pointer;
}

    .spbox .spsub {
        display:none;
        width:100vw;
        padding:35px 0;
        margin:15px 0;    
        background-color: #782205;
        background-color: rgba(120,34,5,1);   
        color:#fff;
        position:relative;
        overflow-x:hidden;
    }

        .spbox:nth-child(5n+1) .spsub{
            left:calc(0% - (50vw - 600px));
        }

         .spbox:nth-child(5n+2) .spsub{
            left:calc((-100% - 20px) - (50vw - 600px));
        }
         .spbox:nth-child(5n+3) .spsub{
            left:calc((-200% - 40px) - (50vw - 600px));
        }
         .spbox:nth-child(5n+4) .spsub{
            left:calc((-300% - 60px) - (50vw - 600px));
        }
         .spbox:nth-child(5n+5) .spsub{
            left:calc((-400% - 80px) - (50vw - 600px));
        }

.dbox {
    width:calc(50% - 40px);
    float:left;
    padding:20px;
}

    .spbox img {
        width:100%;
        max-width:250px;
    }

    .spbox h3, .dbox h3 {
        padding-bottom:5px;
    }

    .spbox &gt; span {
        
    }

    .spbox ul, .dbox ul {
        margin:0px 0;
        padding:0;
        list-style:none;
    }

        .spbox ul li, .dbox ul li {
            line-height:40px;
            display:inline-block;
        }
        .spbox ul li span, .dbox ul li span {
            background-color:#782205;
            color:#fff;
            padding:5px;
            font-size:14px;
            font-weight:700;
        }


.btnFilter {
    padding:8px 65px;     
    color:#fff;
    cursor:pointer;
    font-weight:300;
    border:none;
    font-family:'Merriweather', Arial, Helvetica, sans-serif;
    font-size:1em;
    outline:none;
    margin-bottom:10px;
}

.btnReset {
    margin-top:15px;
}
.pFilter {
    display:none;
}

ul.appOptions {
    padding:0;
}
.appOptions li {
    float:left;
    list-style-type:none;
    width:25%;
}

    .appOptions li label {
        margin-left:10px;
    }

.stext {
    margin: 20px 0 0;
}

.oline {
    border-bottom:2px solid #d64100;
    display:inline-block;
    padding:0 10px;
}

.separator.contact, .separator.timber {
    text-align:center;
    color:#fff;
}

.separator .overlay {
    position:absolute;
    transform: translateY(-50%);
    margin:0 10%;
    top:50%;
    width:80%;
    text-align:center;
}
.separator .overlay .oline.heading2 {
    padding-bottom:3px;
}
    .separator .overlay p.heading3 {
        margin-top:15px;
    }

.third {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;  
    margin:25px 0;  

}
    .third .half.text {
        width:50%;
        padding:10px 0;
    }

        .third .half.text li {
            padding: 5px 0px 5px 10px;
        }
    .third .half.map {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        width: 50%;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
        /*padding-bottom: 75%;
        height: 0;
        overflow: hidden;*/
        margin:25px 0;
    }

   .third .half.map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

p.social a {
    color:inherit;
    margin-left:15px;
}

.sustain .center .rmarg {
    margin-right:100px;
}

.i-box {
display:flex;
align-items:center;
}

.i-box .icon {
    width:15%;
   
}

.i-box .content {
    width:85%;

    
}
   
footer {
    background-color:#616161;
    padding:50px 0 15px;
    color:#fff;
}

    footer .container {
        max-width:1550px;
    }

    footer .fa-ul {
       margin-left:1.5em
    }

    footer .fsocial {
        text-align:center;
    }

        footer .fsocial a {
            color:inherit;
        }
       


    /*footer li {
        list-style:none;
        font-family:'Merriweather', Arial, Helvetica, sans-serif;
        font-size:1em;
    }*/

        footer li a {
            color:#fff;
        }

    footer .fcol {
        float:left;
        width:33.333%;
    }

footer .terms {
    font-size:12px;
    text-align:center;
    padding-top:25px;
}

    footer .terms a {
        color:#fff;
    }

@media screen and (max-width:1355px) {
        .spbox:nth-child(5n+1) .spsub{
            left:calc(0% - (5vw + 10px));
        }

         .spbox:nth-child(5n+2) .spsub{
            left:calc((-100% - 20px) - (5vw + 10px));
        }
         .spbox:nth-child(5n+3) .spsub{
            left:calc((-200% - 40px) - (5vw + 10px));
        }
         .spbox:nth-child(5n+4) .spsub{
            left:calc((-300% - 60px) - (5vw + 10px));
        }
         .spbox:nth-child(5n+5) .spsub{
            left:calc((-400% - 80px) - (5vw + 10px));
        }
}

@media screen and (max-width:1350px) {
    header #left img {
            width:400px;

        }
    #fs-menu ul {
        padding:30px 0 0;
    }
}

@media screen and (max-width:1200px) {
    header #left img {
            width:350px;

        }
    #fs-menu ul {
        padding:25px 0 0;
    }
}

@media screen and (max-width:1100px) {
    header #left img {
            width:300px;

        }
    #fs-menu ul {
        padding:20px 0 0;
    }
}

@media screen and (max-width:1024px) {
    header #left {
        width: 80%;
    }

        header #left img {
            width: 90%;
            max-width:400px;
        }

    header #right {
        width: 20%;
    }

    #mobile-menu {
        padding-top:25px;
        display: block;
    }

        #mobile-menu a {
            color: #782205;
            display:block;
        }


    #fs-menu {
        display: none;
    }

    .display {
        height: 70vh;
    }

    .slant.grey:after {
      transform: skewY(-3.5deg);
    }

    .slant.grey:before {
      transform: skewY(3.5deg);
    }

    .appOptions li {
    width:33.333%;
}

    .spbox {
        width:calc(33.33% - 20px);
    }

    .spbox:nth-child(3n+1) .spsub{
            left:calc(0% - (5vw + 10px));
        }

         .spbox:nth-child(3n+2) .spsub{
            left:calc((-100% - 20px) - (5vw + 10px));
        }
         .spbox:nth-child(3n+3) .spsub{
            left:calc((-200% - 40px) - (5vw + 10px));
        }
   


}

@media screen and (max-width:1023px) {
    .panels .half {
        width:100%;
    }
    /*.panels .overlaya {
        padding: 125px 5% 0;
    }*/
    .panels .overlaya {
        padding: 75px 5% 0;
        height: calc(100% - 75px)
    }
    footer .fcol {
        float:left;
        width:50%;
    }
}

@media screen and (max-width:767px) {
    
    .panels .overlaya img {       
        width:95%;
        max-width:225px;
    }

    .heading2 {
        font-size:20px;
    }
    .largetext .heading2 {
        line-height:28px;
    }

    .appOptions li {
    width:50%;
}
    .third {
        display:block;
    }

        .third .half.text, .third .half.map {
            width:100%;
        }
        .third .half.map {
            height:300px;
        }
    footer li {
        font-size:14px;
    }

}

@media screen and (max-width:738px) {
    header {
        top:0px;
    }
}

    @media screen and (max-width:550px) {
        #mobile-menu {
            padding-top: 10px;
        }

        header #left img {
            padding: 20px 0;
        }

        .panels .overlaya {
            max-width: 340px;
            width: 55%;
            padding: 35px 5% 0;
            height: calc(100% - 35px);
        }

            .panels .overlaya .link a {
                padding: 8px 35px;
            }

        .display {
            height: 65vh;
            min-height: 375px;
        }

        .heading1 {
            font-size: 26px;
        }

        .spbox {
            width: calc(50% - 20px);
        }

            .spbox:nth-child(2n+1) .spsub {
                left: calc(0% - (5vw + 10px));
            }

            .spbox:nth-child(2n+2) .spsub {
                left: calc((-100% - 20px) - (5vw + 10px));
            }

        .dbox {
            width: calc(100% - 40px);
            float: none;
            padding: 20px;
        }

        footer .fcol {
            float: none;
            width: 100%;
        }
    }

@media screen and (max-width:400px) {
    .covidnotice h3.heading3 {
        font-size:14px;
    }

}





</pre></body></html>