/* Template alterations */
body, html.boxed body {
   background-color: #017e3a;
   font-family: Lato, Arial, sans-serif;
   font-size: 16px;
}
p {
   font-weight: 300;
} 
html.boxed .body {
   border-bottom: 0;
}
html.boxed .body {
   background-color: transparent;
   box-shadow: none;
}
div.main {
   background-color: #fff;
   box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
html .scroll-to-top {
   background: #f58426;
}
a:hover.scroll-to-top {
   color: #00853f;
}
@media (max-width: 767px) {
   #header.center nav {
      width: 100%;
   }   
}
section.featured {
   margin: 35px 0 0 0;
   padding: 50px 0 0 0;
}
#footer .footer-copyright {
   background: none;
   margin-top: 0;
   border: 0;
   padding: 30px 0 0 0;
}
#footer .container .row > div {
   margin-bottom: 10px;
}
#footer {
   background: none;
   border-top: 0;
   font-size: 0.9em;
   margin-top: 0;
   padding: 0;
   position: relative;
   clear: both;
}
/* Video Container */
.video-container {
	padding-top: 25px;
	padding-bottom: 50.5%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	height: 0;
}
.video-container embed, .video-container iframe, .video-container object, .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Secondary Font Fix */
.slider-container .blackboard-text, .home-intro p em, .home-concept strong, #footer .footer-ribbon span {
   font-family: Lato, sans-serif;
}
.alt-text {
   font-family: Lato, arial, sans-serif;
}
/* Header CSS */
h1.initial-heading {
   margin: -5px 0 -30px;
   font-size: 14px;
   font-weight: 300;
   color: #55aa58;
   text-align: center;
   display: none;
}
#header .header-body {
   background-image: url("../img/custom/bg-header.png");
   position: relative;
}
#header .header-top {
   min-height: 30px;
   background-color: #f58426;
}
html.boxed body.sticky-menu-active #header {
top: -25px;
}
.sticky-menu-active #header .header-top {
   min-height: 50px;
}
html.boxed body.sticky-menu-active #header {
   width: 100%;
   max-width: 100%;
   left: 0;
}
/* Fix logo to sticky header 4.1.1 update */
@media (min-width: 991px) {
   .sticky-header-active #header .header-nav.header-nav-center .header-nav-main {
      float: right;
   }
}

.sticky-header-active #header .header-column.header-column-center {
   text-align: left;
}

.sticky-header-active #header .header-column.header-column-center .header-logo {
   width: auto !important;
}

.sticky-header-active #header .header-logo img {
   height: 70px;
   top: 61px;
   width: 136px;
   margin-top: 10px;
}
.sticky-header-active #header .header-body {
   -moz-border-bottom-right-radius: 10px;
   -webkit-border-bottom-right-radius: 10px;
   border-bottom-right-radius: 10px;
   -moz-border-bottom-left-radius: 10px;
   -webkit-border-bottom-left-radius: 10px;
   border-bottom-left-radius: 10px;
}
/* Dropdown Menu CSS */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
   background-color: #eee;
   color: #000;
}
ul.nav-pills > li.active > a:focus {
    background-color: #F58326;
}
@media (min-width: 992px) {
   #header .header-nav-main nav.nav-main > ul > li > a:focus, #header .header-nav-main nav > ul > li > a:hover {
      background: #f58326;
   }
}
/* Hide main heading when scrolling */
.sticky-header-active #header .main-heading {
   visibility: hidden;
}
html.boxed body #header nav ul li {
   text-align: left;
}
#header .header-top p {
   line-height: 30px;
}
#header .search {
margin: 0 0 0 15px;
} 
#header.clean-top .social-icons {
margin: 1px 10px 4px 10px;
}
#content-divider, #content-divider-top {
   background: transparent;
}
#content-divider-top {
   margin-top: -5px;
}
@media (min-width: 992px) {
   #header .header-body #header-leaf-left {
      position: absolute;
      top: -5px;
      left: 0px;
      width: 208px;
      height: 150px;
      background: transparent url(../img/custom/bg-leaf-left-8.png) top no-repeat;
   }
   #header .header-body #header-leaf-right {
      position: absolute;
      top: -5px;
      right: 0px;
      width: 208px;
      height: 150px;
      background: transparent url(../img/custom/bg-leaf-right-8.png) top no-repeat;
   }
}
@media (max-width: 991px) {
   #header #header-leaf-left {
      position: absolute;
      top: -5px;
      left: 0px;
      width: 104px;
      height: 75px;
      background: transparent url(../img/custom/bg-leaf-left-sml-8.png) top no-repeat;
   }
   #header #header-leaf-right {
      position: absolute;
      top: -5px;
      right: 0px;
      width: 104px;
      height: 75px;
      background: transparent url(../img/custom/bg-leaf-right-sml-8.png) top no-repeat;
   }
}
html.boxed body.sticky-menu-active #header #header-leaf-left,
html.boxed body.sticky-menu-active #header #header-leaf-right {
   background: none;
}
/* IE Logo Fix */
html.sticky-header-active.ie #header .header-logo img.cutri-logo {
   display: block;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   background: url(../img/custom/logo-sml.png) no-repeat;
   width: 136px;
   height: 70px;
   padding-left: 232px; /* Equal to width of new image */
}
html.sticky-header-active.ie #header .header-logo img.certified-logo {
   display: block;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   background: url(../img/custom/certified-fresh/logo-sml.png) no-repeat;
   width: 148px;
   height: 70px;
   padding-left: 232px; /* Equal to width of new image */
}
@media (min-width: 768px) {
   html.sticky-header-active.ie #header .header-logo img {
      padding-left: 0px;
   }
}
#header .main-heading h2 {
   font-size: 26px;
   margin: 0 0 -30px;
}
/*@media (max-width: 991px) {
   .ie #header div.logo img, .ie header div.logo img {
      background: url(../img/custom/logo-sml.png) no-repeat; 
   }
}*/
/* Footer CSS */
.footer-links {
   background-image: url("../img/custom/bg-header.png");
   padding: 25px 0 0;
   color: #5e5e2a;
}
#footer .footer-links a {
   color: #f58326 !important;
}
#footer .footer-links a:hover {
   color: #f6913e !important;
}
#footer .footer-links a:active {
   color: #f4750e !important;
}
#footer h4, 
#footer h5 {
   color: #007400 !important;
   font-weight: 700;
}
#footer .phone {
   color: #007400 !important;
   font-weight: 900;
}
#footer .footer-address {
   margin-left: 26px;
}
.footer-copyright {
   color: #efefef;
}
#footer .footer-copyright nav ul li {
   border-left: 1px solid #fff; 
}
#footer .maltek {
   text-align: right;
   padding-right: 8px;
}
#footer .maltek a {
   color: #88c989 !important;
}
#footer .maltek a:hover {
   color: #fff !important;
}
/* Menu CSS */
#header nav ul.nav-main ul.dropdown-menu > li > a {
   border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}
