html { overflow-x: hidden; }
body{
	color: #FFF;
	overflow-x:hidden;
	
}

a{
	text-decoration: none
}

a:hover{
	text-decoration: underline;
}


p a, li a, h2 a, h3 a, h4 a{
	color: inherit;
	font-weight:bold;
}

h1 {
	  text-align: center;
  color: #008348;
  margin-top: 8px;
  width: 100%;
  float: left;
}

 h1 a {
 	color: inherit;
 }
#content1{
	background-color: #022f1e;
	
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	min-height: 1045px;
	z-index: 10;

}

.img-responsive{
	display: inline-block;
}
#content2{
	background-image: url(../img/wood2.jpg);
	background-position: top center;
	position: relative;
	z-index: 9;
	padding: 30px 0
	
}
.gallery a{
	display: inline-block;
	margin-top: 100px;
}



#content3{
	background-image: url(../img/content3.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	z-index: 9;
	min-height: 419px;
	
}

#pageint #content1{
	  min-height: 700px;
	  background-position: bottom center;
}
#seocontent img{
	display: inline-block;
}
.use{
	background: url(../img/bg2.jpg) top center ;
	min-height: 419px;

}

#grass{
	background: url(../img/grass.png);
	width: 100%;
	height: 35px;
	position: fixed;
	z-index: 999;
	top: 0
}

.wrapper {
  max-width: 1180px;
  z-index: 99;
  margin: 0 auto;
  position: relative; /* Ensure absolute positioned child elements are relative to this */
}

/* Absolute positioned wrapper for the element you want to fix position */
.fixed-wrapper {
  width: 220px;
  position: absolute;
  top: 5px;
  right: -15px; /* Move this out to the left of the site body, leaving a 20px gutter */
}

/* The element you want to fix the position of */
.fixed {
  	width: 198px;
	height: 139px;
	background: url(../img/buy.png);
	position: fixed;
	text-align: center;
  /* Do not set top / left! */
}




.fixed a{
	font-family: 'Crete Round', serif;
	font-size: 33px;
	text-decoration: none;
	display: inline-block;
	margin-top: 45px;
	color: #FFF;

}

header{
	
	font-size: 14px;
	font-family: 'Crete Round', serif;
}


header a{
	color: #008348;
	text-decoration: none;
}

header a:hover{
	text-decoration: underline;
}

header .container{
	background: url(../img/wood.jpg);
	min-height: 110px;
	padding:35px 15px 15px 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 5px solid #FFF;

}

header ul{
	padding: 0;
	margin-top: -20px;
}

header li{
	display: inline-block;
	margin-right: 9px;
	font-size: 20px;
}

.parallax-container {
    height: 400px !important;
    width: 100%;
}


.color img{
	border: 5px solid #FFF;
	margin-top: 30px;
}

#step p{
	font-size: 18px;
    font-family: 'Arimo', sans-serif;
    text-shadow:none;
}

header img{
	margin-top: 10px;
}


.seo{
	background-color: rgba(2,47,30, 0.9);
	margin-top: 110px;
	width: 100%;
	padding: 15px 0;
	font-family: 'Crete Round', serif;
	color: #FFF;
	text-shadow:5px 5px 5px #000;
	font-size: 22px; 
	text-align: left;
}


.seo p{
	text-align: justify;
}


.seo a{
	color: #FFF;
	text-align: left;
	text-decoration: none;
} 
#colors {
	margin-top: 400px;
	font-family: 'Arimo', sans-serif;

}
#colors .container{
	background-color: rgba(2,47,30, 0.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 15px 10px 15px;
}


.imgabs{
	margin-top: -50px;
	max-width: 100%;
}

.grassText{
	float: left;
	width: 277px;
	height: 231px;
	background-image: url(../img/bggrass.png);
	padding:30px;
	text-align: center;
}

.colors{
	float: right;
	margin-top: 10px
}

