@font-face {
	font-family: 'ProximaNova-Light';
	src: url('fonts/ProximaNova-Light.eot');
	src: local('☺'), url('fonts/ProximaNova-Light.woff') format('woff'), url('fonts/ProximaNova-Light.ttf') format('truetype'), url('fonts/ProximaNova-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova-Bold';
	src: url('fonts/ProximaNova-Bold.eot');
	src: local('☺'), url('fonts/ProximaNova-Bold.woff') format('woff'), url('fonts/ProximaNova-Bold.ttf') format('truetype'), url('fonts/ProximaNova-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'calibri-bold';
	src: url('fonts/calibri-bold.eot');
	src: local('☺'), url('fonts/calibri-bold.woff') format('woff'), url('fonts/calibri-bold.ttf') format('truetype'), url('fonts/calibri-bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'calibri';
	src: url('fonts/calibri.eot');
	src: local('☺'), url('fonts/calibri.woff') format('woff'), url('fonts/calibri.ttf') format('truetype'), url('fonts/calibri.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 82px;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
}

#footer {
  position: absolute;
  bottom: 10px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 72px;
  /*background-color: #FFFFFF;*/
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > form > .container {
  padding:0 15px;
   margin-top: 80px;
}
.container .text-muted {
  margin: 20px 0;
}

#footer {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.copy {
    background-color: #666666;
    color: #FFFFFF;
    font-size: 12px;
    margin: 20px auto 0;
    padding: 18px;
    text-align: left;
    width: auto;
	min-height: 54px;
}

.copy a {
	color:#CCCCCC;
	text-decoration:none;
}

.copy > span {
    padding-right: 10px;
}


.index-preloader .logo {
	text-align:center;
    margin-top: 15%;
	z-index: 9999;

}

.gif-wrapper {
    margin-top: 20px;
	text-align:center;
	z-index: 9999;
}
	
/*home start*/
.navbar-wrapper {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}
.home .col-sm-6 { padding:0 !important;  height: 260px; max-width:100%;}
.home .col-sm-6 img { width:100%;}

.video { position:relative; /*overflow: hidden;*/}
.video .title {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
	text-transform: uppercase;
}

video { 
   width:100%; 
   background:transparent url('parrots.jpg') no-repeat 0 0 #000000;  
   -webkit-background-size:cover; 
   -moz-background-size:cover; 
   -o-background-size:cover; 
   background-size:cover; 
   left: 0;
   position: relative;
}

.video .block {
    background-color: rgba(0, 0, 0, 0.4);
	color:#ffffff;
    border: 1px solid #FFFFFF;
    padding: 10px 0;
    position: absolute;
    /*top: 40%;
	left: 30%;*/
	width:40%;
	height:50px;
	overflow:hidden;
	text-align:center;
	transition: all 0.3s ease 0s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	cursor:pointer;
	text-decoration: none;
}

.video .block.lt { left:2% !important; top:8% !important;}
.video .block.rt { right:2% !important; top:8% !important;}
.video .block.lb { left:2% !important; bottom:8% !important;}
.video .block.rb { right:2% !important; bottom:8% !important;}

.video .block a { text-decoration:none; color:#ffffff;}
.video .block:hover {
	font-size:14px;
	background-color: rgba(0, 0, 0, 0.4);
	width:60%;
	height: auto;
	padding:15px;
	text-align:center;
	transition: all 0.3s ease 0s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}

.video .block .desc {
	padding: 0 15px;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transition: all 0.3s ease 0s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}
.video .block:hover .desc {
    transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: all 0.3s ease 0s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s
	
}
a:hover{cursor:pointer;}

#mission, #purpose, #vision, #principles  { cursor:pointer;}

#mission-big, #purpose-big, #vision-big, #principles-big {
    background-color: #e5e5e5;
    height: 500px;
    z-index: 999;
	display:none;
	overflow:hidden;
	position:relative;
}

#vision-big .close,
#principles-big .close,
#purpose-big .close,
#mission-big .close {
	background:url(../images/close.png) no-repeat 0 0;
	margin: 10px;
    padding: 18px;
	position:absolute;
	right:0;
	top:0;
	z-index:9999;
	opacity: 0.8;
	}

.round-corner {
    border-radius: 10px 0;
}

.round-corner2 {
    border-radius: 0 10px;
}

.round-corner.lt {
    border-radius: 10px 0 0 0;
}

.round-corner.rt {
    border-radius: 0 0 10px 0;
}

#menu { display:block;}

.video-caption {
	position:absolute;
	top:40px;
	left:40px;
	}

.video-caption .title {
    color: #0095da;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}

.video-caption .desc {
    color: #0095da;
	font-size:16px;
	}

/*home end*/


h1 {
    color: #A6CE39;
    font-size: 28px;
}

.m0 {margin:0;}

.mt10 {
	margin-top:10px;
	}
	
.mt20 {
	margin-top:20px !important;
	}
	
.left.nav{
    background-color: #A6CE39;
	margin-bottom:20px;
}

.left.nav > li {
	border-top:1px rgba(255,255,255,0.2) solid;
	}

.left.nav > li > a {
    display: block;
    padding: 15px 20px;
    position: relative;
	font-size:18px;
	color:#ffffff;
}

    .left.nav > li.active > a,
	 .left.nav > li > a:hover,
	 .left.nav > li > a:focus {
    background:url(../images/menu-hover.png) no-repeat right center;
    text-decoration: none;
}

.nav-content {
	font-size:14px;
	margin-bottom: 34px;
	}
	
.dotted-border-tb {
	border-top:1px #cccccc dashed;
	border-bottom:1px #cccccc dashed;
	font-size: 18px;
    font-weight: bold;
	padding:12px 0;
	}
.product-list-b {
    background-color: #E7E7E7;
	padding:20px;
	}

.product-list-b .box {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	position:relative;
	margin-bottom:15px;
	min-height:120px;
	}
	
.product-list-b .read-more {
    bottom: 0;
    left: 15px;
    position: absolute;
	line-height:10px;
	padding:0;
	}

.read-more {
    line-height: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
	position:relative;
}

.read-more a, .product-list-b .read-more a {
	font-weight:bold;
	background:url(../images/arrow.png) no-repeat right center;
	padding-right:12px;
	text-decoration:none;
	color:#0095da;
	font-size:14px;
	line-height: 15px; /* Add this */
	}

.product-list-b .product-list-b img {
	width:100%;
	height:auto;
	}

.product-list-r {
    background-color: #E7E7E7;
	padding:20px 0;
	}
	
.product-list-r .read-more {
    position:relative;
	line-height:20px;
	margin-bottom:20px;
	}
	
.product-list-r p {
    margin-bottom: 4px !important;
}	

.product-list-r .read-more a {
	font-weight:bold;
	background:url(../images/arrow.png) no-repeat right center;
	padding-right:12px;
	text-decoration:none;
	color:#0095da;
	font-size:14px;
	}
	
.product-list-r .seprator {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
	clear:both;
}

.product-list-r .col-sm-12 > img {
    margin-bottom: 20px;
	max-width: 100%;
}

.nav-content ol {
    color: #FFFFFF;
    list-style-position: inside;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
}

.nav-content ol li {
    background: url("../images/list-bg.png") no-repeat scroll 1px 0 rgba(0, 0, 0, 0);
    border-bottom: 1px dashed #CCCCCC;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 31px;
}

.nav-content .notes {
    color: #333333;
    margin-left: -23px;
    vertical-align: text-top;
}

.listnumber {
    color: #FFFFFF;
    display: inline-block;
    padding-right: 15px;
    line-height: 25px; /*add this*/
}

.left-content a {
    border-bottom: 1px solid #CCCCCC;
    color: #333333;
    text-decoration: none;
}

.left.nav h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 20px;
}

.left.nav p {
    color: #FFFFFF;
    font-size: 13px;
    padding: 0 20px;
}

.pro-heading {
    background-color: #A6CE39;
    padding: 15px;
}

.pro-heading > h1 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#nutrition-carousel img {
    float: left;
    margin-right: 12px;
}

#nutrition-carousel.carousel.slide {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC;
    border-image: none;
    border-right: 1px solid #CCCCCC;
    border-style: solid;
    border-width: 10px 1px 1px;
    padding: 10px 55px 10px 10px;
}

