/* COLOURS
------------------------------------------------------------------ */
/* BREAKPOINTS
------------------------------------------------------------------ */
/* GENERAL
------------------------------------------------------------------ */
* {
  margin: 0;
  padding: 0; }

html, body {
  width: 100%;
  height: 100%;
  min-width: 320px;
  margin-top: 0 !important;
  /* Wordpress admin bar */
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-weight: 300;
  font-size: 10px;
  text-align: center; }

a {
  text-decoration: none;
  transition: color .2s ease-in-out;
  color: #464646;
  font-weight: 400; }
  a:hover {
    color: #abdb51; }

*:focus {
  outline: 0; }

h1 {
  font-family: 'Ubuntu', 'Arial', sans-serif;
  font-size: 3.6rem;
  font-weight: 700; }

h2 {
  font-family: 'Ubuntu', 'Arial', sans-serif;
  font-size: 3.6rem;
  font-weight: 700; }

h3 {
  font-family: 'Ubuntu', 'Arial', sans-serif;
  font-size: 2.8rem;
  font-weight: 300; }

h4 {
  font-family: 'Ubuntu', 'Arial', sans-serif;
  font-size: 2rem;
  font-weight: 300; }

ul, ol, li {
  list-style-position: inside; }

p {
  margin: 1em 0px; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ebebeb; }
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ebebeb; }
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ebebeb; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ebebeb; }

textarea {
  overflow: auto; }

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

.center {
  text-align: center; }