.grassText p{
	width: 277px;
	font-size: 30px;
	display: table-cell;
	vertical-align: middle;
	height: 170px;
	font-family: 'Crete Round', serif;
	color: #FFF;
	text-shadow:5px 5px 5px #000;
}


#content2 .container{
	padding: 0;
}

#tabs{
	margin: 20px 0;
	list-style: none;
	padding: 0;
	font-family: 'Crete Round', serif;
	font-size: 20px;
}


#tabs li{
	background-color: #FFF;
	color: #654f3b;
	cursor: pointer;
	display: inline-block;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	 box-shadow: 2px 2px 5px #000;
	 margin-right: 10px;
	border-radius: 5px;
	margin-bottom: 15px;
}

#tabs p{
	border: 2px dotted #93c7b0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin: 0;
	-webkit-transition: border 0.5s ease-in-out;
  -moz-transition: border 0.5s ease-in-out;
  -o-transition: border 0.5s ease-in-out;
  transition: border 0.5s ease-in-out;
}


#tabs li.active, #tabs li:hover{
	background-color: rgba(0,0,0,0.3);
	color: #FFF;

}

#tabs li.active p, #tabs li:hover p{
	border: 2px dotted #FFF;
}

.info{
	background-color: rgba(0,0,0,0.5);
	padding: 0;
	display: none
}

.info2{
	margin: 0;
	background-color: rgba(0,0,0,0.5);
	padding: 15px 0;

}



.info .i{
	padding: 15px 0 0 0;
	position: relative;
}
.info h2{
	font-family: 'Crete Round', serif;
	font-weight: normal;
	    text-shadow: 5px 5px 5px #000;
}

.info p{
	min-height: 125px;
}

.buy2{
	width: 250px;
	height: 103px;
	background-image: url(../img/buy2.png);
	display: inline-block;
	font-family: 'Crete Round', serif;
	color: #FFF;
	text-align: center;
	font-size: 30px;
	text-decoration: none;
	padding-top: 10px;
	margin-top: 10px;
	

}
.f16{
	font-size: 16px;
}
.img {
    text-align: center;
}

.img br {
    display: none;
}

.plus {
    margin: 0 30px;
}



.list{ 
	min-height: inherit !important;
	font-weight: bold;
	font-size: 16px;
}


.p18 h2{
	margin: 30px 0;
}


.social {
  text-align: right;
}
.social a {
  color: #FFF;
  text-align: right;
  font-size: 28px;
  padding-left: 10px;
}

.info img{
	width: 100%;
}

.i{
	text-align: center;
}


.i p{
	text-align: justify;
	font-size: 16px;
}

.p18 p{
	font-size: 16px;
	font-family: 'Arimo', sans-serif;
}

.parallax-container, .use{
	text-shadow:5px 5px 5px #000;
	font-family: 'Crete Round', serif;
}

.parallax-container h3, .use h3{
	font-size: 26px;
	margin-top: 50px;
}



.parallax-container h4, .use h4{
	color: #ebb022;
	font-size: 26px;
	margin-bottom: 50px;
}
#slider img{
	border-radius: 10px;
	border: 2px solid #008348;
}

#slider strong{
	font-family: 'Crete Round', serif;
	font-size: 26px;
	color: #008348;
	margin-top: 20px;
	display: inline-block;
	
}

#slider span{
	font-size: 16px;
	color: #349a6c;
	
}

#slider p{
	color: #0b1c19;
	margin-top: 20px;
}

footer{
	background: url(../img/wood.jpg);
	padding: 15px;
}

.bx-has-pager{
	margin-top: 20px;
}


.bx-default-pager div a{
	width: 14px;
	height: 14px;
	float: left;
	margin-right: 5px;
	background-color: #349a6c;
	border: 2px solid #349a6c;
	border-radius: 7px;
	text-indent: -999999px;
	display: inline-block;
}


.bx-default-pager div a.active{
	border: 2px solid #349a6c;
	background-color: #FFF;
}


