/* Generated by less 2.5.1 */
/* Complementary Color Scheme - .one   {color: @base;}  .two   {color: @complement1;}  .three {color: @complement2;}  .four  {color: @lighten1;}  .five  {color: @lighten2;} */
/* EnviroAg Banner Button Design*/
.btn-banner {
  width: 140px;
  height: 45px;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin: 0px 20px;
  text-align: center;
  line-height: 45px;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2em;
}
.btn-banner:hover,
.btn-banner:focus,
.btn-banner:active,
.btn-banner.active {
  background-color: #46914e;
  border-color: #ffffff;
  color: #ffffff;
  font-weight: bold;
}
/* EnviroAg normal Button Design*/
.btn-normal {
  width: 120px;
  height: 35px;
  background: #46914e;
  border: 2px solid #46914e;
  border-radius: 12px;
  margin: 0px 20px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  cursor: pointer;
}
.btn-normal:hover,
.btn-normal:focus,
.btn-normal:active,
.btn-normal.active {
  background-color: #ffffff;
  border: 2px solid #46914e;
  color: #46914e;
  font-weight: bold;
  text-decoration: none;
}
/* EnviroAg send Button Design*/
.btn-send {
  width: 100%;
  height: 40px;
  background: #46914e;
  border: 2px solid #46914e;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  cursor: pointer;
  padding: 0;
}
.btn-send:hover,
.btn-send:focus,
.btn-send:active,
.btn-send.active {
  background-color: #ffffff;
  border: 2px solid #46914e;
  color: #46914e;
  font-weight: bold;
}
/* EnviroAg normal Button Design*/
.btn-employ {
  width: 100px;
  height: 35px;
  background: #46914e;
  border: 2px solid #46914e;
  border-radius: 12px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
}
.btn-employ:hover,
.btn-employ:focus,
.btn-employ:active,
.btn-employ.active {
  background-color: #ffffff;
  border: 2px solid #46914e;
  color: #46914e;
  font-weight: bold;
  text-decoration: none;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

@media (max-width: 767px) {
  .btn-banner {
    width: 120px;
    height: 35px;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 10px;
    margin: 10px 20px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
  }
  .btn-normal {
    width: 120px;
    height: 35px;
    background: #46914e;
    border: 2px solid #46914e;
    border-radius: 12px;
    margin: 10px 20px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    cursor: pointer;
  }
}
a {
  text-decoration: none !important;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 100px; /* bottom = footer height */
}

.dark {
  background: #f1f1f1;
}
.light {
  background: #ffffff;
}
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}
.navbar-default {
  background-color: #0e245f;
  border-color: #0e245f;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #46914e;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #46914e;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #46914e;
  background-color: #0e245f;
  border-bottom: 3px solid #46914e;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #46914e;
  background-color: #ffffff;
  border-bottom: 3px solid #46914e;
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #46914e;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: #0e245f;
}
.navbar-brand {
  float: left;
  height: 70px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 30px 0px 2px 0px;
  margin: 0px 15px;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #46914e;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #46914e;
    background-color: #ffffff;
  }
}
.navLogo {
  max-width: 120px;
  margin-top: -10px;
}
.headerUnderline {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
.navbarRed {
  width: 100%;
  height: 80px;
  background: #8a151a;
}
.navbarGreen {
  width: 100%;
  height: 400px;
  background-color: rgba(37, 62, 35, 0.9);
  background-image: url(../img/bannerImage.jpg), -webkit-gradient(linear, top, bottom, from rgba(37, 62, 35, 0.9), to rgba(70, 145, 78, 0.7));
  background-image: -webkit-linear-gradient(top, rgba(37, 62, 35, 0.9), rgba(70, 145, 78, 0.7)), url(../img/bannerImage.jpg);
  background-image: -moz-linear-gradient(top, rgba(37, 62, 35, 0.9), rgba(70, 145, 78, 0.7)), url(../img/bannerImage.jpg);
  background-image: -ms-linear-gradient(top, rgba(37, 62, 35, 0.9), rgba(70, 145, 78, 0.7)), url(../img/bannerImage.jpg);
  background-image: -o-linear-gradient(top, rgba(37, 62, 35, 0.9), rgba(70, 145, 78, 0.7)), url(../img/bannerImage.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

/*Scroll a little bit above to actual section to show heading*/
.offsetAnchor {
   display: block;
    position: relative;
    top: -60px;
    visibility: hidden; 
}
/*----------------------------------------------------------*/

.bannerStatement {
  width: 100%;
  position: absolute;
  top: 120px;
  color: white;
  text-align: center;
  font-family: cursive;
}
.bannerButtons {
  width: 100%;
  position: absolute;
  top: 240px;
  text-align: center;
  margin: 0 auto;
}
.aboutUsBanner,
.ourServicesBanner {
  display: inline-block;
}
.sectionTitle {
  margin-top: 40px;
  margin-bottom: 40px;
}
.titleUnderlinedark {
  width: 100%;
  margin: 15px 0px 20px;
  border-bottom: 1px solid #f1f1f1;
}
.titleUnderlinedark:after {
  content: "";
  width: 80px;
  height: 4px;
  margin: 0 auto;
  background: #46914e;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  margin-top: -2px;
}
.titleUnderlinelight {
  width: 100%;
  margin: 15px 0px 20px;
  border-bottom: 1px solid #ffffff;
}
.titleUnderlinelight:after {
  content: "";
  width: 80px;
  height: 4px;
  margin: 0 auto;
  background: #46914e;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  margin-top: -2px;
}
.titleText {
  color: #0e245f;
}
.enviroDescription {
  margin: 20px 20px 40px;
  font-size: 1.1em;
}
.aboutUsButtons {
  width: 100%;
  position: relative;
  margin: 0px auto 60px;
  text-align: center;
}
.servicesPanel {
  height: 250px;
  margin: 20px 15px 40px;
  position: relative;
  cursor: pointer;
}
.panel_background {
  position: relative;
  height: 250px;
  background-size: cover;
}
.soilmargin {
  margin-bottom: 60px;
}
.serviceTitle {
  font-size: 16px;
  color: #ffffff;
  text-align: left;
  margin-left: 15px;
}
.serviceName {
  position: absolute;
  bottom: 0px;
  height: 50px;
  width: 100%;
  background-color: rgba(70, 145, 78, 0.7);
  text-align: center;
  line-height: 50px;
}
.rightChev {
  line-height: 46px;
  margin-right: 15px;
  float: right;
}
.panelShadow {
  -moz-box-shadow: 6px 6px 15px .5px darkgrey;
  -webkit-box-shadow: 6px 6px 15px .5px darkgrey;
  box-shadow: 6px 6px 15px .5px darkgrey;
}
.profile {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  border: 2px solid #46914e;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 20px auto;
  display: inline-block;
}

.profileName {
  margin: 0px;
}
.profilePosition {
  color: #46914e;
}
.profileDesciption {
  font-size: 1.1em;
  margin-bottom: 60px;
}
.employment-section {
  margin-bottom: 60px;
}
.gallery {
  margin: 20px auto;
  height: 400px;
}
.gallery img {
  margin: 0 auto;
}
#galleryCarousel .carousel-controls {
  position: relative;
  width: 300px;
  height: 100px;
  margin: 0 auto;
}
#galleryCarousel .carousel-indicators {
  top: 20px;
}
#galleryCarousel .carousel-indicators li {
  border: 1px solid #46914e;
}
#galleryCarousel .carousel-indicators .active {
  background-color: #46914e;
}
#galleryCarousel .carousel-control.left,
#galleryCarousel .carousel-control.right {
  background-image: none !important;
  top: 20px;
  color: #46914e;
}
.contactUssection {
  height: 380px;
}
/*.contactForm {
  margin-top: 15px;
}*/
.message input[type="text"] {
  height: 100px;
  font-size: 14px;
  line-height: 14px;
}
.respondType .checkbox,
.respondType .respondText {
  display: inline-block;
}
.businessDetails h4 {
  margin-bottom: 15px;
}
.contactUnderline {
  width: 95%;
  margin-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
}
.contactUnderline h4 strong {
  color: #46914e;
}
#map-canvas {
  width: 100%;
  height: 400px;
  border: 5px solid #ffffff;
}
#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height:70px;
    background:#222;
    color: #FFFFFF;
}
.footerTop {
  width: 100%;
  height: 58px;
  background: #0e245f;
}
.footerMiddle {
  width: 100%;
  height: 15px;
  background: #8a151a;
}
.footerBottom {
  width: 100%;
  height: 20px;
  background: #253e23;
}
.footerLogoContainer {
  margin: 0 auto;
  height: 80px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -350px;
}
.footerLogoContainer img {
  width: 100px;
}
.copyrightMessage,
.contactMessage,
.footerLogo {
  display: inline-block;
  color: #ffffff;
}
.serviceSection {
  margin: 120px auto 40px;
}
.servicepageImage {
  width: 100%;
  max-height: 400px;
}
.servicespagePanel {
  margin: 120px 15px 20px;
  height: auto;
}
.serviceText {
  margin-top: 20px;
}
.serviceText h4,
.serviceText h4 ul li {
  text-align: left;
}
.serviceText h4 ul li {
  margin: 15px 0px;
}
.servicepageButtons {
  width: 100%;
  margin: 60px 0px;
}
.servicepageButtons .btn-normal {
  margin-bottom: 100px;
}