#nutrition-carousel .carousel-control {
    color: #FFFFFF;
    font-size: 20px;
    opacity: 1;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 36px;
    width: 20px;
	height:32px;
	left:auto;
	
}

#nutrition-carousel .left.carousel-control {
    background: url("../images/thumb-slider-arrow-sm.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    right: 30px;
}
#nutrition-carousel .right.carousel-control {
    background: url("../images/thumb-slider-arrow-sm.png") no-repeat scroll -25px 0 rgba(0, 0, 0, 0);
    right: 6px;
}

.green { color:#A6CE39 !important;}

.p0 { padding:0 !important;}



 .social {
    margin: -5px;
    padding: 0;
}

h3 {
    color: #0095DA;
    margin: 0;
	padding:0;
}

h4 {
    margin-top: 45px;
	  color: #0095DA;
}

.flink-title {
    background-color: #EFEFEF;
    margin-left: 15px;
    margin-right: 15px;
    padding: 1px 15px 16px;
}

.p15 {
    padding: 15px;
}

.contact-social {
    margin-top: 7%;
	text-align:center;
}

.contact-us-bg { background:url(../images/contact-bg.jpg) no-repeat 0 0;}
.contact-us { background-color:rgba(255,255,255,0.95); border:1px #e5e5e5 solid;  }

.editorbox iframe {width: 100%;}

.product-list-b img { max-width: 100%; }

.business label { margin: 0 10px; }

.box p { font-size: 13px; }

.container.home video {
    border-radius: 10px 0;
}

.home .video-blogs-abs {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0 30px;
}
.home .video-blogs-rel {
	padding: 15px;
}
.home .video-blogs-rel .row + .row {
	margin-top: 15px;
}
.home .video-blogs-rel .col-sm-6 {
	height: auto;
	padding: 0 15px !important;
}
.home .video .video-blogs-rel .block.lt {
	left: 0 !important;
	top: 0 !important;
}
.home .video .video-blogs-rel .block.rt {
	right: 0 !important;
	top: 0 !important;
}
.home .video .video-blogs-rel .block.lb {
	bottom: 0 !important;
	left: 0 !important;
}
.home .video .video-blogs-rel .block.rb {
	bottom: 0 !important;
	right: 0 !important;
}
.home .video .video-blogs-rel .block {
	display: block;
    height: auto;
    position: relative;
    width: 100%;
	padding: 15px !important;
}
.home .video .video-blogs-rel .block .desc {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
			transform: scale(1);
}










