@import url(../fonts/fonts.css);
/*------------------------------------*\
		#SETTINGS
\*------------------------------------*/
/*------------------------------------*\
		#GENERIC
\*------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/*------------------------------------*\
		#BASE
\*------------------------------------*/
html {
  background-color: #050017;
  color: #d9d9d9;
  font-family: "HelveticaLT-Condensed";
  overflow-y: scroll;
  min-height: 100%;
  /* [3] */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

h1 {
  font-family: "DIN-AlternateBold";
  font-size: 42px;
  line-height: 1em;
  color: #a7a6a6;
  text-transform: uppercase; }
  @media screen and (max-width: 1080px) {
    h1 {
      font-size: 36px; } }
  @media screen and (max-width: 640px) {
    h1 {
      font-size: 26px; } }

h2 {
  font-family: "DIN-AlternateBold";
  font-size: 24px;
  line-height: 30px;
  color: #8ec03f;
  text-transform: uppercase; }
  @media screen and (max-width: 640px) {
    h2 {
      font-size: 22px;
      line-height: 26px; } }

h3 {
  font-family: "DIN-AlternateBold";
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  text-transform: uppercase; }

h4 {
  font-size: 13px;
  line-height: 15px;
  color: #a7a6a6;
  text-transform: uppercase; }

p, ul {
  font-size: 14px;
  line-height: 22px; }

sup {
  font-size: 10px; }

/*------------------------------------*\
		#OBJECTS
\*------------------------------------*/
.subsection .wrapper {
  max-width: 960px;
  padding: 0px 72px 0px 24px;
  margin: 0px auto;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .subsection .wrapper {
      max-width: 548px; } }

.col-right {
  float: right;
  padding-left: 24px;
  width: 500px; }
  @media screen and (max-width: 1024px) {
    .col-right {
      float: none;
      width: 100%; } }

.col-left {
  float: left;
  width: 340px; }
  @media screen and (max-width: 1024px) {
    .col-left {
      width: 500px;
      float: none;
      width: 100%; } }

.bullets li {
  padding-left: 20px;
  position: relative;
  list-style: none; }
  .bullets li:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #4f4c4d; }
.bullets.first {
  margin-top: -12px; }
  @media screen and (max-width: 640px) {
    .bullets.first {
      margin-top: -4px; } }

@media screen and (min-width: 640px) {
  .single-line {
    white-space: nowrap;
    display: block; } }

.section-head {
  padding-left: 48px;
  padding-bottom: 36px;
  margin-left: -48px;
  max-width: 480px;
  background-image: url("../img/section-head-bg.svg");
  background-size: 600px 600px;
  background-position: left bottom;
  background-repeat: no-repeat;
  position: relative; }
  .section-head .icon {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    background-repeat: no-repeat;
    position: absolute;
    right: -35px;
    bottom: 2px; }
    .section-head .icon.icon-3x {
      background-image: url("../img/3x-icon.svg"); }
    .section-head .icon.icon-plus {
      background-image: url("../img/plus-icon.svg"); }
    .section-head .icon.icon-10years {
      background-image: url("../img/10years-icon.svg"); }
  .section-head h2 {
    padding-right: 20px; }
  @media screen and (max-width: 640px) {
    .section-head {
      margin-right: 10px; } }

.clearfix:after, .subsection:after {
  content: "";
  display: table;
  clear: both; }

.data-table-container {
  padding: 8px 90px 8px 20px; }
  @media screen and (max-width: 640px) {
    .data-table-container {
      padding-right: 0; 
      padding-left: 0;
      margin-left: -40px;
      } }

.data-table {
  width: 100%;
  color: #4f4c4d;
  font-size: 13px;
  line-height: 15px; }
  .data-table td, .data-table th {
    background-color: #bbd98c;
    border-right: 2px solid #ffffff;
    text-align: center;
    padding: 3px; }
    .data-table td:last-child, .data-table th:last-child {
      border-right: none; }
  .data-table th {
    border-bottom: 2px solid #ffffff; }
  .data-table td:first-child {
    text-align: left;
    padding-left: 24px;
    font-weight: bold; }
  .data-table tr.border td {
    border-bottom: 1px solid #ffffff; }
@media screen and (max-width: 640px) {
  .data-table td:first-child {
    padding-left:12px;
  }
}
.img-container img {
  width: 100%;
  height: auto; }
@media screen and (max-width: 1024px) {
  .img-container {
    margin: 24px 0px 0px 0px !important; } }

/*------------------------------------------------------------------------------------------------*\
		#COMPONENTS - this is where the actual website begins!
\*------------------------------------------------------------------------------------------------*/
#page-head {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 20; }

#title-section {
  background-image: url("../img/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  #title-section .hero-logo {
    width: 100%;
    height: 100%;
    background-image: url("../img/hero-logo.svg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute; }
  #title-section .wrapper {
    height: 100%;
    padding: 0px; }
  #title-section .title__main {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 65%;
    margin-top: -16px;
    padding: 0px 48px; }
    @media screen and (max-width: 640px) {
      #title-section .title__main {
        padding: 0px 24px; } }
  #title-section .title__sub {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 80%;
    margin-top: -11px;
    text-shadow: 3px 3px 20px #000;
    padding: 0px 24px; }
  @media screen and (max-width: 640px) {
    #title-section {
      padding-top: 6px; } }

