/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

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

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

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

/* Reset */
html, body,
h1, h2, h3, h4, h5, h6,
ul, ol,
img,
fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

.menu {
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important; }
  .menu li {
    padding: 0 !important;
    margin: 0 !important; }

header {
  min-height: 600px;
  height: 100%; }

.logo-cont {
  width: 20%;
  padding-top: 30px; }

@font-face {
  font-family: 'bebas_neue_bold';
  src: url("../fonts/bebasneue_bold-webfont.woff2") format("woff2"), url("../fonts/bebasneue_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* Background colours */
.white-bg {
  background-color: #FFF !important; }

.green-bg {
  background-color: #74a431 !important; }

/* Text colours */
.black-text {
  color: #000 !important; }

.marron-text {
  color: #830914 !important; }

.white-text {
  color: #FFF !important; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 62.5%;
  line-height: 1.5em;
  color: #000; }

h1, h2, h3, h4, h5, h6 {
  /*	font-family: 'bebas_neue_bold';*/
  line-height: 1.5em;
  margin-bottom: 0.3em; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000;
    text-decoration: none; }

h1 {
  font-size: 3.5em;
  margin-bottom: 0.7em; }

h2 {
  font-size: 3em; }

h3 {
  font-size: 2.5em; }

h4 {
  font-size: 2.2em;
  margin-bottom: 0.7em; }

h5 {
  font-size: 2em; }

h6 {
  font-size: 1.8em; }

p,
li,
.button,
label {
  font-size: 1.5em;
  line-height: 1.5em; }

p,
li {
  padding-bottom: 1em; }

a {
  outline: none;
  text-decoration: none; }

.italic {
  font-style: italic; }

.uppercase {
  text-transform: uppercase; }

blockquote {
  font-style: italic;
  font-size: 1.1em; }

p.station {
  padding: 5px 0 0 10px;
  font-size: 12px;
  font-style: italic;
  color: #666; }

/* Background colours */
.white-bg {
  background-color: #FFF !important; }

.green-bg {
  background-color: #74a431 !important; }

/* Text colours */
.black-text {
  color: #000 !important; }

.marron-text {
  color: #830914 !important; }

.white-text {
  color: #FFF !important; }

.mobnav {
  display: none; }

.mainnav {
  width: 80%;
  height: 200px;
  line-height: 17; }
  .mainnav .menu li {
    display: inline-block;
    padding-left: 2em !important; }
    .mainnav .menu li a {
      list-style: none;
      text-decoration: none;
      color: #830914;
      text-transform: uppercase; }
      .mainnav .menu li a:hover {
        color: #000; }
      .mainnav .menu li a.current {
        color: #000; }

.mobNavBtn,
.mobnav,
.main-wrapper {
  -webkit-transform: translate(0, 0);
  -webkit-transition: -webkit-transform 500ms;
  transform: translate(0, 0);
  transition: transform 500ms; }
  .mobNavBtn.move,
  .mobnav.move,
  .main-wrapper.move {
    -webkit-transform: translate(-270px, 0);
    transform: translate(-270px, 0); }

.mobnav {
  position: fixed;
  width: 270px;
  background-color: #fff;
  right: -270px;
  top: 0;
  z-index: 10;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%; }
  .mobnav li {
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-bottom: solid 1px #830914;
    /*border-left: solid 1px red;*/
    width: 100%;
    padding-bottom: 0; }
    .mobnav li a {
      display: block;
      color: #830914;
      width: 250px;
      line-height: 2em;
      padding: 5px 0;
      letter-spacing: 0.6px;
      text-decoration: none;
      font-size: 14px; }
      .mobnav li a:hover {
        color: #000; }

.mobNavBtn {
  display: none;
  right: 10px;
  position: absolute;
  top: 10px;
  z-index: 20; }
  .mobNavBtn img {
    width: 4em; }
  .mobNavBtn:hover {
    cursor: pointer; }

fieldset,
.field {
  max-width: 600px;
  width: 100%; }

input,
textarea {
  min-width: 300px;
  width: 100%;
  font-family: 'Open Sans'; }

input {
  height: 25px; }

.Actions {
  width: 200px;
  padding: 5% 0; }
  .Actions input {
    background-color: #830914;
    border: none;
    height: 40px;
    color: #fff;
    font-size: 1.5em; }

.error {
  color: #830914;
  font-size: 12px;
  padding: 3px 0;
  font-weight: bold; }

footer {
  position: relative;
  min-height: 300px;
  height: 100%; }
  footer .inner {
    padding: 3em 0; }
    footer .inner li {
      list-style: none;
      padding-bottom: 10px; }
      footer .inner li a {
        text-decoration: none;
        color: #FFF; }
        footer .inner li a:hover {
          color: #830914;
          font-weight: 600; }
  footer .social-icon {
    color: #FFF;
    padding-right: 20px; }
    footer .social-icon:hover {
      color: #830914; }

/* Base set up */
body {
  font-size: 62.5%; }

.main {
  padding: 4em 0; }

.main-wrapper {
  /*	min-height: 1000px;
  	height: 100%;
  	width: 100%;*/
  /*	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	-o-background-size: cover;
    	background-size: cover;*/
  /*  	  background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;*/
  background-size: 100% auto;
  background-repeat: no-repeat; }

.inner,
.inner-top {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  position: relative; }

.top-page {
  top: -280px; }

.liner {
  padding: 2em; }

.clear {
  clear: both; }

.hide {
  display: none; }

.center {
  text-align: center; }

.col.item {
  color: #000;
  text-decoration: none; }

.left {
  float: left; }

.right {
  float: right; }

.third {
  width: 33.33%; }

.two-thirds {
  width: 66.67%; }

.quarter {
  width: 25%; }

.three-quarters {
  width: 75%; }

.three-quarters-spaced {
  width: 73%; }

.fifth {
  width: 20%; }

.four-fifths {
  width: 80%; }

.half {
  width: 50%; }

.half-pad-right {
  width: 47%;
  padding-right: 3%; }

.pad-right {
  padding-right: 3em; }

.pad-bot {
  padding-bottom: 1em; }

.pad-left {
  padding-left: 3em; }

.padding {
  padding: 3em 0; }

.page-column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  -ms-column-gap: 80px;
  -o-column-gap: 80px;
  column-gap: 80px; }

img.leftAlone {
  width: 100%;
  height: 100%; }

.sub-nav {
  margin-bottom: 3%;
  clear: right;
  height: 100%;
  padding: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .sub-nav img {
    width: 100%; }

.person {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px; }
  .person img {
    border-radius: 50%;
    width: 80%;
    height: 80%;
    max-width: 300px; }
  .person .name {
    padding-top: 20px; }
  .person .call {
    padding-top: 20px; }
  .person .content {
    padding: 20px 0; }
  .person .call,
  .person .phone,
  .person .message {
    font-weight: 600;
    padding-bottom: 0; }
  .person .message {
    font-size: 1.7em; }

.values h4 {
  font-style: italic;
  color: #000;
  width: 65%;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #000;
  padding: 15px; }

@media all and (max-width: 1700px) {
  header {
    min-height: 500px;
    height: 100%; } }
@media all and (max-width: 1500px) {
  header {
    min-height: 450px;
    height: 100%; } }
@media all and (max-width: 1400px) {
  .inner-top {
    padding: 0 2%;
    width: 96%; } }
@media all and (max-width: 1366px) {
  .inner {
    width: 94%;
    padding: 5% 3%; }

  header {
    min-height: 400px;
    height: 100%; }

  /*	fieldset,
  	.field{
  		width: 90%;
  	}*/ }
@media all and (max-width: 1200px) {
  header {
    min-height: 350px;
    height: 100%; } }
@media all and (max-width: 1000px) {
  .main-wrapper {
    background-size: auto 400px;
    background-position: center top; }

  header {
    min-height: 350px;
    height: 100%; } }
@media all and (max-width: 900px) {
  .quarter {
    width: 50%; }

  .person {
    padding: 20px; }
    .person img {
      width: 75%; }

  header {
    min-height: 350px;
    height: 100%; }

  .half-pad-right,
  .sub-nav-cont {
    width: 100%;
    padding-right: 0; }

  fieldset, .field {
    width: 99%; } }
@media all and (max-width: 800px) {
  /*Mobile Navigation*/
  .mainnav {
    display: none; }

  .mobNavBtn,
  .mobnav {
    display: block; }

  .mobHeader {
    position: absolute;
    z-index: 1;
    width: 100%; }

  .mobnav li {
    position: relative;
    color: #000; }

  .third {
    width: 50%; }
    .third:nth-child(3) {
      clear: both; } }
@media all and (max-width: 700px) {
  .sub-nav.half.left {
    width: 50% !important; }

  .half,
  .quarter {
    width: 100%; }

  .page-column {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    -ms-column-count: 1 !important;
    -o-column-count: 1 !important;
    column-count: 1 !important;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    -ms-column-gap: 0;
    -o-column-gap: 0;
    column-gap: 0; }

  .person {
    padding: 10px; }
    .person img {
      width: 50%; }

  .product {
    padding: 0 !important; }

  .main-wrapper {
    background-size: auto 400px;
    background-position: center top; } }
@media all and (max-width: 650px) {
  .third {
    width: 100%; }

  .values h4 {
    width: 90%; } }
@media all and (max-width: 550px) {
  .sub-nav.half.left {
    width: 100% !important; } }
.page-column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  -ms-column-gap: 80px;
  -o-column-gap: 80px;
  column-gap: 80px; }

.featured img {
  width: 100%; }

.product {
  padding: 30px 10px 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .product img {
    width: 100%; }

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