.formErrors ul {
    list-style: none;
}


/*Administration Section =============================================
=====================================================================*/

/*Common elements (admin layout)--------------------------------------------*/
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: rgba(70,145,78,0.96);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 60px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #0e245f;
    font-size: 18px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #BA2727;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 75px;
    font-size: 25px;
    line-height: 70px;
}

.sidebar-nav > .sidebar-brand a {
    color: #0e245f;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.dropdown-menu {
  left:15%;
  background: rgba(70,145,78,0.96);
}
.googleBox {
margin-top: 30px;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
  .sectionTitle {
    font-size: 18px;
    margin-top: 20px;
  }
  .bannerStatement h1 {
    font-size: 20px;
    font-style: normal;
  }
  .serviceTitle {
    font-size: 12px;
  }
  .businessDetails h4 {
    font-size: 14px;
  }
  .footerLogoContainer {
    margin: 0 auto;
    height: 50px;
    position: absolute;
    bottom: 5px;
    left: 0px;
  }
  .footerLogoContainer img {
    width: 40px;
  }
  .copyrightMessage,
  .contactMessage,
  .footerLogo,
  .loginLink {
    color: #ffffff;
    font-size: 10px;
    margin: 0;
  }
  .footerMiddle {
    width: 100%;
    height: 0px;
  }
  .footerBottom {
    width: 100%;
    height: 0px;
  }
}
@media (min-width: 992px) {
  .serviceTitle {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .serviceTitle {
    font-size: 16px;
  }
}