.error {
  background: #ff7d7d !important;
  color: #ffffff !important; }

.bigLink {
  display: inline-block;
  text-transform: uppercase;
  color: #464646;
  font-weight: 700;
  border-bottom: 2px solid #464646;
  transition: color .2s ease-in-out, border-color .2s ease-in-out; }
  .bigLink:hover {
    border-color: #abdb51; }

input, textarea {
  transition: background-color .2s ease-in-out; }

.successMessage {
  display: none;
  font-size: 1.8rem;
  color: #707070;
  font-weight: 700; }

.button {
  display: inline-block;
  border-radius: 5px;
  font-family: 'Ubuntu', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #ffffff;
  background: #abdb51;
  text-transform: uppercase;
  padding: 15px;
  padding-left: 34px;
  padding-right: 34px;
  transition: background-color .2s ease-in-out;
  text-align: center; }
  .button.grey {
    background: #464646; }
  .button:hover {
    color: #ffffff;
    background: #707070; }
  .button.loading {
    color: #ffffff;
    background: #b7b7b7;
    pointer-events: none; }

.pinterestShare {
  position: absolute;
  bottom: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 9;
  opacity: 0;
  transition: opacity .2s ease-in-out; }

.pinterestContainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .pinterestContainer:hover {
    z-index: 1; }
    .pinterestContainer:hover .pinterestShare {
      opacity: 1; }

/* FLIP HORIZONTAL */
.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  margin-left: 130px;
  transition: transform .2s ease-in-out, filter .2s ease-in-out, margin .2s ease-in-out; }

/* SECTIONS & COLS
------------------------------------------------------------------ */
.section {
  width: 100%;
  float: left;
  padding-top: 40px;
  padding-bottom: 40px; }
  .section .innerSection {
    box-sizing: border-box;
    width: 100%;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto; }
    .section .innerSection .col {
      width: 100%;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      box-sizing: border-box; }
    .section .innerSection .col.half {
      width: 50%; }
    .section .innerSection .col.third {
      width: 33.3%; }
    .section .innerSection .col.two-thirds {
      width: 66.6%; }
    .section .innerSection .col.fourth {
      width: 25%; }
    .section .innerSection .col.three-fourths {
      width: 75%; }
    .section .innerSection .col.fifth {
      width: 20%; }
    .section .innerSection .col.two-fifths {
      width: 40%; }
    .section .innerSection .col.three-fifths {
      width: 60%; }
    .section .innerSection .col.four-fifths {
      width: 80%; }

@media screen and (max-width: 640px) {
  .col {
    width: 100% !important;
    text-align: center;
    margin-bottom: 40px; }
    .col:last-child {
      margin-bottom: 0; } }
/* NAV
------------------------------------------------------------------ */
.nav {
  z-index: 10;
  min-width: 320px;
  font-family: 'Ubuntu', 'Arial', sans-serif;
  background: rgba(0, 0, 0, 0.35);
  color: #ffffff;
  border-bottom: 1px solid #ebebeb;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 1.5rem;
  font-weight: 700;
  transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out, opacity .2s ease-in-out; }
  .nav .innerExtra {
    max-width: 1920px;
    width: 100%;
    display: table;
    vertical-align: middle;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto; }
  .nav .innerSection {
    max-width: 1920px;
    padding-left: 0;
    padding-right: 0;
    display: table-row;
    vertical-align: middle; }
  .nav .logo {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 127px; }
    .nav .logo a {
      display: block;
      width: 127px;
      height: 42px;
      position: relative; }
      .nav .logo a img {
        position: absolute;
        top: 0;
        left: 0; }
        .nav .logo a img.white {
          opacity: 1; }
        .nav .logo a img.green {
          opacity: 0; }
  .nav .links {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 30px; }
    .new-menu ul {
      list-style: none;
    }
    .new-menu ul li {
      position: relative;
      float: left;
    }
    .nav .links a {
      position: relative;
      float: left;
    }
    .nav .links > a, .nav .links > .a, .new-menu a {
      position: relative;
      display: inline-block;
      color: #ffffff;
      margin-right: 20px;
      font-weight: 700;
      display: inline-block;
      padding-top: 3px;
      padding-bottom: 3px;
      white-space: nowrap;
      cursor: pointer;
      transition: color .2s ease-in-out; }
      .nav .links > a:hover, .nav .links > a.current, .current-menu-item a, .links .sub-menu .current-menu-item a, .nav .links > .a:hover, .nav .links > .a.current, .new-menu a:hover, .links .sub-menu a:hover  {
        color: #abdb51; }
      .nav .links > a:last-child, .nav .links > .a:last-child {
        margin-right: 0; }

    .nav .links .dropdownMenu, .links .sub-menu {
      opacity: 0;
      z-index: 1;
      position: absolute;
      top: -99999px;
      left: 0;
      -webkit-transition: opacity .2s ease-in-out;
      transition: opacity .2s ease-in-out;
      border: 1px solid #ffffff;
      text-align: left;
      font-size: 1.4rem;
      font-weight: 700; }
      .nav .links .dropdownMenu:hover, .menu-item-has-children:hover .sub-menu {
        opacity: 1;
        top: 22px; }
      .links .sub-menu li {
        width: 100%;
      }  
      .nav .links .dropdownMenu a, .links .sub-menu a {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid #ffffff;
        font-weight: 700;
        color: #707070;
        background: rgba(255, 255, 255, 0.8);
        transition: color .2s ease-in-out, background .2s ease-in-out; }
        .nav .links .dropdownMenu a:hover, .nav .links .dropdownMenu a.current {
          color: #464646;
          background: white; }
        .nav .links .dropdownMenu a:last-child {
          border-bottom: 0; }
    .nav .links .a:hover .dropdownMenu {
      opacity: 1;
      top: 22px; }
    .nav .links .mobileMenuBtn {
      display: none;
      float: right;
      margin-top: 2px;
      font-size: 3rem;
      transition: color .2s ease-in-out; }
      .nav .links .mobileMenuBtn:hover {
        color: #abdb51; }
  .nav .socialMedia {
    display: table-cell;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 30px;
    width: 125px;
    max-width: 125px;
    white-space: nowrap; }
    .nav .socialMedia a {
      color: #ffffff;
      display: inline-block;
      border-radius: 50%;
      border: 2px solid #ffffff;
      font-weight: 400 !important;
      width: 28px;
      height: 28px;
      margin-left: 5px;
      margin-right: 5px;
      line-height: 28px;
      font-size: 1.8rem;
      transition: color .2s ease-in-out, border-color .2s ease-in-out;
      vertical-align: top; }
      .nav .socialMedia a:hover {
        border-color: #abdb51 !important;
        color: #abdb51; }
    .nav .socialMedia .instagram {
      margin-left: 0; }
    .nav .socialMedia .facebook {
      line-height: 30px; }
    .nav .socialMedia .pinterest {
      line-height: 30px; }
  .nav .right {
    width: 160px;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    border-left: 1px solid #ebebeb;
    padding-left: 30px;
    box-sizing: border-box; }
    .nav .right .line1 {
      font-size: 1.5rem; }
    .nav .right .line2 {
      font-size: 2rem; }
  .nav.inverted {
    background: rgba(255, 255, 255, 0.97);
    color: #464646;
    border-bottom: 1px solid #ebebeb; }
    .nav.inverted .logo a img.white {
      opacity: 0; }
    .nav.inverted .logo a img.green {
      opacity: 1; }
    .nav.inverted a, .nav.inverted .a {
      color: #707070; }
      .nav.inverted a .dropdownMenu, .nav.inverted .a .dropdownMenu {
        border: 1px solid rgba(0, 0, 0, 0.7); }
        .nav.inverted a .dropdownMenu a, .nav.inverted .a .dropdownMenu a {
          border-bottom: 1px solid rgba(0, 0, 0, 0.3);
          background: rgba(0, 0, 0, 0.6);
          color: #ffffff; }
          .nav.inverted a .dropdownMenu a:hover, .nav.inverted a .dropdownMenu a.current, .nav.inverted .a .dropdownMenu a:hover, .nav.inverted .a .dropdownMenu a.current {
            color: #ffffff;
            background: black; }
    .nav.inverted .socialMedia a {
      border-color: #707070; }

.mobileMenu {
  height: 100%;
  overflow: auto;
  z-index: 999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.9);
  text-align: center; }
  .mobileMenu .mobileMenuInner {
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%; }
    .mobileMenu .mobileMenuInner .mobileMenuInnerInner {
      display: table-cell;
      vertical-align: middle; }
      .mobileMenu .mobileMenuInner .mobileMenuInnerInner a {
        display: inline-block;
        clear: both;
        color: #ffffff;
        font-size: 2rem;
        font-weight: 700;
        margin-top: 5px;
        margin-bottom: 5px; }
        .mobileMenu .mobileMenuInner .mobileMenuInnerInner a:hover, .mobileMenu .mobileMenuInner .mobileMenuInnerInner a.current {
          color: #abdb51; }
      .mobileMenu .mobileMenuInner .mobileMenuInnerInner .a {
        display: inline-block;
        clear: both;
        color: #ffffff;
        font-size: 2rem;
        font-weight: 700;
        margin-top: 15px;
        margin-bottom: 0; }
        .mobileMenu .mobileMenuInner .mobileMenuInnerInner .a.current {
          color: #abdb51; }
      .mobileMenu .mobileMenuInner .mobileMenuInnerInner .submenu {
        padding-bottom: 10px; }
        .mobileMenu .mobileMenuInner .mobileMenuInnerInner .submenu a {
          display: block;
          clear: both;
          font-weight: 400;
          font-size: 1.8rem; }
    .mobileMenu .mobileMenuInner .fa {
      color: #ffffff;
      display: inline-block;
      border-radius: 50%;
      border: 2px solid #ffffff;
      width: 28px;
      font-weight: 400 !important;
      height: 28px;
      margin-left: 10px;
      margin-right: 10px;
      line-height: 28px;
      font-size: 1.8rem;
      transition: color .2s ease-in-out, border-color .2s ease-in-out;
      vertical-align: top; }
      .mobileMenu .mobileMenuInner .fa:hover {
        border-color: #abdb51 !important;
        color: #abdb51; }
    .mobileMenu .mobileMenuInner .facebook {
      line-height: 30px; }
    .mobileMenu .mobileMenuInner .pinterest {
      line-height: 30px; }
    .mobileMenu .mobileMenuInner .divider {
      height: 2px;
      width: 240px;
      background: rgba(255, 255, 255, 0.5);
      margin-top: 15px;
      margin-bottom: 15px;
      margin-left: auto;
      margin-right: auto; }

@media screen and (max-width: 1023px) {
  .nav .socialMedia, .nav .right {
    display: none; }
  .nav .links {
    padding-left: 0;
    padding-right: 0;
    text-align: right; }
    .nav .links a, .nav .links .a {
      display: none; }
  .nav .mobileMenuBtn {
    display: inline-block !important;
    font-weight: 300; } }
.dropdownMenu ul {
	list-style:none;
}
/* BANNER
------------------------------------------------------------------ */
.banner {
  background-color: #707070;
  width: 100%;
  min-height: 320px;
  height: 30%;
  background-size: cover;
  display: table;
  vertical-align: center;
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  background-position: center bottom !important; }
  .banner .innerSection {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-top: 71px;
    padding-left: 30px;
    padding-left: 30px; }
    .banner .innerSection h1 {
      text-transform: lowercase; }
    .banner .innerSection .credit {
      font-size: 1.25rem;
      margin-top: 10px;
      font-family: 'Ubuntu', 'Arial', sans-serif;
      position: absolute;
      bottom: 60px;
      left: 10%; }

.sliderBanner {
  position: relative;
  background-color: #707070;
  width: 100%;
  min-height: 550px;
  height: 50%;
  background-size: cover;
  display: table;
  vertical-align: center;
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0; }
  .sliderBanner .unslider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .sliderBanner .unslider-nav {
    position: absolute;
    bottom: 27px;
    left: 0;
    right: 0; }
    .sliderBanner .unslider-nav ol li {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 0 5px;
      background: transparent;
      border-radius: 8px;
      overflow: hidden;
      text-indent: -999em;
      border: 2px solid #fff;
      cursor: pointer;
      z-index: 9;
      position: relative; }
  .sliderBanner .unslider-arrow {
    top: 50%;
    width: 25px;
    height: 44px;
    color: #ffffff;
    opacity: .7;
    transition: opacity .2s ease-in-out;
    z-index: 1;
    margin-top: -22px; }
    .sliderBanner .unslider-arrow:hover {
      opacity: 1; }
  .sliderBanner .unslider-arrow.prev {
    background: url("img/arrow-prev.png"); }
  .sliderBanner .unslider-arrow.next {
    background: url("img/arrow-next.png"); }
  .sliderBanner .innerSection {
    display: block;
    height: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    max-width: 100%; }
    .sliderBanner .innerSection h1 {
      text-transform: lowercase; }
    .sliderBanner .innerSection ul, .sliderBanner .innerSection li {
      display: block;
      width: 100%;
      height: 100%; }
    .sliderBanner .innerSection ul {
      display: table; }
    .sliderBanner .innerSection ul li {
      display: table-cell;
      vertical-align: middle;
      float: none;
      background-size: cover;
      background-position: center center !important; }
    .sliderBanner .innerSection .credit {
      font-size: 1.25rem;
      margin-top: 10px;
      font-family: 'Ubuntu', 'Arial', sans-serif;
      position: absolute;
      bottom: 60px;
      left: 10%; }
    .sliderBanner .innerSection .text ul,
    .sliderBanner .innerSection .text ol {
      margin-left: 20px; }
      .sliderBanner .innerSection .text ul li,
      .sliderBanner .innerSection .text ol li {
        list-style-position: outside; }
    .sliderBanner .innerSection .unslider-horizontal {
      width: 100%; }

/* CONTENT
------------------------------------------------------------------ */
.content {
  text-align: left;
  font-size: 1.6rem;
  color: #707070;
  padding-top: 60px;
  padding-bottom: 60px;
  word-break: break-word; }
  .content h2 {
    color: #464646; }
  .content .images img {
    margin-bottom: 42px;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 260px; }
  .content .divider {
    display: inline-block;
    width: 65px;
    height: 4px;
    background: #abdb51;
    margin-top: 18px;
    margin-bottom: 18px; }

@media screen and (max-width: 640px) {
  .content .divider {
    margin-left: auto;
    margin-right: auto; } }

.articleList {
	list-style-position: outside;
	padding-left: 20px;"
}

.articleList li {
	list-style-position: outside;
	padding-left:10px;
}
/* SIGNUP
------------------------------------------------------------------ */
.signup {
  border-top: 1px solid #ebebeb; }
  .signup .subtitle {
    text-transform: uppercase;
    color: #abdb51;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: 'Ubuntu', 'Arial', sans-serif; }
  .signup h2 {
    color: #b7b7b7;
    padding-bottom: 25px; }
  .signup input {
    display: inline-block;
    border: 1px solid #ebebeb;
    width: calc(100% - 160px);
    max-width: 415px;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-transform: uppercase;
    font-family: 'Ubuntu', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: #707070;
    padding: 15px; }
  .signup .button {
    border: 1px solid #ebebeb;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

@media screen and (max-width: 640px) {
  .signup input {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center; }
  .signup .button {
    margin: 0 auto;
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    max-width: 300px; } }
/* GET IN TOUCH / CONTACT
------------------------------------------------------------------ */
.contact {
  color: #707070;
  background: url("img/woodTexture-bw.jpg") center center;
  background-size: cover; }
  .contact h2 {
    color: #464646; }
  .contact .divider {
    height: 4px;
    width: 65px;
    background: #abdb51;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto; }

.form {
  font-family: 'Ubuntu', 'Arial', sans-serif;
  margin: 0 auto;
  width: 100%;
  max-width: 700px; }
  .form .label {
    text-transform: uppercase;
    width: 120px;
    display: inline-block;
    text-align: right;
    font-weight: 700;
    font-size: 1.4rem;
    float: left;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px; }
  .form input, .form textarea {
    border: 0;
    font-family: 'Ubuntu', 'Arial', sans-serif;
    font-weight: 300;
    float: left;
    width: calc(100% - 155px);
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 13px;
    font-size: 1.4rem;
    box-sizing: border-box;
    color: #707070; }
  .form input {
    border-bottom: 1px solid #f6f6f6; }
    .form input.first {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-top: 1px solid #e1e1e1; }
  .form textarea {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #e1e1e1;
    height: 145px; }
  .form .button {
    float: left;
    margin-top: 15px;
    margin-left: 150px;
    padding-left: 60px;
    padding-right: 60px;
    max-width: 300px; }

@media screen and (max-width: 640px) {
  .form .label {
    padding: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    text-align: center; }
  .form input, .form textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    text-align: center; }
  .form .button {
    float: none;
    margin: 0 auto;
    margin-top: 15px;
    width: 100%;
    box-sizing: border-box; } }
/* FOOTER
------------------------------------------------------------------ */
.footer {
  background: #fcfcfc;
  color: #b7b7b7;
  font-family: 'Ubuntu', 'Arial', sans-serif;
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }
  .footer .logo {
    display: inline-block;
    margin-bottom: 24px; }
  .footer .links {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px; }
    .footer .links a {
      display: inline-block;
      color: #b7b7b7;
      font-size: 1.4rem;
      font-weight: 700;
      display: inline-block;
      margin-left: 15px;
      margin-right: 15px; }
      .footer .links a:hover {
        color: #abdb51; }
  .footer .small-links {
    margin-top: 24px;
    color: #b7b7b7;
    font-weight: 300;
    font-size: 1.4rem; }
    .footer .small-links a {
      color: #b7b7b7;
      text-decoration: underline; }
      .footer .small-links a:hover {
        color: #abdb51; }

@media screen and (max-width: 640px) {
  .footer .links a {
    display: block;
    margin: 0;
    margin-bottom: 5px; } }
/* HOME PAGE
------------------------------------------------------------------ */
.inspireCreate {
  background: url("img/woodTexture.jpg");
  background-position: center center;
  background-size: cover;
  padding-top: 143px;
  padding-bottom: 150px; }
  .inspireCreate h2 {
    display: inline-block;
    transition: color .2s ease-in-out; }
  .inspireCreate .bigLink {
    display: inline-block;
    margin-top: 8px; }
  .inspireCreate a:hover, .inspireCreate a:hover * {
    color: #000000 !important;
    border-color: #000000 !important; }

.homeProductThumbs {
  padding-top: 65px;
  float: left;
  width: 100%;
  clear: both;
  text-align: center; }
  .homeProductThumbs a {
    position: relative;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    width: 18%;
    padding-bottom: 18%;
    margin-left: 1%;
    margin-right: 1%; }
    .homeProductThumbs a .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      color: #ffffff;
      font-weight: 700;
      font-size: 1.8rem;
      text-transform: lowercase;
      transition: opacity .2s ease-in-out; }
      .homeProductThumbs a .overlay div {
        display: table;
        height: 100%;
        width: 100%;
        text-align: center; }
        .homeProductThumbs a .overlay div span {
          display: table-cell;
          vertical-align: middle; }
    .homeProductThumbs a:hover .overlay {
      opacity: 1; }

@media screen and (max-width: 1023px) {
  .homeProductThumbs a {
    width: 31.3%;
    padding-bottom: 31.3%;
    margin-bottom: 2%; } }
@media screen and (max-width: 640px) {
  .homeProductThumbs a {
    width: 260px;
    height: 260px;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2%;
    clear: both;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -130px; } }
/* PRODUCT PAGE
------------------------------------------------------------------ */
.specificationsTable {
  border-spacing: 0;
  color: #464646;
  margin-top: 15px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  vertical-align: top; }
  .specificationsTable tr {
    padding: 0;
    margin: 0;
    vertical-align: top; }
    .specificationsTable tr:nth-child(odd) {
      background: #f6f6f6; }
    .specificationsTable tr td {
      padding: 10px; }
      .specificationsTable tr td:first-child {
        word-break: normal; }

.shareButtons {
  position: absolute;
  top: 0;
  right: 30px; }
  .shareButtons .title {
    display: inline-block;
    font-size: 1.4rem;
    padding-top: 7px;
    padding-right: 2px;
    font-weight: 400; }
  .shareButtons a {
    color: #464646;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #464646;
    font-weight: 400 !important;
    width: 28px;
    height: 28px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 28px;
    font-size: 1.8rem;
    transition: color .2s ease-in-out, border-color .2s ease-in-out;
    vertical-align: top;
    text-align: center;
    line-height: 30px; }
    .shareButtons a:hover {
      border-color: #abdb51 !important;
      color: #abdb51; }

@media screen and (max-width: 640px) {
  .shareButtons {
    position: static;
    width: 100%;
    text-align: center;
    padding-bottom: 20px; }
    .shareButtons .title {
      width: 100%;
      display: block;
      clear: both;
      padding-bottom: 10px;
      padding-right: 0;
      padding-top: 0; } }
.productExtraBox {
  float: left;
  width: 100%;
  background: #f6f6f6;
  border-radius: 3px;
  padding: 24px;
  box-sizing: border-box; }
  .productExtraBox.full .right {
    width: 100%;
    padding-left: 0;
    text-align: center; }
  .productExtraBox .left {
    display: block;
    width: 50%;
    float: left;
    padding-right: 12px;
    box-sizing: border-box; }
    .productExtraBox .left .title {
      background: #abdb51; }
  .productExtraBox .left:hover .title {
    background: #95ce2b; }
  .productExtraBox .right {
    display: block;
    width: 50%;
    float: left;
    padding-left: 12px;
    box-sizing: border-box; }
  .productExtraBox .right:hover .title {
    background: #8b8b8b; }
  .productExtraBox .title {
    background: #a4a4a4;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    font-size: 2.4rem;
    border-radius: 3px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    transition: background-color .2s ease-in-out;
    word-break: normal; }
  .productExtraBox .text {
    color: #464646 !important;
    font-weight: 300; }

/* CONTACT PAGE
------------------------------------------------------------------ */
.contactPanel {
  background: #f5f5f5;
  border-radius: 10px; }
  .contactPanel .row {
    padding: 15px;
    border-bottom: 1px solid #ebebeb; }
    .contactPanel .row:last-child {
      border-bottom: 0; }
    .contactPanel .row .title {
      font-weight: 700;
      padding-bottom: 2px; }

.map {
  width: 100%;
  float: left;
  height: 540px; }

/* BLOG
------------------------------------------------------------------ */
.blogArticle {
  margin-bottom: 35px;
  float: left;
  width: 100%; }
  .blogArticle.full .textContainer {
    background: #ffffff;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
    .blogArticle.full .textContainer .text {
      text-align: left;
      color: #464646; }
  .blogArticle .image {
    width: 100%;
    display: block;
    float: left;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .blogArticle .image > img {
      float: left;
      width: 100%;
      height: auto; }
  .blogArticle .textContainer {
    background: #f6f6f6;
    width: 100%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 30px; }
    .blogArticle .textContainer .title {
      font-weight: 700;
      font-size: 2.4rem;
      color: #464646; }
    .blogArticle .textContainer a.title:hover {
      color: #abdb51; }
    .blogArticle .textContainer .divider {
      margin-top: 14px;
      margin-bottom: 14px; }
    .blogArticle .textContainer .blogShare {
      position: static;
      padding-bottom: 30px; }
    .blogArticle .textContainer .text {
      font-size: 1.4rem;
      line-height: 2.4rem; }
      .blogArticle .textContainer .text p {
        padding: 0;
        margin: 0;
        padding-bottom: 14px; }
    .blogArticle .textContainer .readMore {
      font-size: 1.4rem;
      font-weight: 700;
      text-transform: uppercase;
      color: #707070; }
      .blogArticle .textContainer .readMore:hover {
        color: #abdb51; }

.paging {
  float: left;
  width: 100%;
  text-align: center;
  padding-left: 5px; }
  .paging a {
    display: inline-block;
    color: #ffffff;
    background: #abdb51;
    border-radius: 3px;
    font-size: 1.2rem;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-right: 5px;
    transition: background-color .2s ease-in-out; }
    .paging a:hover {
      background: #707070; }
  .paging span {
    cursor: normal;
    background-color: #ffffff;
    color: #abdb51;
    border: 1px solid #abdb51;
    font-weight: 700;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 3px;
    font-size: 1.2rem;
    margin-right: 5px; }

.searchContainer {
  width: 100%;
  background: #f6f6f6;
  border-radius: 5px;
  position: relative; }
  .searchContainer input {
    font-family: 'Open Sans', 'Arial', sans-serif;
    width: 100%;
    border: 0;
    background: none;
    font-size: 18px;
    font-style: italic;
    color: #464646;
    font-weight: 300;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 15px;
    padding-right: 15px; }
    .searchContainer input::-webkit-input-placeholder {
      color: #b7b7b7; }
    .searchContainer input:-moz-placeholder {
      color: #b7b7b7; }
    .searchContainer input::-moz-placeholder {
      color: #b7b7b7; }
    .searchContainer input:-ms-input-placeholder {
      color: #b7b7b7; }
  .searchContainer .image {
    position: absolute;
    top: 10px;
    right: 15px; }

.recentPosts {
  width: 100%;
  background: #f6f6f6;
  border-radius: 5px;
  position: relative;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 15px;
  padding-right: 15px; }
  .recentPosts .title {
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.8rem;
    color: #464646; }
  .recentPosts .divider {
    margin: 0 auto;
    margin-top: 18px;
    margin-bottom: 5px; }
  .recentPosts a {
    display: inline-block;
    font-size: 1.4rem;
    margin-top: 8px;
    font-weight: 400; }

@media screen and (max-width: 640px) {
  .blog .innerSection {
    display: flex;
    flex-flow: column-reverse; } }
/* INSPIRE + CREATE
------------------------------------------------------------------ */
.filterBar {
  float: left;
  width: 100%;
  padding-left: 1.5%;
  padding-right: 1.5%;
  box-sizing: border-box;
  margin-bottom: 50px; }
  .filterBar .left {
    float: left;
    width: 75%; }
    .filterBar .left .filter {
      float: left;
      margin-right: 25px;
      min-width: 115px;
      width: calc(10% - 25px); }
      .filterBar .left .filter:nth-child(2n) {
        width: calc(30% - 25px); }
      .filterBar .left .filter:last-child {
        margin-right: 0; }
      .filterBar .left .filter .label {
        font-weight: 700;
        font-family: 'Ubuntu', 'Arial', sans-serif;
        font-size: 1.5rem;
        padding-bottom: 8px; }
      .filterBar .left .filter select {
        width: 100%;
        border: 0;
        background: #f9f9f9;
        color: #707070;
        font-family: 'Ubuntu', 'Arial', sans-serif;
        font-size: 1.5rem;
        padding: 7px;
        font-weight: 700; }
  .filterBar .right {
    float: left;
    width: 25%;
    padding-top: 10px; }
    .filterBar .right input {
      display: inline-block;
      border: 1px solid #ebebeb;
      width: calc(100% - 135px);
      max-width: 415px;
      margin: 0 auto;
      border-radius: 5px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      text-transform: uppercase;
      font-family: 'Ubuntu', 'Arial', sans-serif;
      font-weight: 700;
      font-size: 1.4rem;
      color: #707070;
      padding: 15px; }
    .filterBar .right .button {
      border: 1px solid #ebebeb;
      border-left: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

@media screen and (max-width: 1023px) {
  .filterBar {
    display: flex;
    flex-flow: column-reverse; }
    .filterBar .left {
      width: 100%;
      padding-left: 12px; }
      .filterBar .left .filter {
        width: calc(25% - 25px) !important; }
    .filterBar .right {
      width: 100%;
      text-align: center;
      padding-top: 0;
      padding-bottom: 25px; } }
@media screen and (max-width: 640px) {
  .filterBar .left {
    padding-left: 0;
    text-align: left; }
    .filterBar .left .filter {
      width: 100% !important;
      padding-bottom: 20px; }
      .filterBar .left .filter:last-child {
        padding-bottom: 0; } }
.inspireCreateTiles {
  width: 100%; }
  .inspireCreateTiles .tile {
    width: calc(25% - 3%);
    float: left;
    padding-left: 1.5%;
    padding-right: 1.5%;
    padding-bottom: 3%;
    text-align: center; }
    .inspireCreateTiles .tile .image {
      position: relative;
      display: block;
      background: #707070;
      width: 100%;
      height: auto; }
      .inspireCreateTiles .tile .image img {
        width: 100%;
        height: auto;
        display: block; }
      .inspireCreateTiles .tile .image .overlay {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5) url("img/plusIcon.png") center center no-repeat;
        opacity: 0;
        transition: opacity .2s ease-in-out; }
      .inspireCreateTiles .tile .image:hover .overlay {
        opacity: 1; }
    .inspireCreateTiles .tile .title {
      font-weight: 700;
      font-size: 1.8rem;
      font-family: 'Ubuntu', 'Arial', sans-serif;
      margin-top: 10px;
      display: inline-block; }
  .inspireCreateTiles .paging {
    padding-top: 30px; }

@media screen and (max-width: 768px) {
  .inspireCreateTiles .tile {
    width: calc(50% - 3%); }
    .inspireCreateTiles .tile .title {
      margin-top: 5px;
      font-size: 1.6rem; }

  .extraClear {
    clear: both;
    line-height: 0; } }
@media screen and (max-width: 320px) {
  .inspireCreateTiles .tile {
    width: calc(100% - 3%); } }
.popupContainer {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  text-align: center;
  min-width: 320px; }
  .popupContainer .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer; }
  .popupContainer .cross {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: .5;
    transition: opacity .2s ease-in-out; }
    .popupContainer .cross:hover {
      opacity: 1; }
  .popupContainer .popup {
    max-height: 100%;
    overflow: auto;
    transition: width .4s ease-in-out, height .4s ease-in-out;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
    text-align: left;
    padding: 25px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 5px;
    color: #464646; }
    .popupContainer .popup .regular {
      display: block; }
    .popupContainer .popup .requestSample {
      display: none; }
    .popupContainer .popup.single {
      width: calc(460px + 50px); }
      .popupContainer .popup.single .woodTile {
        width: 460px;
        height: 460px; }
        .popupContainer .popup.single .woodTile img:nth-child(1) {
          top: 0;
          left: 0;
          z-index: 1; }
    .popupContainer .popup.book {
      width: calc(920px + 50px); }
      .popupContainer .popup.book .woodTile {
        width: 920px;
        height: 460px; }
        .popupContainer .popup.book .woodTile img:nth-child(1) {
          top: 0;
          left: 0;
          z-index: 1; }
        .popupContainer .popup.book .woodTile img:nth-child(2) {
          top: 0;
          left: 460px;
          z-index: 1;
          -moz-transform: scale(-1, 1);
          -o-transform: scale(-1, 1);
          -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }
    .popupContainer .popup.slip {
      width: calc(920px + 50px); }
      .popupContainer .popup.slip .woodTile {
        width: 920px;
        height: 460px; }
        .popupContainer .popup.slip .woodTile img:nth-child(1) {
          top: 0;
          left: 0;
          z-index: 1; }
        .popupContainer .popup.slip .woodTile img:nth-child(2) {
          top: 0;
          left: 460px;
          z-index: 1; }
    .popupContainer .popup.butt {
      width: calc(920px + 50px); }
      .popupContainer .popup.butt .woodTile {
        width: 920px;
        height: 920px; }
        .popupContainer .popup.butt .woodTile img:nth-child(1) {
          top: 0;
          left: 0;
          z-index: 1; }
        .popupContainer .popup.butt .woodTile img:nth-child(2) {
          top: 0;
          left: 460px;
          z-index: 1;
          -moz-transform: scale(-1, 1);
          -o-transform: scale(-1, 1);
          -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }
        .popupContainer .popup.butt .woodTile img:nth-child(3) {
          top: 459px;
          left: 0;
          z-index: 1;
          -moz-transform: scale(1, -1);
          -o-transform: scale(1, -1);
          -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }
        .popupContainer .popup.butt .woodTile img:nth-child(4) {
          top: 459px;
          left: 460px;
          z-index: 1;
          -moz-transform: scale(-1, -1);
          -o-transform: scale(-1, -1);
          -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }
    .popupContainer .popup .woodTile {
      position: relative;
      text-align: center;
      overflow: hidden;
      transition: width .4s ease-in-out, height .4s ease-in-out;
      background: #ffffff; }
      .popupContainer .popup .woodTile img {
        background: #ffffff;
        float: left;
        width: 460px;
        height: 460px;
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        transition: top .4s ease-in-out .4s, left .4s ease-in-out .4s, transform .4s linear .8s;
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1); }
    .popupContainer .popup .top {
      padding-bottom: 20px; }
      .popupContainer .popup .top .title {
        font-family: 'Ubuntu', 'Arial', sans-serif;
        font-size: 2.4rem;
        font-weight: 700; }
      .popupContainer .popup .top .description {
        font-size: 1.6rem;
        width: 100%;
        padding-top: 5px; }
    .popupContainer .popup .bottom {
      padding-top: 20px;
      text-align: center; }
      .popupContainer .popup .bottom .left {
        width: 100%; }
        .popupContainer .popup .bottom .left .radio {
          display: inline-block;
          margin-right: 12px; }
          .popupContainer .popup .bottom .left .radio:last-child {
            margin-right: 0; }
          .popupContainer .popup .bottom .left .radio input {
            position: relative;
            top: 2px; }
          .popupContainer .popup .bottom .left .radio label {
            font-size: 1.6rem;
            padding-left: 2px; }
      .popupContainer .popup .bottom .right {
        padding-top: 20px;
        width: 100%; }
        .popupContainer .popup .bottom .right .button {
          border-radius: 3px;
          padding-left: 20px;
          padding-right: 20px;
          box-sizing: border-box;
          display: inline-block;
          white-space: nowrap; }
          .popupContainer .popup .bottom .right .button:first-child {
            margin-right: 10px; }
      .popupContainer .popup .bottom .shareButtons {
        position: static;
        padding-top: 20px; }
        .popupContainer .popup .bottom .shareButtons .shareTitle {
          display: inline-block;
          font-size: 1.4rem;
          padding-top: 7px;
          padding-right: 2px;
          font-weight: 400; }

@media screen and (max-width: 1023px) {
  .popupContainer .popup {
    min-width: calc(460px + 50px) !important; }
    .popupContainer .popup.single {
      width: calc(230px + 50px); }
      .popupContainer .popup.single .woodTile {
        width: 230px;
        height: 230px; }
    .popupContainer .popup.book {
      width: calc(460px + 50px); }
      .popupContainer .popup.book .woodTile {
        width: 460px;
        height: 230px; }
        .popupContainer .popup.book .woodTile img:nth-child(2) {
          left: 230px; }
    .popupContainer .popup.slip {
      width: calc(460px + 50px); }
      .popupContainer .popup.slip .woodTile {
        width: 460px;
        height: 230px; }
        .popupContainer .popup.slip .woodTile img:nth-child(2) {
          left: 230px; }
    .popupContainer .popup.butt {
      width: calc(460px + 50px); }
      .popupContainer .popup.butt .woodTile {
        width: 460px;
        height: 460px; }
        .popupContainer .popup.butt .woodTile img:nth-child(2) {
          left: 230px; }
        .popupContainer .popup.butt .woodTile img:nth-child(3) {
          top: 229px; }
        .popupContainer .popup.butt .woodTile img:nth-child(4) {
          top: 229px;
          left: 230px; }
    .popupContainer .popup .woodTile img {
      width: 230px;
      height: 230px; } }
@media screen and (max-width: 640px) {
  .popupContainer .popup .requestSample .title {
    text-align: center; }
  .popupContainer .popup .requestSample .button {
    max-width: 100%; } }
@media screen and (max-width: 575px) {
  .popupContainer .popup {
    min-width: calc(260px + 50px) !important; }
    .popupContainer .popup.single {
      width: calc(130px + 50px); }
      .popupContainer .popup.single .woodTile {
        width: 130px;
        height: 130px; }
    .popupContainer .popup.book {
      width: calc(260px + 50px); }
      .popupContainer .popup.book .woodTile {
        width: 260px;
        height: 130px; }
        .popupContainer .popup.book .woodTile img:nth-child(2) {
          left: 130px; }
    .popupContainer .popup.slip {
      width: calc(260px + 50px); }
      .popupContainer .popup.slip .woodTile {
        width: 260px;
        height: 130px; }
        .popupContainer .popup.slip .woodTile img:nth-child(2) {
          left: 130px; }
    .popupContainer .popup.butt {
      width: calc(260px + 50px); }
      .popupContainer .popup.butt .woodTile {
        width: 260px;
        height: 260px; }
        .popupContainer .popup.butt .woodTile img:nth-child(2) {
          left: 130px; }
        .popupContainer .popup.butt .woodTile img:nth-child(3) {
          top: 129px; }
        .popupContainer .popup.butt .woodTile img:nth-child(4) {
          top: 129px;
          left: 130px; }
    .popupContainer .popup .woodTile img {
      width: 130px;
      height: 130px; }
  .popupContainer .bottom .button {
    width: 80%;
    margin: 0 !important; }
    .popupContainer .bottom .button:first-child {
      margin-bottom: 10px !important; } }

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