﻿/* -------------------------------------------------- */
/*               1. BASIC PAGE SETUP                  */
/* -------------------------------------------------- */
body {
  color: #2d2d2d;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  overflow-x: hidden;
  background: #ffffff;
  font-family: 'Avenir LT Std', Arial, Helvetica, sans-serif
}

body,
html {
  height: 100%;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

/* -------------------------------------------------- */
/*                      2. FONTS                      */
/* -------------------------------------------------- */
@font-face {
  font-family: 'Avenir LT Std';
  src: url('../AvenirLTStd-Book.woff2') format('woff2'), url('../AvenirLTStd-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir LT Std';
  src: url('../AvenirLTStd-Medium.woff2') format('woff2'), url('../AvenirLTStd-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir LT Std';
  src: url('../AvenirLTStd-Roman.woff2') format('woff2'), url('../AvenirLTStd-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* -------------------------------------------------- */
/*                  3. MAIN LAYOUT                    */
/* -------------------------------------------------- */
#skiptomain {
  display: none;
}

#headcontainer {
  top: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  position: fixed;
  border-bottom: 4px solid #ffffff;
  background-color: #c0d2e5;
}

.headcontent {
  clear: both;
  color: #373737;
  margin: 0px auto;
  padding: 10px 0px 0px 0px;
  position: relative;
  max-width: 1200px;
}

#banner {
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}

.bannercontent {
  clear: both;
  color: #373737;
  margin: 0px auto;
  padding: 20px 0px;
  position: relative;
  max-width: 810px;
}

.bannertext,
.bannertext_products {
  clear: both;
  height: 700px;
  margin: 0px auto;
  display: table-cell;
  position: relative;
  max-width: 810px;
  vertical-align: middle;
}

.bannertext_products {
  height: 500px;
}

.maincontent {
  clear: both;
  color: #373737;
  margin: 0px auto;
  padding: 80px 20px;
  position: relative;
  max-width: 1200px;
}

#footer {
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 40px 0px;
  text-align: center;
  padding-bottom: 0px;
  background-color: #c0d2e5;
  border-top: 2px solid #ffffff;
}

.footercontent {
  clear: both;
  color: #ffffff;
  margin: 0px auto;
  padding: 10px 0px 5px 0px;
  position: relative;
  max-width: 1200px;
  vertical-align: bottom
}

.colourbar1 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #c0d2e5;
  /* light blue */
}

.contactbg {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #1e2d3b;
}

.colourbar1 .maincontent {
  clear: both;
  color: #ffffff;
  margin: 0px auto;
  padding: 60px 10px;
  position: relative;
  max-width: 1200px;
}

.nomore {
  display: none !important;
}

