/*Main Layout Code*/

.maincontainer {
	min-height: 50px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #204f2b), color-stop(100%, #466835)); 
	background-image: -webkit-linear-gradient(#f0f7ed, #cce5ae); 
	background-image: -moz-linear-gradient(#f0f7ed, #cce5ae); 
	background-image: -o-linear-gradient(#f0f7ed, #cce5ae); 
	background-image: linear-gradient(#f0f7ed, #cce5ae);
}

footer {
	width: 100%;
	min-height: 200px;
	padding: 30px 0 30px 0;
	bottom: 0;
	background: #466835; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2NjgzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzIwNGYyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #466835 0%, #204f2b 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#466835), color-stop(99%,#204f2b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #466835 0%,#204f2b 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #466835 0%,#204f2b 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #466835 0%,#204f2b 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #466835 0%,#204f2b 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#466835', endColorstr='#204f2b',GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow: inset 0 1px 1px #7b8085, 0 1px 2px rgba(0, 0, 0, 0.8) !important; /* Remove this line if you dont want a dropshadow on your navigation*/ 
	box-shadow: inset 0 1px 1px #7b8085, 0 1px 2px rgba(0, 0, 0, 0.8) !important; /* Remove this line if you dont want a dropshadow on your navigation*/ 
}


.footerbreak {
	height: 140px;
	float: left;
	border-left:1px solid rgba(0,0,0,.2);
}

.sitemap {
	margin-bottom: 80px;
}

footer ul li{
	color: white;
	display: block;
	font-size: 13px; 
	border-bottom:1px solid rgba(0,0,0,.2);
	-webkit-box-shadow:0 -1px 0 rgba(255,255,255,0.06) inset;
	-moz-box-shadow:0 -1px 0 rgba(255,255,255,0.06) inset;
	box-shadow:0 -1px 0 rgba(255,255,255,0.06) inset;
	padding-bottom: 5px;
}

.socialbuttons ul li {
	display: inline;
	border: none;
	box-shadow: none;
	padding-right: 10px;
}

.subcontentcontainer {
	width: 100%;
	min-height: 250px;
	background-image: url(../img/paper.png);
	border-top: 1px solid rgba(0,75,24,0.33);
	border-bottom: 1px solid rgba(0,75,24,0.33); 
}

.subcontainertwo {
	width: 100%;
	min-height: 175px;
	padding-bottom: 35px;
	padding-top: 15px;
background: #eff4ed; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNCUiIHN0b3AtY29sb3I9IiNlZmY0ZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNkM2UyYzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #eff4ed 34%, #d3e2c0 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(34%,#eff4ed), color-stop(99%,#d3e2c0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eff4ed 34%,#d3e2c0 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eff4ed 34%,#d3e2c0 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eff4ed 34%,#d3e2c0 99%); /* IE10+ */
background: linear-gradient(to bottom,  #eff4ed 34%,#d3e2c0 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff4ed', endColorstr='#d3e2c0',GradientType=0 ); /* IE6-8 */
	border-top: 1px solid rgba(0,75,24,0.33);
	
}

.containertwohead {
	font-size: 28px;
	color: #4d2c00;
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(4,22,0,0.21);
	margin-bottom: 10px;
}


@media only screen and (max-width: 750px) { 
.footmenu li { 
	text-align: center;
	font-size: 14px;
	height: 60px;
	width: 100%;
	background-color: rgba(3,62,0,0.68);
	margin-bottom: 0px;
	padding-top: 15px;
} 

.footmenu li a:hover{
	background-color: rgba(2,128,40,0.71);
}

.footmenutwo li { 
	text-align: center;
	font-size: 14px;
	height: 60px;
	width: 100%;
	background-color: rgba(3,62,0,0.68);
	margin-bottom: 0px;
	padding-top:15px;
} 

.footmenuthree li { 
	text-align: center;
	font-size: 14px;
	height: 60px;
	width: 100%;
	background-color: rgba(3,62,0,0.68);
	margin-bottom: 0px;
	padding-top: 15px;
} 

.sitemap{
	margin-top: 25px;
	margin-bottom: 35px;
}

.sitemap ul li {
	margin-bottom: 5px;
}

.footerbreak {
	border-left: none;
}

.socialbuttons {
	padding-left: 40px;
}

.navbar .logo {
	margin-right: 75px;
	padding-top: 15px;
}
}

/*End Main Layout Code*/


/*Home Layout Code*/

.flexslider {
	width: 100%;
	height: 100%;
	position: inherit;
}

.benefitone {
	border-right: 1px solid rgba(113,113,113,0.4);
	margin-top: 25px;
	padding-bottom: 30px;
}

.benefittwo {
	margin-top: 25px;
	padding-bottom: 30px;
	border-right: 1px solid rgba(113,113,113,0.4);
}

.benefitthree {
	margin-top: 25px;
}

.benefits h5 {
	text-align: center;
	font-weight: 400;
}

.benefits {
	padding: 20px 0 20px 0;
}

@media only screen and (max-width: 750px) { 
.benefitlogo {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

/*End Home Layout Code*/

/*About Layout Code*/

.aboutsub {
	margin-top: 25px;
}

.aboutsub h4 {
	color: #4d2c00;
	font-weight: 400;
	text-shadow: 1px 1px 1px rgba(4,22,0,0.21);
	margin-bottom: 10px;
}

.ingredientscontainer {
	width: 100%;
	min-height: 250px;
	background-image: url(../img/paper.png);
	border-top: 1px solid rgba(0,75,24,0.33);
	border-bottom: 1px solid rgba(0,75,24,0.33); 
}

.ingredientshead h3 {
	color: #4d2c00;
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(4,22,0,0.21);
	margin-bottom: 0px;	
	margin-top: 15px;
}

.ingredientshead h5 {
	margin-bottom: 30px;
}

.ingredient {
	margin-bottom: 5px;
}

.ingdescription p {
	text-align: center;
}

.ingdescription img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ingdescription {
	margin-right: 25px;
}

.ingtwo {
	margin-top: 25px;
	margin-bottom: 35px;
}

.ingredient:hover {
	 background-color: rgba(28,37,0,0.77);
  -webkit-animation-name: greenPulse;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: 10;
  -webkit-box-shadow: 0 0 18px #91bd09;
}

@media only screen and (max-width: 750px) { 
.ingdescription {
		margin-right: 0;
	}
.ingtwo {
	margin-top: 0px;
}
}

/*End About Layout Code*/

/*Start Contact Us Code*/

input {
	display: block;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {
    width:100%;
    box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
    -webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
    -moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
    border:1px solid #CCC;
    background:#FFF;
    margin:0 0 15px;
    padding:10px;
    border-radius:5px;
}

#contact-form button[type="submit"] {
    cursor:pointer;
    width:150px;
    border:none;
    background:#0B8449;
    background-image: linear-gradient(bottom, #03370a 0%, #297c39 80.13%);
    background-image:-moz-linear-gradient(bottom, #03370a 0%, #297c39 80.13%);
    background-image:-webkit-linear-gradient(bottom, #03370a 0%, #297c39 80.13%);
    color:#FFF;
    font-size: 14px;
    margin:10px 0 20px;
    padding:10px;
    border-radius:5px;
}

#contact-form textarea {  
    height:150px;  
    resize: none;  
}  

.required {
	color: red;
}

.subtextcontact {
	margin-bottom: 30px;
	font-size: 14px;
}

label {
	font-family:'Donegal One', serif;
	color: #482d00;
	font-weight: 300;
}

#contact-form input,  
#contact-form select,  
#contact-form textarea,  
#contact-form label {  
    font-size:15px;  
    margin-bottom:2px;
}

.contacthead h3 {
	margin-top: 15px; 
	margin-bottom: 0px;
}

.contactbody {
	margin-top: 5px;
}

.customerservice {
	padding-left: 25px;
	border-left: 1px solid rgba(11,41,2,0.49);
	padding-bottom: 15px;

}

.cssubhead {
	margin-bottom: 5px;
}

.cscontenttop {
	line-height: 10px;
}

.cscontent {
	line-height: 10px;
}

.customerservice h3, h4 {
	color: #4d2c00;
	font-weight: 300;
	text-shadow: 1px 1px 1px rgba(4,22,0,0.21);
	margin-bottom: 0px;	
}

.customerservice h3 {
	font-weight: 600;
}

@media only screen and (max-width: 750px) { 
	.customerservice{
		border-left: none;
		padding-left: 0px;
	}
}


/*End Contact Us Code*/


/*Start Product Page Code*/

.mainproduct {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}

.buynowbox {
	width: 100%;
	margin: 15px 0 20px 20px;;
}

.productpagehead h3 {
	color: #4d2c00;
	font-weight: thin;
	text-shadow: 1px 1px 1px rgba(4,22,0,0.21);
	margin-bottom: 0px;
	margin-top: 25px;
}

.benefits li {
	list-style: circle inside;
	font-size: 14px;
	color: #272727;
}

.pill.tabs {
	margin-top: 10px;
}

.social {
	margin-top: 15px;
}



.active p{
	font-size: 14px;
}

.share {
}

.price {
	color: #4d2c00;
	font-weight: thin;
	text-shadow: 1px 1px 1px rgba(4,22,0,0.21);
	margin-left: 10px;
	font-size: 26px;
}

@media only screen and (max-width: 750px) { 
	.btn.large, .skiplink.large { 
		line-height: 35px; }
		
	.sftext{ 
		padding: 10px 0 10px 0;
	}		
	
	.twitter-share-button {
		margin-left: 25px;
	}
}

/*End Product Page Code*/