/* Responsive Menu CSS */
.btn-responsive-nav {
   background: #00853f;
} 
@media (max-width: 991px) {
   #header .nav-main-collapse {
      background: #006100;
   }
   #header .nav-main ul li {
      border-bottom: 1px solid #fff;
   }
}
/* Slider CSS */
.slider-container {
   background: #fff;
}
.slider-container .green-bold {
   color: #007400;
   font-size: 38px;
   line-height: 50px;
   font-weight: 400;

}
.slider-container .grey-normal {
   color: #5e5e2a;
   font-size: 38px;
   line-height: 50px;
   font-weight: 300;

}
/* Brand and Ad Sliders */
div.brand-slider {
   margin: 0 3px;
} 
div.brand-slider-title {
   background-color: #00853f;
   color: #fff;
   font-size: 12px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
/* Image CSS */
.home-feature .process-image {
   background: transparent url(../img/custom/bg-circle-sm.png) no-repeat 0 0;
   width: 164px;
   height: 167px;
   margin: 20px auto 20px auto;
   padding-bottom: 0;
   position: relative;
   z-index: 1;
}
.home-feature .process-image img {
   border-radius: 150px;
   margin: 9px 8px;
}
.home-feature h2 {
   font-size: 28px;
   margin-bottom: 0;
}
.home-feature p {
   font-size: 16px;
   font-weight: 300;
   padding: 0 20px 10px 20px;
}
div.circle-picture {
   background: transparent url(../img/custom/bg-circle-8.png) no-repeat 0 0;
   display: block;
   position: relative;
   width: 304px;
   height: 309px;
   padding: 8px 8px;
   margin: -20px auto 20px auto;   
}
div.picture {
   display: block;
   position: relative;
   width: 304px;
   height: 309px;
   margin: -20px auto 20px auto;  
}
div.circle-picture img {
   border-radius: 50%;
}
div.gallery {
   margin-bottom: 40px;
}
.bg-wht-text {
   position: absolute;
   width: 304px;
   height: 109px;
   left: 0px;
   top: 200px;
   background: transparent url(../img/custom/bg-trans-wht.png) repeat 0 0;
   color: #000;
   font-size: 18px;
   font-weight: 700;
   text-align: center;
   z-index: 100;
}
.bg-wht-text span {
   display: block;
   padding: 10px 10px 0;
}
@media (max-width: 400px) {
   div.circle-picture {
      background: transparent url(../img/custom/bg-circle-sm.png) no-repeat 0 0;
      width: 164px;
      height: 167px;   
   }
   .bg-wht-text {
      position: absolute;
      width: 164px;
      height: 67px;
      left: 0px;
      top: 100px;
      font-size: 14px;
      font-weight: 700;
   }   
   .bg-wht-text span {
      padding: 5px 10px 0;
   }
}
/* Contact CSS */
.google-map {
   background-color: #f0ece5;
   height: 400px;
   margin: 0;
   width: 100%;                 
   border-top: 1px solid #d87d08;
   border-bottom: 1px solid #d87d08;
}
/* Custom CSS */
a.clickable span { 
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
  /* fixes overlap error in IE7/8 */  
  background: url(../img/custom/empty.png);
}
h2.page-heading {
   font-size: 1.5em;
   font-weight: 700;
}
.grey-texture {
   background-image: url("../img/custom/bg-header.png");
}
.center-img-responsive {
   margin: 0 auto;
}
/* Media Queries */ 
@media (min-width: 768px) {
   #content-divider-top.small-gap {
      margin-top: -15px;
   }   
   #header .main-heading h2 {   
      font-size: 32px;  
      margin: 0 0 -40px;
   }
}
@media (min-width:992px){     
   .home-feature .side-line {
      background: transparent url(../img/custom/home/bdr-shadow.png) no-repeat left center;
   }   
   #header .main-heading h2 {    
      margin: 0 0 -50px;
   }
   h1.initial-heading {
      display: block;
   }   
   body.sticky-menu-active #header .main-heading {
      display:none;
   }
   #footer .maltek {
      text-align: left;
   }
}
@media (min-width:1200px){
   
}