/* forest foods colours */
/* dark green 77892a */
/* pale green acae19 */
/* background grey f2f2f2 */

@font-face {
   font-family: 'DKLemonYellow';
   src: url('../fonts/your_file.eot');
   src: url('../fonts/fonts?#iefix') format('embedded-opentype'),
        url('../fonts/DKLemonYellow.woff') format('woff'),
        url('../fonts/DKLemonYellow.ttf') format('truetype'),
        url('../fonts/DKLemonYellow.svg#DKLemonYellow') format('svg');
   font-weight: normal;
   font-style: normal;
}

.mb30 {
	margin-bottom: 30px;	
}
.pt20 {
	padding-top: 20px;	
}
.containerFooter {
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

.headerimage {
	color:inherit;
	background-color:transparent;
}

.headerimage2 {
	background-image:  url(images/bg2.jpg);
	background-repeat: repeat-y;
	background-position: left 0px;
	background-size: 100%;
	display: block;
	max-width: 100%;
	height: auto;
	
}
.imagetop-responsive {
	display:block;
	max-width:100%;
	height:auto;
	padding-top: 0px;
	border-radius:0px;
}

/********** extra pages section families & candidates ***********/

.containerExtraPages {
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;

}
#extraPages{
	padding: 40px 0;
	background-color: #77892a;
	text-align: left;
	
}
#extraPages h3{
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
    font-family: 'Amatic SC', sans-serif;
}
#extraPages p{
    color: #fff;
    font-size: 14px;
}
#extraPages a{
	color: #fff;
	text-decoration: underline;
}

#extraPages a:hover{
	color: #dfdfdf;
	text-decoration: underline;
}




.extraPagesTwo{
	padding: 40px 0px;
	background-color: #77892a;
	text-align: left;
	background-image: url(../images/bgsproutsvertical.png);
	background-repeat: no-repeat;
	background-position: center top;

}
@media (max-width: 770px)
{
	.extraPagesTwo{
		background-image: none;
	}
}

.extraPagesTwoLeft{
	padding-right: 40px;
	padding-left: 15px;	
}

.extraPagesTwoRight{
	padding-right: 15px;
	padding-left: 40px;	
}

@media (max-width: 770px)
{
	.extraPagesTwoRight{
		padding-left: 20px;
	}
}

.extraPagesTwo h3{
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
    font-family: 'Amatic SC', sans-serif;
}
.extraPagesTwo p{
    color: #fff;
    font-size: 15px;
}
.extraPagesTwo a{
	color: #fff;
	text-decoration: underline;
}

.extraPagesTwo a:hover{
	color: #ccc;
	text-decoration: underline;
}


/******************* introduction homepage *****************/

.containerIntroduction {
	padding-right: 20px;
  	padding-left: 20px;
  	margin-right: auto;
  	margin-left: auto;
}

.introduction {
	padding-top:0px;
	background-color: #f2f2f2;
}

.introduction h2{
	font-size: 45px;
	font-weight: bold;
	text-transform: uppercase;
	color: #acae19;
	margin-bottom: 20px;
    font-family: 'Amatic SC', sans-serif;
}
.introduction h3{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 20px;
}
.introduction a{
	color: #acae19;
	text-decoration: underline;
}
.introduction strong{
    font-weight: bold;
}

/******************* introduction homepage with sprouts *****************/

.containerIntroductionSprout {
	padding-right: 20px;
  	padding-left: 20px;
  	margin-right: auto;
  	margin-left: auto;
}

