@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
#main {
position:absolute;
display:block;
background:#fff;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: Arial, sand-serif;
	background: #424d0d;
	font-weight: 400;
	font-size: 16px;
  line-height:160%;
	color: #aa3e03;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
p {
margin-top:10px;
}
h2 {
	padding:15px 0 15px 0;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
a{
	color: #333;
	text-decoration: none;
}
p a{
text-decoration: underline;
}
.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 44px;
	line-height: 35px;
	position: relative;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{

}
.container > header h2, p.info{
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 22px;
	font-style: italic;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
/* Header Style */
.codrops-top{
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
text-decoration: none;
}
.codrops-top a:hover{
	color: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: none;
	display: inline;
}

p.codrops-demos{
	display: block;
	padding: 15px 0px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 2px solid #424d0d;
	padding: 12px 26px 12px;
	font-size: 16px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.9);
	-moz-box-shadow:0px 1px 5px rgba(0,0,0,0.9);
	box-shadow: 0px 1px 5px #222;
	color:#424d0d;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
  background:url(../images/button_bg.gif) repeat-x;
text-decoration: none;
}
p.codrops-demos a:hover{
	background: #a8bc58;
background: #fade4d;
color: #222d0d;
	box-shadow: -1px 0px 5px #222;
}
p.codrops-demos a:active{
	background: #424d0d;
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.6);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.6);
color: #a8bc58;
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #424d0d;
	background: #a8bc58;
}
#pageinfo {
 color:#424d0d;
 position:absolute;
z-index:999;
background:#fff;
width:100%;
margin:1000px 0 10px;
padding:0;
}
.backtotop {
	display:block;
	position:absolute;
	right:200px;
	color:#571c12;
	font-size:16px;
	bottom: 0px;
	padding:18px 0px 18px 36px;
	text-decoration:underline;
	background:url(../images/top.png) 0px 15px no-repeat;
	-webkit-opacity:.6;
	-moz-opacity: .6;
	opacity: .6;
}
.backtotop:hover {
	-webkit-opacity:1.0;
	-moz-opacity: 1.0;
	opacity: 1.0;
}
#why, #how, #purchase{
	position: relative;
}
#why {
	background:#a8bc58;
	width:80%;
	padding:10%;
}
#photos {
margin:0;
padding:0;
line-height: 0%;
}
#photos img {
display: inline-block;
	width:20%;
margin:0;
padding:0;
}
#how, #products {
	background:url(../images/roots-bg.jpg);
	background-size:100%;
	width:80%;
	padding:10%;
}
#how h2{
	color:#a8bc58;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.0);
}
#purchase {
	background:#fff;
	width:100%;
	padding: 0px;
text-align: center;
}
#purchase h2{
text-align: left;
background: #a8bc58;
	padding: 20px 10% 18px 10%;
}
#purchase img{
margin: 20px 0px;
}
table.purchase {
	margin:80px auto;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.9);
	-moz-box-shadow:0px 1px 5px rgba(0,0,0,0.9);
	box-shadow: 0px 1px 5px #222;
}
.purchase td {
  background:#dbe2c1;
  border-top:2px solid #a8bc58;
  border-bottom:2px solid #a8bc58;
  border-left:8px solid #a8bc58;
  border-right:8px solid #a8bc58;
  padding:8px;
  text-align:center;
}
td.packageTitle {
  background:#dbe2c1;
  color:#571c12;
  font-weight:bold;
  text-align:center;
  border:none;
}
td.pImg {
  background:#a8bc58;
  padding:0px;
  border:none;
}
.order {
    display: inline-block;
	border: 2px solid #424d0d;
	padding: 12px 26px 12px;
	font-size: 16px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.9);
	-moz-box-shadow:0px 1px 5px rgba(0,0,0,0.9);
	box-shadow: 0px 1px 5px #222;
	color:#424d0d;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
  background:url(../images/button_bg.gif) repeat-x;
}
.order:hover {
	background:#a8bc58;
}
#footerwrapper {
	overflow: auto;
  clear:both;
  background:#424d0d;
  padding: 50px 10% 30px 10%;
}
#footer{
	overflow: auto;
	width: auto;
	margin: 0 auto;
	text-align: center;
}
#fLogo { /* in fcol1 */
	margin: 0px 20px;
	width:300px;
}
#fcol1, #fcol2, #fcol3, #fcol4 {
	display: inline-block;
	padding: 40px 40px 20px 40px;
	text-align: left;
	color:#fff;
vertical-align: top;
}
#fcol1{
padding: 0px 10px;
}

/* Media Queries */
@media screen and (max-width: 767px) {
.cb-slideshow li div {
    top: 360px;
}
.cb-slideshow li div h3 {
    font-size: 80px;
	line-height: 60px;
}
.container > header{
	text-align: center;
}
.container > header > h1{
	font-size: 40px;
	line-height: 110%;
}
.container > header h2, p.info{
	font-size: 22px;
	line-height: 130%;
}
p.codrops-demos {
	position: relative;
	top: auto;
	left: auto;
}
#pageinfo{
margin:400px 0px 0px 0px;
}
#how{
	background:url(../images/roots-bg.jpg);
	background-size:cover;
}
h2{
font-size: 38px;
}
#how h2{
color: #747d3d;
}
#purchase h2{
font-size: 34px;
}
.backtotop {
	display:block;
	position:absolute;
	right:10px;
	color:#571c12;
	font-size:13px;
	bottom: 0px;
	padding:18px 0px 8px 36px;
	text-decoration:underline;
	background:url(../images/top.png) left 11px bottom 11px no-repeat;
	background-size: 20px;
	-webkit-opacity:.6;
	-moz-opacity: .6;
	opacity: .6;
}
.backtotop:hover {
	-webkit-opacity:1.0;
	-moz-opacity: 1.0;
	opacity: 1.0;
}
#fcol1, #fcol2, #fcol3, #fcol4 {
	padding: 20px 20px 15px 20px;
	font-size: 15px;
}
#fcol1{
padding: 0px 10px;
}
#fcol3{
font-size: 14px;
}
#fLogo { /* in fcol1 */
	margin: 0px auto;
	width:90%;
	max-width: 300px;
}

}