#scroll-arrows {
  position: absolute;
  width: 30px;
  height: 65px;
  z-index: 10;
  right: 24px; }
  #scroll-arrows .arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }
  #scroll-arrows .arrow-up {
    background-image: url("../img/arrow-up.svg");
    top: 0px; }
  #scroll-arrows .arrow-down {
    background-image: url("../img/arrow-down.svg");
    bottom: 0px; }
  #scroll-arrows .arrow.disabled {
    opacity: 0.5;
    cursor: default; }
  @media screen and (max-width: 640px) {
    #scroll-arrows {
      right: 12px; } }

/* CONTACT BOX */

#contact {
  position: absolute;
  z-index: 20;
  top: 48px;
  right: 24px; }
  #contact .contact__title {
    width: 196px;
    text-align: center;
    padding: 0px 0px 16px 4px;
    background-image: url("../img/contact-title-bg.svg");
    background-size: 250px 12px;
    background-position: left bottom;
    background-repeat: no-repeat;
    cursor: pointer; }
    #contact .contact__title h3 {
      font-size: 22px;
      color: #a7a6a6; }
  @media screen and (max-width: 640px) {
    #contact {
      top: 0px;
      right: 0px;
      width: 100%;
      background-color: #000000; }
      #contact .contact__title {
        float: right;
        margin-right: 12px;
        padding: 6px 0px 16px 4px;
        background-position: right -55px bottom 4px; }
      #contact .contact__info {
        right: 12px !important; } }
  #contact .contact__info {
    display: none;
    background-color: #000000;
    width: 196px;
    height: 250px;
    position: absolute;
    right: 0px;
    top: 50px; }
  #contact .contact__info-inner {
    position: absolute;
    height: 250px;
    bottom: 0px;
    padding: 16px 14px 0px 16px; }
  #contact .contact__intro {
    margin-bottom: 16px; }
  #contact .contact__email {
    text-transform: none;
    color: #ffffff;
    border-top: 1px solid #8ec03f;
    padding-top: 7px;
    margin-bottom: 12px;
    position: relative; }
    #contact .contact__email:before {
      content: "";
      display: inline-block;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: #8ec03f;
      position: absolute;
      left: -6px;
      top: -4px; }
    #contact .contact__email a:link, #contact .contact__email a:visited {
      color: #ffffff;
      text-decoration: none; }
    #contact .contact__email a:hover {
      color: #ffffff;
      text-decoration: underline; }
  #contact .contact__close {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 4px;
    right: 6px;
    background-image: url("../img/contact-arrow-up.svg");
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }

/* CASE STUDY BOX */