/* -------------------------------------------------- */
/*                    4. PARALLAX                     */
/* -------------------------------------------------- */
.parallax,
.parallax_products {
  border-top: 4px solid #ffffff;
  min-height: 700px;
  background-size: cover;
  background-image: url("../images/parallax01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

/* -------------------------------------------------- */
/*                   5. NAVIGATION                    */
/* -------------------------------------------------- */
.navbar-background {
  border: 0px solid #ffffff;
  background-color: transparent;
}

.navbar-container {
  margin: 0px auto;
  max-width: 1200px;
}

.navbar-collapse {
  padding-right: 10px;
}

.navbar-default {
  border: 0px solid #ffffff;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #000000;
}

.navbar {
  margin: 20px 0px 0px 0px;
  border: 0px solid transparent;
  position: relative;
  min-height: 50px;
}

.navbar-nav {
  width: 100%;
  margin: 0px;
  text-align: right;
}

ul.navbar-nav {
  margin: 0px;
  padding: 0px !important;
}

.navbar-nav>li {
  float: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  line-height: 30px;
}

.navbar-default .navbar-nav>li>a {
  color: #000000;
  margin: 0px 10px;
  padding: 5px 0px 2px 0px;
  font-size: 16px;
  font-family: 'Avenir LT Std', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #000000;
  margin: 0px 10px;
  padding: 5px 0px 2px 0px;
  font-size: 16px;
  border-bottom: 2px solid #000000;
  text-decoration: none;
  background-color: transparent;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  margin-top: 10px;
  border-color: #ffffff;
  background-color: #1e2d3b;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #1e2d3b;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}

@media (max-width: 640px) {
  .navbar {
    border: 0px solid transparent;
    position: relative;
    min-height: 40px;
    margin-bottom: 0px;
  }

  .navbar-nav>li {
    float: none;
    color: #ffffff;
    display: block;
    line-height: 40px;
  }

  .navbar-default .navbar-nav>li>a {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .navbar-default .navbar-nav>li>a:hover {
    text-align: center;
    margin-top: 10px;
  }

  .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:hover,
  .navbar-default .navbar-nav>.active>a:focus,
  .navbar-default .navbar-nav>li>a:hover,
  .navbar-default .navbar-nav>li>a:focus {
    border-bottom: 0px solid #000000;
  }
}

/* -------------------------------------------------- */
/*                   6. HEADINGS                      */
/* -------------------------------------------------- */
h1 {
  color: #1e2d3b;
  margin: 20px 0px 40px 0px;
  padding: 0px;
  font-size: 60px;
  text-align: right;
  font-family: 'Avenir LT Std', Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 50px;
  text-transform: uppercase;
}

.colourbar1 h1,
.contactbg h1,
.parallax_products h1 {
  color: #ffffff;
}

h1.news {
  text-align: center;
  font-size: 54px;
  line-height: 58px;
  padding: 30px 0px;
  margin: 20px 0px;
  word-spacing: 5px;
}

h2 {
  color: #ffffff;
  margin: 20px 0px 0px 0px;
  padding: 0px;
  font-size: 26px;
  text-align: left;
  font-family: 'Avenir LT Std', Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 40px;
  text-transform: uppercase;
}

h3 {
  color: #ffffff;
  margin: 10px;
  padding: 7px 14px;
  font-size: 30px;
  text-align: center;
  font-family: 'Avenir LT Std', Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 40px;
  text-transform: uppercase;
  background-color: #1e2d3b;
  border-radius: 15px;
  letter-spacing: 1px;
}

h4 {
  color: #ffffff;
  margin: 20px 0px 0px 0px;
  padding: 5px 10px;
  font-size: 20px;
  text-align: center;
  font-family: 'Avenir LT Std', Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 24px;
  text-transform: uppercase;
  background-color: #1e2d3b;
  letter-spacing: 1px;
}

h6 {
  color: #1e2d3b;
  margin: 10px auto;
  max-width: 1000px;
  font-size: 24px;
  text-align: center;
  line-height: 36px;
  font-family: 'Avenir LT Std', Arial, Helvetica, sans-serif;
}

/* -------------------------------------------------- */
/*                 7. PARAGRAPHS                      */
/* -------------------------------------------------- */
p,
ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
}

p {
  color: #1e2d3b;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  hyphens: auto;
  font-size: 16px;
  text-align: justify;
  font-family: 'Avenir LT Std', Arial, Helvetica, sans-serif;
  line-height: 28px;
}

.contactbg p {
  color: #ffffff;
}

p.products {
  text-align: left;
  font-size: 14px;
}

p.product_links {
  text-align: center;
}

p.product_links img {
  margin-bottom: 10px;
}

p.forms {
  margin: 0px 0px 5px 0px;
  font-size: 14px;
  text-align: left;
  line-height: 32px;
}

p.logo {
  margin: 0px;
  padding: 0px 10px;
  text-align: left;
}

p.credits {
  margin: 0px auto;
  padding: 5px 0px;
  font-size: 9px;
  max-width: 1200px;
  text-align: right;
  line-height: normal;
  letter-spacing: 1px;
}

/* -------------------------------------------------- */
/*                     8. LINKS                       */
/* -------------------------------------------------- */
a:link.normal,
a:visited.normal {
  color: #ffffff;
  text-decoration: none;
}

a:hover.normal,
a:active.normal {
  color: #c0d2e5;
  text-decoration: none;
}

a:link.credits,
a:visited.credits {
  color: #1e2d3b;
  text-decoration: none;
}

a:hover.credits,
a:active.credits {
  color: #1e2d3b;
  text-decoration: none;
  border-bottom: 1px solid #1e2d3b;
}

/* -------------------------------------------------- */
/*                  9. COLOURS                        */
/* -------------------------------------------------- */
.clr1 {
  color: #c0d2e5;
}

/* light blue */
.clr2 {
  color: #1e2d3b;
}

/* dark blue */
.clr3 {
  color: #ffffff;
}

/* white */

.bgclr3 {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 0px 10px 10px 30px;
  margin-bottom: 20px
}

.bgclr4 {
  background-color: #d4d9dd;
  border-radius: 15px;
  padding: 0px 10px 10px 30px;
  margin-bottom: 20px
}

.bgclr5 {
  background-color: #dcdcdc;
  border-radius: 15px;
  padding: 0px 10px 10px 30px;
  margin-bottom: 20px
}

.productbg {
  background-color: #c0d2e5;
  border-radius: 15px;
  padding: 0px 10px 10px 30px;
  margin-bottom: 20px
}

/* -------------------------------------------------- */
/*                    10. IMAGES                       */
/* -------------------------------------------------- */
img {
  width: auto\9;
  height: auto\9;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  border-style: none;
  border-color: inherit;
  border-width: 0;
}

img.projects {
  border: 2px solid #ffffff;
  margin-bottom: 20px;
}

.caption {
  color: #ffffff;
  position: absolute;
  bottom: 22px;
  left: 17px;
  background-color: rgb(0, 0, 0);
  opacity: 0.6;
}

.caption p {
  color: #ffffff;
  margin: 0px 5px 5px 5px;
  padding: 5px 5px 0px 5px;
  hyphens: auto;
  font-size: 15px;
  text-align: left;
  line-height: 20px;
}

/* -------------------------------------------------- */
/*                 11. GOOGLE MAPS                    */
/* -------------------------------------------------- */
.google-maps {
  width: 100%;
  height: 0;
  margin: 20px 0px 0px 0px;
  position: relative;
  overflow: hidden;
  min-height: 450px;
  padding-bottom: 0%;
}

.google-maps iframe {
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .google-maps {
    width: 100%;
    margin: 20px 0px 0px 0px;
  }
}

/* ------------------------------------------------- */
/*                     12. FORMS                     */
/* ------------------------------------------------- */
input,
textarea,
submit,
select {
  width: 100%;
  color: #1e2d3b;
  margin: 0;
  border: 0px;
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  max-width: 100%;
  text-align: justify;
  background: #ffffff;
  line-height: 20px;
  font-family: 'Avenir LT Std', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}

textarea {
  height: 110px;
}

.submit {
  text-align: center;
}

::-webkit-input-placeholder {
  color: #6e6e6e;
}

::-moz-placeholder {
  color: #6e6e6e !important;
  opacity: 1
}

:-ms-input-placeholder {
  color: #6e6e6e;
}

:-moz-placeholder {
  color: #6e6e6e;
}

/* ------------------------------------------------- */
/*                   10. TABLES                     */
/* ------------------------------------------------- */
.table {
  width: 100%;
  color: #000000;
  border: 0px solid #000000;
  margin: 5px 0px;
  padding: 0px;
  hyphens: auto;
  font-size: 15px;
  text-align: left;
  line-height: 22px;
  font-family: 'Avenir LT Std', Arial, Helvetica, sans-serif;
  border-collapse: collapse;
}

.table tr {
  margin: 0px;
  border-top: 1px solid #f0f0f0;
}

.table tr:first-child {
  border-top: 0px;
  color: #c0d2e5;
}

.table td {
  width: 50%;
  padding: 10px;
  text-align: left;
  border-top: 0px !important;
  font-weight: normal;
  vertical-align: top;
}

.table tr:nth-child(even) {
  background-color: #fdfdfd
}

.table tr:nth-child(odd) {
  background-color: #ffffff
}

@media screen and (max-width: 480px) {
  .table,
  .table tbody {
    width: 100%;
    display: block;
  }

  .table thead {
    display: none;
  }

  .table tr,
  .table th,
  .table td {
    width: 100%;
    padding: 0px;
    display: block;
    text-align: left;
    white-space: normal;
  }

  .table>tbody>tr {
    padding: 5px 10px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
  }

  .table>tbody>tr>td {
    padding: 0px 10px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
  }

  .table td {
    width: 100%;
    color: #ffffff;
    border: none;
    padding: 5px 10px
  }

  .table td:first-child {
    font-weight: normal
  }

  .table td:empty {
    display: none;
  }
}

/* -------------------------------------------------- */
/*                  13. RESPONSIVE                    */
/* -------------------------------------------------- */
@media screen and (max-width: 1200px) {
  .maincontent,
  .footercontent {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  p.logo {
    text-align: center;
  }

  img.dontshow {
    display: none
  }

  #headcontainer {
    width: 100%;
    height: auto;
    position: relative;
  }

  .bannertext {
    height: 300px;
  }

  .parallax {
    min-height: 300px;
  }

  h1 {
    font-size: 40px;
  }

  .maincontent {
    padding: 30px 20px;
  }

  .caption {
    color: #ffffff;
    position: relative;
    bottom: auto;
    left: auto;
    background-color: rgb(0, 0, 0);
    opacity: 0.6;
    margin: -20px auto 10px auto;
    width: 266px;
  }

  .caption p {
    text-align: center;
    padding: 0px 0px 5px 0px;
  }
}