/* Compiled Less CSS File */
/* Generated from "Style.css" */

/* LESS Document */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 27, 2014 */
@font-face {
  font-family: 'supernovaregular';
  src: url('/fonts/Supernova/supernova-webfont.eot');
  src: url('/fonts/Supernova/supernova-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/Supernova/supernova-webfont.woff') format('woff'), url('/fonts/Supernova/supernova-webfont.ttf') format('truetype'), url('/fonts/Supernova/supernova-webfont.svg#supernovaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Breakpoints*/
.responsivehelper,
.responsivehelper:after {
  /*This adds a label in the top-left corner that displays the current media query state.*/

  background: red;
  color: #ffffff;
  content: "undefined";
  left: 0;
  padding: .5em 1em;
  position: fixed;
  text-align: center;
  top: 200px;
  z-index: 1000;
}
@media only screen and (max-width: 767px) {
  .responsivehelper,
  .responsivehelper:after {
    background: orange;
    content: "mobile";
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsivehelper,
  .responsivehelper:after {
    background: purple;
    content: "tablet";
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .responsivehelper,
  .responsivehelper:after {
    background: green;
    content: "desktop";
  }
}
@media only screen and (min-width: 1200px) {
  .responsivehelper,
  .responsivehelper:after {
    background: blue;
    content: "desktop-xl";
  }
}
@media only screen and (max-width: 767px) {
  #testmediaquerydefine {
    background: orange;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testmediaquerydefine {
    background: purple;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #testmediaquerydefine {
    background: green;
  }
}
@media only screen and (min-width: 1200px) {
  #testmediaquerydefine {
    background: blue;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  #testmediaquerydefine {
    color: black;
  }
}
/*FONTS*/
/*COLOURS*/
/*GENERAL*/
body {
  font-family: "nimbus-sans-extended";
  font-weight: 300;
}
html,
body {
  padding: 0px;
  margin: 0px;
}
.section {
  padding: 40px 0px 40px 0px;
  text-align: center;
  line-height: 2;
}
.section .section-content {
  width: 80%;
  margin: auto;
}
h1,
h2,
h3,
h4 {
  font-weight: 200;
  font-family: "omnes-pro", sans-serif;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
/*HEADER*/
#header {
  position: fixed;
  top: 0px;
  z-index: 3000;
  padding: 10px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header {
    background: rgba(0, 0, 0, 0.9);
  }
}
@media only screen and (max-width: 767px) {
  #header {
    background: rgba(0, 0, 0, 0.9);
  }
}
.requestquote {
  padding: 35px 18px 18px 18px;
  background-color: #ef192d;
  font-family: "orbitron";
  color: #ffffff;
  text-align: left;
  width: 200px;
  -webkit-box-shadow: 10px 10px 25px -6px #000000;
  -moz-box-shadow: 10px 10px 25px -6px #000000;
  box-shadow: 10px 10px 25px -6px #000000;
}
.requestquote a {
  color: #ffffff;
  font-size: 20px;
}
@media only screen and (min-width: 1200px) {
  .requestquote {
    position: absolute;
    top: -10px;
    right: 15vw;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .requestquote {
    position: absolute;
    top: -10px;
    right: 2vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .requestquote {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 90px;
    height: 40px;
    text-align: center;
    padding: 0px;
    line-height: 40px;
  }
  .requestquote a {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .requestquote {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 90px;
    height: 40px;
    text-align: center;
    padding: 0px;
    line-height: 40px;
  }
  .requestquote a {
    margin-right: 10px;
    font-size: 11px;
    font-weight: 400;
  }
  .requestquote a:last-child {
    margin-right: 0px;
  }
}
/*NAVIGATION*/
#nav-container {
  z-index: 1000;
  width: 100%;
  font-family: "orbitron";
  font-size: 12px;
  letter-spacing: 3px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #nav-container .navbar {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none;
    box-shadow: none;
    padding-top: 25px;
  }
}
.navbar {
  margin-bottom: 0px;
  min-height: 40px;
}
.navbar .navbar-header button {
  position: absolute;
  top: -50px;
  right: 0px;
}
.navbar-default {
  background: none;
  border: none;
}
@media (min-width: 768px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    margin-top: 40px;
  }
}
.navbar-default .navbar-nav > li a {
  padding: 5px 10px 5px 10px;
}
.navbar-default .navbar-nav > li a:link {
  color: #ffffff;
}
.navbar-default .navbar-nav > li a:visited {
  color: #ffffff;
}
.navbar-default .navbar-nav > li a:hover {
  color: #ef192d;
}
.navbar-default .navbar-nav > li a:active {
  color: #ef192d;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #3c474e;
}
/*HOMEBANNER*/
.homebanner {
  padding: 0px;
  margin: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
  height: 90vh;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homebanner .bannertextmobile {
    width: 100%;
    position: absolute;
    top: 180px;
    color: #ffffff;
    letter-spacing: 3px;
  }
  .homebanner .bannertextmobile p {
    margin: 0px;
    padding: 0px;
    line-height: 1;
  }
  .homebanner .bannertextmobile .bannertextsmall {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "orbitron";
    width: 100%;
  }
  .homebanner .bannertextmobile .bannertextlarge {
    text-align: center;
    font-size: 60px;
    font-weight: 100;
    margin-top: 0px;
    font-family: "omnes-pro", sans-serif;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .homebanner .bannertextmobile {
    width: 100%;
    position: absolute;
    visibility: visible;
    top: 180px;
    color: #ffffff;
    letter-spacing: 3px;
  }
  .homebanner .bannertextmobile p {
    margin: 0px;
    padding: 0px;
    line-height: 1;
  }
  .homebanner .bannertextmobile .bannertextsmall {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "orbitron";
    width: 100%;
  }
  .homebanner .bannertextmobile .bannertextlarge {
    text-align: center;
    font-size: 60px;
    font-weight: 100;
    margin-top: 0px;
    font-family: "omnes-pro", sans-serif;
    width: 100%;
  }
}
.homebanner .bannertext {
  margin-top: 55vh;
  color: #ffffff;
  letter-spacing: 3px;
}
.homebanner .bannertext p {
  margin: 0px;
  padding: 0px;
  line-height: 1;
}
.homebanner .bannertext .bannertextsmall {
  text-align: center;
  font-size: 23px;
  text-transform: uppercase;
  font-family: "orbitron";
}
.homebanner .bannertext .bannertextlarge {
  text-align: center;
  font-size: 120px;
  font-weight: 100;
  margin-top: 0px;
  font-family: "omnes-pro", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homebanner {
    height: 400px;
    position: relative;
    background-image: url(/images/Hero_1.jpg);
    background-size: cover;
    background-position: center center;
  }
  .homebanner #slides {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .homebanner {
    height: 400px;
    position: relative;
    background-image: url(/images/Hero_1.jpg);
    background-size: cover;
    background-position: center center;
  }
  .homebanner #slides {
    display: none;
  }
}
.slides-control {
  width: 100%;
}
ul.slides-container {
  width: 100%;
}
ul.slides-container li {
  width: 100%;
  list-style: none;
}
.slides-pagination {
  display: none;
  bottom: 50px;
}
.slides-pagination a {
  border: 2px solid #fff;
}
.slides-pagination a.current {
  background-color: #fff;
}
.slides-navigation {
  top: 50%;
}
.slides-navigation .next {
  margin-right: 20px;
}
.slides-navigation .prev {
  margin-left: 20px;
}
.slides-navigation .next,
.slides-navigation .prev {
  height: 60px;
  margin-top: -30px;
}
.slides-navigation .next .glyphicon,
.slides-navigation .prev .glyphicon {
  font-size: 26px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 60px;
}
/*SECTIONS GENERAL STYLING*/
.section h1 {
  font-family: "omnes-pro", sans-serif;
  font-weight: 200;
  letter-spacing: 3px;
}
.section h2 {
  font-family: "omnes-pro", sans-serif;
  font-weight: 200;
  letter-spacing: 3px;
  font-size: 14px;
  margin-bottom: 40px;
}
.section .quote {
  font-size: 26px;
  line-height: 1.2;
  padding: 20px;
}
.section1,
.section2,
.section3,
.section4,
.section5,
.section6,
.section7 {
  position: relative;
  z-index: 2000;
}
.section1,
.section3,
.section4,
.section5,
.section6,
.section7 {
  background-attachment: fixed;
  background-size: 100% 130%;
  background-repeat: no-repeat;
}
.triangledivider {
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -20px;
  z-index: 99999;
}
/*SECTION 1*/
.section1 {
  margin-top: 90vh;
  background-image: url(/images/shutterstock_210946009.jpg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section1 {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .section1 {
    margin-top: 0px;
  }
}
/*SECTION 2*/
.section2 {
  background-color: #818285;
  padding-top: 25px;
  color: #ffffff;
  text-align: center;
  padding-bottom: 0px;
}
.section2 h3 {
  font-weight: 400;
}
.servicerow {
  width: 100%;
}
.servicerow:after {
  content: '';
  display: block;
  clear: both;
}
.design {
  background-image: url(/images/Timbertile.jpg);
}
.mosaic {
  background-image: url(/images/Mosaiccrop.jpg);
}
.waterproof {
  background-image: url(/images/Waterdrops.jpg);
}
.maintenance {
  background-image: url(/images/Maitenancecrop.jpg);
}
.porcelain {
  background-image: url(/images/ceramiccrop.jpg);
}
.preparation {
  background-image: url(/images/preparation.jpg);
}
.stone {
  background-image: url(/images/stone2crop.jpg);
}
.outdoor {
  background-image: url(/images/Slateoutdoor.jpg);
}
.service {
  position: relative;
  float: left;
  width: 25%;
  height: 25vw;
  margin: 0px;
  padding: 0px;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service {
    width: 100%;
    min-height: 200px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .service {
    width: 100%;
    min-height: 200px;
    height: auto;
  }
}
.service .servicetitle {
  padding: 0px;
  margin: 0px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 45%;
  width: 100%;
}
.servicecontent {
  width: 100%;
  min-height: 300px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  color: #ffffff;
  padding: 25px;
  text-align: left;
}
/*SECTION 3*/
.section3 {
  background-image: url(/images/shutterstock_210946009.jpg);
}
/*SECTION 4 - PROJECTS*/
.section4 {
  position: relative;
  background-image: url(/images/TimberTilelge_darker.jpg);
  color: #ffffff;
  height: 100vh;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section4 {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .section4 {
    height: auto;
  }
}
.section4 .projectcontent {
  position: absolute;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 35px;
  color: #000000;
  z-index: 9999;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section4 .projectcontent {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .section4 .projectcontent {
    position: relative;
  }
}
.section4 .projectcontent dd {
  font-style: italic;
  margin-bottom: 20px;
}
.parallax1 {
  position: absolute;
  width: 90vw;
  margin-left: -45vw;
  opacity: .5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .parallax1 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .parallax1 {
    display: none;
  }
}
.parallax2 {
  position: absolute;
  right: 20px;
  top: 20%;
  opacity: .5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .parallax2 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .parallax2 {
    display: none;
  }
}
/*SECTION 5*/
.section5 {
  background-image: url(/images/shutterstock_210946009.jpg);
  background-size: cover;
}
/*SECTION 6 - GALLERY*/
.section6 {
  background-color: #818285;
  text-align: center;
  color: #ffffff;
}
#links {
  width: 100%;
}
#links .gallerythumbcontainer {
  width: 20%;
  height: 20vw;
  float: left;
}
#links .gallerythumbcontainer .gallerythumb {
  display: block;
  width: 98%;
  height: 98%;
  margin: auto;
  background-size: cover;
  background-position: center center;
}
/* SECTION 7 - CONTACT*/
.section7 {
  background-color: #818285;
  color: #ffffff;
  min-height: 50vh;
}
.section7 a {
  color: #ffffff;
}
.contactform {
  color: #000000;
  width: 60%;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contactform {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .contactform {
    width: 100%;
  }
}
.contactform p {
  text-align: right;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  font-style: italic;
}
.contactform .formsubmit {
  background-color: #000000;
  display: block;
  margin-top: 15px;
  border: none;
  float: right;
  width: 100px;
  color: #ffffff;
  position: relative;
  z-index: 9999;
}
.contactform input,
.contactform textarea,
.contactform select {
  width: 100%;
  display: block;
  padding: 6px;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  color: #000000;
  margin-bottom: 20px;
}
.contactform input ::-webkit-input-placeholder,
.contactform textarea ::-webkit-input-placeholder,
.contactform select ::-webkit-input-placeholder {
  color: #fff;
}
.contactform input :-moz-placeholder,
.contactform textarea :-moz-placeholder,
.contactform select :-moz-placeholder {
  /* Firefox 18- */

  color: #fff;
}
.contactform input ::-moz-placeholder,
.contactform textarea ::-moz-placeholder,
.contactform select ::-moz-placeholder {
  /* Firefox 19+ */

  color: #fff;
}
.contactform input :-ms-input-placeholder,
.contactform textarea :-ms-input-placeholder,
.contactform select :-ms-input-placeholder {
  color: #fff;
}
.contactform textarea.cat_listbox {
  width: 100%;
  border: none;
  padding: 6px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
}
/*FOOTER*/
#footer {
  position: relative;
  text-align: center;
  height: auto;
  padding: 10px;
  z-index: 9999;
  background-color: #000000;
  color: #ffffff;
}