#casestudy {
  position: absolute;
  z-index: 20;
  top: 48px;
  left: 24px; }
  #casestudy .casestudy__title {
    width: 196px;
    text-align: center;
    padding: 0px 4px 16px 0px;
    background-image: url("../img/contact-title-bg.svg");
    background-size: 250px 12px;
    background-position: left bottom;
    background-repeat: no-repeat;
    cursor: pointer; }
    #casestudy .casestudy__title h3 {
      font-size: 22px;
      color: #a7a6a6; }
  @media screen and (max-width: 640px) {
    #casestudy {
      top: 0px;
      left: 0px;
      width: 50%;
      background-color: #000000; }
      #casestudy .casestudy__title {
        float: left;
        margin-left: 12px;
        padding: 6px 0px 16px 4px;
        background-position: right -55px bottom 4px; }
      #casestudy .casestudy__info {
        left: 12px !important; } }
  #casestudy .casestudy__info {
    display: none;
    background-color: #141515;
    width: 246px;
    height: 312px;
    position: absolute;
    left: 0px;
    top: 50px; }
  #casestudy .casestudy__info-inner {
    position: absolute;
    width: 246px;
    height: 250px;
    top: 0px;
    padding: 16px 14px 0px 16px; }
  #casestudy .casestudy__intro {
    margin-bottom: 16px; }
  #casestudy .casestudy__download {
    text-transform: uppercase;
    color: #8ebf3e;
    border-top: none;
    position: relative;
    clear:both;
    }
  #casestudy .casestudy__download_row {
    border-top: none;
    padding-top: 20px;
    margin-bottom: 24px;
    }
  #casestudy .casestudy__download img {
  	width: 91px;
  	padding-right:10px;
  	float:left;
  }
  
  #casestudy .casestudy__download_row td {
  vertical-align: middle;
  line-height: normal;      
}
  
  #casestudy .casestudy__download a:link, #casestudy .casestudy__email a:visited {
      color: #8ebf3e;
      text-decoration: none; }
  #casestudy .casestudy__download a:hover {
      color: #ffffff;
      text-decoration: underline; }
  #casestudy .casestudy__close {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 4px;
    right: 6px;
    background-image: url("../img/contact-arrow-up.svg");
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }
    
/* END CASE STUDY BOX */

.subsection-bg {
  padding-top: 550px;
  width: 100%;
  background-image: url("../img/subsection-bg.png");
  background-position: center top;
  background-repeat: repeat-y; 
}
@media screen and (max-width: 320px) {
    .subsection-bg {
     padding-top:160px;
    }
}
@media screen and (max-width: 410px) and (min-width:321px) {
    .subsection-bg {
     padding-top:200px;
    }
}
@media screen and (max-width: 640px) and (min-width:411px) {
    .subsection-bg {
     padding-top:240px;
    }
}
@media screen and (max-width: 800px) and (min-width:641px) {
    .subsection-bg {
     padding-top:460px;
    }
}
@media screen and (max-width: 1024px) and (min-width:801px) {
    .subsection-bg {
     padding-top:570px;
    }
}
  @media screen and (max-width: 1600px) and (min-width:1025px) {
    .subsection-bg {
     padding-top:570px;
    }

}
.subsection {
  padding-top: 24px;
  padding-bottom: 0px; }
  @media screen and (max-width: 640px) {
    .subsection {
      padding-top: 48px; } }

#subsection-two {
  padding-bottom: 0; }

#subsection-three {
  padding-bottom: 72px; }

.col-slide-up {
 	padding-top: 24px;
    @media screen and (max-width: 640px) {
    .col-slide-up {
      padding-top: 48px; } }
 }
 
.cross-section-img {
  margin-right: 20px;
  margin-left: 40px;
  margin-top: 0px;
  max-width: 280px; }

.footballer-img {
  max-width: 340px;
  margin-top: 0px; }

.stadium-img {
  max-width: 340px;
  margin-top: 0px;
  position: relative;
  left: 10px; }
  
.hero-turf {
  max-width: 1000px;
  margin-top: -15%;
  margin-left:auto;
  margin-right:auto;
  
}
@media screen and (max-width: 800px) {
  .hero-turf {
      margin-top: -25%;
  }
}

@media screen and (max-width: 1600px) and (min-width:1280px) {
  .hero-turf {
      margin-top: -15%;
  }
}

@media screen and (max-width: 2400px) and (min-width:1601px) {
  .hero-turf {
      margin-top: -10%;
  }
}


hero-turf-img {
  max-width:1000px;
  width:80%;
  margin-left:auto;
  margin-right:auto;
  
}
.hero-turf-img img {
  width:100%;
}

.hero-patent {
  width: 200px;
}

.hero-patent p {
  margin-top:-100px;
}
/*# sourceMappingURL=styles.css.map */