.copy{
	font-family: 'Crete Round', serif;
	border-radius: 5px;
	background-color: #349a6c;
	margin-top: 50px;
	font-size: 22px;
	line-height: 50px;
}


.copy p{
	margin-bottom: 0
}



#imagep{
	display: none;
}



.whousing{
	  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	  font-size: 15px;
	  text-align: justify;
	  text-shadow:none;
}

nav{
	 
	 margin-top: 30px;
}



.howto {
  background-color: rgba(0,0,0,0.5);
  padding: 0;
  padding: 16px;
}



.howto h2{
	text-shadow: 5px 5px 5px #000;
  	font-family: 'Crete Round', serif;
  	text-align: center;
  	margin-bottom: 30px;
}

.info2 h2{
	text-shadow: 5px 5px 5px #000;
  	font-family: 'Crete Round', serif;
  	text-align: center;
  	margin-bottom: 10px;
}

.info2 p{
	font-size: 18px
}

.info2 h3{
	text-shadow: 5px 5px 5px #000;
  	font-family: 'Crete Round', serif;
  	text-align: center;
  	margin-bottom: 10px;
  	font-size: 22px;
}


.howto ul {
	padding-left: 0;
	margin: 0 50px;
}
.howto ul li{
	list-style: none;
	padding-left: 15px;
	margin-bottom: 20px;
	font-size: 18px;
}

.howto ul li:before{
	  content: "\f00c";
	  list-style: none;
	  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  margin-left:-20px;
  margin-top: 5px; 
  color: #008348;
}

#seocontent{
	height: auto;
	padding-bottom: 15px;
}

#seocontent p{
	font-size: 18px;
	line-height: 24px;
	text-shadow:none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}


.share{
	font-size: 18px;
}
#cp{
	height: 500px !important;
	padding: 15px;
}

p.social{
	text-align: center;
}

p.social a{
	display: inline-block;
}


.bullets{
	float: left;
	width: 100%;
	margin: 15px 0;
	font-size: 16px;
	padding: 0 0 0 15px;
}


@media (max-width:1200px) {

	.colors{
		display: none;
	}

	.imgabs{
		margin-top: 10px;
	}
}


@media (max-width:990px) {

	.seo{
		height: auto;
		line-height: 53px;
		padding-bottom: 15px;
	}

	.seo .col-md-2{
		text-align: center;
	}

	.wrapper{
		display: none;
	}

	header{
		text-align: center;
		font-size: 30px;
		line-height: 45px;
	}

	.grassText{
		float: none;
		margin: 0 auto;
	}

	.colors{
		display: none;
	}

	.col-md-2.col-sm-6{
		text-align: center;
		margin-top: 20px;
	}

	#colors{
		margin-top: 200px;
	}
	#tabs{
		padding: 15px;
	}

	#tabs li{
		width: 100%;
	}
	.i{
		text-align: center;
	}
	.i p{
		text-align: left;
	}

	.buy2{
		margin: 20px 0;
	}

	.parallax-container h3{
		margin-top: 0
	}
	.parallax-container{
		padding: 30px 0;
		height: auto;
	}

}



@media (max-width:790px) {

	.seo p{
		    line-height: 27px;
	}

	#cp {
    height: auto !important;
    padding: 15px;
}


	.plus{
		margin: 20px 0;
	}

	.img br{
		display: block;
	}



	.seo {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	footer .col-md-6{
		text-align: center;
		line-height: 30px;
	}

	.social {
		margin: 15px 0;
	}

	.info{
		padding: 15px 0 45px 0;
	}


	#imagep{
	position: fixed;
	z-index: -9999
}

#imagep img{
	width: 100%;
}
.parallax-mirror{
	display: none !important;
}

.parallax-container{
	height: 200px !important;
	background: transparent !important;
}



#imagep{
	display: block;
}


.g{
	height: 650px !important;
}

.gallery a{margin-top: 30px;}

}
#colors{
	margin-top: 15px;
}


.seo p{
	text-align: left;
}



}