.introductionSprout {
	padding-top:0px;
	background-color: #f2f2f2;
	background-image: url(../images/bgsprouts.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.introductionSprout h2{
	font-size: 45px;
	font-weight: bold;
	text-transform: uppercase;
	color: #acae19;
	margin-bottom: 20px;
    font-family: 'Amatic SC', sans-serif;
}
.introductionSprout h3{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 20px;
}
.introductionSprout a{
	color: #acae19;
	text-decoration: underline;
}
.introductionSprout strong{
    font-weight: bold;
}

/******************* introduction main pages *****************/

.introductionMain {
	padding-top:0px;
	background-color: #f2f2f2;
	padding-bottom:40px;
}

.introductionMain h2{
	font-size: 45px;
	font-weight: bold;
	text-transform: uppercase;
	color: #acae19;
	margin-bottom: 20px;
    font-family: 'Amatic SC', sans-serif;
}
.introductionMain h3{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 20px;
}
.introductionMain h4{
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	color: #acae19;
	margin-bottom: 20px;
    font-family: 'Amatic SC', sans-serif;
}
.introductionMain a{
	color: #acae19;
	text-decoration: underline;
}
.introductionMain strong{
    font-weight: bold;
}

/******************* product slider homepage *****************/



.productslider {
	padding-top:0px;
	background-color: #f2f2f2;
	background-image: url(../images/bgproducts.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}


@media( max-width: 770px)
{
	.productslider {
		background-image: none;
	}
}

.productslider h2{
	font-size: 45px;
	font-weight: bold;
	text-transform: uppercase;
	color: #acae19;
	margin-bottom: 20px;
    font-family: 'Amatic SC', sans-serif;
}
.productslider h3{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 20px;
}
.productslider a{
	color: #77892a;
	text-decoration: underline;
}
.productslider strong{
    font-weight: bold;
}

/************ main content area families and candidates ************/
.mainbodyWide {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 30px;
}

.mainbody {
	padding-top:0px;
	background-color: #FFF;
	font-size: 15px;
	font-weight: 200;
	
}
.mainbody a{
	color: #77892a;
	text-decoration: underline;
}
.mainbody a:hover{
	color: #77892a;
	text-decoration: underline;
}
.mainbody h2{
	font-size: 26px;
	font-weight: 600;
	color: #666;
	margin-bottom: 20px;
	text-transform: none;	
    font-family: 'Open Sans', sans-serif;
}
.mainbody strong{
	font-weight: 600;
	
}

/******************* end *************************/

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}
a.anchor2 {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

/* fixes scroll problem on dropdown menus on mobile devices */
@media(max-width:767px){
.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}
}

/* ensures mobile devices dont change text colour of telephone numbers */
a[href^=tel] {
 text-decoration:inherit !important;
 color: inherit !important;
 }

.paddingtop10 {
	padding-top: 10px;
}
.paddingtop20 {
	padding-top: 20px;
}
.paddingtop30 {
	padding-top: 30px;
}
.paddingtop70 {
	padding-top: 70px;
}
.paddingtop100 {
	padding-top: 100px;
}
.paddingtop150 {
	padding-top: 150px;
}
.paddingbottom4 {
	padding-bottom: 4px;
}
.paddingbottom30 {
	padding-bottom: 30px;
}
.paddingbottom10 {
	padding-bottom: 10px;
}
.paddingbottom100 {
	margin-bottom: 100px;
}
.paddingbottom290 {
	margin-bottom: 290px;
}

.marginbottom20 {
	margin-bottom: 20px;
}
.marginbottom30 {
	margin-bottom: 30px;
}
.underline {
	text-decoration: underline;
}

.txt24white {
	font-size: 24px;
}
.border1white{
    	border-left: 1px solid white;
    	border-right: 1px solid white; 
}
/************** copyright box *************/
.copyright {
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
	background-color: #343c3e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.copyright a {
	color: #77892a;
	text-decoration: underline;
}
.copyright a:hover {
	color: #77892a;
	text-decoration: underline;
}
.copyright p {
	color: #ccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: 200;
	line-height: 1.4em;
}

/*************************** footer *******************************/
#footer {
	font-size: 0.9em;
	position: relative;
	clear: both;
	padding-top: 0px;
	padding-right: 15;
	padding-left: 15;
	background-color: #3b474a;

}

.footer-col {
	padding-top: 40px;
	padding-bottom: 10px;

}
.footer-col h3 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 26px;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    font-family: 'Amatic SC', sans-serif;
}
.footer-col p {
    color: #ccc;
    font-size: 13px;
    font-style: normal;
	line-height: 1.4em;
}

