/* NORMALIZE
===================================*/
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

article, aside, details, footer, header, hgroup, main, nav, section{
  display: block;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}


h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

small {
  font-size: 80%;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

button, input, optgroup, select, textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

form, fieldset, input, textarea{
  margin: 0; padding: 0; border: 0; outline: none;
 }




/* BASE STYLES
===================================*/

html {
    background: #B3D043 url('../images/ComingSoon.svg') no-repeat center center fixed;
    -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;   
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #888;
    padding: 260px 0px 0px 0px;
}   

hr {
	margin: 60px auto;
	width: 80%;
	border: solid 1px #eee;
}

/* CUSTOM CLASSES
===================================*/
.full-width {
	width: 100%;
}

.centre {
	text-align: center;
	vertical-align: middle;
}

.txtright {
	text-align: right;
}

.lefty { 
	float: left;
	margin: 7px 15px 7px 0;
}

.righty {
	float: right;
	margin: 7px 0 7px 15px;
}

 
.limebg {
	background-color: #8BC53F;
}

.greybg {
	background-color: #eee;
}

.whitebg {
	background-color: #fff;
}

.whitetxt {
	color: #ffffff;
}

.greytxt {
	color: #CDCCCB;
}

.logo:hover {
	fill: #8BC53F;
}

header {
  height: 800px;
}

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

/* TYPOGRAPHY
===================================*/

p {
	font-size: 1.1em;
	line-height: 1.6;
	margin: 0px 0px 25px 0px;
    padding: 0px 30px;
	letter-spacing: 1.2px;
}

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.4em;
}

h1, h2, h3 {
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #8BC53F;
	margin: 30px 0px 25px 0px;
    padding: 0px 30px;
	letter-spacing: 1px;
}

footer p {
	color: #ffffff;
}



/* LINKS
===================================*/
a:link, a:visited{
color: #8BC53F;
text-decoration: none;
}

a:hover, a:active{
color: #CDCCCB;
text-decoration: underline;
}

.link2 a:link, .link2 a:visited{
color: #999;
text-decoration: none;
}

.link2 a:hover, .link2 a:active{
color: #fff;
text-decoration: underline;
}

footer a:link, a:visited{
	color: #CDCCCB;
	text-decoration: none;
}


footer a:hover, a:active{
	color: #fff;
	text-decoration: underline;
}



/* LISTS 
===================================*/
.list {
	line-height: 1.5;
	margin: 0px 0px 25px 0px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #6D6E70;
    list-style-type: none;
}

.list li {
    margin: 0px 0px 8px 0px;
}



/* BUTTONS
===================================*/

a.button {
    background-color: #8BC53F;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    padding: 10px 15px;
    text-decoration: none;
    display: inline;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
}

a.button:hover {
    background-color: #fff;
    border: #8BC53F 2px solid;
    color: #8BC53F
}



/* SVG ICONS 
===================================*/
.icon {
	display: inline-block;
	width: 5em;
	height: 5em;
	fill: #8BC53F;
}

.icon-twitter {
	fill: lightblue;
}

.icon-facebook {
	fill: darkblue;
}

.icon-google {
	fill: red;
}




/*=======================================================*/
/* RESPONSIVE GRID SYSTEM - (6 ROWS WITH 4% MARGINS)
=========================================================*/


/* IMAGES
===================================*/
img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}



/*  SECTION SETUP
===================================*/
.row {
	clear: both;
	padding: 0px 25px;
	margin: 0px auto;
	max-width: 1200px;
}

.col {
	display: block;
	float:left;
	 margin: 1% 0 1% 4%; 
}

.col:first-child { 
    margin-left: 0;
} 

.group:before,
.group:after {
	content:"";
	display:table;
}

.group:after {
	clear:both;
}

.group {
    zoom:1; /* For IE 6/7 */
}



/* 6 COL GRID
===================================*/
.col_6 {
	width: 100%;
}

.col_5 {
  	width: 82.66%;
}

.col_4 {
  	width: 65.33%;
}

.col_3 {
  	width: 48%;
}

.col_2 {
  	width: 30.66%;
}

.col_1 {
  	width: 13.33%;
}



/*  MOBILE SETUP LESS THAN 480 PIXELS
===========================================*/

@media only screen and (max-width: 768px) {
	.col { 
		margin: 1% 0 1% 0%;
	}

    .centresml {
        text-align: center;
        vertical-align: middle;
    }
    
    html {
    background: #B3D043 url('../images/ComingSoon.svg') no-repeat center top fixed;
    -webkit-background-size: 100%;
   -moz-background-size: 100%;
   -o-background-size: 100%;
   background-size: 100%;   
    }
    
    header {
  height: 300px;
    }
    


/* GO FULL WIDTH ON MOBILE
===================================*/
	.col_6 {
		width: 100%; 
	}
	.col_5 {
		width: 100%; 
	}
	.col_4 {
		width: 100%; 
	}
	.col_3 {
		width: 100%; 
	}
	.col_2 {
		width: 100%; 
	}
	.col_1 {
		width: 100%;
	}

}

@media only screen and (max-width: 480px) {
	
    html {
    background: #B3D043 url('../images/ComingSoon.svg') no-repeat center top fixed;
    -webkit-background-size: 130%;
   -moz-background-size: 130%;
   -o-background-size: 130%;
   background-size: 130%;   
    }
    
    header {
  height: 125px;
    }
    


/* GO FULL WIDTH ON MOBILE
===================================*/
	.col_6 {
		width: 100%; 
	}
	.col_5 {
		width: 100%; 
	}
	.col_4 {
		width: 100%; 
	}
	.col_3 {
		width: 100%; 
	}
	.col_2 {
		width: 100%; 
	}
	.col_1 {
		width: 100%;
	}

}





/* SHOW AND HIDE ELEMENTS
===================================*/

/* Hide something on all devices not using media queries for IE 7-8 support */
.hidelrg { display: none; }

@media screen and (min-width: 0px) and (max-width: 480px) {
/* Use showsml after hidelrg to display on mobile only */	
  .showsml { display: block; }  /* show on small screens */
  .hidesml { display: none;} /* hide on small screen */
}