.footer-col a:hover {
	color: #77892a;
	text-decoration: underline;
}
.footer-col h3:first-letter{
    border-bottom: 0px solid #bbb;
}

/********* copyright band no content ***********/

.copyrightPlain {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	background-color: #343c3e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}


/********* top h1 bar ************/

#header-top{
    background-color: #e0e0e0;
    border-bottom: 1px solid #eee;
}

.top-bar{
    min-height: 30px;
    line-height: 30px;
}
.top-bar a{
	margin-right: 10px;
	font-size: 10px;
	color:#77892a;
	font-family: Verdana, Geneva, sans-serif;

}
.top-bar a i{
    margin-right: 5px;
}
/* forestfoods h1 in top bar */
.top-bar h1 {
	text-transform: uppercase;
	color: #999;
	font-size: 10px;
	font-weight: 200;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 30px;
}

.top-bar p {
	text-transform: uppercase;
	color: #999;
	font-size: 10px;
	font-weight: 200;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 30px;
}

.top-bar-paddingleft {
	padding-left: 15px;
}
.top-bar-lineright {
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.top-bar .sample-1right a i{
    margin-right: 5px;
    color: #999;
    width: 20px;
    height: 25px;
    display: inline-block;
    background-color: transparent;
    text-align: center;
    line-height: 25px;
    border-radius: 3px;

}
.top-social{
    margin: 0;
    padding:0;
}
.top-social li{
    padding: 0px;
}
.top-social li a{
    font-size: 14px;
    color:#888;
    margin: 0px;
    display: block;
}
.top-social li a i{
    width:28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin: 0px;
    background-color: transparent;
    color:#777;
    border: 1px solid #999;
    border-radius:2px;
    -webkit-border-radius: 2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.top-social li a i:hover{
    color:#fff;
    background-color: #252525;
    border-color: #252525;
}
.colored-top-social li{
    padding: 0px;
    margin: 0px;
}
.colored-top-social li a{
    margin: 0px;
    padding: 0px;
}
.colored-top-social li i{
    margin: 0px;
    padding: 0px;
}


/************* social icons **********/
.social-1{
    margin: 0;
    padding: 0;
}
.social-1 li{
    padding: 0px;
}
.social-1 li a i{
    width:32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color:#fff;
    font-size: 20px;
    border-radius: 4px;
    -webkit-border-radius: 2px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.social-1 li a i:hover{
    opacity: 0.8;
}
.social-1 li a i.fa-facebook{
    background-color: #3b5998;
}
.social-1 li a i.fa-instagram{
    background-color: #ea4c89;;
}
.social-1 li a i.fa-twitter{
    background-color: #0084b4;
}
.social-1 li a i.fa-google-plus{
    background-color: #C63D2D;
}
.social-1 li a i.fa-linkedin{
    background-color: #0076a8;
}
.social-1 li a i.fa-pinterest{
    background-color: #cb2027;
}
.social-1 li a i.fa-dribbble{
    background-color: #ea4c89;
}
.fa-home{
	background-color: transparent;
	font-size: 30px;
}


/* image styles */
.img-responsive-right-edge {
	display:block;
	max-width:100%;
	height:auto;
	margin-left: 20px;
	margin-right: -25px;
	margin-bottom: 0px;
}
.img-responsive-left-edge {
	display:block;
	max-width:110%;
	height:auto;
	margin-left: -25px;
	margin-bottom: 0px;
}
.img-responsive-right {
	display:block;
	max-width:100%;
	height:auto;
	margin-left: 20px;
	margin-bottom: 10px;
}
.img-responsive-left {
	display:block;
	max-width:100%;
	height:auto;
	margin-right: 20px;
	margin-bottom: 10px;
}
.img-responsive-right-thumb {
	display:block;
	max-width:100%;
	height:auto;
	margin-left: 10px;
	margin-bottom: 10px;
}
.img-responsive-left-thumb {
	display:block;
	max-width:100%;
	height:auto;
	margin-right: 10px;
	margin-bottom: 0px;
}

.offwhite {
	background-color: #f1f1f1;
}

.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd;

}
.borderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd;
}



.border-top-radius(10) {
 border-top-right-radius: 10px;
 border-top-left-radius: 10px;
}
.border-right-radius(@radius) {
 border-bottom-right-radius: @radius;
 border-top-right-radius: @radius;
}
.border-bottom-radius(@radius) {
 border-bottom-right-radius: @radius;
 border-bottom-left-radius: @radius;
}
.border-left-radius(@radius) {
 border-bottom-left-radius: @radius;
 border-top-left-radius: @radius;
}
.indent {
	margin-left: 60px;
}
/* horiz offset, vert offset, blur radius, spread distance, color */
.shadow {
	box-shadow: 0px 0px 7px 3px #666;
}
.shadowLower {
	box-shadow: 0px 20px 20px 2px #999;
	
}
.affil {
	float: right;
}
.logo-popup {
	padding-top: 15px;
	padding-bottom: 20px;
}


/************** back to top ******************/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  border-radius: 15%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  /* orange */
  background: #ee7623 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
/* dark orange */
  background-color: #dd5b02;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
/************ end back to top *****************/

/*********** Revolution slider **************/
.slider-title {
	text-transform: capitalize;
	font-size: 125px;
	line-height: 110px;
	font-weight: 700;
  	font-family: 'Amatic SC', sans-serif;
}

.slider-title.dark {
  color: #333;
}

.slider-title.light {
  color: #fff;
}

.slider-caption.light {
  color: #fff;
}

.slider-caption {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.slider-caption.dark {
  color: #333;
}

.rev-buttons .btn-theme-bg {
  background-color: #32c5d2;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  font-weight: 400;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.rev-buttons .btn-theme-bg i {
  display: inline-block;
  font-size: 18px;
  margin-left: 5px;
  vertical-align: middle;
}

.rev-buttons .btn-theme-bg:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #32c5d2;
}
 .verticalsprout {
	background-image: url(../images/bgsproutsvertical02.png);
	background-repeat: no-repeat;
	background-position: right 0px;
 }
 
 .headerMain {
	background-image: url(../images/headerMain.jpg);
	height: 157px;
	background-repeat: no-repeat;
	background-position: center;
 }
 
 /********** product item pages **********/
 
 
#product {
	padding-top:0px;
	background-color: #fff;
	padding-bottom:40px;

}
.product h1{
	color:#454444;
	font:600 42px/46px "Open Sans", sans-serif;
	letter-spacing:2px;
	margin-bottom:15px;
	text-align:center;
	text-transform:uppercase;
	margin-bottom: 40px

}
.product h3{
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	color: #666;
	margin-bottom: 40px;
}

.product strong{
    font-weight: bold;
}
 .product-item-left {
	float: left;	 
 }
 
 .product-item-right {
	 float: right;
	 
 }
 /* end products */
 
 .testimonialitalic {
	margin-top: -20px;
	font-size: 14px;
	font-style: italic;
	color: #666;	  
 }
 
/* twitter */

.twitter {
	padding-top: 20px;
	padding-bottom: 15px;
	background-color: #FFF;
	color: #FFF;
}
.twitterholder {
	background-color: #592e4b;
	width: 530px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
}


.twitter-follow {
	float:right;
	font-weight:bold;
	margin-top:-26px;
	padding:0 8px 8px;
	position:relative;
	color: #FFF;
}
a.twitter-follow:link {
	color: #592e4b;
	
}
a.twitter-follow:visited {
	color: #592e4b;
}
a.twitter-follow:hover {
	color: #fff;
}

}
.imgleft_padding { 
	clip: rect( ); 
	margin-top: 0px; 
	margin-right: 12px; 
	margin-bottom: 6px; 
	margin-left: 0px 
}
.imgright_padding { 
	clip: rect( ); 
	margin-top: 6px; 
	margin-right: 0px; 
	margin-bottom: 6px; 
	margin-left: 12px
}